Serial port Configure Modbus mode
IX30 User Guide
251
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. The serial port is enabled by default. To disable:
(config)> serial port1 enable false
(config)>
4. Set the mode:
(config)> serial port1 mode modbus
(config)>
5. Set the signaling interface type used on this serial port:
n
rs-232
n
rs-422
l
Enable Termination if you want to enable electrical termination on this serial port.
n
rs-485
l
Enable termination if you want to enable electrical termination on this serial port:
(config)> serial port1 termination true
(config)>
The default is rs-232.
6. (Optional) Set a label that will be used when referring to this port.
(config)>path-paramlabel label
(config)>
7.1. Set the baud rate used by the device to which you want to connect:
(config)>path-parambaudrate rate
(config)>
2. Set the number of data bits used by the device to which you want to connect:
(config)>path-paramdatabits bits
(config)>
3. Set the type of parity used by the device to which you want to connect:
(config)>path-paramparity parity
(config)>
Allowed values are:
n
even
n
odd
n
none
The default is none.