LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What unit is difference between timestamps?

Solved!
Go to solution

I have two sets of collected waveforms. One is digital and the other is voltage. I wanted to confirm that the two tasks were in fact running in an unsynchronized manor (they are). I collected my data and then do a difference between the timestamps of the first member of the array of 1d array of waveforms. I get various values of difference between the start times of the waveforms - anywhere from 0.105 to 0.008. The value is different for each time I run my VI.

 

My question, what is the unit of the value between the difference of the two timestamps? Seconds?

 

flycast_0-1624381471941.png

 

0 Kudos
Message 1 of 2
(1,203 Views)
Solution
Accepted by topic author flycast

Timestamps are in seconds since Jan 1, 1904 0:00 GMT. The difference between two Timestamps is also in seconds.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(1,198 Views)