AND

 

Check if two values are true.

 

The AND is used to check if two values are true and continue accordingly. The format is x AND y.

 

E.g. The machining library instruction On/Off field could be defined as:

 

=X>=200 AND X<=300

 

So this instruction will only be on if the part length is between 200 and 300.