morkai / h5.modbus

Implementation of the MODBUS IP/ASCII/RTU master and slave over TCP/UDP/Serial for Node.js.
https://miracle.systems/p/h5.modbus
MIT License
28 stars 21 forks source link

Revers connection RTU over TCP #15

Closed goranach closed 7 years ago

goranach commented 7 years ago

Is there way to poll such system: PLC (slave) <-> 3G modem <-> PC (master)? But modem hasn't external ip, so modem init TCP connection to PC. And than start poll RTU. http://www.irz.net/en/products/terminals/atm-series/atm3-485

morkai commented 7 years ago

PC w/ external IP:

PC w/ 3G modem:

Something like this.

goranach commented 7 years ago

Thank you very much. Thought so.