Kramer Electronics Ltd.
KIT-400
– Protocol 3000
84
Function
Description
Syntax
Parameters/Attributes
Example
TIME?
Get device time and
date.
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.
COMMAND
#TIME?
<CR>
FEEDBACK
~nn@TIME
day_of_week
,
date
,
data
<CR><LF>
day_of_week
– One of
{SUN,MON,TUE,WED,THU,FRI,SA
T}
date
– Format: YYYY/MM/DD
where
YYYY = Year
MM = Month
DD = Day
data
– Format: hh:mm:ss where
hh = hours
mm = minutes
ss = seconds
Get device time and date:
#TIME?
<CR>
TIME-LOC
Set local time offset
from UTC/GMT.
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.
TIME command sets
the device time without
considering these
settings.
COMMAND
#TIME-LOC
utc_off
,
dst_state
<CR>
FEEDBACK
~nn@TIME-LOC
utc_off
,
dst_state
<CR><LF>
utc_off
– Offset of device time
from UTC/GMT (without daylight
time correction)
dst_state
– Daylight saving time
state
0
– no daylight saving time
1
– daylight saving time
Set local time offset to 3 with
no daylight-saving time:
#TIME-LOC
3,0
<CR>
TIME-LOC?
Get local time offset
from UTC/GMT.
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.
TIME command sets
the device time without
considering these
settings.
COMMAND
#TIME-LOC?
<CR>
FEEDBACK
~nn@TIME-LOC
utc_off
,
dst_state
<CR><LF>
utc_off
– Offset of device time
from UTC/GMT (without daylight
time correction)
dst_state
– Daylight saving time
state
0
– no daylight saving time
1
– daylight saving time
Get local time offset from
UTC/GMT:
#TIME-LOC?
<CR>
TIME-SRV
Set time server.
This command is
needed for setting UDP
timeout for the current
client list.
COMMAND
#TIME-SRV
mode
,
time_server_ip
,
sync_hour
<CR>
FEEDBACK
~nn@TIME-SRV
mode
,
time_server_ip
,
sync_hour
,
server_status
<CR><LF>
mode
– On/Off
0
– Off
1
– On
time_server_ip
– Time server IP
address
sync_hour
– Hour in day for time
server sync
server_status
– On/Off
Set time server with IP
address of 128.138.140.44
to ON:
#TIME-
SRV
1
,
128
.
138
.
140
.
44
,
0
,
1
<CR>
TIME-SRV?
Get time server.
This command is
needed for setting UDP
timeout for the current
client list.
COMMAND
#TIME-SRV?
<CR>
FEEDBACK
~nn@TIME-SRV
mode
,
time_server_ip
,
sync_hour
,
server_status
<CR><LF>
mode
– On/Off
0
– Off
1
– On
time_server_ip
– Time server IP
address
sync_hour
– Hour in day for time
server sync
server_status
– On/Off
Get time server:
#TIME-SRV?
<CR>
TUNNEL-
CTRL
Send an asynchronous
command to a remote
device.
COMMAND
#TUNNEL-CTRL
stage
,
stage_id,”command”
<CR>
FEEDBACK
~nn@TUNNEL-CTRL
stage
,
stage_id,”command”
<CR><LF>
stage
– 1
stage_id
– 1
“command”
– command to send to
the receiver
Set the receiver relay state
to open from the transmitter:
#TUNNEL-
CTRL
1
,
1
,”
RELAY-
STATE
1
,
0
”
<CR>
Send a command from the
transmitter to the receiver
’s
RS-232 port (using the
receiver command
TUNNEL-
232
):
#TUNNEL-
CTRL
1
,
1
,”
TUNNEL-
232
’cmnd
arg,arg’
9600
”
<CR>
VERSION?
Get firmware version
number.
COMMAND
#VERSION?
<CR>
FEEDBACK
~nn@VERSION
firmware_version
<CR><LF>
firmware_version
–
XX.XX.XXXX where the digit groups
are: major.minor.build version
Get the device firmware
version number:
#VERSION?
<CR>
VGA-PHASE
Set ADC (VGA)
sampling phase.
Response answers
with absolute value
after decreasing or
increasing value.
COMMAND
#VGA-PHASE
in_id
,
value
<CR>
FEEDBACK
~nn@VGA-PHASE
in_id
,
value
<CR><LF>
in_id
– Indicates the ID of the
input:
3
– IN 3
value
– Phase parameter in LSB
units (1 to 30)
++ increase current value
– decrease current value
Increase the current value of
the ADC (VGA) sampling
phase:
#VGA-PHASE
3,++
<CR>
VGA-
PHASE?
Get ADC (VGA)
sampling phase.
Response answers
with absolute value
after decreasing or
increasing value.
COMMAND
#VGA-PHASE?
in_id
<CR>
FEEDBACK
~nn@VGA-PHASE
in_id
,
value
<CR><LF>
in_id
– Indicates the ID of the
input:
3
– IN 3
value
– Phase parameter in LSB
units (1 to 30)
++ increase current value
– decrease current value
Get ADC (VGA) sampling
phase:
#VGA-PHASE?
3
<CR>