![Fuji Electric SPF Series Скачать руководство пользователя страница 120](http://html1.mh-extra.com/html/fuji-electric/spf-series/spf-series_user-manual_2341814120.webp)
2-46
Section 2 Programming Languages
Instruction Name
Data type Description
No. of
steps
Related
section
ORN
Logical
inverted add
ANY_BIT
Operates the logical add of the current operation result and the
inverted value of the operand value, and sets the result to the
operation result.
1
FEH200
2-6-3
ORN(
Operates the logical add of the current operation result and the
inverted value of the operation result specified in parentheses, and
sets the result to the operation result.
1
XOR
Exclusive
OR
ANY_BIT
Operates the exclusive OR of the current operation result and the
operand value, and sets the result to the operation result.
1
XOR(
Operates the exclusive OR of the current operation result and the
operation result specified in parentheses, and sets the result to the
operation result.
1
XORN
Exclusive
NOR
ANY_BIT
Operates the exclusive NOR of the current operation result and
the inverted value of operand value, and sets the result to the
operation result.
1
XORN(
Operates the exclusive NOR of the current operation result and the
inverted value of the operation result specified in parentheses, and
sets the result to the operation result.
1
ADD
Addition
ANY_NUM
Operates the addition of the current operation result and the
operand value, and sets the result to the operation result.
1
ADD(
Operates the addition of the current operation result and the
operation result specified in parentheses, and sets the result to the
operation result.
1
SUB
Subtraction
ANY_NUM
Operates the subtraction of the operand value from the current
operation result, and sets the result to the operation result.
1
SUB(
Operates the subtraction of the operation result specified in
parentheses from the current operation result, and sets the result
to the operation result.
1
MUL
Multiplication
ANY_NUM
Operates the multiplication of the current operation result and the
operand value, and sets the result to the operation result.
1
MUL(
Operates the multiplication of the current operation result and the
operation result specified in parentheses, and sets the result to the
operation result.
1
DIV
Division
ANY_NUM
Operates the division of the current operation result by the operand
value, and sets the result to the operation result.
1
DIV(
Operates the division of the current operation result by the
operation result specified in parentheses, and sets the result to the
operation result.
1
GT
Comparison
(>)
elementary
(excluding
STRING)
(Note)
Operates the comparison of the current operation result as the left-
hand side of the “>” operator with the operand value as the right-
hand side, and sets the result (BOOL value) to the operation result.
1
GT(
Operates the comparison of the current operation result as the left-
hand side of the “>” operator with the operation result specified
in parentheses as the right-hand side, and sets the result (BOOL
value) to the operation result.
1
GE
Comparison
(>=)
elementary
(excluding
STRING)
(Note)
Operates the comparison of the current operation result as the left-
hand side of the “>= “ operator with the operand value as the right-
hand side, and sets the result (BOOL value) to the operation result.
1
GE(
Operates the comparison of the current operation result as the left-
hand side of the “>= “operator with the operation result specified
in parentheses as the right-hand side, and sets the result (BOOL
value) to the operation result.
1
Notes:
BOOL type cannot be used for GT, GT(, GE or GE(, either.