Intermec CV41 Intermec Terminal Emulator (ITE) User Guide - Page 128

Changing Text in Menus, Messages, and Settings, Preinitializing the ITE Program

Page 128 highlights

Chapter 3 - Customizing Your Configuration Changing Text in Menus, Messages, and Settings To change the text in the ITE configuration menus, configuration parameters, or system messages, you modify strings in the cfglit.dat file. An identification (ID) number identifies each literal string. To create your own literal file, you create a text file that associates these numbers with the actual literal strings. You then use makelit.exe to convert the text file to a format the configuration program can use. Each line in the literal text file begins with the literal ID number. After the ID number, you type the quoted string that is used when that ID number is referenced. If you omit an ID number, its string appears as "Bad Literal File" when you run the program in the computer. Literal ID numbers are available upon request from Intermec. Contact your Intermec representative for more information about ID numbers. You can create a sample file containing the default literal strings using makelit.exe to "reverse engineer" the standard cfglit.dat file. To do this, type the following command line to unpack cfglit.dat into a cfglit.txt file: makelit -r cfglit.dat cfglit.txt The cfglit.txt file this command creates contains all the default strings the configuration program uses. One line in cfglit.txt looks like this: 0x2f10 "RS232\nPORT IN USE\n\nPLEASE WAIT!" "0x2f10" is the literal ID number for the RS-232 port-in-use message that appears when a personal computer sends an RS-232 command to the TE program. The message text follows the ID number in a quoted string. The embedded "\n" sequence within the quoted string indicates a "new line" character and outputs a carriage return/line feed. To change the text of the message that appears, change the quoted string. For example, change the previous line to look like this: 0x2f10 "Printing\nPlease Wait!" When you have a text file with one line for every ID number, use makelit.exe to convert the file to an indexed literal file. If your text file is named cfglit.txt, you would type the following command which creates the new literal cfglit.dat file. makelit cfglit.txt cfglit.dat You must copy the new literal file to the folder where ITE was installed on the Intermec computer, and then restart ITE to make your changes active. For help with copying the file, see the computer user manual. Preinitializing the ITE Program To preinitialize the ITE program, you must name the 3270 initialization file as 3270.ini, the 5250 initialization file as 5250.ini, or the VT/ANSI initialization file as VT220.ini. The file is processed when you reset or warm boot the computer. The file is processed as if the radio had received the data, and must be in the "on-air" format. 116 Intermec Terminal Emulator (ITE) User Guide

  • 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
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220

Chapter 3 — Customizing Your Configuration
116
Intermec Terminal Emulator (ITE) User Guide
Changing Text in Menus, Messages, and Settings
To change the text in the ITE configuration menus, configuration parameters, or
system messages, you modify strings in the cfglit.dat file.
An identification (ID) number identifies each literal string. To create your own
literal file, you create a text file that associates these numbers with the actual literal
strings. You then use makelit.exe to convert the text file to a format the
configuration program can use.
Each line in the literal text file begins with the literal ID number. After the ID
number, you type the quoted string that is used when that ID number is referenced.
If you omit an ID number, its string appears as “Bad Literal File” when you run the
program in the computer.
Literal ID numbers are available upon request from Intermec. Contact your
Intermec representative for more information about ID numbers.
You can create a sample file containing the default literal strings using makelit.exe
to “reverse engineer” the standard cfglit.dat file. To do this, type the following
command line to unpack cfglit.dat into a cfglit.txt file:
makelit -r cfglit.dat cfglit.txt
The cfglit.txt file this command creates contains all the default strings the
configuration program uses. One line in cfglit.txt looks like this:
0x2f10 "RS232\nPORT IN USE\n\nPLEASE WAIT!"
“0x2f10” is the literal ID number for the RS-232 port-in-use message that appears
when a personal computer sends an RS-232 command to the TE program. The
message text follows the ID number in a quoted string. The embedded “\n”
sequence within the quoted string indicates a “new line” character and outputs a
carriage return/line feed. To change the text of the message that appears, change the
quoted string.
For example, change the previous line to look like this:
0x2f10 "Printing\nPlease Wait!"
When you have a text file with one line for every ID number, use makelit.exe to
convert the file to an indexed literal file. If your text file is named cfglit.txt, you
would type the following command which creates the new literal cfglit.dat file.
makelit cfglit.txt cfglit.dat
You must copy the new literal file to the folder where ITE was installed on the
Intermec computer, and then restart ITE to make your changes active. For help with
copying the file, see the computer user manual.
Preinitializing the ITE Program
To preinitialize the ITE program, you must name the 3270 initialization file as
3270.ini, the 5250 initialization file as 5250.ini, or the VT/ANSI initialization file as
VT220.ini. The file is processed when you reset or warm boot the computer. The file
is processed as if the radio had received the data, and must be in the “on-air” format.