Specifications

Table Of Contents
7 - 3
Usable
program
Usable expression
Division Symbol Function Format
Number
of basic
steps
F/FS G
Calcula-
tion
expres-
sion
Bit condi-
tional
expres-
sion
Relation
condition
expres-
sion
Y/N
transition
conditional
expression
SET (D) 3
¡ ¡
¡
SET Device setting
SET (D) =
(Conditional expression)
4 ¡ ¡ ¡ ¡
RST (D) 3
¡ ¡
¡
RST Device resetting
SET (D) =
(Conditional expression)
4
¡ ¡
¡ ¡
DOUT Device output DOUT (D), (S) 4 ¡ ¡ ¡
DIN Device input DIN (D), (S) 4
¡ ¡
¡
Bit device
control
OUT Bit device output
OUT (D) =
(Conditional expression)
4 ¡ ¡ ¡ ¡
(None) Logical affirmation (Conditional expression) 0
¡ ¡
¡ ¡ ¡
! Logical negation ! (Conditional expression) 2
¡ ¡
¡ ¡ ¡
* Logical product
(Conditional expression) *
(Conditional expression)
4
¡ ¡
¡ ¡ ¡
Logical
operation
+ Logical sum
(Conditional expression) +
(Conditional expression)
4
¡ ¡
¡ ¡ ¡
== Equal
(Calculation expression) ==
(Calculation expression)
4
¡ ¡
¡ ¡
!= Not equal
(Calculation expression) !=
(Calculation expression)
4 ¡ ¡ ¡ ¡
< Below
(Calculation expression) <
(Calculation expression)
4
¡ ¡
¡ ¡
<= Less than
(Calculation expression) <=
(Calculation expression)
4
¡ ¡
¡ ¡
> Over
(Calculation expression) >
(Calculation expression)
4
¡ ¡
¡ ¡
Com-
parison
operation
>= More than
(Calculation expression) >=
(Calculation expression)
4
¡ ¡
¡ ¡
CHGV
Speed change
request
CHGV ((S1), (S2)) 4
¡ ¡
Dedicated
motion
function
CHGT
Torque limit value
change request
CHGT ((S1), (S2)) 4
¡ ¡
EI Event task permit EI 1
¡ ¡
DI Event task prohibit DI 1
¡ ¡
NOP Non-processing NOP 1
¡ ¡
BMOV Block transfer BMOV (D), (S), (n) 7
¡ ¡
TIME Time waiting TIME (S) 7
¡
MULTW
Writing of data to
shared memory of
local machine
MULTW (D), (S), (n), (D1) 8
¡ ¡
MULTR
Reading of data from
shared memory of
other machine
MULTR (D), (S1), (S2), (n) 7
¡ ¡
TO
Writing of word data
to intelligent function
unit/special unit
TO (D1), (D2), (S), (n) 7 ¡ ¡
Others
FROM
Reading of word data
from intelligent func-
tion unit/special unit
FROM (D), (S1), (S2), (n) 7 ¡ ¡
Expression for approximating size of one program code in operation control program
and transition program
2 + (1 + Total number of basic steps in one block)
+ Number of 32-bit constants/block × 1
+ Number of 64-bit constants/block × 3) × Number of blocks (steps)
(1 step = 2 bytes)
POINT
The shifting conditions must always be set in the final block of the transition
program.