LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analyze test result from txt file

I need some suggestions from experts. I saved test result in txt file with following format(See attachment). With this test result, I need draw waveform of 'DNBr' based on different OPmode(ADSL2P, VDSL2-8a...). The X-axis will be the value from 'DLS'.  I can creat a complicate VI to do that. But I want to if Labview has any subvi can do this job easier.

 

0 Kudos
Message 1 of 5
(2,959 Views)

Hi Tambrook,

 

read 3 (header) lines, then read the remaining data lines using "Read spreadsheet file".

Now you have to select rows by your OPmode as there's no subVI made for your data...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 5
(2,953 Views)

Thanks GerdW. For one result, it's easy to do that. But the difficulty I faced now is I have results from different units. I need to combine all of them and generate waveform to compare rates. The number of results file is uncertain.

 

Do you know if Data finder toolkit can make my job easier?

0 Kudos
Message 3 of 5
(2,950 Views)

Hi Tambrook,

 

never worked with that toolkit, so can't answer this...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(2,945 Views)
Thanks anyway!
0 Kudos
Message 5 of 5
(2,942 Views)