11-28-2008 11:17 PM
11-30-2008 09:07 AM
The DAQ Assistant is included with the DAQmx driver for an NI data acquisition board. The latest version is 8.8 which you can download but unless you have an NI DAQ board, it won't do you any good. Do you have a DAQ board? If so, what model?
12-01-2008 12:55 AM
12-01-2008
02:06 PM
- last edited on
06-14-2024
02:18 PM
by
Content Cleaner
If you're using the ELVIS, you can use the ELVIS software soft front panels to acquire your voltage value without needing to code anything. Once you've installed the software, look in Start>Programs>National Instruments>NI ELVIS for the soft front panels.
12-01-2008 02:36 PM
Thanks for the innformation, in this case I have to write a program in Labview. Also I have 8.6 but have to save the program to run on version 8.2 and I got a number of errors during the conversion concerning the math functions, divide and subtract. Is there an incompatiblity with these functions, is there a work around?
Thanks
12-02-2008 05:08 PM
The easiest way to obtain the voltage is to use the DAQ Assistant Express VI (Block Diagram: Measurement I/O>NI DAQmx>DAQ Assist).
The warnings you obtain when you use the math functions are due to an internal change as to how we process output data and type when different data types are connected to the input terminals. This usually isn't an issue unless there is an overflow (too large a number for the data type), which is why we throw a warning.