VA Motion Controller Programming Manual
185
TOF_1 ( IN:=var1 , PT:=var2 )
Note :
IL, ST
language programming needs to insert variables
valll1~var4
or use constants in
the current
POU
variable worksheet
数据 Data type processed by TOF instruction
To
Q
delay disconnecteDAsk end
Result IN=1, Q=1;
IN=0 , after delaying PT , Q changes from 1 to 0.
Timing time from when IN changes to FALSE to when
the Q end changes to TRUE
Funtion and Action examples
When the contact
C018ON
,
Q
immediately
outputs
1
, when the contact
is turned from
ON
to
OFF
,
Q
delays
PV
(set value) and
outputs
0.
If the
input IN changes from TRUE to FALSE , it
is turned off after delaying the length of
time in the input PT . After the length of
the PT value, the Q value is set
to FALSE . The process time interval is
displayed on the output ET .
1 0.2.9 TON (delay-on timer command )
LD, FBD programming language
Function: The TON instruction is used to implement the delay on function. If the input
terminal IN is FALSE , the output terminal Q will immediately become FALSE; if the input
terminal IN changes from FALSE to TRUE , the output terminal Q will be delayed by a certain
time and then changed by FALSE. For TRUE , this delay time is the value of PT , and the ET end
records the time between the time when the IN changes to FALSE and the time when the Q end
changes to TRUE .