E_AcsiAutoRecSt

Namensraum: Tc3_Acsi
Bibliothek: 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

Werte

Name

Beschreibung

Ready

 

InProgress

 

Successful

 

WaitingForTrip

 

TripIssuedByProtection

 

FaultDisappeared

 

WaitToComplete

 

CircuitBreakerClosed

 

CycleUnsuccessful

 

Unsuccessful

 

Aborted