User guide

User Manual – RFS100 Concentrator
OGC
Get All
Item
Count
Command
OGC<CR><LF>
Response
>OGC: [Count] <CR><LF>
Query
SQL
Query
Table
Command
SQL:[SQL String]<CR><LF>
Response
Refer to Query result
User can send multi -command in XML format
<?xml version="1.0" encoding="UTF -8"?>
<body>
<CMD value=" Comand1"/>
<CMD value=" Comand2"/>
<CMD value=" Comand3"/>
</body>
The response in XML format
<?xml version="1.0" encoding="UTF -8"?>
<body>
<CMD value=" Comand1 ">
<response value="Response1"/>
</CMD>
<CMD value=" Comand2 ">
<response value=" Response2"/>
</CMD>
<CMD value=" Comand3 ">
<response value=" Response3"/>
</CMD>
</body>