Intermec IF2 Basic Reader Interface Programmer's Reference Manual (BRI version - Page 92

BRI Extensions for Impinj Monza 4 Tags, READ IMPINJQT

Page 92 highlights

Chapter 4 - BRI Commands BRI Extensions for Impinj Monza 4 Tags This section lists BRI extensions that are specific Impinj Monza 4 tags. The Impinj Monza 4 tags implement a 16-bit QT status field and a custom command to read and write the QT field. The most significant bit (QT_SR) controls the range of the response of a tag. When set, the tag reduces the strength of its backscattered signal to reduce the range which the tag can be read. The second significant bit (QT_MEM) controls whether the tag presents the public or private memory map to the reader. When set, the tag exposes its public memory map. For more information on the Impinj Monza 4 tags, see the product specification for Impinj Monza 4 tags. READ IMPINJQT Purpose: Syntax: Example: Use this command to read the QT status. The result is a 16-bit hexadecimal value representing the QT status bits from the tag. READ [flex_query_selector]IMPINJQT [TAGTYPE=] [WHERE ] [PASSWORD=] In this example, the first tag has both the QT_SR and the QT_MEM bits cleared (set for normal-range and private memory map). The second tag has both bits set (set for short-range and public memory map). READ IMPINJQT H300833B2DDD901400000000000000000 H0000 H300833B2DDD901400000000000000001 HC000 WRITE IMPINJQT Purpose: Syntax: Example: Use this command to write to the QT status field. WRITE [flex_query_selector]IMPINJQT=H {PERMANENT} [TAGTYPE=] [WHERE ] [PASSWORD=] = Contains a 16-bit value representing the contents of the QT status field to be written. The most significant bit is the QT_SR which controls the short-range/ normal-range setting of the tag. The next most significant bit is the QT_MEM bit which controls the public/private memory map setting of the tag. Example 1: WRITE IMPINJQT=H0000 H300833B2DDD901400000000000000000 WROK Temporarily set the tag for normal range and private memory map. Example 2: WRITE IMPINJQT=HC000 H300833B2DDD901400000000000000000 WROK Temporarily set the tag for short range and public memory map. 80 Basic Reader Interface Programmer Reference Manual

  • 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
80
Basic Reader Interface Programmer Reference Manual
BRI Extensions for Impinj Monza 4 Tags
This section lists BRI extensions that are specific Impinj Monza 4 tags. The Impinj
Monza 4 tags implement a 16-bit QT status field and a custom command to read
and write the QT field.
The most significant bit (QT_SR) controls the range of the response of a tag. When
set, the tag reduces the strength of its backscattered signal to reduce the range which
the tag can be read.
The second significant bit (QT_MEM) controls whether the tag presents the public
or private memory map to the reader. When set, the tag exposes its public memory
map.
For more information on the Impinj Monza 4 tags, see the product specification for
Impinj Monza 4 tags.
READ IMPINJQT
Purpose:
Use this command to read the QT status. The result is a 16-bit hexadecimal value
representing the QT status bits from the tag.
Syntax:
READ [flex_query_selector]IMPINJQT [TAGTYPE=<tagtype list>]
[WHERE <data condition>] [PASSWORD=<"access_password">]
Example:
In this example, the first tag has both the QT_SR and the QT_MEM bits cleared (set
for normal-range and private memory map). The second tag has both bits set (set for
short-range and public memory map).
READ IMPINJQT
H300833B2DDD901400000000000000000 H0000
H300833B2DDD901400000000000000001 HC000
WRITE IMPINJQT
Purpose:
Use this command to write to the QT status field.
Syntax:
WRITE [flex_query_selector]IMPINJQT=H<Data> {PERMANENT}
[TAGTYPE=<tagtype list>] [WHERE <data condition>]
[PASSWORD=<"access_password">]
<Data> = Contains a 16-bit value representing the contents of the QT status field to
be written. The most significant bit is the QT_SR which controls the short-range/
normal-range setting of the tag. The next most significant bit is the QT_MEM bit
which controls the public/private memory map setting of the tag.
Example:
Example 1:
WRITE IMPINJQT=H0000
H300833B2DDD901400000000000000000 WROK
Temporarily set the tag for normal range and private memory map.
Example 2:
WRITE IMPINJQT=HC000
H300833B2DDD901400000000000000000 WROK
Temporarily set the tag for short range and public memory map.