Files for Completing the Exercises
Files for Completing the Exercises
View content for :
Product:

Files for Completing the Exercises

The example files are shown to give you references to the ZPL programming and the graphics used in these activities.
File 1:
ZEBRA.BMP
Shows the Zebra Logo.
File 2:
SAMPLELABEL.TXT
^XA ^FO100,75^XGE:zebra.bmp^FS ^FO100,475^A0N,50,50^FDMirror from USB Completed^FS ^XZ
This simple label format prints the Zebra logo and a line of text at the end of the mirroring exercise.
File 3:
LOGO.ZPL
Uses the Zebra logo bitmap file.
File 4:
USBSTOREDFILE.ZPL
CT~~CD,~CC^~CT~ ^XA~TA012~JSN^LT0^LH0,0^JMA^PR4,4~SD15^LRN^CI0^XZ ~DG000.GRF,07680,024,,[image data] ^XA ^LS0 ^SL0 ^BY3,3,91^FT35,250^BCN,,Y,N^FC%,{,#^FD%d/%m/%Y^FS ^FT608,325^XG000.GRF,1,1^FS ^FT26,75^A0N,28,28^FH\^FDThis label was printed from a format stored^FS ^FT26,125^A0N,28,28^FH\^FDon a USB Flash Memory drive. ^FS ^BY3,3,90^FT33,425^BCN,,Y,N ^FD>:Zebra Technologies^FS ^PQ1,0,1,Y^XZ ^XA^ID000.GRF^FS^XZ
This label format prints an image and text. This file will be stored on the USB memory device at the root level so that it can be printed.
File 5:
VLS_BONKGRF.ZPL
File 6:
VLS_EIFFEL.ZPL
File 7:
USBSTOREDFILE.ZPL
^XA ^CI28 ^BY2,3,91^FT38,184^BCN,,Y,N^FC%,{,#^FD%d/%m/%Y^FS ^FO385,75^XGE:zebra.bmp^FS ^FT40,70^A0N,28,28^FH\^FDThis label was printed using a keyboard input. ^FS ^FT35,260^A0N,28,28^FH\^FDThis label was printed by:^FS ^FT33,319^A0N,28,28^FN1"Enter Name"^FS ^XZ
This label format, used for the USB keyboard input exercise, does the following:
  • Creates a barcode with the current date, based on your Real-Time Clock (RTC) setting.
  • Prints the Zebra logo graphic.
  • Prints fixed text.
  • Prints text entered with the keyboard by an operator.
File 8:
USBSTOREDFILE.ZPL
^XA ^CI28 ^BY2,3,91^FT38,184^BCN,,Y,N^FC%,{,#^FD%d/%m/%Y^FS ^FO385,75^XGE:zebra.bmp^FS ^FT40,70^A0N,28,28^FH\^FDThis label was printed using a smart device input. ^FS ^FT35,260^A0N,28,28^FH\^FDThis label was printed by:^FS ^FT33,319^A0N,28,28^FN1"Enter Name"^FS^XZ
The same label format as the previous label, only with different text printing. This format is used for the smart device input exercise.