03-05-2006 03:28 PM
03-05-2006 04:11 PM - edited 03-05-2006 04:11 PM
Hi Maurader,
There's probably an easer way, but I wrote this VI to obtain timestamps with ms accuracy.
At first I just stripped ms out of the DBL and appended it to the values you're already using. But, then, out-of-order time-stamps appeared in the data - because the "Seconds" value is rounded (so "Seconds" would increment too soon...)
Beware though, this VI does not adjust for Daylight savings time.
Cheers.
Message Edited by Dynamik on 03-05-2006 04:13 PM
03-05-2006 07:56 PM
... just to follow-up before catching any flack for a [way-]overly-complex solution/offering...
Timestamps generated from LabVIEW's "Seconds to DateTime" will (i think) reflect Daylight-Savings-Time changes. So if a test-record bridges one of the DST transitions, it would be susceptible to inconsistent time-stamps (though, I expect there's an OS switch to disable DST.)
03-06-2006 08:15 AM
03-10-2006 03:05 PM - edited 03-10-2006 03:05 PM
Message Edited by Marauder on 03-10-2006 03:20 PM
03-13-2006 07:46 AM
03-14-2006 01:04 AM