LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to trigger data recording to a text file for multiple channels for a certain voltage threshold?

If you want a time column and 3 data columns, you will also have to modify the way your program operates. As it is now, you look at each value from each channel and log each one on a separate line. Do you want to record if all three exceed the threshold, one out of three, etc.?
Message 21 of 25
(896 Views)
I want it to record if at least one out of three exceed the threshold, and to write to the text file with a time column.
0 Kudos
Message 22 of 25
(894 Views)
Right now, it is only recording the values from the first channel, instead of the third channel, which is the one that is actually exceeding the threshold.
0 Kudos
Message 24 of 25
(882 Views)
Probably something wrong with the conversion of that evil dynamic data. Instead of a single waveform, might need to select 1D Waveform array. Try that.
0 Kudos
Message 25 of 25
(875 Views)