06-01-2012
12:47 PM
- last edited on
06-01-2012
01:56 PM
by
MaryH
Is there any way to merge I/O lines?
Here is my issue. I have 40 thermistors, i want to be able to toggle them individually to either read air speed or temperature. For this i have to run them with 2 seperate scanned write blocks. One block will use the PID to vary the current, the other block has a non-changing current of 100uA.
Is there any way to create and manipulate an array of I/O lines?
06-01-2012 03:13 PM
You can create a DAQmx task with multiple channels (lines) in it. You can then write to the task using a 1D array of booleans.
06-04-2012 07:57 AM
i'll give that a try thanks