LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Time stamp conversion and graphs from array data

How can you read time stamps and data currently in an text file as an array and split in for display on a graph. I think I need to convert the time stamp back into seconds to do this but not sure how to do so?
0 Kudos
Message 1 of 2
(2,379 Views)
If you're using 8.2, the Read From Spreadsheet File VI can read string files. If not, you will need to open the VI and read the instruction on the diagram for how to change it.
Once you have your string array, you can use the VI found here to convert the time column (note - read the thread) and convert the second column using the String to Number functions.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,366 Views)