Select your printer model

Parameters are refined by the selected printer.

<feed>


Specifies the paper feed amount in dots or lines, and specifies line feed amount and paper feed position per line.

When the paper feed amount is not specified, the paper is fed by one line.

List of properties available for each print method

Attribute

Description

Print method

Receipt

Slip

Endorsement

Endorsement (40cpl)

Validation

unit

Paper feed amount in units of dots

line

Paper feed amount in units of lines

linespc

Paper feed amount per line

pos

Paper feed amount for label sheet/black mark sheet

-

-

-

-

Attribute

unit

Attribute value

Description

“0” to “255”

Specifies paper feed amount in dots.

line

Attribute value

Description

“0” to “255”

Specifies paper feed amount in lines.

linespc

Attribute value

Description

“0” to “255”

Specifies paper feed amount per line in dots.

pos

Attribute value

Description

“peeling”

Feed the sheet to the peeling position.

“cutting”

Feed the sheet to the cut position.

“current_tof”

Feed the sheet to the top of the current label.

“next_tof”

Feed the sheet to the top of the next label.

Sample program

  • Feeds the sheet by three lines.
  •  
    <feed line="3" />
    
  • Prints text and feeds a line.
  •  
    <text>Hello</text><feed />
    <text>World</text><feed />
    
  • Prints text while peeling off labels one by one.
  •  
    <feed pos="current_tof" />
    <barcode type="code39" hri="below">0001</barcode>
    <feed pos="peeling" />
    

Supplementary explanation

  • The line feed amount for the standard and page modes are stored separately. Specifying the linespc attribute influences the linespc attribute of the succeeding <text> element.
  • When the linespc attribute is set to 30 dots, up to 240 lines can be specified.
  • The pos attribute does not work in the page mode.
  • If the line spacing for a single line is set smaller than the print character size, paper may be fed for a larger quantity than the set amount to ensure proper printing.
 

Quick Access

  • [Name]
  • [Format]
  • [Range]
  • [Description]
  • [Notes]

ePOS-Device XML includes patented or patent pending functions. The contents must not be disclosed to third parties.


ePOS-Device XML

Jump to the top