Epic 3000
Programmer’s Guide
Programming Codes
100-14362
Rev A
Page 37
Low Level Paper Motion Control
Print/Paper Motion
[CR]
Carriage return
ASCII
[CR]
Hexadecimal
0DH
Decimal
<13>
IPCL
&%CR
EPOS
0DH
Description
The [CR]
command prints the contents of the print buffer (if any) and
resets the next character print position to the left margin. A line feed is not performed
unless auto-feed is active. The print rotation direction and the left margin command
define the left margin.
[LF]
Line feed
ASCII
[LF]
Hexadecimal
0AH
Decimal
<10>
IPCL
&%LF
EPOS
0AH
Description
The [LF] command prints the contents of the buffer (if any) and advances
paper one line at the current default line spacing. The next character print position is not
reset to the left margin unless auto-CR is active.
Horizontal Motion Control
Several commands can be used to control the horizontal position of characters. Many
applications use space control to position fields. However, the EPIC 3000 Printer has
the ability to control character position with horizontal tab stops. This is done using the
horizontal tab [HT] to move to those tab stops.
[HT]
Horizontal tab
ASCII
[HT]
Hexadecimal
09H
Decimal
<9>
IPCL
&%HT
EPOS
[HT]
Description
The [HT] command inserts spaces in the print buffer up to the next tab
stop. The default tab locations are every eight spaces.