Select your printer model

Parameters are refined by the selected printer.

<cursor>


Specifies the cursor position and display settings.

  • Specifying the x and y attributes moves the cursor to the specified coordinates on the customer display.
  • Specifying the moveto attribute moves the cursor to the specified position within the current window.

Attribute

x

Attribute value

Description

“1” to “44”

Specifies the X coordinate.

y

Attribute value

Description

“1” to “19”

Specifies the Y coordinate.

moveto

Attribute value

Description

“top_left”

Moves to the leftmost position on the top line.

“top_right”

Moves to the rightmost position on the top line.

“bottom_left”

Moves to the leftmost position on the bottom line.

“bottom_right”

Moves to the rightmost position on the bottom line.

type

Attribute value

Description

“none”

No cursor display

“underline”

Underscore

Sample program

  • Moves the cursor to the upper-left position of the customer display.
  •  
    <cursor x=”1” y=”1”/>
    
  • Moves the cursor to the upper-left position of the current window.
  •  
    <cursor moveto=”top_left” type=”underline”/>
    

Supplementary explanation

  • If the x, y, and moveto attributes are specified at the same time, the cursor does not move.
  • In DM-D70 (Standard mode), the cursor position is set in the current window specified in <textarea>, with the top left as the origin.
    If the window is not specified in <textarea>, set the cursor position in the base window, with the top left as the origin.
  • In DM-D70 (Column/row fixed mode), the cursor position is set in the base window, with the top left as the origin.
  • The value that can be specified in the x and y attributes varies depending on the customer display used and its display modes, as well as the installation method.
  • x

    y

    DM-D30

    1 to 20

    1 to 2

    DM-D110

    DM-D210

    DM-D70 (Column/row fixed mode)

    DM-D70 (Standard mode: Landscape orientation)

    1 to 44

    1 to 13

    DM-D70 (Standard mode: Portrait orientation)

    1 to 22

    1 to 19

 

Quick Access

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

ePOS-Device XML includes patented or patent pending functions. The contents must not be disclosed to third parties.


ePOS-Device XML

Jump to the top