ZPL commands

^FW · Field Orientation

Sets the default rotation and, from firmware x.14, the default justification for all following fields whose command has an orientation parameter. A value g…

Sets the default rotation (and, from firmware x.14, the default justification) for all following fields whose command has an orientation parameter. A value given explicitly in the field (e.g. ^A0N) takes precedence.

Parameters

  • ^FWr,z - r: rotation: N = normal, R = 90° clockwise, I = 180°, B = 270° (read from bottom up); initial value N
  • ^FWr,z - z: justification: 0 = left, 1 = right, 2 = auto (script dependent); default: auto for ^TB, left for all other commands

Example

^XA
^FWR
^FO50,50^A0,30,30^FDZPL R^FS
^FO150,50^A0N,30,30^FDZPL N^FS
^XZ
ZPL preview: ^FW · Field Orientation

Tip

^FW only affects subsequent fields without their own orientation. To turn the whole label by 180°, use ^POI.