Select your printer model

Parameters are refined by the selected printer.

<marquee>


Specifies the marquee display settings.

This element displays characters one by one at the interval specified in uwait. After displaying the last character, it waits for the period of time specified in rwait, and then restarts displaying from the first character.

Attribute

format

Attribute value

Description

“walk”

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 display unlimitedly.

“1” to “127”

Specify the display repeat count as an integer.

uwait

Attribute value

Description

“0” to “2000”

Specify the display interval between two successive characters in milliseconds as an integer.

rwait

Attribute value

Description

“100” to “2000”

Specify the wait time after displaying the last character in milliseconds as an integer.

lang

Attribute value

Description

“en”

English

“ja”

Japanese (Kana)

Sample program

  • Displays a marquee from the right of the screen at 200 ms/character, then repeats it after waiting for 1000 ms.
  •  
    <marquee uwait=”200” rwait=”1000”>Welcom!!</marquee>
    
  • Displays a marquee from the left of the screen at 200 ms/character, then repeats it after waiting for 1000 ms.
  •  
    <marquee uwait=”200” rwait=”1000” format=”place”>Welcome!!</marquee>
    

Supplementary explanation

  • For 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-Device XML includes patented or patent pending functions. The contents must not be disclosed to third parties.


ePOS-Device XML

Jump to the top