E_AcsiApplError
Diagnostic information about the source of the error (for example the state machine of services, the Operate or TimeActivated service itself, or another source).
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_AcsiApplError :
(
NoError := 0,
Unknown := 1,
TimeoutTestNotOk := 2,
OperatorTestNotOk := 3
)SINT;
END_TYPE
Values
Name | Description |
---|---|
NoError | No error. |
Unknown | Unknown. |
TimeoutTestNotOk | Timeout test not ok. |
OperatorTestNotOk | Operator test not ok. |