This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Help with a first knx to modbus
#7
so if i use following for writing to register 33280 , witch have functioncode 3,4 & 16 (datasheet)

Code:
{ "name": "Flow Rate Setpoint", "bus_datatype": "05", "type": "register", "address":33280, "writable": true , "value_delta": "0", "datatype": "float16" },
and for only reading the actual setpoint in register 33282 , witch have functioncode 3,4

Code:
{ "name": "Actual Flow Rate", "bus_datatype": "05", "type": "inputregister", "address":33282, "writable": 0, "value_delta": "0" , "datatype": "float16" },



ps: when i read "register" i must actually read "holding register".

sorry for asking these qeustions, but it is all new for me and having someone to explane it  makes it a bit easier
Reply


Messages In This Thread
Help with a first knx to modbus - by stevesu - 03.03.2018, 16:24
RE: Help with a first knx to modbus - by stevesu - 17.03.2018, 10:18

Forum Jump: