30UBI EasyCoder 301 Direct Protocol – Programmer's Guide Ed. 1Chapter 4 Label Design6. Box Field A box is a hollow square or rectangle that can be rotated with anincrement of 90° according to the print direction. If the line thick-ness is sufficiently large, the box will appear to be filled (anothermethod is to print an extremely thick short line).In addition to the general formatting commands, PRPOS, ALIGNand DIR, a box field is specified by a single command.Set Size of the BoxThe size of the box is specified with regard to height, width and lineweight (thickness).PRBOX | PX ,, the height of the box in dots perpendicular tothe selected direction. the length of the box in dots along the se-lected direction. the line weight in dots.Default: NoneSummaryTo create a box field, the following formatting commands must begiven (in most cases, default values may substitute missing para-meters). Printing commands are explained in chapter 5.2.Purpose Command Default RemarksX/Y Position PRPOS | PP 0,0 Number of dotsAlignment ALIGN | AN 1 Select ALIGN 1 – 9Direction DIR 1 Select DIR 1 – 4Box size PRBOX | PX n.a. Height, width and linethickness in dotsExample:PP 250,250:AN 1:DIR 3:PX 200,200,10 ↵