Select your printer model
<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]
- Introduction
- help
- Message
- CommunicationBox Messages
- Device Messages
- DeviceHubTerminal
- BarcodeScanner
- Printer
- <type>print</type>
- <type>onxmlresult</type>
- <epos-print>
- <response>
- <text>
- <feed>
- <image>
- <logo>
- <barcode>
- <symbol>
- <hline>
- <vline-begin>
- <vline-end>
- <page>
- <area>
- <direction>
- <position>
- <line>
- <rectangle>
- <cut>
- <pulse>
- <sound>
- <command>
- <layout>
- <recovery>
- <reset>
- <batch-begin>
- <batch-end>
- <rotate-begin>
- <rotate-end>
- HybridPrinter
- <type>lock</type>
- <type>unlock</type>
- <type>print</type>
- <type>onxmlresult</type>
- <type>slipwaitinsertion</type>
- <type>slipprint2</type>
- <type>slipcancel</type>
- <type>endorsewaitinsertion</type>
- <type>endorseprint2</type>
- <type>endorsecancel</type>
- <type>validationwaitinsertion</type>
- <type>validationprint2</type>
- <type>validationcancel</type>
- <type>micrread</type>
- <type>micrcleaning</type>
- <type>micrcancel</type>
- <type>eject</type>
- <type>onreceive</type>
- CustomerDisplay
- Keyboard
- POSKeyboard
- MSR
- SerialDevice
- Storage
- OtherPeripheral
- Appendix