![Kramer SL-280 Скачать руководство пользователя страница 39](http://html1.mh-extra.com/html/kramer/sl-280/sl-280_user-manual_2000924039.webp)
Kramer Electronics Ltd.
SL-280 – Protocol 3000
37
TIME
Functions
Permission
Transparency
Set:
TIME
Administrator
Public
Get:
TIME?
End User
Public
Description
Syntax
Set:
Set device time and date
#
TIME
␠
day_of_week,date,time
␍
Get:
Get device time and
date
#
TIME?
␍
Response
~nn
@
TIME
␠
day_of_week,date,time
␍␊
Parameters
day_of_week
– options:
SUN,MON,TUE,WED,THU,FRI,SAT
date
– format:
DD-MM-YYYY
time
– format:
hh:mm:ss
Response Triggers
Notes
The year must be 4 digits
The device does not validate the day of week from the date
Time format – 24 hours
Date format – Day, Month, Year
Example
Set device time to Monday, August 8, 2017 at 3:00pm:
#TIME MON
,
29-08-2017
,
15:00:00<CR>
TIME-LOC
Functions
Permission
Transparency
Set:
TIME-LOC
End User
Public
Get:
TIME-LOC?
End User
Public
Description
Syntax
Set:
Set local time offset from
UTC/GMT
#
TIME-LOC
␠
UTC_off,DayLight
␍
Get:
Get local time offset
from UTC/GMT
#
TIME-LOC?
␍
Response
~nn
@
TIME-LOC
␠
UTC_off,DayLight
␍␊
Parameters
UTC_off
– offset of device local time from UTC/GMT (without daylight time correction):
-12
(subtract 12 hours from UTC/GMT) –
14
(add 14 hours to UTC/GMT)
DayLight
– use
0
, see notes.
Response Triggers
Notes
This command is relevant only if the time server is configured.
Device time calculates by adding UTC_off to UTC time (that it got from the time server) + 1 hour if
daylight savings time is in effect.
The
DayLight
parameter is no longer in use, because daylight savings time information is received
from the time server. This parameter is maintained only for backward compatibility.
The
TIME
command sets the device time without considering these settings.
Example
Set device local time to US EST (Eastern Standard Time = -5 UTC/GMT):
#TIME-LOC -5,0<CR>