At the moment, when the tdms i split, every individual fiel has time stamp reset to 0 at the start. Is is possible to do it the way that each file has time stamps that are continuing without disruption right from the beginning?
I have this .vi that converts the .TDMS to ASCII. However at the moment the time format is "00:00.000001 5.2041 0.2388 -0.0004 0.9106" for each line.
How can I make it in seconds in scientific format so the data will show as "1e-6 5.2041 0.2388 -0.0004 0.9106"?
Also how can the headers be added into the ASCII file?
to_Asci_2.vi
Thanks for the .vi.
Seem like the notifier is being passed to the new loop, as new .tdms file is created, but the loop inside the case structure is not being executed, hence the data is not being written into that file.
The count stays at 0.
Not sure if I understand...
I want the loop when meets condition not to stop but carried on. At the moment there is an "OR" block that is connected to the LED and to the stop loop.