LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Import textfile to Labview

Hello!
 
I´m quite new workning with Labview and got a problem.
I have recieved som txt-files exported from NI VI Logger looking something like this:
 
----------------------------------------------------
NI VI Logger                          
Created: 2007-02-21 17:10:07,223 Västeuropa, normaltid
Number of scans: 19484
Scan rate: 0.1 seconds
Row;Time;Voltage(Voltage)
1;15:36:51,774;2.58108
2;15:36:51,874;2.56834
3;15:36:51,974;2.56324
4;15:36:52,074;2.56834
5;15:36:52,174;2.56834
6;15:36:52,274;2.58363
7;15:36:52,374;2.56324
etc...
-----------------------------------------------------
 
Now I want to import this data for analysis in Labview but dont know how to do it, i´ve tried with "Read Labview Measurement File" without succeed.
I will need a little help with this one, thank you...
0 Kudos
Message 1 of 2
(3,876 Views)
Hello,

I made a simple example just to give a clue. In attach follows an image that explain how to analyze every line at a time.
Then you have to introduce the code that receives the string (for each line) and separates the values that you want.
See if this it's enough for you.
Software developer
www.mcm-electronics.com





PORTUGAL
Message 2 of 2
(3,863 Views)