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

BRI Extensions for NXP Tags, NXPALARM

Page 86 highlights

Chapter 4 - BRI Commands Examples: Example 1: In this example, a reader has 2 general purpose outputs. The following table describes the possible values returned by the BRI for the WRITEGPO and the associate states of each of the outputs. Possible Values Returned for a Reader With 2 General Purpose Outputs BRI Value 0 1 2 3 Pin 1 State On On Off Off Pin 2 State On Off On Off Example 2: The following example turns on the first output on a device, and then turns it off. WRITEGPO 1 ON OK> WRITEGPO 1 OFF OK> BRI Extensions for NXP Tags This section lists BRI extensions that are specific to NXP RFID tags. NXPALARM Purpose: An extension to the READ command. When a READ command is executed with NXPALARM, the reader executes a read operation where only NXP tags with the EAS bit set are identified. This bit can be enabled when using the NXPEAS command. Note: No other data fields can be requested when executing the READ command with the NXPALARM extension. Syntax: Responses are not generated for each tag that is identified with the EAS bit enabled. Only a single alarm message will be generated, even if multiple NXP tags are identified with the EAS bit set. If EVENT is specified as the report type, an NXPALARM event is generated once an NXP tag with the EAS bit is identified. If EVENTALL is specified, an NXPALARM event is continuously generated while an NXP tag with the EAS bit set is in the reader field. The READ STOP command should be used to stop the READ NXPALARM operation when in continuous mode. READ [flex_query_selector]NXPALARM [TAGTYPE=EPCC1G2] [REPORT=EVENT|EVENTALL] 74 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
74
Basic Reader Interface Programmer Reference Manual
Examples:
Example 1:
In this example, a reader has 2 general purpose outputs. The following table
describes the possible values returned by the BRI for the WRITEGPO and the
associate states of each of the outputs.
Example 2:
The following example turns on the first output on a device, and then turns it off.
WRITEGPO 1 ON<CRLF>
OK><CRLF>
WRITEGPO 1 OFF<CRLF>
OK><CRLF>
BRI Extensions for NXP Tags
This section lists BRI extensions that are specific to NXP RFID tags.
NXPALARM
Purpose:
An extension to the READ command. When a READ command is executed with
NXPALARM, the reader executes a read operation where only NXP tags with the
EAS bit set are identified. This bit can be enabled when using the NXPEAS
command.
Responses are not generated for each tag that is identified with the EAS bit enabled.
Only a single alarm message will be generated, even if multiple NXP tags are
identified with the EAS bit set.
If EVENT is specified as the report type, an NXPALARM event is generated once an
NXP tag with the EAS bit is identified.
If EVENTALL is specified, an NXPALARM event is continuously generated while an
NXP tag with the EAS bit set is in the reader field.
The READ STOP command should be used to stop the READ NXPALARM
operation when in continuous mode.
Syntax:
READ [flex_query_selector]NXPALARM [TAGTYPE=EPCC1G2]
[REPORT=EVENT|EVENTALL]
Possible Values Returned for a Reader With 2 General Purpose Outputs
BRI Value
Pin 1 State
Pin 2 State
0
On
On
1
On
Off
2
Off
On
3
Off
Off
Note:
No other data fields can be requested when executing the READ command
with the NXPALARM extension.