ST_AcsiTriggerConditions
Trigger options for sending a report. Several options may be used at the same time. The options "Integrity" and "GeneralInterrogation" must not be set at the same time.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
TYPE ST_AcsiTriggerConditions :
STRUCT
{ attribute 'hide'}reserved : BIT;
DataChange : BIT;
QualityChange : BIT;
DataUpdate : BIT;
Integrity : BIT;
GeneralInterrogation : BIT;
{ attribute 'hide'}reserved2 : BIT;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
reserved | BIT | Reserved. |
DataChange | BIT | If TRUE, sending of a report was activated due to a change in the data. |
QualityChange | BIT | If TRUE, sending of a report was activated due to a change of quality. |
DataUpdate | BIT | If TRUE, sending of a report was activated 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, sending of a report was activated because the integrity had expired. In this case, the data sets are sent regularly after the expiry of the integrity. |
GeneralInterrogation | BIT | If TRUE, sending of a report was activated because of a one-time general interrogation of the data sets. |
reserved2 | BIT | Reserved to match the alignment with "ReasonCode". |