Ff (page mode), Ff (standard mode) – Citizen Systems PPU-231II User Manual

Page 10

Advertising
background image

— 8 —

FF

(Page Mode)

[Function]

Printing in PAGE MODE and returning to STANDARD MODE

[Code]

<0C>H

[Outline]

Executes a batch printout of the data mapped in the entire print
area, and then returns to STANDARD MODE.

[Caution]

• All mapped data is erased after printout.

• The print area set up by ESC W is initialized.

• This command does not execute a paper cut.

• After this command is executed, the beginning of the line is

taken as the start position for the next print.

• This command is only effective when the PAGE MODE is

selected.

[See Also]

ESC FF, ESC L, ESC S, GS FF

FF

(Standard Mode)

[Function]

Printing and paper feeding to the top of the Black mark position

[Code]

<0C>H

[Outline]

This command prints the data in the printer buffer and searches
for the head of the next label (Black mark position)

[Caution]

This command is valid only when the label printer is selected
with DS2-7. It is ignored when the thermal paper is specified.
After sending one label worth of print data, be sure to send this
command or GS FF command. After the user intentionally
moved the label paper, this command cannnot search for the
head of the label properly.

[See Also]

GS FF, GS <

[Sample Program]

LPRINT “ABC” ; CHR$ (&HA) ;
LPRINT “123” ; CHR$ (&HC) ;
LPRINT “HHHHH” ; CHR$ (&HA) ;
LPRINT “gggg” ; CHR$ (&HC) ;
END

[Print Result]

ABC
123

HHHHH
g g g g g

Advertising