E_AcsiCtlReport

Control commands of a report control block instance for buffered or unbuffered reports (BRCB, URCB).

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

Syntax

{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_AcsiCtlReport :
(
    None   := 0,
    Enable := 1,
    GI     := 2,
    Disable:= 3
)SINT;
END_TYPE

Values

Name

Description

None

No command (idle state).

Enable

Command to activate the reports (buffered or unbuffered).

GI

Command to activate the general interrogation.

Disable

Command to deactivate the reports (buffered or unbuffered) and the general interrogation.