LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I separate my two thermocouple readings?

I should have been able to figure this out, but I have the two readings together and I just need to separate them so I can see each one. The problem is after the AI Read, do I select a scaled array or waveform? Then how do you separate the two readings? I'm sure it's something simple, but it has eluded me so far....
0 Kudos
Message 1 of 2
(2,397 Views)
After your AI Read you can use Index Array.vi to separate out the 2 channels. You will need 2 Index Array.vi's because you have 2 channels. Set the index on one to 0 (Zero) and on the other set it to "1". The one set to Zero will give you a 1D Array of the 1st channel and the one set to "1" will give you a 1D array of the 2nd channel. You can leave the data as waveform or scaled array. The only difference between the two methods is that a waveform will have time data associated with it. Hope this helps.
Message 2 of 2
(2,397 Views)