Unit 3: Code Quick Reference
E/Pro Programming Reference
3-13 PN: 9001096E
FWaabcccc Line. Prints a line. Units of measurement are dots.
aa = Line width
b = V: Vertical line
H: Horizontal line
cccc = Vertical line length
dddd = Horizontal line length
FXaaabcccdddeee Data Matrix. Sequential Numbering. Prints sequential numbered Data Matrix 2-D symbols.
aaa = Number of duplicate labels (001 to 999)
b = Increment or decrement
+: Increment
-: Decrement
ccc = Increment/decrement steps (001 to 999)
ddd = Sequential numbering start position (001 to 999) from left side
eee = Incremented data length (001 to 999). Measured from start position
Gabbbccc(data) Custom Graphics. Allows the creation and printing of graphic images using a dot-
addressable matrix.
a = Specifies format of data stream to follow
B: Binary
H: Hexadecimal
bbb = Number of horizontal 8 x 8 blocks
ccc = Number of vertical 8 x 8 blocks
data = Data to describe the graphic image
GCaaa BMP File, Recall. Recalls BMP graphic files stored in Expanded Memory.
GIabbbcccdddee...e Graphic, Store. Stores a graphic image in the memory card to be called later for printing on
a label.
a = Specifies format of data stream to follow
B: Binary
H: Hexadecimal
bbb = Number of horizontal 8 x 8 blocks
ccc = Number of vertical 8 x 8 blocks
ddd = Graphics storage number (001 to 999)
ee...e = Data to describe the graphic image
GMaaaaa BMP File. Downloads BMP file to the internal graphics image memory.
aaaaa = Quantity of bytes to download (max DOS file size is 32K)
GPaaaaa PCX File. Downloads PCX file to the internal graphics image memory.
aaaaa = Quantity of bytes to download (max DOS file size is 32K)
COMMAND QUICK REFERENCE
INSTRUCTION DESCRIPTION