Anybus AB7650-F

Hello, I use Anybus AB7650-F for communication between PLC siemens S1500 (profinet) and PLC Shnieder M580 (Modbus TCP), I need help to configure on the shneider M580 side. I use modbus addressing.
I think is complicated for me to configure the right addresses on the Unity-Pro side.
thank you all.

The instructions can be found under the Application Notes section:

https://www.anybus.com/support/file-doc-downloads/x-gateway-specific/?orderCode=AB7650

You just need to add the Anybus in Siemens software as an IO device and then send the Modbus commands to the correct registers on the ModbusTCP side.

If you need to open a support ticket, please visit https://mysupport.hms.se to contact your local HMS office.

Merci, mai ma question et sur le coté M580 et pas sur siemens, j’ai résolu ce problème moi même en utilisant READ_VAR et WRITE_VAR sur Unity-pro :

READ_VAR (ADDR(‘0.0.1.10’), ‘%MW’, 10, 20, %MW100:4, %MW10:20)

WRITE_VAR (ADDR(‘0.0.1.10’), ‘%MW’, 10, 20, %MW10:20, %MW100:4)

voir l’aide de unity-pro pour plus d’information.