NOT_MASK
Integer bit-to-bit negation mask.

Arguments | |||
---|---|---|---|
IN | IN | DINT | Must have integer format |
NOT_MASK | Q | DINT | Bit-to-bit negation on 32 bits of IN |
Example
(* FBD example with NOT_MASK Operators *)

(*ST equivalence: *)
result := NOT_MASK (16#1234); (* result is 16#FFFF_EDCB *)
Provide Feedback