Intermec IP2L Basic Reader Interface Programmer's Reference Manual (BRI versio - Page 93

BRI Extensions for EM Microelectronics Tags, READ EMM_GETUID, READ EMM_GETSENSOR

Page 93 highlights

Chapter 4 - BRI Commands Example 3: WRITE IMPINJQT=HC000 PERMANENT H300833B2DDD901400000000000000000 WROK Permanently set the tag for short range and public memory map. BRI Extensions for EM Microelectronics Tags The EM4325 tag from EM Microelectronics implements the following custom tag command extensions. READ EMM_GETUID Purpose: Syntax: Example: Use this command to get the UID from the tag with a single command. The UID can be 64, 80, or 96 bits long depending on the tag. The EMM_GETUID is a data field that can be used in a READ command. READ [flex_query_selector] EMM_GETUID [TAGTYPE=] [WHERE ] [PASSWORD=] READ EMM_GETUID H300833B2DDD901400000000000000000 HE280B0403C0000000C0269ED READ EMM_GETSENSOR Purpose: This command allows a reader to get the UID and sensor data from the tag with a single command. The UID can be 64, 80, or 96 bits long depending on the tag. The EMM_GETSENSOR is a data field that can be used in a READ command. Syntax: READ [flex_query_selector] EMM_GETSENSOR(,) [TAGTYPE=] [WHERE ] [PASSWORD=] = Integer value of 0 or 1 which indicates whether the tag should include its UID in the response. = Integer value of 0 or 1 which indicates whether the tag should initiate a new measurement or just return the result of the last measurement. Examples: Example 1: READ EMM_GETSENSOR(0,0) H300833B2DDD9014000000000 H07F8000000000000 Example 2: READ EMM_GETSENSOR(1,0) H300833B2DDD9014000000000 HE280B0403C0000000C0269ED07F8000000000000 Example 3: READ EMM_GETSENSOR(0,1) H300833B2DDD9014000000000 HE280B0403C0000000C0269ED07F8000000000000 Basic Reader Interface Programmer Reference Manual 81

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146

Chapter 4 — BRI Commands
Basic Reader Interface Programmer Reference Manual
81
Example 3:
WRITE IMPINJQT=HC000 PERMANENT
H300833B2DDD901400000000000000000 WROK
Permanently set the tag for short range and public memory map.
BRI Extensions for EM Microelectronics Tags
The EM4325 tag from EM Microelectronics implements the following custom tag
command extensions.
READ EMM_GETUID
Purpose:
Use this command to get the UID from the tag with a single command. The UID can
be 64, 80, or 96 bits long depending on the tag. The EMM_GETUID is a data field
that can be used in a READ command.
Syntax:
READ [flex_query_selector] EMM_GETUID [TAGTYPE=<tagtype list>]
[WHERE <data condition>] [PASSWORD=<"access_password">]
Example:
READ EMM_GETUID
H300833B2DDD901400000000000000000 HE280B0403C0000000C0269ED
READ EMM_GETSENSOR
Purpose:
This command allows a reader to get the UID and sensor data from the tag with a
single command. The UID can be 64, 80, or 96 bits long depending on the tag. The
EMM_GETSENSOR is a data field that can be used in a READ command.
Syntax:
READ [flex_query_selector] EMM_GETSENSOR(<SendUID>,<NewSample>)
[TAGTYPE=<tagtype list>] [WHERE <data condition>]
[PASSWORD=<"access_password">]
<SendUID> = Integer value of 0 or 1 which indicates whether the tag should include
its UID in the response.
<NewSample> = Integer value of 0 or 1 which indicates whether the tag should
initiate a new measurement or just return the result of the last measurement.
Examples:
Example 1:
READ EMM_GETSENSOR(0,0)
H300833B2DDD9014000000000 H07F8000000000000
Example 2:
READ EMM_GETSENSOR(1,0)
H300833B2DDD9014000000000
HE280B0403C0000000C0269ED07F8000000000000
Example 3:
READ EMM_GETSENSOR(0,1)
H300833B2DDD9014000000000
HE280B0403C0000000C0269ED07F8000000000000