For one of our projects, we were presented with a unique problem of a Master SCADA station communicating to over 165 remote stations on Modbus TCP/IP, connected by remote dial-up. While many off the shelf I/O Servers are available which can handle dial-up & Modbus RTU protocols, this application was unique as :
So we went ahead and developed our own driver called 'EthFilter'.
Ethfilter is a fully standalone I/O Server -cum- Data concentrator (Super PLC?). Based on user configuration, it creates a copy of an internal database of modbus registers corresponding to unlimited number of slaves. Specifying the connectivity links (PSTN, ISDN, GSM), number of such interfaces, slave ip addresses, modbus node address completes the configuration. It polls the slaves and makes the data available in the local registers. Ethfilter is an OPC server and exposes all data and status for each slave to OPC clients connected to it.
The below screenshot shows Ethfilter in action, polling three banks (PSTN-1, PSTN-2, ISDN-1) of 48 PLCs (simulated) and data observed locally and in an OPC client window.
Based on the same application, we are now in the process of developing an SMS I/O Server for Telemetry SCADA.