Services
Modbus gateway
IX14 User Guide
401
------------------------
port1
Port 1
(config service modbus_gateway client test_modbus_
client)>
ii. Set the port:
(config service modbus_gateway client test_modbus_
client)> serial
port
(config service modbus_gateway client test_modbus_
client)>
ii. Set the packet mode:
(config service modbus_gateway client test_modbus_client)>
serial packet_mode
value
(config service modbus_gateway client test_modbus_client)>
where
value
is either
rtu
or
ascii
. The default is
rtu
.
iii. Set the maximum allowable time between bytes in a packet:
(config service modbus_gateway client test_modbus_client)>
serial idle_gap
value
(config service modbus_gateway client test_modbus_client)>
where
value
is any number between 10 milliseconds and one second, and take
the format
number
{ms|s}
.
For example, to set idle_gap to one second, enter
1000ms
or
1s
.
iv. (Optional) Enable half-duplex (two wire) mode:
(config service modbus_gateway client test_modbus_client)>
serial half_duplex true
(config service modbus_gateway client test_modbus_client)>
d. (Optional) Enable the gateway to send broadcast messages to this client:
(config service modbus_gateway client test_modbus_client)> broadcast
true
(config service modbus_gateway client test_modbus_client)>
e. Set the maximum time to wait for a response to a message:
(config service modbus_gateway client test_modbus_client)> response_
timeout
value
(config service modbus_gateway client test_modbus_client)>
Allowed values are between 1 millisecond and 700 milliseconds, and take the format
number
ms
.