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.

UINT

16-bit unsigned integer.

Size

16 bits

Range

0 to 65,535

Default

0

IEC 61131-3

Section 2.3.1

Support

Supported

Literals

UINT#42
UINT#65535
UINT#16#FFFF

Example

See Also

  • USINT — 8-bit unsigned integer

  • UDINT — 32-bit unsigned integer

  • INT — 16-bit signed integer