Hello,
I'm aquiring a voltage signal from a thermistor using DAQ and Labview. I'm using "for-loop" in Labview for that. Is it possible to take my previous readings of the voltage signal (through A/D channel), say, V(i-1), compare it to its current value V(i) and if a comparison condition holds - "freeze" V(i-1) and feed it continuously to a D/A channel,etc.
I'm basically trying to work with "arrays" in Labview, but can't get the voltage array previous values during the aquisition and manipulate with it during the aquisition.
Thanks.