Attention
IronPLC can only run very simple programs. The steps described are accurate but many language features are not yet supported.
BOOL¶
Boolean value: TRUE or FALSE.
Size |
1 bit |
Values |
|
Default |
|
IEC 61131-3 |
Section 2.3.1 |
Support |
Supported |
Literals¶
TRUE
FALSE
BOOL#1
BOOL#0
See Also¶
Logical Operators — AND, OR, XOR, NOT