Commit 4974e60b authored by Pavel Vainerman's avatar Pavel Vainerman

modify for current configuration

parent 5225b176
...@@ -82,11 +82,11 @@ ...@@ -82,11 +82,11 @@
</MBSlave1> </MBSlave1>
<RSExchange name="RSExchange" speed="38400"> <RTUExchange name="RTUExchange" speed="38400">
<DeviceList> <DeviceList>
<item addr="0x02" force_disconnect="1" speed="9600" respondSensor="RespondRTU_S" timeout="5000" invert="0"/> <item addr="0x02" force_disconnect="1" speed="9600" respondSensor="RespondRTU_S" timeout="5000" invert="0"/>
</DeviceList> </DeviceList>
</RSExchange> </RTUExchange>
<UDPExchange name="UDPExchange"/> <UDPExchange name="UDPExchange"/>
<UDPExchange2 name="UDPExchange2"/> <UDPExchange2 name="UDPExchange2"/>
......
#!/bin/sh #!/bin/sh
uniset-start.sh -f ./uniset-rtuexchange --confile test.xml \ uniset-start.sh -f ./uniset-rtuexchange --confile test.xml \
--smemory-id SharedMemory \
--rs-dev /dev/cbsideA0 \ --rs-dev /dev/cbsideA0 \
--rs-name RSExchange \ --rs-name RTUExchange \
--rs-speed 38400 \ --rs-speed 38400 \
--rs-filter-field rs \ --rs-filter-field rs \
--rs-filter-value 3 \ --rs-filter-value 1 \
--dlog-add-levels info,crit,warn \ --dlog-add-levels info,crit,warn \
--rs-force 0 \ --rs-force 0 \
--rs-force-out 0 \ --rs-force-out 0 \
......
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