Posts: 5
Threads: 2
Joined: Nov 2022
Reputation:
0
When using LM5 for Modbus communication, if the resident script queries the register status while the event script is writing to the register, it may not be possible to write to the register. How can this be better resolved?
Posts: 5
Threads: 2
Joined: Nov 2022
Reputation:
0
I use a JSON file to map MODBUS. At first, I couldn't actively read it; it could only automatically send values to KNX when they changed. Is there any solution?
Posts: 8767
Threads: 48
Joined: Jun 2015
Reputation:
502
What do you mean by "actively read it"? In Modbus device settings you specify poll interval - all registers that are mapped to group addresses will be read every X seconds. Mapped group address values will be updated if the Modbus value differs from the current value.