Attention
IronPLC can only run very simple programs. The steps described are accurate but many language features are not yet supported.
TIME¶
Duration value representing an interval of time.
Size |
64 bits (microsecond resolution) |
Default |
|
IEC 61131-3 |
Section 2.3.1 |
Support |
Not yet supported |
Literals¶
T#100ms
T#2s
T#1h30m
T#5d12h30m15s
TIME#500us
Components can be combined: days (d), hours (h), minutes (m),
seconds (s), milliseconds (ms), microseconds (us).
See Also¶
TON — on-delay timer
TOF — off-delay timer
TP — pulse timer
DATE — calendar date
TIME_OF_DAY — time of day