LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get the time from a file recorded?

Solved!
Go to solution

Now my boss give me another problem.

 

The "Identification" part can be a lot of words.. or can have numbers like "File number 3"

 

Have a way to "desconcatenated" a string?? Because I don't know the begginning of string...

from that string, I only need the TIME.... the hour, minutes and second...

 

or may have a way to only read it from that string??

 

Something like that

 

I send in a string a lot of informations, and now I need to read only the time.

 

Thanks for the help

0 Kudos
Message 21 of 22
(501 Views)

Hi EduU,

 

it always helps to know the format of the data.

Maybe there is a known number of (header) lines or a special keyword signalling the timestring - something like this.

 

Or ask your boss to give you / create a written specification of the file format...

 

Edit:

There's a search function using RegularExpressions - atleast in the recent versions of LabVIEW. That would also help in searching a timestringin a text - when the format of that timestring is known and fixed (see comments above)...

Message Edited by GerdW on 04-14-2010 07:09 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 22 of 22
(485 Views)