I do nede a solution to to read data from a device with a serial MODBUS TCP-interface, and are concider using a IR1101 and raw socket transport (to encapsulate the data), is anyone familiar with similar solutions?
I am planning to do it this way:
MODBUS RTU-takling device ———(serial)————IR1101———(IP VPN)———SERVER
On the server side I am planning to do the protocol convertion by reading several values from the MODBUS-registry and adding them to a database.
I do know that it exist a MODBUS-python on github that are able to do the convertion, instead I am concidering doing the convertion on a central server instead of on the edge.
No comments:
Post a Comment