E_AcsiCtlModels

Control model for the switch control.

Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)

Syntax

{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_AcsiCtlModels :
(
    StatusOnly                 := 0,
    DirectWithNormalSecurity   := 1,
    SBOWithNormalSecurity      := 2,
    DirectWithEnhancedSecurity := 3,
    SBOWithEnhancedSecurity    := 4
)SINT;
END_TYPE

Values

Name

Description

StatusOnly

Status information only, control not allowed.

DirectWithNormalSecurity

Direct-with-normal-security (direct-operate).

SBOWithNormalSecurity

SBO-with-normal-security (operate-once | operate-many).

DirectWithEnhancedSecurity

Direct-with-enhanced-security (direct-operate).

SBOWithEnhancedSecurity

SBO-with-enhanced-security (operate-once | operate-many).