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
NOT
NOT parameters
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
OT function block diagram example
NOT ladder diagram program example
NOT ladder diagram program example
(* ST equivalence: *) bo10 := NOT (bi101);
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal