25
Command
String
Example
Query System Mask Command
#Mask<CR>
send: #Mask<0D>
response:
<Mask:255.255.255.0<CR>
Set System Gateway Command
>Gate:x
x= gateway
send: >Gate:192.168.2.1<CR>
response: <Gate:192.168.2.1<CR>
Query System
Gateway Command
#Gate<CR>
send: #Gate<CR>
response: <Gate:192.168.2.1<CR>
Set System
TCP Port Command
>Tcp Port:x<CR>
x= TCP port
send: >Tcp Port:1001<CR>
response: <Tcp Port:1001<CR>
Query System
TCP Port Command
#Tcp Port:<CR>
send: #Tcp Port:<CR>
response: <Tcp Port:1001<CR>
System reset
>SR<CR>
Set System
Network Configuration
>Net:a/b/c/d<CR>
a= IP address
b= mask
c= gateway
d= port
send:
>NET:192.168.2.140/255.255.255.0/
255.255.2.1/1004<CR>
response:
<NET:192.168.2.140/255.255.255.0/
255.255.2.1/1004<CR>
Query Firmware
Main/Slave Processor
#FM<CR>
send: #FM<CR>
response: <FM_mainV1.0.8<CR>
<FM_SlaveV1.0.8<CR>
Query Temperature
#TP<CR>
send: #TP<CR>
response: <TP43<CR>
the fan is set
>FANx<CR>
x= 0-99
send: >FAN50<CR>
response: <FAN50<CR>
Choose passthrough port
>TI: U/N/A<CR>
U: usart
N: net
A: usart and net
Request STATUS
of all IN-cards
#IN?<CR>
send: <INx:y,…<CR> x=1-6
y=0 : no signal, y=1 : signal
detected, y=2 : signal input and
output
Example received data:
<IN2:1,IN3:0,IN4:2<CR>
Request STATUS
of one IN-card x
#INx?<CR>
x=1-6
send: <INx:y,…<CR> x=1-6
y=0: no signal, y=1: signal
detected, y=2: signal input and
output
Example received data:
<IN4:2<CR>