26.12.2025, 11:27
Then you can use this event script attached to a binary object:
Code:
os.execute('sh /lib/genohm-scada/plugins/modbus/stop.sh')
if event.getvalue() then
os.sleep(1)
os.execute('sh /lib/genohm-scada/plugins/modbus/start.sh')
end