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@TIMEday_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>
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-LOCutc_off,dst_state<CR>
FEEDBACK
~nn@TIME-LOCutc_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-LOC3,0<CR>
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-LOCutc_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>
Set time server.
This command is
needed for setting UDP
timeout for the current
client list.
COMMAND
#TIME-SRVmode,time_server_ip,sync_hour<CR>
FEEDBACK
~nn@TIME-SRVmode,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-
SRV1,128.138.140.44,
0,1<CR>
Get time server.
This command is
needed for setting UDP
timeout for the current
client list.
COMMAND
#TIME-SRV?<CR>
FEEDBACK
~nn@TIME-SRVmode,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>
Send an asynchronous
command to a remote
device.
COMMAND
#TUNNEL-CTRLstage,stage_id,”command”<CR>
FEEDBACK
~nn@TUNNEL-CTRLstage,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-
CTRL1,1,”RELAY-
STATE1,0”<CR>
Send a command from the
transmitter to the receiver’s
RS-232 port (using the
receiver command TUNNEL-
232):
#TUNNEL-
CTRL1,1,”TUNNEL-
232’cmnd
arg,arg’9600”<CR>
Get firmware version
number.
COMMAND
#VERSION?<CR>
FEEDBACK
~nn@VERSIONfirmware_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>
Set ADC (VGA)
sampling phase.
Response answers
with absolute value
after decreasing or
increasing value.
COMMAND
#VGA-PHASEin_id,value<CR>
FEEDBACK
~nn@VGA-PHASEin_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-PHASE3,++<CR>
Get ADC (VGA)
sampling phase.
Response answers
with absolute value
after decreasing or
increasing value.
COMMAND
#VGA-PHASE?in_id<CR>
FEEDBACK
~nn@VGA-PHASEin_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>