<EVENTS>
is the list of events when the port changes its state
sensor1 – dry contact 1
sensor2 — dry contact 2
input1 — input 1
input2 — input 2
input3 — input 3
Several events may be specified for one input
Example:
config outputs 1 events sensor1 input1 input3
3. Configuring actions for the output when an event occurs
config outputs <OUTPUT> action <STATE>
where
<OUTPUT>
is the output number,
<STATE>
is the output state it will take when an event occurs
open – open
short — closed
impulse — impulse (duration 10 seconds)
Example:
config outputs 1 action short
5.4.3.20 Configuring RS485
1. Port speed
config rs485 baudrate <BR>
where
<BR>
is the speed, selected from 300, 600, 1200, 2400, 4800, 9600,
19200
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
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