Using Labview (Ver. 6) with a DAQ instrument, I scan 20 Thermocouple channels, compare the reading of each channel, after every reading, with previous reading to see whether it is stabilized. When all the channels are stabilized within a given tolerance, then a signal is generated for the next step. As it is, I am using a While loop and shift register for each channel(each While loop is within a Case), and then AND the outputs of all the channels (shiftregisters). This is very messy! I think there should be easier way to do this. Help Please!
Thank you