Unit 5: Optional Command Codes
SATO GL4xxe SBPL Programming Reference Page 5-21
CUSTOM GRAPHICS, RECALL
FUNCTION
Use the Recall command any time you want to print a graphic image on a label along
with other printed data.
FORMAT
<ESC>GRaaa
aaa = Storage number (001 to 999)
The Recall command is sent in a secondary data stream to print the graphic, and
follows any necessary position or size commands.
EXAMPLE
Non Rotated Graphic
<ESC>A<ESC>CC1
<ESC>V0100<ESC>H0080<ESC>L0505
<ESC>GR001
<ESC>Q1<ESC>Z
Graphic Rotated 90°
<ESC>A<ESC>CC1<ESC>%1
<ESC>V0180<ESC>H0250<ESC>L0505
<ESC>GR001
<ESC>Q1<ESC>Z
Graphic Rotated 180°
<ESC>A<ESC>CC1<ESC>%1
<ESC>V0180<ESC>H0500<ESC>L0505
<ESC>GR001
<ESC>Q1<ESC>Z
Graphic Rotated 270°
<ESC>A<ESC>CC1<ESC>%3
<ESC>V0100<ESC>H0600<ESC>L0505
<ESC>GR001
<ESC>Q1<ESC>Z
OUTPUT
(5-8)
NOTES
The graphic image to be stored cannot be rotated before it is stored. It can be rotated
when it is recalled.
Graphic images cannot be stored as part of a label format.
See the <ESC>GI Custom Graphic Store command.