IEC 61131-3

IEC 61131-3 is the third part (of 8) of the open international standard IEC 61131 for programmable logic controllers, and was first published in December 1993 by the IEC. The current (third) edition was published in February 2013.

Part 3 of IEC 61131 deals with programming languages and defines two graphical and two textual PLC programming language standards:

Data types

(Considering byte size 8 bits)

STRING escape sequences
Escape sequence Produces
$$ $
$' '
$L linefeed
$N newline
$P page (form feed)
$R return
$T tab
$xx hex value

Variables

Variable attributes: RETAIN, CONSTANT, AT

Configuration

Program organization units (POU)

Configuration, resources, tasks

External links