I_ScsmConnectionClass
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_ScsmConnectionClass
INTERFACE I_ScsmConnectionClass
Methods
Name | Description |
---|---|
Execute | This method triggers the execution of the communication layer. |
Enables the service: Abort. | |
Responds to the service: Associate. | |
Enables the service: Release. | |
Responds to the service: Release. |
Properties
Name | Type | Access | Description |
---|---|---|---|
eLinkStatus | Get | Server Link status. Link status of the network adapter (accepted sockets). | |
eState | Get | Environmental state of the communication connection. | |
ipAbortInd | Set | Interface pointer of an object with a user-defined implementation of the event handling routine: OnAbortInd. | |
ipAssociateInd | Set | Interface pointer of an object with a user-defined implementation of the event handling routine: OnAssociateInd. | |
ipReleaseCnf | Set | Interface pointer of an object with a user-defined implementation of the event handling routine: OnReleaseCnf. | |
ipReleaseInd | Set | Interface pointer of an object with a user-defined implementation of the event handling routine: OnReleaseInd. | |
ipServer | Get | Interface pointer of an object that identifies the server container. | |
ipSettings | Get | Protocol settings for the communication layer. | |
ipAssociation | Get | Interface pointer of an object that identifies the server connection (session). | |
sDesc | STRING | Get | The description of the server connection (session). |