6 DriveProgramming Commands
6 - 8
DriveProgramming User’s Manual (I622-E1)
Output termi-
nal variable
output
Y(**) : =
<variable/
constant>
Outputs data to the
output terminal Y(**) in
units of bits.
0 = off, 1 = on
Yw : =
<variable/
constant>
Outputs data to the
output terminal in units
of words.
Input variable
output
<Input
variable>
: =
<variable/
constant>
Outputs data to the
input variable.
0 = off, 1 = on
Output vari-
able assign-
ment
<variable> : =
<Output
variable>
Assigns the status of
the output variable to
<variable>.
0 = off, 1 = on
Internal user
contact control
<variable> : = UB(i) Assigns the internal
user contact informa-
tion to <variable>.
0 = off, 1 = on
<variable> : = UBw Assigns the internal
user contact informa-
tion to <variable> in
units of words.
UB(**) : =
<variable/
constant>
Outputs data to the
internal user contact in
units of bits.
0 = off, 1 = on
UBw : =
<variable/
constant>
Outputs data to the
internal user contact in
units of words.
Timer Control Commands
Command Argument 1 Argument 2 Argument 3 Argument 4 Argument 5 Description
delay on/off <variable 1> TD(i)
<variable 2/
constant>
Sets <variable 2/con-
stant> for the specified
timer and starts the
timer.
Changes <variable 1>
to ON or OFF after the
time of <variable
2/constant> elapsed.
At the same time, it
changes TD(i) to ON.
timer set TD(*)
<variable/
constant>
Sets <variable/con-
stant> for the specified
timer and starts the
timer.
Changes TD(i) to ON
after the time of <vari-
able/constant> elapsed.
timer off TD(*)
Stops the specified
timer.
Command Argument 1 Argument 2 Argument 3 Argument 4 Argument 5 Description