Logic Machine Forum
Anybus modbus/tcp ->mbus - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: Anybus modbus/tcp ->mbus (/showthread.php?tid=2529)



Anybus modbus/tcp ->mbus - thomasoppida - 19.03.2020

Hi, 
Has anybody done an integration of a Anybus gateway on modbus tcp?
I am struggling with the register and probably the datatypes. Does this unit combine registers??
Trying to integrate a UH50 energy meter that is mbus and have the data from the meter in the web portal of the anybus meter, but dont understand the profile.

Have external access to the anybus if someone could help  Huh


RE: Anybus modbus/tcp ->mbus - Daniel - 19.03.2020

Do you have any manuals for modbus registry?


RE: Anybus modbus/tcp ->mbus - admin - 19.03.2020

Have you seen this video? https://youtu.be/_L3mXpVPoJ4
It explains how meters are configured and how register mapping works.
Each value uses 10 registers in total, where each register block is used as following:
   


RE: Anybus modbus/tcp ->mbus - thomasoppida - 19.03.2020

Yes I have seen the video, but still doesnt understand how to "join" several registers to one output..
I am not very experienced with modbus integrations.

Want to present the values as knx objects.

Attached is the manual for the anybus.

Far off?  Blush


RE: Anybus modbus/tcp ->mbus - Daniel - 19.03.2020

It is good practice to first start with 1,2 registers to check if it works. Later you can add rest of registers. Where from did you get the "readable":"true" ?? delete it, Ignore the "Read_swap" for now. You also have few registers with the same address. I would start from just meter value register 20 (datatype int64)


RE: Anybus modbus/tcp ->mbus - thomasoppida - 19.03.2020

Thank you so much :-)
   
   
   


RE: Anybus modbus/tcp ->mbus - Daniel - 19.03.2020

bus_datatype should be int64


RE: Anybus modbus/tcp ->mbus - thomasoppida - 19.03.2020

(19.03.2020, 14:06)Daniel. Wrote: bus_datatype should be int64
That worked :-) Thanks again.