ClarIDy Solutions UEE007 UHF READER MODULE User Manual 3

ClarIDy Solutions, Inc. UHF READER MODULE Users Manual 3

Users Manual 3

Download: ClarIDy Solutions UEE007 UHF READER MODULE User Manual 3
Mirror Download [FCC.gov]ClarIDy Solutions UEE007 UHF READER MODULE User Manual 3
Document ID1361413
Application IDXLwv4L0kd/Rfj3T3IS5Jcw==
Document DescriptionUsers Manual 3
Short Term ConfidentialNo
Permanent ConfidentialNo
SupercedeNo
Document TypeUser Manual
Display FormatAdobe Acrobat PDF - pdf
Filesize47.08kB (588489 bits)
Date Submitted2010-10-15 00:00:00
Date Available2010-11-29 00:00:00
Creation Date2010-09-28 22:27:57
Producing SoftwareGPL Ghostscript 8.15
Document Lastmod2010-10-14 11:18:41
Document TitleMicrosoft Word - ClarIDy_UHF_RFID_Reader_Demo_Program_User_s_Manual_WinCE_A1.doc
Document CreatorPScript5.dll Version 5.2.2
Document Author: claridy11

ClarIDy UHF USB Reader Demo Program for WinCE
ClarIDy UHF
USB
Reader
Program
User’s Manual for WinCE
Model No.: UEE005
Version: A.1
2008-12-03
ClarIDy Solutions, Inc.
1/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
Demo
ClarIDy UHF USB Reader Demo Program for WinCE
Copyright Notice
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
No part of this document may be reproduced without the prior written permission of ClarIDy Solutions, Inc.
Disclaimer
The information of this document is subject to change without notice and does not represent a commitment on any part
of ClarIDy Solutions, Inc.
Trademarks
Marvell is a registered trademark of Marvell.
Microsoft, Windows Vista, Windows XP, Windows CE, Visual Studio, .NET Framework, and CSharp (C#) are
registered trademarks of Microsoft Corporation.
All other product names are trademarks or registered trademarks of their respective owners.
2/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Change Log
Revision
Date
Author
Description
A.1
2008.12.03.
Jun-Rong Chang
Create the ClarIDy UHF Demo Program User’s Manual for
WinCE.
3/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Table of Contents
1. Introduction..................................................................................................................5
2. Installation ...................................................................................................................6
2.1 Prerequisites to Installation............................................................................................................ 6
2.2 Setup the USB Driver .................................................................................................................... 6
2.3 Install .Net Compact Framework 2.0 ............................................................................................. 7
2.3 Install ClarIDy UHF Demo ............................................................................................................. 9
3. Demo Program Operation Guide ...............................................................................12
3.1 Setting Control ............................................................................................................................. 12
3.2 Algorithm Control ......................................................................................................................... 15
3.3 Inventory Control ......................................................................................................................... 18
3.4 Read/Write Control ...................................................................................................................... 20
3.5 Lock/Kill Control ........................................................................................................................... 23
4. Error Code .................................................................................................................27
4/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
1. Introduction
This document describes the demo program for ClarIDy UHF RFID Reader. The demo
program provides “Setting”, “Algorithm”, “Inventory”, “Read/Write”, “Filter Inventory”, “Filter
Read/Write” and “Lock/Kill” functions. Users can use these applications to control the ClarIDy
UHF RFID Reader to communicate with EPC RFID tags. The operational procedures are
described as the following chapters.
5/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
2. Installation
Before Installing the USB Driver and ClarIDy UHF Demo program, please see
prerequisites first.
2.1 Prerequisites to Installation
In order to run ClarIDy UHF Demo program as smoothly as possible, we recommend
some conditions as following.
2.1.1 Hardware Platform Requirements
The following hardware Platforms are supported by ClarIDy UHF RFID Reader..
Marvel® pxa270 processor. validation was carried out on a RLC Enterprises Inc.'s*
XScale Mini board.
2.1.2 Operating System Requirements
The following host operating systems are supported by ClarIDy UHF RFID Reader:
Windows CE® 5.0 on a Marvel PXA270 platform with a USB host controller.
Development and testing of the RFID Library on Windows CE® 5.0 were performed on
RLC Enterprises Inc.'s XScale Mini board.
2.1.3 Other Software Requirements
The following other systems are supported by ClarIDy UHF RFID Reader:
Microsoft® .Net Compact Framework® Release 2.0
2.2 Setup the USB Driver
First time using the ClarIDy’s UHF RFID Reader (USB Interface), you must install the
driver. (The Driver programs are located in the “driver” folder of the disc.)
The ClarIDy UHF Reader is an USB Plus-and-Play device. Installation of the driver on
Windows CE is a simple procedure:
1.
Deploy the usbharv.dll and clp.dll files to the Windows CE device. They must be
deployed to an area that Windows CE will automatically search when trying to find the
appropriate driver file for the ClarIDy UHF Reader. Note that usbharv.dll requires that
cpl.dll be in a directory that is in windows CE’s DLL search path (or in the same
directory).
2.
Plus the ClarIDy UHF Reader into an USB Bus port on the Windows CE device. If
Windows CE does not find the driver for the ClarIDy UHF Reader, it will prompt for the
6/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
location, in which case you either have to provide the location or move the before
mentioned files to a location that is automatically searched by Windows CE. If the
ClarIDy UHF Reader driver is successfully loaded, you should be able to find the entry
for the driver in the Windows CE device’s registry. Lock under the key
HKEY_LOCAL_MACHINE\Drivers\Active. Under one of the keys(most likely one the
higher-numbered keys), you should see a driver whose “Name” value is
“RFTn:”(where n is a number).
2.3 Install .Net Compact Framework 2.0
Install .Net Compact Framework 2.0 step by step as the following instructions:
1.
Copy the cab file “NETCFv2.wce5.armv4i.cab” in Windows CE Device or Copy the
“NETCFv2.wm.armv4i.cab” in Windows Mobile Device, as figure 1.
2.
Click “NETCFv2.wce5.armv4i.cab” or “NETCFv2.wm.armv4i.cab”.
3.
Select a location where to install .Net Compact Framework 2.0, as figure 2.
4.
Wait the installation, as figure 3.
5.
Restart the device to complete installation, as figure 4.
Figure 1
7/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Figure 2
Figure 3
8/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Figure 4
2.3 Install ClarIDy UHF Demo
Install ClarIDy UHF Demo step by step as the following instructions:
1.
3.
Copy the cab file “ClarIDy_UHF_Demo_Setub.cab” to Windows CE or Windows
Mobile Device.
Click “ClarIDy_UHF_Demo_Setub.cab”.
Select a location where to install ClarIDy UHF Demo Program, as figure 5.
4.
Wait the installation, as figure 6.
5.
ClarIDy UHF Demo Program Was successfully installed on your device, as figure 7.
2.
9/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Figure 5
Figure 6
10/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Figure 7
11/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
3. Demo Program Operation Guide
The following sections will describe the usage of the ClarIDy UHF Demo application. The
application is include seven Controls, “Setting Control”, “Algorithm Control”, “Inventory
Control”, “Read/Write Control”, and “Lock/Kill Control”.
3.1 Setting Control
Click the “Setting” page of the main form, as figure 8. The Settings Page is displayed. This
page allows the user to configure the following items:
Link Profile
Data Format ( Compact, Normal or Extended )
Operational Mode ( Continuous Mode or Discontinuous Mode )
Inventory Algorithm ( Fixed “Q”, Variable “Q”, Variable “Q” Adjustable or Variable “Q”
Threshold )
Figure 8 Setting View Panel
1. Link Profile: Sets the current link profile for the reader module, as figure 9. The option
is as follows:
0: DSB ASK / MO / 40 khz
1: DSB_ASK / M1 / 160 khz
2: PR_ASK / M2 / 25U khz
3: PR_ASK / M2 / 300 khz
4: DSB_ASK / MO / 400 khz
5: PR_ASK / M1 / 250 khz
12/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Figure 9
2. Data Format: Sets the operation response data reporting mode for tag-protocol
operations, as figure 10. The option is as follows:
COMPACT: The response data is limited to provide the application with the pertinent
tag-access operation data, but minimize the amount of MAC-to-host
communication overhead.
NORMAL: The response data builds on the compact mode to provide the
application with status and contextual information to give additional
finer-grained feedback such as the beginning of inventory cycles, etc.
EXTENDED: The response data builds on the normal mode by providing additional
diagnostics and statistical information.
Figure 10
3. Operation Mode: Sets the reader's operation mode, as figure 11. The option is as
follows:
CONTINUOUS: In continuous mode, when a tag-protocol-operation cycle (i.e., one
iteration through all enabled antenna ports) has completed, the reader module
will begin a new tag-protocol-operation cycle with the first enabled antenna port
and will continue to do so until the operation is explicitly cancelled by the
application.
NONCONTINUOUS: In non-continuous mode, only a single tag-protocol-operation
cycle is executed upon the reader module.
Figure 11
13/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
4. Inventory Algorithm: Allows the application to set the currently-active singulation
algorithm, as figure 12. The option is as follows:
0: ALGORITHM_FIXEDQ
1: DYNAMICQ
2: DYNAMICQ_ADJUST
3: DYNAMICQ_THRESHOLD
Figure 12
14/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
3.2 Algorithm Control
Click the “Algorithm” page of the main form, as figure 13. The Algorithm pane is used to
view, the parameters for the selected singulation algorithm. The user may select Fixed Q,
Dyanmic Q, Dynamic Q Adjustable and Dynamic Q Threshold from the Active Algorithm
combo box. Then, you can edit parameters and click “save” button to refresh the values
displayed in the Algorithm Settings View panel.
Figure 13 Algorithm View Panel
1. FixedQ : Fixed Q algorithm. The items as follows:
1: qValue: The Q value to use. Valid values are 0 to 15, inclusive.
2: retryCount: Specifies the number of times to try another execution of the
singulation algorithm for the specified session/target before either
toggling
the target (if toggleTarget is non-zero) or terminating the inventory/tag access
operation.
Valid values are 0-255, inclusive.
3: toggleTarget: A flag that indicates if, after performing the inventory cycle for the
specified target (i.e., A or B), if the target should be toggled (i.e., A to B or B to
A) and another inventory cycle run.
should be toggled.
toggled.
A non-zero value indicates that the target
A zero value indicates that the target should not be
Note that if the target is toggled, retryCount and repeatUntilNoTags
will also apply to the new target.
4: repeatUntilNoTags: A flag that indicates whether or not the singulation algorithm
should continue performing inventory rounds until no tags are singulated. A
non-zero value indicates that, for each execution of the singulation algorithm,
15/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
inventory rounds should be performed until no tags are singulated. A zero
value indicates that a single inventory round should be performed for each
execution of the singulation algorithm.
2. DynamicQ: Adjusts the Q value based on the presence or absence of tags. The items
as follows:
1: startQValue: The starting Q value to use.
minQValue <=
Valid values are 0 to 15, inclusive.
startQValue <= maxQValue
2: minQValue: The minimum Q value to use.
Valid values are 0 to 15, inclusive.
minQValue <= startQValue <= maxQValue
3: maxQValue: The maximum Q value to use.
Valid values are 0 to 15, inclusive.
minQValue <= startQValue <= maxQValue
4: retryCount: Specifies the number of times to try another execution of the singulation
algorithm for the specified session/target before either toggling the target (if
toggleTarget is non-zero) or terminating the
inventory/tag access operation.
Valid values are 0-255, inclusive.
5: maxQueryRepCount: The maximum number of ISO 18000-6C QueryRep
commands that will follow the ISO 18000-6C Query command during a single
inventory round.
Valid values are 0-255, inclusive.
6: toggleTarget: A flag that indicates if, after performing the inventory cycle for the
specified target (i.e., A or B), if the target should be toggled (i.e., A to B or B to
A) and another inventory cycle run.
should be toggled.
toggled.
A non-zero value indicates that the target
A zero value indicates that the target should not be
Note that if the target is toggled, retryCount and repeatUntilNoTags
will also apply to the new target.
3. DynamicQAdjust: This algorithm modifies the previous dynamic Q algorithm by issuing
ISO 18000-6C Query Adjust commands instead of ISO 18000-6C Query
commands when adjusting the Q value. The items as follows:
1: startQValue: The starting Q value to use.
minQValue <=
Valid values are 0 to 15, inclusive.
startQValue <= maxQValue
2: minQValue: The minimum Q value to use.
Valid values are 0 to 15, inclusive.
minQValue <= startQValue <= maxQValue
3: maxQValue: The maximum Q value to use.
Valid values are 0 to 15, inclusive.
minQValue <= startQValue <= maxQValue
4: retryCount: Specifies the number of times to try another execution of the singulation
algorithm for the specified session/target before either toggling the target (if
toggleTarget is non-zero) or terminating the
16/28
inventory/tag access operation.
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Valid values are 0-255, inclusive.
5: maxQueryRepCount: The maximum number of ISO 18000-6C QueryRep
commands that will follow the ISO 18000-6C Query command during a single
inventory round.
Valid values are 0-255, inclusive.
6: toggleTarget: A flag that indicates if, after performing the inventory cycle for the
specified target (i.e., A or B), if the target should be toggled (i.e., A to B or B to
A) and another inventory cycle run.
should be toggled.
toggled.
A non-zero value indicates that the target
A zero value indicates that the target should not be
Note that if the target is toggled, retryCount and repeatUntilNoTags
will also apply to the new target.
4. DynamicQThreshold: This algorithm uses a Q-modification algorithm that allows the
application to control the change of the Q-adjustment-threshold value. The items
as follows:
1: startQValue: The starting Q value to use.
minQValue <=
Valid values are 0 to 15, inclusive.
startQValue <= maxQValue
2: minQValue: The minimum Q value to use.
Valid values are 0 to 15, inclusive.
minQValue <= startQValue <= maxQValue
3: maxQValue: The maximum Q value to use.
Valid values are 0 to 15, inclusive.
minQValue <= startQValue <= maxQValue
4:retryCount: Specifies the number of times to try another execution of the singulation
algorithm for the specified session/target before either toggling the target (if
toggleTarget is non-zero) or terminating the inventory/tag access operation.
Valid values are 0-255, inclusive.
5: toggleTarget: A flag that indicates if, after performing the inventory cycle for the
specified target (i.e., A or B), if the target should be toggled (i.e., A to B or B to
A) and another inventory cycle run.
should be toggled.
toggled.
A non-zero value indicates that the target
A zero value indicates that the target should not be
Note that if the target is toggled, retryCount and repeatUntilNoTags
will also apply to the new target.
6: thresholdMultiplier: The multiplier, specified in units of fourths (i.e., 0.25), that will
be applied to the Q-adjustment threshold as part of the dynamic-Q algorithm.
Valid values are 0-255, inclusive.
17/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
3.3 Inventory Control
Click the “Inventory” page of the main form, as figure 14. The Inventory panel is used to
read tag data and view tag data. Click the “Start” button to read tags, as figure 15.
Figure 14 Inventory Control.
Figure 15: Start Read Tags
18/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
If you want to use filter function, then Click “FilterConfig” button. The Filter is used to read
tag EPC. The user may select to read tag UID by filter value. If the user selects “NONE” from the
rule combo box, the reader will read all cards. If the user selects “NOT EQUAL” from the rule
combo box, the reader will read card which is not match filter value. If the user selects “EQUAL”
from the rule combo box, the reader will read card which is match filter value.
Figure 16: Set Inventory Filter
Figure 17 Run the Filter Inventory
19/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
3.4 Read/Write Control
Click the “Write/Read” page of the main form, as figure 18. The “Write/Read” panel is
used to read and write tag. The user may select to read and write by filter value. If the user
selects “NONE” from the rule combo box, the reader will read or write one of cards. If the user
selects “NOT EQUAL” from the rule combo box, the reader will read or write one of cards
which is not match filter value. If the user selects “EQUAL” from the rule combo box, the
reader will read or write one of cards which are match filter value.
Figure 18 Read/Write Control
Follow the instructions step by step as following:
1.
If you want to use filter function, then Click “FilterConfig” button, else go to step 7.
2.
Select “Rule”
3.
Select start location of filter value
4.
Select “Mask Memory Bank”
5.
Input “Mask Data”
6.
Click the “OK” button”, as Figure 19.
20/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Figure 19 Set Read/Write Filter
7.
Select Memory Bank.
8.
Select the start location and Count (unit is Word).
9.
Input the password.
10. If you want to write data, please input the value in the memory data.
11. Click the “Read” button or “Write” button, as Figure 20 and Figure 21.
Figure 20 Read the Tag Data of User Memory
21/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Figure 21 Write the Tag Data of User Memory
22/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
3.5 Lock/Kill Control
Click the “Lock/Kill” page of the main form, as figure 22. The “Lock/Kill” panel is used to
Lock tag data and Kill tag.
Figure 22
Follow the instructions step by step as following:
1.
Click “FilterConfig” button.
2.
Select “Rule”
3.
Select start location of filter value
4.
Select “Mask Memory Bank”
5.
Input “Mask Data”
6.
Click the “OK” button, as Figure 23”
7.
Input “AccessPWD” and KillPWD”.
But if you want to lock the tag, please input
“AccessPWD”
8.
If you want to kill or lock the tag, please select “OK”, as Figure 24.
9.
The kill and lock function would not be change permanently, please confirm again as
figure 25.
23/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Figure 23
Figure 24
24/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Figure 25
Note:
For individual passwords, the access permissions that can be set are:
Figure 26
Accessible: The password may be read and written when the tag is in either the open or secured
states.
Accessible Permanently: The password may be read and written when the tag is in either the open
or secured states and this access permission should be set permanently.
Secured Accessible: The password may be read or written only when the tag is in the secured state.
Not Accessible Permanently: The password may not be read or written and this access permission
should be set permanently.
No Change: The password’s access permission should remain unchanged.
The memory bank is writeable when the tag is in either the open or secured states.
25/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
Figure 27
Writeable: The memory bank is writeable when the tag is in either the open or secured states.
Writeable Permanently: The memory bank is writeable when the tag is in either the open or
secured states and this access permission should be set permanently.
Secured Writeable: The memory bank is writeable only when the tag is in the secured state.
Not Writeable Permanently: The memory bank is not writeable and this access permission
should be set permanently.
No Change: The memory bank’s access permission should remain unchanged.
26/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
4. Error Code
The following lists provide error codes of UHF Reader Demo Program. These values
are defined in the description.
Code (dec) Description
Success
-9999
Attempted to open a reader that is already open
-9998
Buffer supplied is too small
-9997
General failure
-9996
Failed to load reader bus driver
-9995
Library cannot use version of reader bus driver present on system
-9994
Operation cannot be performed while library is in emulation mode
-9993
Antenna number is invalid
-9992
Reader handle provided is invalid
-9991
One of the parameters to the function is invalid
-9990
Attempted to open a non-existent reader
-9989
Library has not been successfully initialized
-9988
Function not supported
-9987
Operation was cancelled by call to cancel operation, close reader, or shut
down the library
-9986
Library encountered an error allocating memory
-9985
The operation cannot be performed because the reader is currently busy
-9984
The underlying reader module encountered an error
-9983
The reader has been detached from the system
-9982
The RFID library function is not allowed at this time.
-9981
The reader module's MAC firmware is not responding to requests.
-9980
The MAC firmware encountered an error while initiating the nonvolatile
memory update. The MAC firmware will return to its normal idle state
without resetting the reader module.
-9979
An attempt was made to write data to an address that is not in the valid
range of reader module nonvolatile memory addresses.
-9978
The MAC firmware encountered an error while trying to write to the reader
module's nonvolatile memory region.
-9977
The underlying transport layer detected that there was an overflow error
resulting in one or more bytes of the incoming data being dropped. The
operation was aborted and all data in the pipeline was flushed.
27/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
ClarIDy UHF USB Reader Demo Program for WinCE
-7999
Fail to find reader
-7998
Fail to allocate memory
-7997
WriteData failure
-7996
ReadData failure
28/28
© Copyright 2008 ClarIDy Solutions, Inc. All rights reserved.
Federal Communication Commission Interference Statement
This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant
to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful
interference in a residential installation. This equipment generates, uses
and can radiate radio frequency energy and, if not installed and used in accordance with the instructions,
may cause harmful interference to radio communications. However, there is no guarantee that interference
will not occur in a particular installation. If this equipment does cause harmful interference to radio or
television reception, which can be determined by turning the equipment off and on, the user is encouraged
to try to correct the interference by one of the following measures:
• Reorient or relocate the receiving antenna.
• Increase the separation between the equipment and receiver.
• Connect the equipment into an outlet on a circuit different from that to which the receiver is connected.
• Consult the dealer or an experienced radio/TV technician for help.
This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1)
This device may not cause harmful interference, and (2) this device must accept any interference received,
including interference that may cause undesired operation.
FCC Caution: Any changes or modifications not expressly approved by the party responsible for
compliance could void the user's authority
to operate this equipment.
IMPORTANT NOTE:
FCC Radiation Exposure Statement:
This equipment complies with FCC radiation exposure limits set forth for an uncontrolled environment. This
equipment should be installed
and operated with minimum distance 20cm between the radiator & your body.
This transmitter must not be co-located or operating in conjunction with any other antenna or transmitter.
" This equipment must be installed and operated in accordance with provided instructions and the
antenna(s) used for this transmitter must be installed to provide a separation distance of at least 20 cm
from all persons and must not be co-located or operating in conjunction with any other antenna or
transmitter. End-users and installers must be provide with antenna installation instructions and transmitter
operating conditions for satisfying RF exposure compliance. "

Source Exif Data:
File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.4
Linearized                      : No
Has XFA                         : No
XMP Toolkit                     : Adobe XMP Core 4.2.1-c041 52.342996, 2008/05/07-20:48:00
Format                          : application/pdf
Creator                         : claridy11
Title                           : Microsoft Word - ClarIDy_UHF_RFID_Reader_Demo_Program_User_s_Manual_WinCE_A1.doc
Create Date                     : 2010:09:28 22:27:57Z
Creator Tool                    : PScript5.dll Version 5.2.2
Modify Date                     : 2010:10:14 11:18:41+08:00
Metadata Date                   : 2010:10:14 11:18:41+08:00
Producer                        : GPL Ghostscript 8.15
Document ID                     : uuid:bc34ef88-4000-4793-8b48-bdc141db17b8
Instance ID                     : uuid:a5e735c3-319c-4eab-aefc-8dcd756ef21c
Page Count                      : 29
Author                          : claridy11
EXIF Metadata provided by EXIF.tools
FCC ID Filing: WQH-UEE007

Navigation menu