Use to check if either of two statements are true
The OR is used to check if either of two values are true and continue accordingly. The format is x OR y.
E.g. The machining library instruction On/Off field could be defined as:
=X<800 OR Y<600
This is true as the X is smaller than 800 or the Y is smaller than 600.