E_AcsiCheck
Checks to be performed when a control service is executed. The enumeration value is coded in 2 bits. The remaining 6 bits are not used.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_AcsiCheck :
(
NoCheck := 2#00,
SynchroCheck := 2#01,
InterlockingCheck := 2#10,
Both := 2#11
)SINT;
END_TYPE
Values
Name | Description |
---|---|
NoCheck | No check. |
SynchroCheck | Synchro-check. |
InterlockingCheck | Interlocking-check. |
Both | Both checks. |