Command
Value
Description
ledr
on – enable
off – disable
int, int, int
Red LED control
ledr=TimeOn,TimeOff,Cnt
TimeOn*0,1 seconds, TimeOff*0,1 seconds
http://192.168.111.15/stat.php?ledr=20,10,4
Turn the LED on for 2 seconds, off for 1 second
And repeat the sequence 4 times
Cnt=255 – endless repetition
Cnt=0 – turn off the LED
buzz
1 – accept
2 – reject
3 – short beep
Control the sound generator
REJECT sound generation
http://192.168.111.15/stat.php?buzz=2
addUser
UID tagu RFID
Name
Surname
User ID
Active flag
Add user
addUser=UID;Name;Surname;userID;flag
Example:
http://192.168.111.15/stat.php?
addUser=12345678;John;Smith;23;1
enable
1 – enable
0 – disable
RFID antenna control
http://192.168.111.15/stat.php?enable=1
removeLogsN
int
Delete x oldest logs
Delete 10 oldest logs:
http://192.168.111.15/stat.php?removeLogsN=10
removeLogs
1 – delete
Delete all logs:
http://192.168.111.15/stat.php?removeLogs=1
8.2
HTTP Client
In this mode, the reader can be compared to a web browser. The client (reader) side
sends a request to the server and waits for a response. The server – the side providing
the resources – waits for requests, and when it receives a request, it processes it and
sends an adequate response.
The module automatically connects to the server and sends data about the read tag to
the appropriate server resource. In response, the server can send a file with commands
that can be used to control the module, e.g. LEDs, sound signal, LCD display, etc.
The advantage of such a solution is that immediately after reading the card, the module
itself sends the code to the server, or control application.
The reader's Client-Server mode allows easy integration with PHP, Node JS, MySQL
servers, etc.
User manual RFID IND2
Page
40
of
61
[B01]