Teleport Integration Unit. Configuration Manual
72
3.
Number of data bits
config rs485 databits <DATABITS>
where
<DATABITS>
is the number of
data bits
Example:
config rs485
databits 7
4.
Number of stop bits
config rs485 stopbits <STOPBITS>
where
<STOPBITS>
is the number of stop bits
Example:
config rs485 databits 1
5.
Port operating mode
config rs485 mode <STATE>
where
<STATE>
is the operating mode
disable – port disabled
translate – the port is operating in the broadcasting mode
Example: config rs485 mode translate
6.
Adding remote devices
config rs485 remdevs add <IP>
where
<IP>
is the IP address of the remote
device Example: config rs485 remdevs add
192.168.0.1
7.
Deleting the remote device
config rs485 remdevs del <IP>
where
<IP>
is the IP address of the remote
device Example: config rs485 remdevs del
192.168.0.1
5.4.3.12
Configuring Modbus
1.
Protocol state
config modbus state <STATE>
where
<STATE>
is the operating mode
disable – protocol disabled
enable – protocol enabled
Example: config modbus state enable