Select your printer model

Parameters are refined by the selected printer.

<marquee>


This element allows you to specify marquee display settings for text strings.

Characters in a text string is displayed one by one at a time interval specified in "uwait". When the last character is displayed, the display of the text string restarts from the top character after the time specified in "rwait" has elapsed.

Attribute

format

Attribute value

Description

"walk" (default)

Displays the text from the rightmost position of the window.

"place"

Displays the text from the leftmost position of the window.

repeat

Attribute value

Description

"0"

Repeats unlimitedly

"1" to "127"

Specifies the number of repeating times (an integer)

uwait

Attribute value

Description

"0" to "2000"

Specifies a time interval (an integer) after displaying one character and before displaying the next character in units of msec.

rwait

Attribute value

Description

"100" to "2000"

Specifies a time period (an integer) to wait after displaying the last character in units of msec.

lang

Attribute value

Description

"en" (default)

English

"ja"

Japanese

Sample program

  • Displays the characters one by one at 500-msec interval from the right of the display, and repeats the marquee display at 1000-msec interval.
  •  
    <marquee uwait="500" rwait="1000">Welcom!!</marquee>
    
  • Displays the characters one by one at 500-msec interval from the left of the display, and repeats the marquee display at 1000-msec interval.
  •  
    <marquee uwait="500" rwait="1000" format="place">Welcome!!</marquee>
    

Supplementary explanation

  • For TM-m30 and DM-D30/DM-D70, and TM-H6000V and DM-D110/DM-D210, "0" is only allowed in repeat.
  • For TM-H6000VI, only 0 can be specified for repeat.
  • When controlling DM-D30 or DM-D70, due to the characteristics of its LCD, its marquee display may be distorted if the interval for switching text is too short.
    It is recommended to set uwait and rwait to the value shown below.
    DM-D30: 600 msec or longer
    DM-D70: 100 msec or longer
 

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