03-19-2008 10:46 AM
03-19-2008 11:09 AM
Ok looking at the Example Cont Acq LVDT Sample-INt Clk-SCXI 1540.vi
These are supposed to be the physical distances expected to be measured. OK.
One LVDT works...with the Max and Min set to 0.04 Max and -0.04
The problem now becomes if I try to create a task with multiple LVDT channels from the 1540. It won't let me set individual sensitivities for each LVDT in the task it seems, even though every LVDT is different and has a slight variation on sensitivity. Should I just use the maximum sensitivity out of the 4 gauges to allow the AI LVDT to set the gain for all the channels? Or do I need to bust out the channel property nodes and configure every one of them seperate in a loop?
03-19-2008 11:41 AM - edited 03-19-2008 11:42 AM
03-19-2008 11:58 AM
OK - now it is working - I think I had run the task once without clearing it before calling create task again.
I have not tried setting different sensitivities yet, but making progress
03-20-2008 01:17 PM - edited 03-20-2008 01:18 PM
Hi Ryan,
Something you might try to set the sensitivities on each channel, though I am not sure it will work, is having multiple DAQmx Create Channel functions for one task, as can be seen in the image below. On each create channel, I set different maximums and minimums and it ran without error.
Regards, Mallori M.
03-20-2008 01:20 PM