Input DescriptionΒΆ
EN BOOL \ (enable)
The Function Block is activated with a value transition from FALSE->TRUE at the variable EN. Otherwise it remains disabled.
If the Function Block is activated the specified input values are used and the output values are available at the Function Block outputs.
PINGROUP IEC60870_DoubleCommand \ (pingroup)
At input PINGROUP the corresponding data point is set, which gets received by this Function Block.
The pingroup of the data type IEC60870_DoubleCommand corresponds to the defined data type at the global address list due to the Control-/Substation in Automation_Builder, see Configuration of Control and Substations: Control Station and Substation Configuration
After the declaration in Automation_Builder the data type is available at the global variables constants list.
The IEC60870 data is sent/recorded to the associated datapoint which is defined by the address in Automation_Builder (address datapoint send has to be the same as datapoint rec, see Configuration of Control and Substations: Data Points
Note
A pingroup can only be assigned to one defined Function Block! It is not possible to use the pingroup twice (e.g. Send and Rec Function Blocks)!
SEND BOOL \ (send)
Start a send request on a rising edge.
CYCLE BOOL \ (cycle)
Input CYCLE performs a cyclic send each scandown cycle.
AUTO BOOL \ (auto)
If input AUTO = TRUE, each input value change might trigger a sending process.
SCANDOWN BYTE \ (scandown)
Input SCANDOWN is valid when input CYCLE = TRUE.
On cyclic sending only send within each scandown cycle.
CMD_ON BOOL \ (commandon)
Input value Bit 1.
CMD_OFF BOOL \ (commandoff)
Input value Bit 2.
TOUT WORD \ (timeout)
Timeout in ms until ACTERM is expected; 0 = infinite.
SHORT_EXEC BOOL \ (shortexecution)
If input SHORT_EXEC = TRUE, short execution is enabled on controlled station.
LONG_EXEC BOOL \ (longexecution)
If input LONG_EXEC = TRUE, long execution is enabled on controlled station.
PERSIST_EXEC BOOL \ (persistent \ execution)
If input PERSISTENT_EXEC = TRUE, persistent execution is enabled on controlled station.