10.16 BINARY FUNCTIONS
These functions allow Boolean operations on numbers and values in the PLC memory.
Binary functions are also available for,
AND(value,value,destination) - Binary and function
OR(value,value,destination) - Binary or function
NOT(value,value,destination) - Binary not function
XOR(value,value,destination) - Binary exclusive or function
Examples of the functions are,