Intermec IV7 Basic Reader Interface Programmer's Reference Manual (BRI version - Page 56

DIAGNOSTICS, Purpose, Command Shortcut, Syntax, Parameters, Example TCP, Example Serial

Page 56 highlights

Chapter 4 - BRI Commands You can include the ID parameter in the capabilities command and it will display the EPCC1G2 parameters for the selected parameter set. For example: CAP EPCC1G2PARMS 10 BLF=320KHz MILLER=4 TAI=17 OK> [NXP] = This sub-command returns the NXP command extensions supported by the BRI interface. If a reader does not support the NXP extensions, no commands will be returned. DIAGNOSTICS Purpose Command Shortcut Syntax Parameters This command is available for an application that wants to determine certain runtime characteristics of an RFID reader. DIAG DIAGNOSTICS [LASTREADCOUNT] [SESSIONS] [LASTREADCOUNT] = This sub-command will return the number of tag singulations that occurred during the last tag operation. If a tag operation is in progress (such as a continuous read), the number of tags singulated at the time DIAG LASTREADCOUNT is executed will be returned. For example: READ H300833B2DDD9014035050604 H300833B2DDD9014035050605 H300833B2DDD9014035050607 H300833B2DDD9014035050606 OK> DIAG LASTREADCOUNT 4 OK> [SESSIONS] = This sub-command will return the number of sessions that are currently in use on a particular transport. For information about determining the number of supported sessions, see the SESSIONS parameter in "CAPABILITIES" on page 41. Serial readers only support one session. An example of the SESSIONS sub-command for TCP and Serial connections is shown below: Example (TCP) DIAG SESSIONS 3 OK> Example (Serial) DIAG SESSIONS 1 OK> 44 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
44
Basic Reader Interface Programmer Reference Manual
You can include the ID parameter in the capabilities command and it will display
the EPCC1G2 parameters for the selected parameter set. For example:
CAP EPCC1G2PARMS 10<CRLF>
BLF=320KHz
MILLER=4<CRLF>
TAI=17<CRLF>
OK><CRLF>
[NXP] = This sub-command returns the NXP command extensions supported by
the BRI interface. If a reader does not support the NXP extensions, no commands
will be returned.
DIAGNOSTICS
Purpose
This command is available for an application that wants to determine certain
runtime characteristics of an RFID reader.
Command Shortcut
DIAG
Syntax
DIAGNOSTICS [LASTREADCOUNT] [SESSIONS]
Parameters
[LASTREADCOUNT] = This sub-command will return the number of tag
singulations that occurred during the last tag operation. If a tag operation is in
progress (such as a continuous read), the number of tags singulated at the time
DIAG LASTREADCOUNT is executed will be returned. For example:
READ<CRLF>
H300833B2DDD9014035050604<CRLF>
H300833B2DDD9014035050605<CRLF>
H300833B2DDD9014035050607<CRLF>
H300833B2DDD9014035050606<CRLF>
OK><CRLF>
DIAG LASTREADCOUNT
4
OK><CRLF>
[SESSIONS] = This sub-command will return the number of sessions that are
currently in use on a particular transport. For information about determining the
number of supported sessions, see the SESSIONS parameter in
“CAPABILITIES”
on page 41
. Serial readers only support one session.
An example of the SESSIONS sub-command for TCP and Serial connections is
shown below:
Example (TCP)
DIAG SESSIONS<CRLF>
3<CRLF>
OK><CRLF>
Example (Serial)
DIAG SESSIONS<CRLF>
1<CRLF>
OK><CRLF>