ST_AcsiReasonCode

Cause of transfer of a list item in a report. A report can include one, several or all list items of a data set. Each list item can have an own cause of transfer.

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

Syntax

TYPE ST_AcsiReasonCode :
STRUCT
{ attribute 'hide'}reserved : BIT;
    DataChange              : BIT;
    QualityChange           : BIT;
    DataUpdate              : BIT;
    Integrity               : BIT;
    GeneralInterrogation    : BIT;
    ApplicationTrigger      : BIT;
END_STRUCT
END_TYPE

Components

Name

Type

Description

reserved

BIT

Reserved.

DataChange

BIT

If TRUE, the report was sent due to a change in the data.

QualityChange

BIT

If TRUE, the report was sent due to a change of quality.

DataUpdate

BIT

If TRUE, the report was sent due to a data update. In contrast to the option: "DataChange", the report is sent even if the data is unchanged but was reset.

Integrity

BIT

If TRUE, the report was sent because the integrity had expired. In this case, the data sets are sent regularly after the expiry of the integrity.

GeneralInterrogation

BIT

If TRUE, the report was sent because of a one-time general interrogation of the data sets.

ApplicationTrigger

BIT

If TRUE, the report was triggered/sent by a function in the application.