CAL AKF_TS_Instance (IN:=StartingDelay, ZB:=TimeBase, SW:=FactorOfDelay, R:=ResetInput, Q=>Output, TIW=>InternalTime, TSW=>TimerSetpointValue)
AKF_TS_Instance (IN:=StartingDelay, ZB:=TimeBase, SW:=FactorOfDelay, 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)Even if IN becomes "0", Q remains "1".
(4)If R becomes "1", the internal timer is stopped/reset and Q is set to "0".
(5)If R becomes "1" before the internal timer (TIW) has reached the value of TSW, the internal timer is stopped/reset without Q having become "1".
(6)If IN becomes "1" and R is "1", the internal timer is not started.