EPL Commands
TS
146
14245L-003 Rev. A EPL Programming Guide 12/16/13
TS

Set Real Time Clock

Description Use this command to set the time and date in printers equipped with the Real
Time Clock option.
Syntax TSp1,p2,p3,p4,p5,p6
Parameters This table identifies the parameters for this format:
Parameters Details
p1 = Month Accepted Values: 01–12
p2 = Day Accepted Values: 01–31
p3 = Year Value is equivalent to the last two digits of Year (e.g. 95)
Accepted Values:
90-99 (to indicate 1990-1999)
00-89 (to indicate 2000-2089)
p4 = Hour Shown in 24 hour format.
Accepted Values: 00–23
p5 = Minutes Accepted Values: 00–59
p6 = Seconds Accepted Values: 00–59
Example • In this example, the current date is January 15, 2000.
TS01,01,95,01,00,00 :sets the date to Jan. 1, 1995
and the time to 1:00 a.m.
TS12,31,01,15,31,00: sets the date to Dec. 31, 2001
and the time to 3:31 p.m.