07.02.2023, 10:51
Hello
I have A Power meter connected to RS485 serial Port, and I use a pre tested profile, but the values are incorrect and keep changing in a strange behavior.
but I tried values from read test its give a right value!
I tried to stop and start the modbus via this script but it didnt work
What could cause this issue
I have A Power meter connected to RS485 serial Port, and I use a pre tested profile, but the values are incorrect and keep changing in a strange behavior.
but I tried values from read test its give a right value!
I tried to stop and start the modbus via this script but it didnt work
Code:
os.execute('sh /lib/genohm-scada/plugins/modbus/stop.sh')
os.sleep(1)
os.execute('sh /lib/genohm-scada/plugins/modbus/start.sh')
What could cause this issue
Best Regards,