03-17-2005 07:57 AM
03-18-2005 02:37 PM
03-15-2006 05:52 AM
03-15-2006 07:10 AM
Take an example from all the hardware examples already available in LabVIEW.
goto help/find examples/hardware input and output/DAQMX/Analog input/Voltage measurement
and select one that you like
I suggest to start with Acq&Graph Voltage-Int Clk.vi
To my surprise is the alpahbetical listing here crazy to give help to beginners
03-16-2006 07:01 AM
03-16-2006 07:42 AM
04-05-2006 10:31 AM
04-06-2006 11:15 AM
Hello Justanas,
In order to change from the TBX-68 accessory to the SCB-68, expand Devices and Interfaces in MAX, right-click on your PCI-MIO-16XE-50 and choose Properties. Switch to the Accessory tab and choose SCB-68 from the list. Then, when you create your NI-DAQmx Task or global channel and look at the connection diagram, you will see this accessory and you can see how to connect your signals.
The terminals you referenced indicate that you are setting up your task for AI0 to be NRSE and your task for AI1 to be differential which is fine. Since you are doing a current measurement on AI0, be sure to correctly setup your shunt resistor and its value.
Regards,
Laura
04-26-2006 05:28 AM
04-26-2006 10:18 AM
Hi Justinas,
That error tells you that the operation you are trying to do, such as analog input, is already being used somewhere else. You can only have one analog input task at a time, so you cannot run both the analog input test panel and a program that does analog input at the same time. You can read in more detail about this error in this knowledgebase article.
Regards,
Laura