ST_ScsmCommandTerminationEventInfo
This structure provides additional information about the service feedback: CommandTermination.
Namespace: Tc3_iec61850_8_1
Library: Tc3_iec61850_8_1 (Tc3_iec61850_8_1.compiled-library)
Syntax
TYPE ST_ScsmCommandTerminationEventInfo :
STRUCT
eService : E_AcsiServiceType;
CntrlObj : T_AcsiObjectReference;
OperTm : T_UtcTime;
Origin : ST_AcsiOriginator;
CtlNum : USINT;
T : T_UtcTime;
Test : BOOL;
Check : E_AcsiCheck;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
eService | Designation of service, the execution of which has generated the service feedback. | |
CntrlObj | String with the object reference of the object (control service) that generated the additional information during execution. If the string is empty, this parameter is optional and is not available. | |
OperTm |
| |
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. |
T |
| |
Test | BOOL |
|
Check |
|