Switch to desktop version  
Flexy 205 - Publish Modbus TCP 6 digits - Printable Version

+- Ewon Technical Forum (https://techforum.ewon.biz)
+-- Forum: Development (https://techforum.ewon.biz/forum-50.html)
+--- Forum: Ewon Embedded Technology (https://techforum.ewon.biz/forum-51.html)
+---- Forum: Field Data Acquisition (https://techforum.ewon.biz/forum-2.html)
+---- Thread: Flexy 205 - Publish Modbus TCP 6 digits (/thread-2710.html)



Flexy 205 - Publish Modbus TCP 6 digits - solister - 29-01-2025

Hi,

I'm opening a topic, I think the question may be useful to others because the subject is poorly documented.

To share values with a Schneider PLC, I want to publish my flexy tag in modbus tcp, with the 6-digit standard (addresses: 400001-4XX XXX).

For reading, the 6-digit standard is well supported (by adding “+” in front of the register number).

For publishing, however, the “+” is not taken into account, and it's impossible to set the address to 400001.

Is there an alternative?


RE: Flexy 205 - Publish Modbus TCP 6 digits - solister - 29-01-2025

Hi,

After a few tries, it seems that the tag is published on both standards.

The modbus server tag identified in register 1 is accessible at modbus address 40001 but also 400001.

I have my answer.