CAL AKF_TE_Instance (IN:=StartingDelay, ZB:=TimeBase, SW:=FactorDelayTime, R:=ResetInput, Q=>Output, TIW=>InternalTime, TSW=>TimerSetpointValue)
AKF_TE_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", the internal timer (TIW) is started.
(2)If the internal timer (TIW) reaches the value of TSW, Q becomes "1".
(3)If IN becomes "0", Q becomes "0" and the internal timer is stopped/reset.
(4)If IN becomes "0" before the internal timer (TIW) has reached the value of TSW, the internal timer is stopped/reset without Q becoming "1".
(5)If R becomes "1", the internal timer is stopped/reset.
(6)If R becomes "1", Q becomes "0" and the internal timer is stopped/reset.
(7)If IN becomes "1" and R is "1", the internal timer is not started.