Quick start
Simple projects with complete sources can be found here: IEC 60870-5-103 Central station low-level sample.
A PLC application that is to communicate with a substation via the transport interface requires the following resources:
- An instance of the communication function block: FB_IEC870_5_103TProtocol;
- An instance of the TX/RX data buffer: ST_IEC870_5_103TBuffer;
- An instance of the function block for manipulating the TX/RX data buffer: FB_IEC870_5_103TBufferCtrl;
Further Information