From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ni-daq assistant 2015

Hi, I downloaded labview 2015 on my Mac, I also downloaded nidaq base 15.0. I can't find daq assistant anywhere. How can I get this to work? Should I download different software (most of it isn't compatible with mac)?

0 Kudos
Message 1 of 7
(3,669 Views)

I believe the DAQ assistant is only a part of DAQmx, not DAQ base.  Which means you can't use it on a Mac.

0 Kudos
Message 2 of 7
(3,667 Views)

You are in luck -- I don't have to tell you "Please don't use the Dreaded DAQ Assistant".  Instead, please do a Web search for "Learn 10 functions in NI-DAQmx", read the excellent NI White Paper, and apply what you learn.  You'll find that almost all simple DAQ tasks can be performed with 3-5 DAQmx functions that are easy to understand and to program, allowing you to easily see the loops (because you create them yourself, explicitly) and where the acquisition starts and stops (again, because you say "Start" and "Stop").

 

Bob Schor

0 Kudos
Message 3 of 7
(3,665 Views)

Thank you! I am still a bit unclear on which function I can use as in input for the task.

0 Kudos
Message 4 of 7
(3,641 Views)

If you are using LabVIEW Project, create the Task in Project (right-click My Computer, New Task).  Otherwise, open MAX, find your DAQ device, and create the appropriate Task in MAX.  When you are ready for the Task (the input to your first DAQmx function), right-click, Create Constant.  This gives you a "blank" task, with a little triangle asking you to click and choose.  When you click it, you will see all of the Tasks that LabVIEW knows about, specifically all the Tasks defined in the Project and defined in MAX (they have slightly different icons so you can distinguish them).  Select the correct task, and have fun.

 

Bob Schor

0 Kudos
Message 5 of 7
(3,635 Views)

The DAQ Assistant is an unnecessary crutch.  There are excellent examples provided with LabVIEW that will jump start your DAQ code just as well AND teach you how to use the DAQmx functions so when you out-grow the silly assistant you'll have the base knowledge to move forward with more advanced features the assistants and express VIs can't handle.  

 

Help > Find Examples... Hardware I/O > DAQmx > Analog In   I would suggest you start with Voltage - Continuous Input.vi.  Open it up and see how the example sets up a channel, controls timing, triggering, etc.  Once you understand the basics of how it works, start modifying the code until it suits your purpose.  Play around with other examples and see what they do.  They're a great way to learn.  Smiley Wink

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019 - Unfortunately now moving back to C#, .NET, Python due to forced change to subscription model by NI. 8^{
0 Kudos
Message 6 of 7
(3,622 Views)

Interesting. I can't seem to find MAX on my computer, and when I click on hardware I/O under examples there isn't a DAQmx option. Thank you for all of your help

0 Kudos
Message 7 of 7
(3,598 Views)