LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem in conversion of file into array of proper format

how to do following 

 

1) TO RETREIVE ALL THE SET OF STRING LOGGED 

BETWEEN THE TIMINGS THAT IS GIVEN BY USER AS INPUT AND THE FORMAT TIMINGS OF IS BEING ATTACHED IN DEMO.DOCX 

 

THIS IS ONE OF THE SET

RQ_TM::11:28:41
68556885844D13E9516
RS_TM::11:28:42
68B5B5688485A3E10C10000002D1800000000007F00C10000002D1800000000107F00C10000002D1800000000107F00C10000002D1800000000107F00C10000002D1800000000107F00C10000002D1800000000107F00C10000002D1800000000107F00C10000002D1800000000107F0F116 

 

 

detailed problem is explained in document attached.

Download All
0 Kudos
Message 1 of 6
(3,097 Views)

Hi priya,

 

well, I would start to search for timing information. Then I would pick all lines between the requested timestamps…

 

I guess that is homework and you get some points/notes/grades for it. So please do your job on your own.

Ask for specific problems but not for general solutions!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(3,086 Views)

ok .....but can i know the way how to convert a file i attached into an array

0 Kudos
Message 3 of 6
(3,055 Views)

Hi priya,

 

what kind of array?

 

When using the ReadText function you will find an entry in it's context menu to switch it to read lines. Then you will already get an array of text lines…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 6
(3,041 Views)

In labview 6.1  how to convert each line of a file into element of array of string type.

0 Kudos
Message 5 of 6
(3,001 Views)

Hi priya,

 

use SpreadsheetStringToArray…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 6
(2,999 Views)