Intermec 1470 User Guide

Page of 316
Programming the 147X
3-61
3
F3
Send up to but not including “ss” character (Search and Send) starting from
current cursor position, leaving cursor pointing to “ss” character followed by “xx”
key or function code.  Syntax = 
F3
ssxx
 (where ss and xx both stand for the hex
values for ASCII codes, see “Decimal to Hex to ASCII Conversion Chart” earlier
in this chapter).
F4
Send “xx” character “nn” times (Insert) leaving cursor in current cursor position.
Syntax = 
F4
xxnn
 (where xx stands for the hex value for an ASCII code, see
“Decimal to Hex to ASCII Conversion Chart” earlier in this chapter, and nn is the
numeric value [00-99] for the number of times it should be sent).
E9
Send all but the last “nn” characters, starting from the current cursor position.
Syntax = 
E9
nn
 (where nn is the numeric value [00-99] for the number of
characters that will not be sent at the end of the message).
Move Commands
F5
Move the cursor ahead “nn” characters from current cursor position. Syntax =
F5
nn
 (where nn stands for the numeric value [00-99] for the number of characters
the cursor should be moved ahead).
F6
Move the cursor back “nn” characters from current cursor position. Syntax = 
F6
nn
(where nn stands for the numeric value [00-99] for the number of characters the
cursor should be moved back).
F7
Move the cursor to the beginning of the data string. Syntax = 
F7
.
EA Move the cursor to the end of the data string. Syntax = 
EA
Search Commands
F8
Search ahead for “xx” character from current cursor position, leaving cursor
pointing to “xx” character. Syntax = 
F8
xx 
(where xx stands for the hex value for
an ASCII code, see “Decimal to Hex to ASCII Conversion Chart” earlier in this
chapter).
F9
Search back for “xx” character from current cursor position, leaving cursor
pointing to “xx” character. Syntax = 
F9
xx 
(where xx stands for the hex value for
an ASCII code, see “Decimal to Hex to ASCII Conversion Chart” earlier in this
chapter).
E6
Search ahead for the first non “xx” character from the current cursor position,
leaving cursor pointing to non ”xx” character. Syntax = 
E6
xx
  (where xx stands for
the hex value for an ASCII code, see “Decimal to Hex to ASCII Conversion
Chart” earlier in this chapter).
E7
Search back for the first non “xx” character from the current cursor position,
leaving cursor pointing to non ”xx” character.  Syntax = 
E7
xx
 (where xx stands for
the hex value for an ASCII code, see “Decimal to Hex to ASCII Conversion
Chart” earlier in this chapter).