From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TDMS wf_start_time with milliseconds

Solved!
Go to solution

How can I include millisecond information to waveform start time information within my TDMS file?

My timestamps look like: 10/17/2016 08:59:34.000 AM

Thanks & Regards ,

0 Kudos
Message 1 of 4
(3,490 Views)

Hi sez!

 

You can do that with the TDMS Set Properties.vi.

 

wf_start_time.JPG

 

 

Please also check out these two links:

 

 

0 Kudos
Message 2 of 4
(3,440 Views)

Thanks for your reply Wolfgang,

I am using DAQmx Configure Logging.vi after DAQmx task creation that setups TDMS file handling. Not using any of TDMS low level functions.

Is there any way to include millisecond information to wf_start_time with DAQmx Configure Logging.vi method?

Thanks & Regards ,

0 Kudos
Message 3 of 4
(3,375 Views)
Solution
Accepted by topic author sez

Hi sez!

 

The DAQmx property do not support to set properties in the TDMS log file.

 

TDMS Logging.JPG

 

The only thing you can do is to create a file and write the start time property to this file. The DAQmx driver opens this file again and log the data into the file.

 

Hack.JPG

 

Basically you can do this but I would prefer the low level solution with the TDMS VIs shown in the post before.

 

Best Regards,

Wolfgang

Message 4 of 4
(3,347 Views)