Attention

IronPLC implements many parts of the IEC 61131-3 standard and is working toward full Structured Text support. Key features still missing include structures and user defined function blocks.

UDINT

32-bit unsigned integer.

Size

32 bits

Range

0 to 4,294,967,295

Default

0

IEC 61131-3

Section 2.3.1

Support

Supported

Literals

UDINT#42
UDINT#1000000
UDINT#16#FFFFFFFF

Example

See Also

  • UINT — 16-bit unsigned integer

  • ULINT — 64-bit unsigned integer

  • DINT — 32-bit signed integer