ST_ScsmAdditionalCauseDiagnosticEventInfo
This structure provides additional diagnostic information about a negative feedback during the execution of a control service (operate, select, cancel etc.). The MMS InformationReport service is available for transferring this information when using MMS mapping.
Namespace: Tc3_iec61850_8_1
Library: Tc3_iec61850_8_1 (Tc3_iec61850_8_1.compiled-library)
Syntax
TYPE ST_ScsmAdditionalCauseDiagnosticEventInfo :
STRUCT
eService : E_AcsiServiceType;
CntrlObj : T_AcsiObjectReference;
Error : E_AcsiApplError;
Origin : ST_AcsiOriginator;
CtlNum : USINT;
AddCause : E_AcsiApplAddCause;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
eService | Designation of service, the execution of which has generated the additional diagnostic information. | |
CntrlObj | String with the object reference of the object (control service) that generated the additional diagnostic information during execution. If the string is empty, this parameter is optional and is not available. | |
Error | Diagnostic information about the error source (state machine of the service, of the Operate or TimeActivated service itself or another). | |
Origin | Identifies the client that initiated the execution of the service. | |
CtlNum | USINT | This number corresponds to the service sequence number of the client that initiated the execution of the service. If the value is 0, this parameter is optional and is not available. |
AddCause | Additional information about the cause. |