ST_IEC870_5_104ServerConnection
Product Version: TwinCAT PLC Library: IEC60870-5-104 controlled station (slave) v2.0.2 and higher.
A variable of this type represents a IEC870-5-104 Server connection.
Example for a declaration for a triple connection:
connections : ARRAY[0..3] OF ST_IEC870_5_104ServerConnection;
Example for a declaration for a single connection:
connections : ARRAY[0..0] OF ST_IEC870_5_104ServerConnection;
Notice  | |
The structure elements should not be written or changed.  | 
Requirements
Development Environment  | Target System  | PLC Libraries to include  | 
|---|---|---|
TwinCAT v2.9.0 Build >= 1030  | PC or CX (x86)  | TcIEC870_5_104Slave.Lib ( Standard.Lib; TcBase.Lib; TcSystem.Lib; TcpIp.Lib; TcUtilities.Lib; TcSocketHelper.Lib; TcIEC870_5_101.Lib; TcIEC870_5_104.Lib are inculded automatically )  | 
TwinCAT v2.10.0 Build >= 1301  | CX (ARM)  |