Specifications

XML Software Commands B-3
Reader Status LED Commands
Table B-1 lists the XML commands for controlling the red and green reader status LEDs.
Example 1
The following command turns off the right red LED for a reader with IP address 192.168.127.254:
http://192.168.127.254/cgi-bin/dataProxy?oper=setLightIndicator&rred=off
Example 2
The following command turns on the right red LED indefinitely and turns on the left green LED for one second:
http://192.168.127.254/cgi-bin/dataProxy?oper=setLightIndicator&rred=on&rrto=0&lgreen=on&lgto=10
The time out parameter is in 100 ms intervals. For example lgto=10 sets the time out to 1000 ms, or 1 second.
Repeat XML commands for each color in the light bar and for each light bar, i.e., left and right.
XML commands only control the red and green LEDs in the light bars.
Table B-1. XML Commands for LEDs
Function Description
rred Turns on the right red LED
rrto Sets the time out of the right red LED
rgreen Turns on the right green LED
rgto Sets the time out of the right green LED
lred Turns on the left red LED
lrto Sets the time out of the left red LED
lgreen Turns on the left green LED
lgto Sets the time out of the left green LED