Attention

IronPLC can only run very simple programs. The steps described are accurate but many language features are not yet supported.

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

See Also

  • USINT — 8-bit unsigned integer

  • UDINT — 32-bit unsigned integer

  • INT — 16-bit signed integer