10-18-2012 12:26 PM
Hello all,
Is there any way to overwrite the timestamp written to a TDMS file with a timestamp from a GPS card (6682H module)? Also, will this stamp be synced exactly to the first sample taken? Thanks!
The CART-2 Detectives
10-18-2012 09:09 PM
There is no direct way to modify data in a TDMS file. But you can accomplish that by read all data out and write to a new file with the channels you want to replace.
10-19-2012 01:22 AM
You can edit the timestamp field in the TDMS file.
It is quit simple.
Refer the following examples.
C:\Program Files\National Instruments\LabVIEW 2011\examples\file\plat-tdms.llb\TDMS - Write data (time domain).vi
C:\Program Files\National Instruments\LabVIEW 2011\vi.lib\Utility\tdmsutil.llb\TDMS - File Viewer.vi
Now, what is the data type used in the TDMS file?
Share the data type or the sample code, for more assistance.
Regards,
Yogesh Redemptor
10-19-2012 02:08 AM
What is the data type going into the TDMS write as it may be possible to modify this?