Specifications
ZPL Commands
^MU
232
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
Comments This command should appear at the beginning of the label format to be in proper
ZPL II format.
To turn the conversion off, enter matching values for parameter
b and c.
Example • This is an example of Converting dpi Values.
Convert a 150 dpi format to a 300 dpi format with a base in dots:
^MUd,150,300
Convert a 150 dpi format to a 600 dpi format with a base in dots:
^MUd,150,600
Convert a 200 dpi format to a 600 dpi format with a base in dots:
^MUd,200,600
To reset the conversion factor to the original format, enter matching values for
parameters
b and c:
^MUd,150,150
^MUd,200,200
^MUd,300,300
^MUd,600,600