E_IEC870_5_101LinkMode
Configures the data transfer mode.
TYPE E_IEC870_5_101LinkMode :
(
eIEC870_LinkMode_Unbalanced,
eIEC870_LinkMode_Balanced
);
END_TYPE
eIEC870_LinkMode_Unbalanced: Unbalanced transmission (asymmetric data transfer). The controlling station controls the data transfer by polling the controlled outstations sequentially. The controlling station initiates the message transfers while the controlled outstations can transmit only in response to the message from the controlling station.
eIEC870_LinkMode_Balanced: Balanced transmission (symmetric data transfer). Available only in newer product versions:
- TwinCAT PLC Library IEC 60870-5-101 Master v2.0.1 and higher;
- TwinCAT PLC Library IEC 60870-5-101 Slave v4.0.1 and higher;
When using balanced transmission, each station can initiate message transfer. The balanced transmission is restricted to point-to-point and to multiple point-to-point
configurations.
Requirements
Development Environment | Target System | PLC libraries to include |
---|---|---|
TwinCAT v2.9.0 Build >= 1030 | PC or CX (x86) | TcIEC870_5_101Link.Lib ( Standard.Lib; TcBase.Lib; TcSystem.Lib; TcUtilities.Lib; TcIEC870_5_101.Lib; COMlibV2.Lib; are included automatically ) |
TwinCAT v2.10.0 Build >= 1301 | CX (ARM) |