04.06.2024, 13:31
lua /lib/genohm-scada/core/scripting-resident.lua 210, drops: 246
lua /lib/genohm-scada/core/groupmonitor.lua, drops: 1694
The groupmonitor.lua drops really are a critical problem. Sometimes I do a grp.write() on a object, a script that listens to the localbus sees the telegram on the bus, but the object is never updated in the database!! So I can't even ensure that when I do a grp.write() on an object and then a grp.getvalue() on the same object 30 seconds later, I will effectively read the value that I wrote 30 seconds ago. This is really critical. What could be done to ensure it?
lua /lib/genohm-scada/core/groupmonitor.lua, drops: 1694
The groupmonitor.lua drops really are a critical problem. Sometimes I do a grp.write() on a object, a script that listens to the localbus sees the telegram on the bus, but the object is never updated in the database!! So I can't even ensure that when I do a grp.write() on an object and then a grp.getvalue() on the same object 30 seconds later, I will effectively read the value that I wrote 30 seconds ago. This is really critical. What could be done to ensure it?