Horizontal Motion Control - Ithaca PcOS Series 80PLUS Programmer's Manual

Ithaca pcos series 80plus pos thermal printer
Table of Contents

Advertisement

Control Codes
Horizontal Motion

Horizontal Motion Control

There are several commands that can control the horizontal position of characters. Many applications
use space control to position fields. However, there is the ability to control character position with
horizontal tab stops. This is done by using the horizontal tab, [HT], to move to those tab stops.
Function
ASCII
Hexadecimal
Decimal
IPCL
Description
Function
ASCII
Hexadecimal
Decimal
IPCL
Description
Function
ASCII
Hexadecimal
Decimal
IPCL
Description
Page 18
PcOS Series 80PLUS
Horizontal tab
[HT]
09H
<9>
&%HT
This command inserts spaces in the print buffer up to the next tab stop. The
default tab locations are every eight spaces.
Set horizontal tab stops
[ESC] D <n
> <n
> <n
> ... <n
1
2
3
1BH 44H <n
> <n
> <n
> ... <n
1
2
3
<27><68><n
> <n
> <n
> ... <n
1
2
3
none
This command sets tab stops at the character columns specified by <n>. The
end of the settings is specified by a <0>. All previously set tabs will be cleared
by this command. There is no restore defaults procedure other than to respecify
the tabs.
Column sizes are in accordance with the current character pitch.
Setting tabs that are beyond the station width is possible. A [CR] will be
inserted if the tab is used. Printing will begin at the home position.
The power up default is every eight spaces, i.e., 9, 17, 25, and so on.
Reset horizontal tab stops
[ESC] R
1BH 52H
<27><82>
&%HV
This command resets horizontal and vertical tab stops to power up
configuration. The power up horizontal default is every eight spaces, i.e., 9, 17,
25, and so on. The vertical default is every line.
Rev B 4/13/99
Programmer's Guide
> 0
i
> 00H
i
> <0>
i

Advertisement

Table of Contents
loading

Table of Contents