Teleport Integration Unit. Configuration Manual
71
manual – manual control mode.
snmp – the output is controlled only via the SNMP protocol
modbus – the output is controlled only via the Modbus TCP
protocol
Example:
config outputs 1 mode pair
3.
Configuring the output description
config outputs <OUTPUT> description <STRING>
where
<OUTPUT>
is the output number,
<STRING>
is the line, description of the input
Example:
config outputs 1 description some_name
4.
Specifying the remote device for the output (if the output is operating
in "pair connection" mode)
config outputs <INPUT> remdev <IP>
where
<OUTPUT>
is the output number,
<IP Address>
– IP address of the remote device
Note:
First add the remote device to the list (
config teleport add ..
). If you
add a device with an unknown IP address, an error will occur.
Example:
config outputs 1 remdev 192.168.0.2
5.4.3.11
Configuring RS485
1.
Port speed
config rs485 baudrate <BR>
where
<BR>
is the speed, selected from 1200, 2400, 4800, 9600, 14400, 19200,
38400, 57600, 115200
Example:
config rs485 baudrate 9600
2.
Checking parity
config rs485 parity <PARITY>
where
<PARITY>
is parity check
disable – checking disabled
even — even
odd — odd
Example:
config rs485 parity even