Specifications
Confidential
EPSON
TITLE
SHEET
REVISION
NO.
SHEET
NEXT
E
DM-D110
Specification
(STANDARD)
55 54
US ^ n m
[Example]
PRINT #1,CHR$(&H1F);CHR$(&H3A);
PRINT #1,CHR$(&HC);
PRINT #1,CHR$(&H1F);CHR$(&H45);CHR$(0); ➀
PRINT #1,” Execution MACRO !!”;
PRINT #1,CHR$(&H1F);CHR$(&H45);CHR$(10);
PRINT #1,CHR$(&H1F);CHR$(&H3A);
PRINT #1,CHR$(&H1F);CHR$(&H5E);CHR$(5);CHR$(100); ➁
Figure 5.4.13 Example Macro Definition Processing and Macro Execution Program
• Macro definition is executed by ➀.
• Macro execution is started by ➁. In this case, the time interval for displaying the
characters is (5 × 20 ms). When 100 ms has passed after the character “E” has been
displayed, the next character, “x”, is displayed.
[ OFF]
↓ (After a 100 ms interval)
[ OFF]
The macro execution interval is (100 × 50 ms). After the blinking display shown
in the figure below is held for 5 s, macro processing is repeated from a clear
screen.
[ OFF]
Figure 5.4.14 Macro Processing Explanation