Specifications

275
ZPL Commands
^TO
9/15/06 ZPL II Programming Guide 45541L-004 Rev. A
Transferring Objects
These are some examples of using the ^TO command.
Transferring Multiple Objects
The asterisk (*) can be used to transfer multiple object files (except *.FNT) from DRAM to
the Memory Card. For example, assume you have several object files that contain logos. These
files are named
LOGO1.GRF, LOGO2.GRF, and LOGO3.GRF.
To transfer all these files to the memory card using the name NEW instead of LOGO, place an
asterisk after the names NEW and LOGO in the transfer command. This copies all files
beginning with LOGO in one command.
^XA
^TOR:LOGO*.GRF,B:NEW*.GRF
^XZ
During a multiple transfer, if a file is too big to be stored on the memory card, that file is
skipped. All remaining files attempt to be transferred. All files that can be stored within the
space limitations are transferred, while other files are ignored.
Example • To copy the object ZLOGO.GRF from DRAM to an optional Memory Card
and rename it
ZLOGO1.GRF, write the following format:
^XA
^TOR:ZLOGO.GRF,B:ZLOGO1.GRF
^XZ
Example • To copy the object SAMPLE.GRF from an optional Memory Card to DRAM
and keep the same name, write this format:
^
XA
^TOB:SAMPLE.GRF,R:SAMPLE.GRF
^XZ