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.

INT

16-bit signed integer.

Size

16 bits

Range

-32,768 to 32,767

Default

0

IEC 61131-3

Section 2.3.1

Support

Supported

Literals

INT#42
INT#-1000
INT#16#FF

Example

See Also

  • SINT — 8-bit signed integer

  • DINT — 32-bit signed integer

  • UINT — 16-bit unsigned integer