Intermec CV30 Intermec Terminal Emulator (ITE) User Guide - Page 102

TE_Settings.ini Configuration, TE_Settings.ini Parameter Formats, Center Cursor, Corner Mode

Page 102 highlights

Chapter 3 - Customizing Your Configuration [iccu values] session_1|host_a|host = 136.179.84.76 session_1|host_a|port_number = 23 session_1|destructive_bs = 0 TE_Settings.ini Configuration "enable_sip" = 0 or 1 This enables or disables the interaction between ITE and the onscreen keyboard. If the value is 1, ITE displays the SIP when it starts and when it gains focus. If the value is 0, ITE does not display the SIP. "sip_settings" = {674EC110-EFF0-47D3-B828-CDB2A6CCD3EB} This is a GUID (globally unique identifier) identifying the SIP that the ITE application is to use by default. This can be the GUID of any registered SIP in the system. These are for debugging purposes only. They inform which version of ITE created the te_settings.ini file. For example, these values could be: • program_name = IntermTE • program_version = 1.0 TE_Settings.ini Parameter Formats Each parameter in the setup file is followed by one of three different formats that indicates the type of parameter and the values it can contain. Formats are as follows: • Literal strings: a list of fixed values to select from. For example, Session 1 or 2 may qualify Screen Mode. It may take the value Center Cursor, Corner Mode, Page Mode, Lazy Mode, or Locked Mode. Session 1 is the default qualifier. These configuration lines are valid: screen_mode = Lazy Mode; session_1|screen_mode = Lazy Mode; session_2|screen_mode = Lazy Mode; • Numeric parameters with minimum and maximum values. Parameters can be either decimal or hexadecimal: • Decimal parameters consist of digits 0 through 9. • Hexadecimal parameters consist of 0x or 0X, followed by 1 to 4 digits of 0 through 9, a through f, or A through F. These are equivalent: 160, 0xA0, and 0Xa0. For example, Port Number is a variable with a range of 0 to 65535. These lines are valid: port_number = 1; session_1|host_a|port_number = 1; session_2|host_a|port_number = 1; 90 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
90
Intermec Terminal Emulator (ITE) User Guide
[iccu values]
session_1|host_a|host = 136.179.84.76
session_1|host_a|port_number = 23
session_1|destructive_bs = 0
TE_Settings.ini Configuration
"enable_sip" = 0 or 1
This enables or disables the interaction between ITE and the onscreen keyboard. If
the value is 1, ITE displays the SIP when it starts and when it gains focus. If the value
is 0, ITE does not display the SIP.
"sip_settings" = {674EC110-EFF0-47D3-B828-CDB2A6CCD3EB}
This is a GUID (globally unique identifier) identifying the SIP that the ITE
application is to use by default. This can be the GUID of any registered SIP in the
system.
These are for debugging purposes only. They inform which version of ITE created
the te_settings.ini file. For example, these values could be:
program_name = IntermTE
program_version = 1.0
TE_Settings.ini Parameter Formats
Each parameter in the setup file is followed by one of three different formats that
indicates the type of parameter and the values it can contain. Formats are as follows:
Literal strings: a list of fixed values to select from.
For example, Session 1 or 2 may qualify Screen Mode. It may take the value
Center Cursor, Corner Mode, Page Mode, Lazy Mode, or Locked Mode. Session 1
is the default qualifier. These configuration lines are valid:
screen_mode = Lazy Mode;
session_1|screen_mode = Lazy Mode;
session_2|screen_mode = Lazy Mode;
Numeric parameters with minimum and maximum values. Parameters can be
either decimal or hexadecimal:
Decimal parameters consist of digits 0 through 9.
Hexadecimal parameters consist of 0x or 0X, followed by 1 to 4 digits of 0
through 9, a through f, or A through F. These are equivalent: 160, 0xA0, and
0Xa0.
For example, Port Number is a variable with a range of 0 to 65535. These lines
are valid:
port_number = 1;
session_1|host_a|port_number = 1;
session_2|host_a|port_number = 1;