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

About Field Control Words, Field Types continued

Page 46 highlights

Chapter 1 - About 3270 and 5250 Programming Field Types (continued) Field Type Description Duplication Allows operator to use the [DUP] key. When the operator presses [DUP], the controller fills the field from the cursor to the end of the field with "1C." (Typically the host program uses this to place data from a previous record into the field when it receives the data.) An overstruck asterisk is displayed for the "1C" characters. Field Exit key Operator can only exit the field by pressing a non-data key such as [FIELD required EXIT] or other cursor-moving key. I/O Only the scanner can put data in this field. Mandatory entry The operator must put data in this field before pressing [ENTER] or other AID-generating key. Mandatory fill When the operator puts data into this field, they must completely fill it before exiting. Modified Marks this field as modified. Monocase Keyboard enters only uppercase characters A to Z in the field, regardless of the Shift state. Numeric only Accepts only the characters 0-9 and the symbols + , . - and blank. [FIELD+] exits the field with a positive number; [FIELD-] with a negative number. [FIELD EXIT] exits the field as entered with the sign specified by the host. The controller marks a minus field by changing the high nibble of the last byte to "B" unless a + , . - or blank is in that byte. These characters cause an error to occur. Numeric shift Accepts any data characters. Right-adjust When the operator exits the field, the controller shifts the contents to the right and fills on the left with zeros or blank spaces, as specified. Bits 1315 can be 0. The operator can make entries into any part of the field without any subsequent position adjustment. When the controller sends the field to the host, it also sends whatever is in the field (nulls if a Clear Unit command was received). Signed numeric Only the characters 0-9 are allowed. The last byte of the field is reserved for the sign character. The operator cannot place data in this location. If the operator presses [FIELD-] to exit the field, the last character is set to "" and the field is right adjusted. The high nibble of the last digit input is set to "B." If the operator uses [FIELD+] or [FIELD EXIT] to exit the field, the last character is set to blank and the field is right-adjusted. The "-" or "blank" is sent in response to Read Input Fields or Read MDT Fields commands. About Field Control Words Field control words (FCWs, two bytes each) are optional. The user program can use the Write to Display (WTD) command to send FCWs to the controller. When FCWs are used, they should follow the FFW of the SF order. FCWs found during modification of existing format table entries are ignored. LU does not accept an FCS of hex FFxx. 34 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 1 — About 3270 and 5250 Programming
34
Intermec Terminal Emulator (ITE) Programmer’s Reference Manual
About Field Control Words
Field control words (FCWs, two bytes each) are optional. The user program can use
the Write to Display (WTD) command to send FCWs to the controller. When FCWs
are used, they should follow the FFW of the SF order. FCWs found during
modification of existing format table entries are ignored. LU does not accept an FCS
of hex FFxx.
Duplication
Allows operator to use the [DUP] key. When the operator presses [DUP],
the controller fills the field from the cursor to the end of the field with
“1C.” (Typically the host program uses this to place data from a previous
record into the field when it receives the data.) An overstruck asterisk is
displayed for the “1C” characters.
Field Exit key
required
Operator can only exit the field by pressing a non-data key such as [FIELD
EXIT] or other cursor-moving key.
I/O
Only the scanner can put data in this field.
Mandatory
entry
The operator must put data in this field before pressing [ENTER] or other
AID-generating key.
Mandatory fill
When the operator puts data into this field, they must completely fill it
before exiting.
Modified
Marks this field as modified.
Monocase
Keyboard enters only uppercase characters A to Z in the field, regardless of
the Shift state.
Numeric only
Accepts only the characters 0-9 and the symbols + , . - and blank. [FIELD+]
exits the field with a positive number; [FIELD-] with a negative number.
[FIELD EXIT] exits the field as entered with the sign specified by the host.
The controller marks a minus field by changing the high nibble of the last
byte to “B” unless a + , . - or blank is in that byte. These characters cause an
error to occur.
Numeric shift
Accepts any data characters.
Right-adjust
When the operator exits the field, the controller shifts the contents to the
right and fills on the left with zeros or blank spaces, as specified. Bits 13-
15 can be 0. The operator can make entries into any part of the field
without any subsequent position adjustment. When the controller sends
the field to the host, it also sends whatever is in the field (nulls if a Clear
Unit command was received).
Signed numeric
Only the characters 0-9 are allowed. The last byte of the field is reserved
for the sign character. The operator cannot place data in this location. If
the operator presses [FIELD-] to exit the field, the last character is set to “-
” and the field is right adjusted. The high nibble of the last digit input is
set to “B.” If the operator uses [FIELD+] or [FIELD EXIT] to exit the field,
the last character is set to blank and the field is right-adjusted. The “-” or
“blank” is sent in response to Read Input Fields or Read MDT Fields
commands.
Field Types (continued)
Field Type
Description