Commit cc51294e authored by Pavel Vainerman's avatar Pavel Vainerman

(ModbusMaster): реализовал отключаемую проверку связи по всем каналам в ModbusMultiMaster.

parent a03a3d99
......@@ -54,10 +54,10 @@
<DeviceList>
<item addr="0x01" invert="0" respondSensor="RespondRTU_S" timeout="5000" modeSensor="MB1_Mode_AS"/>
</DeviceList>
<SlaveList>
<item ip="127.0.0.1" port="2049" recv_timeout="200"/>
<GateList>
<item ip="127.0.0.1" port="2048" recv_timeout="200"/>
</SlaveList>
<item ip="127.0.0.1" port="2049" recv_timeout="200"/>
</GateList>
</MBMultiMaster1>
<MBSlave1 addr="0x31" aftersend-pause="0" dev="/dev/ttyS0" levels="info,warn,crit" name="MBSlave1" poll_time="200" reply_timeout="60" speed="9600">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment