I_ScsmServerClass
Objects implementing this interface control the communication setup and data exchange between the TwinCAT PLC server application and the IEC 61850 client.
Namespace: Tc3_iec61850_8_1
Library: Tc3_iec61850_8_1 (Tc3_iec61850_8_1.compiled-library)
Inheritance hierarchy
I_ScsmServerClass
INTERFACE I_ScsmServerClass
Methods
Name | Description |
---|---|
Adds a connection instance to the Server. | |
Execute | This method triggers the execution of the communication layer. |
Removes a connection instance from the server. |
Properties
Name | Type | Access | Description |
---|---|---|---|
eLinkStatus | Get | Server Link status. Link status of the network adapter (listener sockets). | |
ipConnections | Get | Interface pointer from an object with the implementation of the first connection instance. | |
ipIED | Get,Set | Interface pointer of an object with the implementation of the top-level of the IEC 61850 data model. | |
ipSettings | Get | Protocol settings for the communication layer. | |
nItem | UDINT | Get | The number of connection instances. |
sDesc | STRING | Get,Set | The description of the server (container). |