VA Motion Controller Programming Manual
169
Number of digits shifted to the right
As a result, when the value of the pin IN or N changes, it is
shifted to the right. Move two digits to the right, as follows
The value before the right movement
Funtion and Action examples
The value
16 # 50
(
BYTE
)
right shifted three
When the contact
C300
is
ON
when this
instruction is executed,
The address
V538
all the bits to the
right
3
bits:
Execution result:
1 6#50
moves
3
bit output to
the right
16 #0A
:
10.1.39 SIN (sinusoidal command )
LD, FBD programming language
Function: The SIN instruction is used to find the sine of the input value.
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 SIN instruction