Programming

Text Commands

ESC d n1

Make n Linefeeds

1B 64 n1

hex

27 100 n1

decimal

 

Executes the number of linefeeds as defined by variable n1. The length of each line feed is determined by the default value for selected font (see parameter 13 on page 77).

The print position is returned to the beginning of the line. Any text on the line is lost. To avoid losing text, send an <LF> before sending <ESC>d<n>.

FF

 

 

Form Feed

0C

 

hex

 

 

 

 

 

12

 

decimal

 

 

 

 

 

Prints data from the input buffer and feeds the paper to the top of the next page.

In fixed document length (FORM-mode) this command prints data in the input buffer and feeds the paper to the top of next page.

In variable document length mode <FF> advances to the minimum page length. If the printout already is longer than the minimum page length, <FF> does not feed the paper at all.

In black-mark mode, the <FF> command looks for a black mark, see <ESC>Z

If "Auto cut" is set to 1 (see Auto Cut After FF on page 78), <FF> effect form-feed, cut, and eject.

Note • Use parameter p37 and p38 to define page length.

HT

 

 

Horizontal Tabulation

09

 

hex

 

 

 

 

 

9

 

decimal

 

 

 

 

 

Shifts the current print position to the next Tab position.

Set tab positions with parameters p15 – p30.

39

10/05/2009

TTP 7030™ Technical Manual

P1003636-002

Page 39
Image 39
Zebra Technologies TTP 7030 technical manual ESC d n1 Make n Linefeeds