Intermec CV30 Intermec Terminal Emulator (ITE) Programmer's Reference Manual - Page 130

VT/ANSI Data Stream Control Character Method, Return Codes for the RFID (#A) Set Attributes Command

Page 130 highlights

Chapter 3 - Extended Commands Example 1: Set the data delimiter character to tab and the terminating character to a carriage return: b#A2009013bbbbbbbbbbbbbbbbbbbb# Example 2: Set the terminating character to a carriage return, reduce read tries to 2, and reduce write tries to 4: ^9F#A2bbb0130204bbbbbbbbbbbbbbbb#^9C VT/ANSI Data Stream Control Character Method This method uses the control characters APC (0x9f) and ST(0x9c) to encapsulate the extended command. Using the control characters method is faster since it is not written to the display. You do not need to clear the screen or move the cursor because the encapsulated command executes in the background. The format is exactly the same as the conventional method within the APC and ST control characters. Note: For VT/ANSI data stream, send the # character to row 1, column 2 last to ensure all command data is received before processing the extended command. Example: This takes Example 2 and uses the control character method: ^9F#A2bbb0130204#^9C Return Codes for the RFID (#A) Set Attributes Command The return code is a status sent to the host computer in the \\x format, which indicates whether the extended command was successful. The return codes are listed in the following chart. Return Codes for RFID (#A) Set Attributes Command Code 0 1 2 4 5 6 7 8 9 B C F P Z Description Good status, transaction complete. Incorrect trigger type setting. Must be "1" or "2". Terminating '#' character missing. Incorrect value for read tries (must be 0-99 or spaces). Incorrect value for write tries (must be 0-99 or spaces). Incorrect value for identify tries (must be 0-99 or spaces). Incorrect value for antenna tries (must be 0-99 or spaces). Incorrect value for auto_id_timeout tries (must be 0-99 or spaces). Incorrect value for initialization tries (must be 0-99 or spaces). Incorrect setting for antennas (must be 1bbb-4444 or spaces). Incorrect setting for TagType (must be 0-F) or space). Communication error with reader. Socket interface generated error. Settings are ignored. Command not supported for this device. 118 Intermec Terminal Emulator (ITE) Programmer's 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
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184

Chapter 3 — Extended Commands
118
Intermec Terminal Emulator (ITE) Programmer’s Reference Manual
Example 1:
Set the data delimiter character to tab and the terminating character to a carriage
return:
b#A2009013
bbbbbbbbbbbbbbbbbbbb
#
Example 2:
Set the terminating character to a carriage return, reduce read tries to 2, and reduce
write tries to 4:
^9F#A2
bbb
0130204
bbbbbbbbbbbbbbbb
#^9C
VT/ANSI Data Stream Control Character Method
This method uses the control characters APC (0x9f) and ST(0x9c) to encapsulate the
extended command. Using the control characters method is faster since it is not
written to the display. You do not need to clear the screen or move the cursor
because the encapsulated command executes in the background. The format is
exactly the same as the conventional method within the APC and ST control
characters.
Example:
This takes Example 2 and uses the control character method:
^9F#A2bbb0130204#^9C
Return Codes for the RFID (#A) Set Attributes Command
The return code is a status sent to the host computer in the
\\x<cr>
format, which
indicates whether the extended command was successful. The return codes are listed
in the following chart.
Note:
For VT/ANSI data stream, send the # character to row 1, column 2 last to
ensure all command data is received before processing the extended command.
Return Codes for RFID (#A) Set Attributes Command
Code
Description
0
Good status, transaction complete.
1
Incorrect trigger type setting. Must be “1” or “2”.
2
Terminating '#' character missing.
4
Incorrect value for read tries (must be 0-99 or spaces).
5
Incorrect value for write tries (must be 0-99 or spaces).
6
Incorrect value for identify tries (must be 0-99 or spaces).
7
Incorrect value for antenna tries (must be 0-99 or spaces).
8
Incorrect value for auto_id_timeout tries (must be 0-99 or spaces).
9
Incorrect value for initialization tries (must be 0-99 or spaces).
B
Incorrect setting for antennas (must be 1bbb
-4444 or spaces).
C
Incorrect setting for TagType (must be 0-F) or space).
F
Communication error with reader.
P
Socket interface generated error. Settings are ignored.
Z
Command not supported for this device.