BT-T080 Programming Manual
- 10 -
• When the horizontal starting position, vertical starting position, printable area width,
and printable area height are defined as X, Y, Dx, and Dy respectively, the printable
area is set as shown in the figure below.
• The horizontal and vertical motion units are specified by
GS P.
The change of
horizontal or vertical motion unit does not affect the current printing area.
• When the horizontal starting position, vertical starting position, printable area width,
and printable area height are defined as X, Y, Dx, and Dy respectively, the printable
area is set as shown in the figure below.
[Default]
xL = xH = yL = yH = 0
dxL, dxH, dyL and dyH are specified by printer configuration.
[Relative]
CAN, ESC L, ESC T, GS P
[Example]
0A
1D 50 CB CB
(set printer resolution to 203×203)
1B 4C
(enter page mode)
1B 57 20 00 00 00 40 01 90 01
(set printable area in page mode)
1B 24 00 00
(set absolute horizontal starting position to be starting point)
41
1B 24 32 00
(set absolute horizontal starting position to be 50/203 inch)
42
1B 24 64 00
(set absolute horizontal starting position to be 100/203 inch)
43
0A
(newline)
1B 24 00 00
(set absolute horizontal starting position to be starting point)
41
1B 5C 32 00
(set relative horizontal starting position to be 50/203 inch)
42
1B 5C 64 00
(set relative horizontal starting position to be 100/203 inch)
43
0A
(newline)
0C
(print in page mode)
Results: