USING THE LABEL ( LB ) COMMAND


     The Label command ( LB ) allows you to print text using
     the currently defined font.  For more information see
     the Updated PCL 5 Printer Language Technical Reference
     Manual.

     LEGEND: Ec = [Ctrl] [P] [Esc] in DOS EDIT.


     EcE                           Resets the printer.

     Ec%0B                         Enters HP-GL/2 mode.

     IN;                           Initializes HP-GL/2 mode.

     SP1;                          Selects pen number 1,
                                   (black). Even though
                                   there is no physical pen,
                                   the SP command must be
                                   used to enable printing.

     PA2500,2500;                  Specifies absolute
                                   plotting and moves to
                                   (2500,2500).

     DT*;                          Defines "*" as a label
                                   terminator (non-
                                   printing).

     SD1,21,2,1,4,25,5,0,6,3,7,4148;SS; Designates the 25-
                                   point Universe Bold font
                                   as the standard font and
                                   selects it with the SS
                                   command.

     LBThis is a Label.*;          Prints "This is a Label."
                                   in the currently selected
                                   font. The Label
                                   Terminator "*" will not
                                   print.

     Ec%0A                         Enters PCL mode.

     EcE                           Sends a reset to end the
                                   job and eject the page.



            Copyright  Hewlett-Packard Co. 1993
   The information contained herein is subject to change
                      without notice.
   Hewlett-Packard shall not be liable for incidental or
  consequential damages in connection with the use of this
                         material.