Avea WEB08S-TA User Manual

Tcp/ip ethernet http web client rfid reader for attendance

Advertisement

Quick Links

WEB08S-TA
USER MANUAL
TCP/IP Ethernet
HTTP WEB CLIENT
RFID READER
For
Attendance
21st Nov, 2012
AVEA International Company Limited
(http://avea.cc)

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WEB08S-TA and is the answer not in the manual?

Questions and answers

Summary of Contents for Avea WEB08S-TA

  • Page 1 WEB08S-TA USER MANUAL TCP/IP Ethernet HTTP WEB CLIENT RFID READER Attendance 21st Nov, 2012 AVEA International Company Limited (http://avea.cc)
  • Page 2: Table Of Contents

    Table of Contents Table of Contents ......................... 1 WEB08S-TA TCP/IP Ethernet HTTP Web Client RFID Reader for Attendance ......3 SETUP THE READER ........................4 ........................4 EFAULT ETTINGS WEB08S-TA ....................4 ESET TO DEFAULT DHCP ........................4 ORCE MODE INSTALLATION ..........................
  • Page 3 3.2.9 IP=xxx.xxx.xxx.xxx ........................ 15 3.2.10 GW=xxx.xxx.xxx.xxx ......................15 3.2.11 NM=xxx.xxx.xxx.xxx ......................15 3.2.12 WS=xxx.xxx.xxx.xxx ......................16 3.2.13 PT=xxxxx ..........................16 3.2.14 RLY=x ..........................16 3.2.15 REC_DEL=xxxx ........................16 3.2.16 SID=xxxxxxxx ........................16 PHP CODE EXAMPLE ......................17 WEB08S-TA Web Client Attendance RFID reader...
  • Page 4: Web08S-Ta Tcp/Ip Ethernet Http Web Client Rfid Reader For Attendance

    WEB08S-TA TCP/IP Ethernet HTTP Web Client RFID Reader for Attendance WEB08S-TA is a TCP/IP Ethernet based RFID reader for 125KHz RFID cards. Battery backed real-time clock and memory is included. It is implemented as a HTTP web client. Various page extension is selectable, like .php, .asp, .cfm, .pl, .htm, .html...
  • Page 5: Setup The Reader

    Page extension 1.2 Reset WEB08S-TA to default Before power up, put a jumper cap over J4. When power on, the settings of WEB08S-TA will be cleared and set to the default condition. It must be removed for normal operation. 1.3 Force DHCP mode When a jumper cap put over J6.
  • Page 6 # --- default gateway option routers 192.168.1.1; # default gateway option subnet-mask 255.255.255.0; # netmask option www-server 192.168.1.123; # it must setup to the web server’s IP range dynamic-bootp 192.168.1.10 192.168.1.99; default-lease-time 300; max-lease-time 3600; WEB08S-TA Web Client Attendance RFID reader...
  • Page 7: Installation

    Ethernet connection, an optional slave reader and an optional electric strike or magnetic lock. 2.1 Power Requirements WEB08S-TA requires 9 to 12V DC 500mA for normal operation. There are two ways to supply the power to the reader: 2.1.1 Terminal Block...
  • Page 8: External Relay Control

    2.2 External Relay Control WEB08S-TA is built-in with a controllable relay output on the terminal block J9, where: NC - normal close, it is connected to C normally. - common, it will connects to either NO or NC, but not both.
  • Page 9: Contact Switch

    2.3 Contact Switch WEB08S-TA allows a external contact switch (i.e. a push button) to be connected to the IN-GND terminals. The changes of its status (i.e. shorted or opened), will post corresponding messages to the web server. 2.4 Slave Reader...
  • Page 10: Mechanical Dimensions

    Connection to Ethernet network. Connection to power supply for WEB08S-TA and the slave reader. 2.5 Mechanical Dimensions Height: 97mm Width: 57mm Depth: 24mm 2.6 Battery A CR1220 lithium cell battery is required for the normal operation of the real-time clock. It is not included in the package.
  • Page 11: Software

    3. Software WEB08S-TA is a HTTP client with PHP enabled. It will send PHP URL requests to the HTTP server with the various parameters. And it accepts responses from the HTTP server to perform various actions on the reader. 3.1 Requests to HTTP server The followings are the variables presented to the PHP.
  • Page 12: Code

    $cmd=PG, it is sent when the reader is being pinged. 3.1.6 $type It defines the action is coming from the WEB08S-TA or the slave reader. $type=m, the action is coming from the WEB08S-TA. $type=s, the action is coming from the slave reader.
  • Page 13: Ver

    Jan 2007. The format of time is HH:MM:SS where HH is hour, MM is minute and SS is second. 3.1.12 $sid This is the value set by the SID response. 3.1.13 $deviceid This is the unique id of the reader. WEB08S-TA Web Client Attendance RFID reader...
  • Page 14: Responses From Http Server

    3.2 Responses from HTTP server After sending request, WEB08S-TA will wait for a response from the HTTP server. It looks for the starting flag <AVEA> and the ending flag </AVEA>. Then it interprets the strings in between. There must be no space between the keywords and parameters.
  • Page 15: Grnt=Xx

    This will change the root page to be access by the reader. It is a fixed length format in decimal value. For example: ROOT=00024689, this will make the reader to access the page /24689.php rather than the default /avea.php. By setting ROOT=00000000 will reset to access the default page.
  • Page 16: Dhcp=X

    This is a fixed length command and values are in decimal. It will change the default router of the reader. Example: GW=192.168.001.002 3.2.11 NM=xxx.xxx.xxx.xxx This is a fixed length command and values are in decimal. It will change the netmask of the reader. Example: NM=255.255.255.000 WEB08S-TA Web Client Attendance RFID reader...
  • Page 17: Ws=Xxx.xxx.xxx.xxx

    3.2.16 SID=xxxxxxxx This is a fixed length command and values are in hexadecimal value. It is a non-volatile value and will not changed after power removed. WEB08S-TA Web Client Attendance RFID reader...
  • Page 18: Php Code Example

    // stored record $code=$_GET[“code”]; $rectime=$_GET[“rtime”]; $recdate=$_GET[“rdate”]; // you can write you own code here, i.e. store the record into database // the following will acknowledge the reception of the record echo "REC_DEL="; printf("%04X",$_GET["recno"]); break; WEB08S-TA Web Client Attendance RFID reader...
  • Page 19 // being pinged if ($_GET[“contact”]==”CLOSE”) { echo "GRNT=01"; // grant access break; case "SW": // being pinged if (remote_open==1) { echo "GRNT=01"; // grant access break; echo "</AVEA>"; // ending flag ?> </body> </html> WEB08S-TA Web Client Attendance RFID reader...

Table of Contents