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.

BYTE

Bit string of 8 bits.

Size

8 bits

Range

16#00 to 16#FF

Default

16#00

IEC 61131-3

Section 2.3.1

Support

Supported

Literals

BYTE#16#FF
BYTE#2#11001010
BYTE#8#377

Example

See Also

  • WORD — 16-bit bit string

  • USINT — 8-bit unsigned integer