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

BRI Commands, EVENT Responses, Phillips V1.19 TAG Type, Readers That Contain the IM5 Module

Page 132 highlights

Chapter 5 - Reader-Specific Platform Specifications BRI Commands The following BRI commands are not implemented in the ITRFxxx01 BRI: • TRIGGER • TRIGGERREADY • TRIGGERQUEUE In this example, the WHERE expression is evaluated exactly as described in "Using AND/OR Logic in Data Conditions" on page 30: READ INT(18) WHERE INT(19)=1 OR INT(20)=1 AND INT(21)=3 However, if you change the order of the expression, the resulting tags selected are evaluated as if parentheses were used: READ INT(18) WHERE INT(20)=1 AND INT(21)=3 OR INT(19)=1 Since an OR follows an AND, the expression is evaluated using parentheses: READ INT(18) WHERE ( INT(20)=1 AND INT(21) ) OR INT(19)=1 Implied parentheses are applied any time an OR keyword is followed by an AND keyword. EVENT Responses The ITRFxxx01 reader does not support the event responses, as described in "Understanding Error and Success Responses" on page 109. Phillips V1.19 TAG Type The ITRFxxx01 reader does not support the Phillips V1.19 tag type, as described in "TAGTYPE" on page 96. Readers That Contain the IM5 Module RFID readers that contains the IM5 module deviate from the BRI specification as described in this section. For a complete list of RFID readers that contain the IM5 module, see your Intermec representative. Buffer Sizes Be aware of these buffer size limits on readers that contain the IM5 module and architecture older than IF61 v2.00: • Maximum command line buffer size is 255 characters including expanded macros. • Maximum macro buffer size is 255 characters. • Maximum macro name size is 32 characters. • Maximum [LITERAL] lengths are 255 characters. • Maximum length for HEX and STRING data type definitions are 104 characters. 120 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 5 — Reader-Specific Platform Specifications
120
Basic Reader Interface Programmer Reference Manual
BRI Commands
The following BRI commands are not implemented in the ITRF
xxx
01 BRI:
TRIGGER
TRIGGERREADY
TRIGGERQUEUE
In this example, the WHERE expression is evaluated exactly as described in
“Using
AND/OR Logic in Data Conditions” on page 30
:
READ INT(18) WHERE INT(19)=1 OR INT(20)=1 AND INT(21)=3
However, if you change the order of the expression, the resulting tags selected are
evaluated as if parentheses were used:
READ INT(18) WHERE INT(20)=1 AND INT(21)=3 OR INT(19)=1
Since an OR follows an AND, the expression is evaluated using parentheses:
READ INT(18) WHERE ( INT(20)=1 AND INT(21) ) OR INT(19)=1
Implied parentheses are applied any time an OR keyword is followed by an AND
keyword.
EVENT Responses
The ITRF
xxx
01 reader does not support the event responses, as described in
“Understanding Error and Success Responses” on page 109
.
Phillips V1.19 TAG Type
The ITRF
xxx
01 reader does not support the Phillips V1.19 tag type, as described in
“TAGTYPE” on page 96
.
Readers That Contain the IM5 Module
RFID readers that contains the IM5 module deviate from the BRI specification as
described in this section.
For a complete list of RFID readers that contain the IM5 module, see your Intermec
representative.
Buffer Sizes
Be aware of these buffer size limits on readers that contain the IM5 module and
architecture older than IF61 v2.00:
Maximum command line buffer size is 255 characters including expanded
macros.
Maximum macro buffer size is 255 characters.
Maximum macro name size is 32 characters.
Maximum [LITERAL] lengths are 255 characters.
Maximum length for HEX and STRING data type definitions are 104 characters.