US ( D <Function 1>


[Name]

Window definition

[Format]

ASCII
   
US
   
(
   
D
   
pL
   
pH
   
fn
   
wno
   
m1
   
m2
   
xL
   
xH
   
yL
   
yH
   
dxL
   
dxH
   
dyL
   
dyH
Hex
   
1F
   
28
   
44
   
0D
   
00
   
01
   
wno
   
01
   
02
   
xL
   
xH
   
yL
   
yH
   
dxL
   
dxH
   
dyL
   
dyH
Decimal
   
31
   
40
   
68
   
13
   
0
   
1
   
wno
   
1
   
2
   
xL
   
xH
   
yL
   
yH
   
dxL
   
dxH
   
dyL
   
dyH

[Range]

(pL + pH × 256) = 13 (pL = 13, pH = 0)
fn = 1
wno = 1 - 4
m1 = 102
m2 = 1
m3 = 2
[Landscape]
(xL + xH × 256) = 1 - 44 (xL = 1 - 44, xH = 0)
(yL + yH × 256) = 1 - 13 (yL = 1 - 13, yH = 0)
(dxL + dxH × 256) = 1 - 44 (dxL = 1 - 44, dxH = 0)
(dyL + dyH × 256) = 1 - 13 (dyL= 1 - 13, dyH = 0)
[Portrait]
(xL + xH × 256) = 1 - 22 (xL = 1 - 22 ,0 ≦ xH = 0)
(yL + yH × 256) = 1 - 19 (xL = 1 - 19 ,0 ≦ yH = 0)
(dxL + dxH × 256) = 1 - 22 (dxL = 1 - 22, 0≦dxH = 0)
(dyL + dyH × 256) = 1 - 19 (dyL = 1 - 19, 0≦dyH = 0)

[Description]

  • Ensures that the specified size of the window area that allows for mutual overlapping at the position specified for the base window is the window size number wno.
  • Specifies the window origin according to (xL, xH) and (yL, yH).
    • Specifies the window origin at a position (xL + xH × 256) columns / (yL + yH × 256) lines from the absolute origin.
  • Specifies window size according to (dxL, dxH) and (dyL, dyH).
    • Specifies the range to the opposite corner of the position at (dxL + dxH × 256) columns / (dyL + dyH × 256) lines from the window origin as the window area.
  • Executes the following processing for the defined window.
    • Displays the defined window in the foreground as the current window.
    • Executes data clearing of the defined window area (current window).Displays the defined window area against a black background.Moves the cursor to the window origin.
 

Quick Access

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

ESC/POS® includes patented or patent pending commands. The contents must not be disclosed to third parties.


Jump to the top