EasyManua.ls Logo

Vector VEC-VA Series

Vector VEC-VA Series
649 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
VA Motion Controller Programming Manual
41
to the subsequent operands
S
BOOL
Operand set
1
R
BOOL
Complex operand
0
AND
N,
(
ANY _ BIT
Logic and
&
N,
(
ANY _ BIT
Logic and
OR
N,
(
ANY _ BIT
Logical or
XOR
N,
(
ANY _ BIT
Logical XOR
NOT
(
ANY_BIT
Logical negation
ADD
(
ANY_NUM
plus
SUB
(
ANY_NUM
Less
MUL
(
ANY_NUM
Multiply
DIV
(
ANY_NUM
except
MOD
(
ANY_INT
Molding
GT
(
ANY_NUM, ANY_BIT
Compare, greater than,
>
GE
(
ANY_NUM, ANY_BIT
Comparison, greater than or
equal to,
>=
EQ
(
ANY_NUM, ANY_BIT
Compare, equal, =
NE
(
ANY_N UM, ANY_BIT
Comparison, not equal,
<>
LE
(
ANY_NUM, ANY_BIT
Comparison, less than or
equal to <=
LT
(
ANY_NUM, ANY_BIT
Comparison, less than
<
JMP
C, N
LABAL
Jump to the instruction at the label
CAL
C, N
NAME
Call function block
RET
C, N
Return from the called
function, function block
)
End of delay
Note :
1> The modifier N indicates that the inverse operation is performed, such as ANDN,
which indicates that the operand is inverted ;
2> modifier C means that it is executed only when the current operation result is true, such
as :
LD IN1
AND IN2
ST OUT1
JMPC M2 // Execute jump when M2 is true
M2:
LD IN3
ST OUT2

Table of Contents

Related product manuals