07-31-2023 01:59 PM
I am trying to read two thermocouples from my NI-9211A. I have tried programming them in two different ways. The first is with two separate DAQs reading the two different inputs, ai1 and ai2. This sometimes works, but very rarely. It usually reads the same temperature from both thermocouples. The second way is with one DAQ and splitting. However, this provides two identical outputs and the incorrect temperature. How can I get this to read correctly?
Attached is my project VI and my DAQ VI, along with screenshots of both methods.
Thanks!
Solved! Go to Solution.
07-31-2023 04:22 PM
Try calling just one time and type channels as Dev6/ai0:1 one function will return an array with both channels. First item channel 0 and second item channel 2.
08-01-2023 01:46 PM
Helpul as always, LVNinja. Thanks!