User Manual

Table Of Contents
VXL1-16P Remote Control Protocol Specications Version 1.2.0 rev2
12
3. Command Specications
2-6) Keepalive activation setting
Command Option 1 Option 2 Description
scpmode keepalive (interval) Maximum interval for a client to send some kind of
message, including heart beats (default setting = disabled)
Details: (interval) = Timeout value (msec) * Timeout value should be more than 1000.
* The actual timeout value will be increased by 1 second.
Response
Response string Description
OK scpmode keepalive xxxx Keepalive activated notication
Details: xxxx = The specied timeout value (msec)
Example: Command: scpmode keepalive 2000
Response: OK scpmode keepalive 2000
Meaning: Set the timeout value to 2000 msec (2 seconds).
The timeout value was set to 2000 msec (2 seconds).
Note: When unexpected disconnection happens, remote controller can’t nish communication with closing process.
In such case, device has to keep status "connected" and remote controller can’t establish new connection after that.
In order to prevent the situation above, device watches keepalive command if connection with remote controller is still
alive.
If device doesn’t receive keepalive command within timeout value which is set by this command, device terminates
connection by itself.
After the Keepalive activation command has been activated, the Remote controller must send any command or
LF(0x0A) code as a heart beat to the device within the timeout value.
3.3.3. Parameter query
2-7) Raw value parameter query
Command Option 1 Option 2 Option 3 Description
get AccessID X Y Raw value parameter query request
Details: AccessID = See section 7, "Parameter List."
X = See section 7, "Parameter List."
Y = See section 7, "Parameter List."
Response
Response string Description
OK get AccessID 0 0 (value) Raw value parameter query response
Details: AccessID= See section 7, "Parameter List."
X = See section 7, "Parameter List."
Y = See section 7, "Parameter List."
(value) = See section 3.1, "Basic Command Specications," or section 7, "Parameter List."
Example: Command: get VXL:Ch/InputVolume/Level 0 0
Response: OK get VXL:Ch/InputVolume/Level 0 0 -775
Meaning: Query the 1ch level of the Input Volume Conferencethe with raw values.
The 1ch level of the Input Volume Conference is -77.60.