367
Calendar Command
[ESC+WT] Calendar Setup
[ESC+WP] Calendar Arithmetic (Add)
[ESC+WA] Calendar Print
Parent topic Part 1 SBPL Commands
[ESC+WT] Calendar Setup
ESC WT ParameterHexadecimal code
<1B>
16
<57>
16
<54>
16
aabbccddee
Initial value Nil
When the power is OFF The set parameter is not maintained.
Valid range within items The set parameter is valid until the next valid setting.
Valid range and term of
command
Valid range between items The set parameter is valid until the next valid setting.
[Function]
Specifying the calendar.
[Format]
<WT>aabbccddee
• Parameter
a
[Year]
=
Valid Range
:
00 to 35
b
[Month]
=
Valid Range
:
01 to 12
c
[Day]
=
Valid Range
:
01 to 31
d
[Hour]
=
Valid Range
:
00 to 23
e
[Minutes]
=
Valid Range
:
00 to 59
[Coding Example]
Specifying and printing out "2020.1.1 13:13"
<A>
<WT>2001011313
<Z>
[Supplementary Explanation]
• This command requires optional calendar IC and it is nonusable without IC.
• Valid calendar setting value is from year: 2000, month: 1, day: 1, hour: 00, minutes: 00 to year:
2035, month: 12, day: 31, hour: 23, minutes: 59.
Parent topic Calendar Command