07.01.2023, 18:10
Hello,
is it possible to change this setting through scripting?
is it possible to change this setting through scripting?
Change Duplex settings through scripts
|
07.01.2023, 18:10
Hello,
is it possible to change this setting through scripting?
09.01.2023, 07:48
Can you explain why do you need to change it? For RS485 duplex must be set to half. It won't work with full duplex.
(09.01.2023, 07:48)admin Wrote: Can you explain why do you need to change it? For RS485 duplex must be set to half. It won't work with full duplex. I have a smart RS485 energy meter 'Inepro MOD380' After every time the grid turns off LM5 doesnt see the signal, then if i change to full-duplex and then back to half-duplex it suddenly works again, it is the only way it reconnects to the meter. That is why
10.01.2023, 09:26
You can restart Modbus via a script like this:
Code: os.execute('sh /lib/genohm-scada/plugins/modbus/stop.sh') |
« Next Oldest | Next Newest »
|