CAL AKF_ZV_Instance (IN:=TriggerInput, S:=SetInput, SW:=PresetSetpointValue, R:=ResetInput, ZIW:=InternalCurrentValueControl, ZSW:=InternalSetpointValueControl, Q=>Output, ZIWO=>DisplayCurrentValue, ZSWO=>DisplaySetpointValue)
AKF_ZV_Instance (IN:=TriggerInput, S:=SetInput, SW:=PresetSetpointValue, R:=ResetInput, ZIW:=InternalCurrentValueControl, ZSW:=InternalSetpointValueControl, Q=>Output, ZIWO=>DisplayCurrentValue, ZSWO=>DisplaySetpointValue) ;
Parameter
|
Data type
|
Description
|
---|---|---|
IN
|
Trigger input
|
|
S
|
BOOL
|
Set input
|
SW
|
Preset setpoint value
|
|
R
|
BOOL
|
Reset input
|
ZIW
|
INT
|
Control of the internal actual value
|
ZSW
|
INT
|
Control of internal setpoint value
|
Parameter
|
Data type
|
Description
|
---|---|---|
Q
|
BOOL
|
Output
|
ZIWO
|
INT
|
Count value (display of actual value)
|
ZSWO
|
INT
|
Display of setpoint value
|
(1)If IN becomes "1" and R is "0", the actual value is increased by "1" and Q is set to "1".
(2)If R becomes "1", the actual value and Q are set to "0".
(3)If S becomes "1", the preset setpoint value is accepted.
(4)If IN becomes "1", the actual value is increased by "1". If this causes the actual value to reach the setpoint value, Q is set to "0".
(5)If IN becomes "1", the actual value is increased by "1".
(6)If S becomes "1", the preset setpoint value is accepted and the actual value is set to "0".
(7)If S becomes "1", the preset setpoint value is accepted, and the actual value and Q are set to "0".