E_AcsiAutoRecSt
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_AcsiAutoRecSt :
(
Ready := 1,
InProgress := 2,
Successful := 3,
WaitingForTrip := 4,
TripIssuedByProtection := 5,
FaultDisappeared := 6,
WaitToComplete := 7,
CircuitBreakerClosed := 8,
CycleUnsuccessful := 9,
Unsuccessful := 10,
Aborted := 11
)SINT;
END_TYPE
Values
Name | Description |
---|---|
Ready |
|
InProgress |
|
Successful |
|
WaitingForTrip |
|
TripIssuedByProtection |
|
FaultDisappeared |
|
WaitToComplete |
|
CircuitBreakerClosed |
|
CycleUnsuccessful |
|
Unsuccessful |
|
Aborted |
|