NOT
The NOT instruction converts Boolean values to negated values.
Languages supported: Function block diagram, ladder diagram, structured text.
This instruction applies to the Micro810, L20E, L50E, and L70E controllers.
NOT

Parameter | Parameter Type | Data Type | Description |
---|---|---|---|
i1 | Input | BOOL | Any Boolean value or complex expression. |
o1 | Output | BOOL | TRUE when IN is FALSE. FALSE when IN is TRUE. |
NOT examples
NOT function block diagram example

NOT ladder diagram program example

(* ST equivalence: *) bo10 := NOT (bi101);
Provide Feedback