1
Technical support / Re:Controller drops TCP connection
« on: August 12, 2009, 11:57:41 AM »
If only it were a case of bad wireless; but the controller is connected with ethernet.
I had researched using the MODBUS protocol instead of the custom protocol. In the end I decided that MODBUS is too low-level and device-specific. My server has to accept connections from a variety of controllers, and can't know anything about the controller internals. MODBUS address mappings may change between controller models or manufacturers.
On the other hand, it certainly hasn't been a walk in the park developing the custom protocol
Thanks!
Andrew
I had researched using the MODBUS protocol instead of the custom protocol. In the end I decided that MODBUS is too low-level and device-specific. My server has to accept connections from a variety of controllers, and can't know anything about the controller internals. MODBUS address mappings may change between controller models or manufacturers.
On the other hand, it certainly hasn't been a walk in the park developing the custom protocol
Thanks!
Andrew