Hi, thanx in advance. I buffer old values (of 10 seconds, 200Hz; means 2000 datapoints )from a DAQ into a waveform chart which have to be written into a ASCII-File, if the actual value is not within the tolerance.
I use waveform chart because an array uses to much capacity. I changed the history-length of the waveform chart into 2000 datapoints.
Do these datapoints, shown in the waveform chart, correspond to the hardware-scanrate? When I run my VI and simulate a value to be out of tolerance before 10 seconds finishes, my file curiously saves 2000 datapoints.
Have a look at my VI for closer understanding.