Page 23 of 24
Output control
Below is the possible control of I/O, for all commands the mandatory start sequence look like this:
NEUNIT=<A>,IO=<B>
Where <A> as default is 1, and <B> is the I/O you want to control. All commands must be start-
ed with a “,” and all lines must end with a \CR
Description:
Syntax
<A>
R/W
Control the output
ACTION=<A>
SET, RELEASE or TOGGLE
R/W
Delay before executed of action
(Start delay)
DELAY=<A>
0-6500.0 second
W
Time (chances the action from latch
to momentary in this time)
TIME=<A>
0-6500.0 second
W
Read the input
reply example:
NEUNIT=1,IO=1,STATUS=HIGH\CR
STATUS=?
HIGH, LOW
R
Example of use:
NEUNIT=1,IO=2,ACTION=SET,TIME=10.5\CR <- This command sets IO 2 in 10.5 seconds
RS-232 settings
Below are the settings for the RS232. For all commands the mandatory start sequence look like
this: NEUNIT=<A>,SETTINGS=RS232, RS232=<B>
Where <A> as default is 1, and <B> is the RS232 port number to make settings for. All com-
mands must be started with a “,” and all lines must end with a \CR
Description:
Syntax
<A>
Default <A>
R/W
Set the comport baud rate
BAUDRATE=<A>
1200, 2400,
4800, 9600,
14400, 19200,
38400, 57600,
115200
19200
R/W
Set the comport data bit
DATABIT=<A>
7, 8
8
R/W
Set the comport parity
PARITY=<A>
NONE, ODD or
EVEN
NONE
R/W
Set the comport stop bit
STOPBIT=<A>
1 or 2
1
R/W
Set the comport TCP
Portnumber (if used as LAN
gateway)
IPPORT=<A>
0-65555
1:5011
2:5012
R/W
Example of use:
NEUNIT=1,SETTINGS=RS232,RS232=1,BAUDRATE=19200,DATABIT=7\CR