CAL AKF_TV_Instance (IN:=StartingPulse, ZB:=TimeBaseOfPulse, SW:=FactorOfPulse, R:=ResetInput, Q=>Output, TIW=>InternalTime, TSW=>TimerSetpointValue)
AKF_TV_Instance (IN:=StartingPulse, ZB:=TimeBaseOfPulse, SW:=FactorOfPulse, R:=ResetInput, Q=>Output, TIW=>InternalTime, TSW=>TimerSetpointValue) ;
Parameter
|
Data type
|
Description
|
---|---|---|
IN
|
Start pulse
|
|
ZB
|
Time basis of the pulse
|
|
SW
|
Pulse 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", and the internal timer (TIW) is started.
(2)If the internal timer (TIW) reaches the value of TSW, Q becomes "0".
(3)If IN becomes "1" again, the internal timer is restarted and Q becomes "1".
(4)If IN becomes "1" again, the internal timer is restarted and Q remains "1".
(5)If R becomes "1", Q becomes "0", independent of IN, and the internal timer is stopped/reset.
(6)If IN becomes "1" and R is "1", Q remains at "0" and the internal timer is not started.