FB_ServiceErrorClass

The function block FB_ServiceErrorClass implements the I_ServiceErrorClass interface for error query and storage. The methods of the object instances of the TwinCAT IEC 61850 data model and some services for establishing/disconnecting the connection return the interface pointer of type I_ServiceErrorClass in the event of an error. This pointer can be used to perform a more detailed error analysis.
Namespace: Tc3_Collections
Library: Tc3_Collections (Tc3_Collections.compiled-library)
Inheritance hierarchy
FB_ServiceErrorClass
FUNCTION_BLOCK FB_ServiceErrorClass IMPLEMENTS I_ServiceErrorClass
Methods
Name | Description |
---|---|
Copies object data from another object instance. | |
Converts own object data to a formatted string (e.g. for log outputs). | |
Value comparison of own object data (error information) with external data values. | |
Value comparison of own object data (error information) with external data values. | |
Value comparison of own object data (error information) with the data of another object instance. | |
Checks own object data (error information) for failure. | |
Checks own object data (error information) for success. | |
Stores error information in its own object instance. | |
Stores success information in its own object instance. |
Properties
Name | Type | Access | Description |
---|---|---|---|
Get | Object data as a structured type. |