Select your printer model

Parameters are refined by the selected printer.

<cursor>


This element allows you to specify the cursor position and cursor display settings.

  • Specify "x" and "y" to move the cursor to the specified coordinate on the customer display.
  • Use "moveto" to move the cursor to a specified position in 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

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

Supplementary explanation

  • If "x", "y", and "moveto" are specified at a time, the cursor does not move.
  • In DM-D70 (Standard mode), sets the cursor position, with the top left of the current window specified in <textarea> as the origin.
    If the window is not specified in <textarea>, sets the cursor position, with the top left of the base window as the origin.
  • In DM-D70 (Column/row fixed mod), sets the cursor position, with the top left of the base window 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-Print XML includes patented or patent pending functions. The contents must not be disclosed to third parties.


Jump to the top