Select your printer model
<feed>
This element allows you to specify paper feed amount in dots or by the number of lines, line spacing, and paper position after printing a line.
If you do not specify the paper feed amount, paper is advanced one line.
Attribute
unit
Attribute value |
Description |
---|---|
"0" to "255" |
Specifies paper feed amount in units of 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 units of 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
- Advances paper three lines
-
<epos-print xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print"> <feed line="3" /> </epos-print>
- Inserts a line break after printing text string
-
<epos-print xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print"> <text>Hello</text><feed /> <text>World</text><feed /> </epos-print>
- Prints labels peeling them one by one from the sheet
-
<epos-print xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print"> <feed pos="current_tof" /> <barcode type="code39" hri="below">0001</barcode> <feed pos="peeling" /> </epos-print>
- Prints multiple labels continuously
-
<epos-print xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print"> <feed pos="current_tof" /> <barcode type="code39" hri="below">0001</barcode> <feed pos="next_tof" /> <barcode type="code39" hri="below">0002</barcode> <feed pos="next_tof" /> <barcode type="code39" hri="below">0003</barcode> <feed pos="next_tof" /> </epos-print>
- Prints a ticket on a black mark paper
-
<epos-print xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print"> <feed pos="current_tof" /> <barcode type="code39" hri="below">0001</barcode> <feed pos="cutting" /> <cut type="no_feed" /> </epos-print>
Supplementary explanation
- When setting <feed> for label sheet or black mark sheet, set it in the standard mode.
- The "pos" setting is ignored in the page mode.
- When "30" dots is specified in "linespc", up to 240 lines can be specified in "line".
- The line spacing setting is stored for each of the standard mode and the page mode. The "linespc" setting specified in this element affects the linespc setting of <text> and <feed>, which may follow.
- 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]
- Introduction
- help
- XML for Controlling Printer
- XML for Controlling Customer Display
- Appendix
- XML Supported Printers
- Supported Elements List
- Printer-specific Support Information
- TM-H6000IV
- TM-H6000IV-DT
- TM-H6000V
- TM-H6000VI
- TM-L90
- TM-L90 4xx
- TM-L90-i
- TM-L100
- TM-m10
- TM-m30
- TM-m30II
- TM-m30II-H
- TM-m30II-NT
- TM-m30II-S
- TM-m30II-SL
- TM-m30III
- TM-m30III-H
- TM-m50
- TM-m50II
- TM-m50II-H
- TM-P20
- TM-P20II
- TM-P60II (Receipt)
- TM-P60II (Peeler)
- TM-P80
- TM-P80II
- TM-T20
- TM-T20II
- TM-T20II-i
- TM-T20III
- TM-T20IV
- TM-T20IV-SP
- TM-T70
- TM-T70-i
- TM-T70II
- TM-T70II-DT
- TM-T70II-DT2
- TM-T82II
- TM-T82II-i
- TM-T82III
- TM-T82IV
- TM-T83II
- TM-T83II-i
- TM-T88IV
- TM-T88V
- TM-T88V-DT
- TM-T88V-i
- TM-T88VI
- TM-T88VI-DT2
- TM-T88VI-iHUB
- TM-T88VII
- TM-T90
- TM-U220
- TM-U220-i
- TM-U220II
- TM-U220IIB-i
- TM-U330
- Usage Restrictions by Firmware Version
- ePOS-Print Settings