07-03-2013 11:13 AM
I am new to LabVIEW and I am trying to write a vi to access the 6008. I am using LabVIEW 2012. I installed the NI-DAQmx 3.6 driver, however, the example code is c code - no vi's. Also, I can't see any NI-DAQmx examples in the example finder. I have downloaded various examples, but each are missing subvi's that I think should have been installed with the driver. Any advice is appreciated.
Solved! Go to Solution.
07-03-2013 11:42 AM
07-03-2013 12:31 PM
I think you downloaded "NI-DAQmx Base", not NI-DAQmx.
07-03-2013 12:59 PM
Apologies - I am on MacOS.
07-03-2013 01:02 PM
I did download NI-DAQmx Base, but that is the only option I was given.
The white paper here: http://www.ni.com/white-paper/6913/en directed me to download 3.6B, which was the base version.
How do I get NI-DAQmx for the Mac?
I am MacOS
07-03-2013 01:45 PM
Currently we only have Base on MacOS. You will need to use examples and the API included with Base.
07-03-2013 01:53 PM
It doesn't appear that the example VIs were installed. In the Folder: Applications:National Instruments:NIDAQmx BAse, the only examples are C source and binaries, no VIs. When I go to LabVIEW Help, Find Examples, the NIDAQ folder is not there under Hardware Input and Output.
07-03-2013 01:58 PM
Harry,
1. DAQmx Base is the only driver supported on the Mac OS. You can find petitions on the Idea Exchange asking for better support.
2. DAQmx and all its nice examples are not installed on the Mac. This means that Measurement and Automation Explorer (MAX) is not installed on the Mac and things like the DAQ Assistant are not available (although the latter is no great loss).
3. When DAQmx Base is installed on MacOS X with LV 2012 you should have the DAQmx Base VIs accessible from the Measurement I/O palette.
4. Installing DAQmx Base includes a bunch of examples in this path: Applications: National Instruments: LabVIEW 2012: examples: daqmxbase: However, the Example Finder does not seem to know they are there, so you have to search manually.
One nice thing about DAQmx Base is that it is almost completely written in LabVIEW, so you can see what it is doing.
Once you get past the hurdles, the USB-6008 works well with DAQmx Base and the Mac.
Lynn
07-03-2013 04:31 PM
Thank you.