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.

Problem with .json profiles
#1
Hi,
I use the modbus tool to reading registers from a fire detection central, but I found some problems.
All registers that I mapped in the .json profile are like this:

{"name":"Reg 01", "bus_datatype": "uint8", "datatype": "uint16", "type": "register", "address": 400, "writable":"false"},

I read without problems, but when I change the value of the group address linked with one of the register, the value is written via modbus.
It is a big problem.. Do you know why this is happening?

Thanks
Reply
#2
Remove double quotes from false, otherwise it is evaluated as true.
Reply
#3
Thank you! Big Grin
Reply


Forum Jump: