Logic Machine Forum
Modbus bug - 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: Modbus bug (/showthread.php?tid=1767)



Modbus bug - buuuudzik - 03.12.2018

I've found that when I've change ga which is connected to coil and coil should be updated then its not updated to show its current value.

E.g.
I have writable coil for vacuum-cleaner mode status in recuperator. When I try to switch-off it from modbus while relay switch is closed then LM in mapper shows updated status(is off) but I know that this is not true and also when I try read coil value by LM Read test then it returns that vacuum-cleaner mode is on.


RE: Modbus bug - admin - 03.12.2018

Post your device profile.


RE: Modbus bug - buuuudzik - 03.12.2018

(03.12.2018, 13:30)admin Wrote: Post your device profile.

Profile attached. This coil was not set as writable(I've updated it now, attached not updated version). Now I probably understand how it works, when it is not writable modbus mapper compare modbus value with knx ga only on init and then only when modbus value change. All ga change is ignored so when ga value change it won't be updated to real value from modbus until modbus value will change.