At a Glance
The Time type T# or TIME# is represented by an unsigned double integer (UDINT) type.
It expresses a duration in milliseconds, which approximately represents a maximum duration of 49 days.
The units of time authorized to represent the value are:
days (D)
hours (H)
minutes (M)
seconds (S)
milliseconds (MS)
Entering a Value
This table shows the possible ways of entering the maximum value of the Time type, according the authorized units of time.
Diagram |
Comment |
---|---|
T#4294967295MS |
value in milliseconds |
T#4294967S_295MS |
value in seconds\milliseconds |
T#71582M_47S_295MS |
value in minutes\seconds\milliseconds |
T#1193H_2M_47S_295MS |
value in hours\minutes\seconds\milliseconds |
T#49D_17H_2M_47S_295MS |
value in days\hours\minutes\seconds\milliseconds |