the number of groups
the number of carriers for each group
the number of groups that leave the station
Name |
Data type |
Accessing |
Description |
---|---|---|---|
ifPattern |
IF_GroupingPattern |
Read |
Access to the interface IF_GroupingPattern that provides methods for creating group patterns (see IF_GroupingPattern). |
xEnable |
BOOL |
Write |
If xEnable is set to TRUE, the station is enabled (activated). |
xError |
BOOL |
Read |
Indicates TRUE if an error has been detected. For details, refer to etResult and sResultMsg. |
xErrorQuit |
BOOL |
Write |
When an error is detected, state machine is going to a WAITING state. If xErrorQuit is set to TRUE, you leave this WAITING state and reset the error variables. |
xStationReadyForMoveOut |
BOOL |
Read |
Indicates TRUE if all carriers have been grouped according to the defined pattern and if all carriers in the groups are in standstill, ready for moving out of the station. The carrier groups wait that the parameter iq_xTrigger from the method CyclicMotionCall becomes TRUE. |
The following properties come from the hidden function block FB_CoreStandardStation: |
|||
etResult |
Read |
Provides diagnostic and status information as a numeric value.
If xError = FALSE, etResult provides status information. |
|
ifAdditionalControls |
Read |
Access to the interface IF_ControlStandardStation that provides methods for controlling the standard station. |
|
sResultMsg |
STRING [255] |
Read |
The event-triggered property sResultMsg provides additional diagnostic and status information as a text message. |
xActive |
BOOL |
Read |
Indicates TRUE if the function block is enabled. |
xReady |
BOOL |
Read |
Indicates TRUE if the function block is enabled and no error is active. Indicates FALSE if the function block is enabled and an error is active or if the function block is disabled. |