LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read measurement file

HI!
I'm using a USB 6008 datalogger and "labview signal express". I'm logging realtime, but also "writing to file".
And I was wondering if it is possble to "read from file" into a chart or graph where all
data show at once/immediately, without starting the sequence.
 
Ove Unhammer
 
0 Kudos
Message 1 of 2
(2,401 Views)
Hello,

Of course (fortunately !) it is possible to read a measurement file to display its data...
Basically, the idea it to select this file, read the whole of it (for instance untill you reach the EOF) for this you have different possibilities, the best one will depend on how you wrote the measurement file. If you wrote it with an express VI then, reading it with the appropriate express VI sounds quite sensible, no ?

If you need further help, please explain what you are using to write the measurment file and what kind of data you want to display (pressure measurement? high frequency signal? digital lines? else ? etc...) then it will be easier to advise you.


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 2
(2,369 Views)