VA Motion Controller Programming Manual
173
Note :
IL, ST
language programming needs to insert variables
IN
and
OUT
or use constants in
the current
POU
variable worksheet
Data type processed by
TAN
instruction
Input, the angle is expressed in radians
Funtion and Action examples
When the contact C300 is ON when this
instruction is
executed perform: result : = 1
10.1. 44 XO R (Logical XOR instruction )
LD, FBD programming language
Function: The
XOR
instruction is used to logically perform an exclusive OR operation on the
input value.
OUT:= ( IN1 ) XOR ( IN2 )
Note : IL, ST language programming needs to insert variables IN1, IN2 and OUT or use
constants in the current POU variable worksheet
Data type processed by XOR instruction