Unit Testing Group

cancel
Showing results for 
Search instead for 
Did you mean: 

Time Inputs

OK, this is more of just a bit of a moan, but has anyone worked out the time display? It appears to me to have too many inputs!

utf_timestamps.png

Am I missing something here?

James Mc
========
CLA and cRIO Fanatic
My writings on LabVIEW Development are at devs.wiresmithtech.com
0 Kudos
Message 1 of 3
(5,146 Views)

Hey James,

Meaning of Timestamp input is as below.

TimeStamp.png

  • year can be from 1600 to 3000.
  • month can be 1 to 12.
  • day of month can be 1 to 31.
  • hour is the number of complete hours since midnight. Values can be 0 to 23.
  • minute is the number of complete minutes since the start of the hour. Values can be 0 to 59.
  • second is the number of complete seconds since the start of the minute. Values can be 0 to 59.\
  • fractional second is the fractions of a second since the start of the second. Values must be greater than or equal to 0 and less than 1.
0 Kudos
Message 2 of 3
(3,850 Views)

Hi Zhenfang,

Thanks for responding. I thought it must be something along those lines, thanks for clarifying.

The fractional second display still seems a little odd though, I wouldn't expect the ':0' in a time display.

Cheers,

James

James Mc
========
CLA and cRIO Fanatic
My writings on LabVIEW Development are at devs.wiresmithtech.com
0 Kudos
Message 3 of 3
(3,850 Views)