Specifications
ZPL Commands
^FX
154
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
^FX
Comment
Description The ^FX command is useful when you want to add non-printing informational
comments or statements within a label format. Any data after the
^FX command up to the next
caret (^) or tilde (~) command does not have any effect on the label format. Therefore, you
should avoid using the caret (^) or tilde (~) commands within the
^FX statement.
Format ^FXc
This table identifies the parameters for this format:
Comments Correct usage of the
^FX command includes following it with the ^FS
command.
Parameters Details
c = non printing
comment
Creates a non-printable comment.
Example • This is an example of how to use the ^FX command effectively:
^XA
^LH100,100^FS
SHIPPING LABEL^FS
^FO10,10^GB470,280,4^FS
^FO10,190^GB470,4,4^FS
^FO10,80^GB240,2,2^FS
^FO250,10^GB2,100,2^FS
^FO250,110^GB226,2,2^FS
^FO250,60^GB226,2,2^FS
^FO156,190^GB2,95,2^FS
^FO312,190^GB2,95,2^FS
^XZ
^FX
ZPL II CODE
GENERATED LABEL