25
1013
Single Coil
R/W
LED control
26
1014
Single Coil
R/W
LED control
A transponder code (ID) has been read correctly, so
- Single Coil 1004 (newId flag) has value: 1
- Holding Regisers 1000-1004 contain transponder code.
To read next transponder release Coil 1004 (clear to 0)
7.2
Reading the module status via HTTP GET
RFID IND modules can be controlled via http. To read the current state of the
module, refer to a resource in a web browser such as http://192.168.111.15/status.xml.
An XML resource describing basic information will be displayed:
<status>
<name/>
<mac>00:1E:C0:F8:1F:72</mac>
<id>0000000000</id>
<newId>0</newId>
<cnt>0</cnt>
<out0>Off</out0>
<in0>Off</in0>
<in1>Off</in1>
<resetFlag>1</resetFlag>
<enable>1</enable>
<httpClientStatus>0</httpClientStatus>
<n_logs>0</n_logs>
</status>
Section
Description
<name></name>
Name of the module
<mac>00:1E:C0:F8:1F:72</mac>
MAC address of the module
<id>0000000000</id>
Last read code from RFID tags in
hexadecimal format
<newId>0</newId>
In mode
Control only by HTTP GET
1-The new RFID tag was read
0-The new RFID tag was not read
<cnt>0</cnt>
The number of RFID tags read from the
device reset
<out0>Off</out0>
Current status of relay output
<in0>Off</in0>
The current state of the first input
<in1>Off</in1>
Current state of the second input
<resetFlag>1</resetFlag>
1-The module was reset
<enable>1</enable>
1-Radio module turned on
0-Radio module off
<httpClientStatus>0</httpClientStatus>
Current state of TCP connection in
Control
only by HTTP Client
mode
1-Connected to the server – socket open
User manual RFID IND-U4, RFID IND-U2
Page
22
from
31