Format Control Commands
^XZ - End Format
Marks the end of a ZPL label format
^XZ - End Format
Overview
The ^XZ command marks the end of a ZPL label format and instructs the printer to process and print the label.
Syntax
^XZParameters
None
Description
- Terminates the label format
- Signals the printer to execute the label
- Required at the end of every label
- All fields must be defined before ^XZ
Usage Notes
- This is a required command
- Must be the last command in any ZPL format
- Cannot contain any parameters
- Case-sensitive
- Without ^XZ, the label format will not be processed
Example
^XA ^FO50,50 ^ADN ^FDHello World^FS ^XZ
Related Commands
^XA- Start Format (required)^XB- Suppress Backfeed^XF- Recall Format