E_AcsiApplAddCause
Additional diagnostic information about the cause of a negative feedback when a control service is executed (operate, select, cancel etc.).
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_AcsiApplAddCause :
(
Unknown := 0,
NotSupported := 1,
BlockedBySwitchingHierarchy := 2,
SelectFailed := 3,
InvalidPosition := 4,
PositionReached := 5,
ParameterChangeInExecution := 6,
StepLimit := 7,
BlockedByMode := 8,
BlockedByProcess := 9,
BlockedByInterlocking := 10,
BlockedBySynchrocheck := 11,
CommandAlreadyInExecution := 12,
BlockedByHealth := 13,
OneOfNControl := 14,
AbortionByCancel := 15,
TimeLimitOver := 16,
AbortionByTrip := 17,
ObjectNotSelected := 18,
ObjectAlreadySelected := 19,
NoAccessAuthority := 20,
EndedWithOvershoot := 21,
AbortionDueToDeviation := 22,
AbortionByCommunicationLoss := 23,
BlockedByCommand := 24,
None := 25,
InconsistentParameters := 26,
LockedByOtherClient := 27
)SINT;
END_TYPE
Values
Name | Description |
---|---|
Unknown | Unknown. |
NotSupported | Not-supported. |
BlockedBySwitchingHierarchy | Blocked-by-switching-hierarchy. |
SelectFailed | Select-failed. |
InvalidPosition | Invalid-position. |
PositionReached | Position-reached. |
ParameterChangeInExecution | Parameter-change-in-execution. |
StepLimit | Step-limit. |
BlockedByMode | Blocked-by-Mode. |
BlockedByProcess | Blocked-by-process. |
BlockedByInterlocking | Blocked-by-interlocking. |
BlockedBySynchrocheck | Blocked-by-synchrocheck. |
CommandAlreadyInExecution | Command-already-in-execution. |
BlockedByHealth | Blocked-by-health. |
OneOfNControl | 1-of-n-control. |
AbortionByCancel | Abortion-by-cancel. |
TimeLimitOver | Time-limit-over. |
AbortionByTrip | Abortion-by-trip. |
ObjectNotSelected | Object-not-selected. |
ObjectAlreadySelected | Object-already-selected. |
NoAccessAuthority | No-access-authority. |
EndedWithOvershoot | Ended-with-overshoot. |
AbortionDueToDeviation | Abortion-due-to-deviation. |
AbortionByCommunicationLoss | Abortion-by-communication-loss. |
lockedByCommand | Blocked-by-command. |
None | None. |
InconsistentParameters | Inconsistent-parameters. |
LockedByOtherClient | Locked-by-other-client. |