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

RESET, Command Shortcut, Syntax, Parameters, Examples, Purpose

Page 73 highlights

Chapter 4 - BRI Commands You can also use the REPEAT command to re-issue a previous READ or WRITE command that failed. Command Shortcut: Syntax: Parameters: RPT REPEAT = This parameter can be a number from 1 to 65534 and specifies the number of times to repeat the command. If is omitted, the REPEAT command will execute the last command one time. Also, if the last repeatable command was a continuous read, the repeat value is ignored and the command is executed once. Examples: These examples demonstrate how to use the REPEAT command. Example 1: READ H1234567890ABCDEF OK> REPEAT 2 H1234567890ABCDEF H1234567890ABCDEF OK> Example 2: ATTRIB IDTRIES;READ;ATTRIB IDTRIES IDTRIES=1 H1234567890ABCDEF IDTRIES=1 OK> REPEAT 2 IDTRIES=1 H1234567890ABCDEF IDTRIES=1 IDTRIES=1 H1234567890ABCDEF IDTRIES=1 OK> RESET Purpose: This command performs a total software restart of the reader module. In network readers like the IF2 and IF61, the RESET command only affects the embedded RFID reader module and does not reset the device itself. To completely reset the reader, use the PRESET command. For help, see "PRESET" on page 52. Syntax: RESET Examples: This command warm boots the reader: RESET OK> Basic Reader Interface Programmer Reference Manual 61

  • 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
61
You can also use the REPEAT command to re-issue a previous READ or WRITE
command that failed.
Command Shortcut:
RPT
Syntax:
REPEAT <VALUE><CRLF>
Parameters:
<VALUE> = This parameter can be a number from 1 to 65534 and specifies the
number of times to repeat the command. If <VALUE> is omitted, the REPEAT
command will execute the last command one time. Also, if the last repeatable
command was a continuous read, the repeat value is ignored and the command is
executed once.
Examples:
These examples demonstrate how to use the REPEAT command.
Example 1:
READ<CRLF>
H1234567890ABCDEF<CRLF>
OK><CRLF>
REPEAT 2<CRLF>
H1234567890ABCDEF<CRLF>
H1234567890ABCDEF<CRLF>
OK><CRLF>
Example 2:
ATTRIB IDTRIES;READ;ATTRIB IDTRIES<CRLF>
IDTRIES=1<CRLF>
H1234567890ABCDEF<CRLF>
IDTRIES=1<CRLF>
OK><CRLF>
REPEAT 2<CRLF>
IDTRIES=1<CRLF>
H1234567890ABCDEF<CRLF>
IDTRIES=1<CRLF>
IDTRIES=1<CRLF>
H1234567890ABCDEF<CRLF>
IDTRIES=1<CRLF>
OK><CRLF>
RESET
Purpose:
This command performs a total software restart of the reader module.
In network readers like the IF2 and IF61, the RESET command only affects the
embedded RFID reader module and does not reset the device itself. To completely
reset the reader, use the PRESET command. For help, see
“PRESET” on page 52
.
Syntax:
RESET<CRLF>
Examples:
This command warm boots the reader:
RESET<CRLF>
OK><CRLF>