E_AcsiCtlService

Control commands for the services of the data objects for the switch control.

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

Syntax

{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_AcsiCtlService :
(
    None             := 0,
    Select           := 1,
    Operate          := 2,
    SelectAndOperate := 3,
    Cancel           := 4
)SINT;
END_TYPE

Values

Name

Description

None

No command (idle state).

Select

Activates the Select or SelectWithValue command.

Operate

Activates the Operate command.

SelectAndOperate

Activates the Select command, followed by the Operate command.

Cancel

Activates the Cancel command.