Unit 4: Standard Command Codes
SATO GL4xxe SBPL Programming Reference Page 4-18
COPY IMAGE AREA (PARTIAL COPY)
FUNCTION
To copy an image from one location to another on the same label. This may be useful
for duplicating individual fields or entire sections of the label with only one command.
FORMAT
<ESC>WDHaaaaVbbbbXccccYdddd
aaaa = Horizontal position of the top left corner of the area
bbbb = Vertical position of the top left corner of the area
cccc = Horizontal length of the image area to be copied
dddd = Vertical length of the image area to be copied
Place anywhere within the data stream after specifying the location of the duplicate
image.
EXAMPLE
<ESC>A
<ESC>H0050<ESC>V0050<ESC>E010<ESC>XM
SATOSATOSATOSATOSATOSATOSATO
SATOSATOSATOSATOSATOSATOSATO
SATOSATOSATOSATOSATOSATOSATO
SATOSATOSATOSATOSATOSATOSATO
<ESC>H0180<ESC>V0250<ESC>WDH0130V0050X0400Y0200
<ESC>Q1
<ESC>Z
OUTPUT
(4-13)
NOTES
Use the Print Position (V and H) commands to locate the new area for the duplicate
image.
Position of the new target area must not be inside the original image.
If you use the Rotate command; the V, H, X, and Y axis will be reversed.
If the reference area of the target image exceeds the print area, it will not be printed.