Joint Robot Manipulator - Software Operation Manual
Advantech LNC Technology Co., Ltd.
94
O (Output)
1000
R_MLC_O_F
W_MLC_O_F
R_MLC_O
W_MLC_O
set the hardware
point of the actual
output through the
IO comparison
table
C (Control)
4096
R_MLC_C_F
W_MLC_C_F
R_MLC_C
W_MLC_C
S (Status)
4096
R_MLC_S_F
R_MLC_S
A (Aid)
4096
R_MLC_A_F
W_MLC_A_F
R_MLC_A
W_MLC_A
R (Register)
6,000,000 R_REG_F
W_REG_F
R_REG
W_REG
W_REG_AT
#32 = R_MLC_I(206)
Read the contents of I206 into the local variable 32
W_MLC_O(123, 1)
Set O123 to On
W_MLC_C(9, 1)
Set C9 to On
Start handwheel mode
#33 = R_MLC_S(9)
Read the contents of S9 into the local variable 33
Check if
it is currently in handwheel mode
#34 = R_MLC_A(2000)
Read the contents of A2000 to local variable 34
W_MLC_A(2000, 1)
Set A2000 to On
#35 = R_REG(1200)
Read the contents of R1200 into local variable 35
W_REG(1200, 3434)
After waiting for the motion instruction, set the content of
R1200 to 3434.
W_REG_F(1200, 3434)
The content of the R1200 will be set to 3434 immediately.
W_REG_AT(1200, 3434)
Assign this instruction that sets the content of R1200 to 3434
to a motion core, and this instruction is executed
synchronously when the motion core is executed. (Avoid
causing motion pauses)
18.3.
Mathematical fnctions
The following table is the mathematical functions supported in the joint manipulator system.
Mathematical function
Description
SIN(DEG)
SIN function
COS(DEG)
COS function