Attention

IronPLC implements many parts of the IEC 61131-3 standard and is working toward full Structured Text support. Key features still missing include arrays and structures. Try it out in the IronPLC Playground.

LTIME_OF_DAY

64-bit time of day value.

Note

LTIME_OF_DAY is an IEC 61131-3:2013 (Edition 3) type. You must pass --std-iec-61131-3=2013 to the compiler. See ironplcc for details.

Size

64 bits (millisecond resolution)

Default

LTOD#00:00:00

IEC 61131-3

Section 2.3.1 (Edition 3)

Support

Supported (requires --std-iec-61131-3=2013)

Example

Literals

LTOD#14:30:00
LTIME_OF_DAY#08:00:00
LTOD#23:59:59.999

See Also