CAL AKF_TA_Instance (IN:=StartingDelay, ZB:=TimeBase, SW:=FactorDelayTime, R:=ResetInput, Q=>Output, TIW=>InternalTime, TSW=>TimerSetpointValue)
AKF_TA_Instance (IN:=StartingDelay, ZB:=TimeBase, SW:=FactorDelayTime, R:=ResetInput, Q=>Output, TIW=>InternalTime, TSW=>TimerSetpointValue) ;
Parameter
|
Data type
|
Description
|
---|---|---|
IN
|
Start delay
|
|
ZB
|
Time basis of delay time
|
|
SW
|
Delay time factor
|
|
R
|
BOOL
|
Reset input
|
Parameter
|
Data type
|
Description
|
---|---|---|
Q
|
BOOL
|
Output
|
TIW
|
INT
|
internal time (actual timer value)
|
TSW
|
INT
|
Timer setpoint at time of 0 -> 1 edge at IN
|
(1)If IN becomes "1", Q becomes "1".
(2)If IN becomes "0", the internal timer (TIW) is started.
(3)If the internal timer TIW reaches the value of TSW, Q becomes "0".
(4)If IN becomes "1", Q becomes "1" and the internal timer is stopped/reset.
(5)If IN becomes "1" before the internal Timer TIW has reached the value of TSW, the internal time is stopped/reset, without Q becoming "0".
(6)If R becomes "1" and IN is "0", Q becomes "0" and the internal timer is stopped/reset.
(7)If R becomes "1" and IN is "1", Q becomes "0".
(8)If R becomes "0" and IN is "1", Q becomes "1".
(9)If R becomes "1", the internal timer is stopped/reset.
(10)If IN becomes "1" and R is "1", Q remains at "0".