7. LW3 Programmers’ Reference
MMX6x2-HT series – User's Manual
60
7.4.7. Query the Video Autoselect Settings
Command and Response
GET•/MEDIA/VIDEO/XP.DestinationPortAutoselect
pr•/MEDIA/VIDEO/XP.DestinationPortAutoselect=
<out_set>
The response shows the settings of each output one by one.
Legend
<out_set>
Two-letter code of the Autoselect settings.
Parameters
Identifier
Parameter description
Value
Explanation
<out_set>
- 1
st
letter
Autoselect enabling/
disabling
E
Autoselect is
enabled.
D
Autoselect is
disabled.
<out_set>
- 2
nd
letter
Autoselect mode
F
First
detect mode: the first active video
input is selected.
P
Priority
detect: always the highest priority
active video input will be selected.
L
Last
detect: always the last attached input
is switched to the output automatically.
Example
GET /MEDIA/VIDEO/XP.DestinationPortAutoselect
pr /MEDIA/VIDEO/XP.DestinationPortAutoselect=EL;DP;EL;DP
Explanation
EL
: the Autoselect is
E
nabled on output 1 and output 3, selected mode is Last detect.
DP:
the Autoselect is
D
isabled on output 2 and output 4.
INFO: For more information see
section.
7.4.8.
Change the Autoselect Mode
Command and Response
CALL•/MEDIA/VIDEO/XP:setDestinationPortAutoselect(
<On>
:
<On_set>
)
mO•/MEDIA/VIDEO/XP:setDestinationPortAutoselect
Legend
See the previous section.
Example
CALL /MEDIA/VIDEO/XP:setDestinationPortAutoselect(O1:EF)
mO /MEDIA/VIDEO/XP:setDestinationPortAutoselect
Explanation
The Autoselect mode is Enabled on Output 1 in First detect mode.
7.4.9. Query the Input Port Priority
Command and Response
GET•/MEDIA/VIDEO/XP.PortPriorityList
pr•/MEDIA/VIDEO/XP.PortPrioirtyList=
<out_list>
The response shows the priority of each output one after another. The priority number can be from 0 to 31;
0 is the highest- and 30 is the lowest priority. 31 means that the port will be skipped from the priority list.
Legend
<out_list>
:
The input port priority order of the given output port: <I1>,I2>,…,<Im>
Example
GET /MEDIA/VIDEO/XP.PortPriorityList
pr /MEDIA/VIDEO/XP.PortPriorityList= 5,4,3,2,1,0;0,1,2,3,4,5; 5,4,3,2,1,0;0,1,2,3,4,5
Explanation
There are four outputs, so there are four groups listed in the response (divided by semicolons) and each
group (list) contains six priority numbers. The priority list of O1 and O3 is common, such as the list of O2
and O4.
The response: 5,4,3,2,1,0;0,1,2,3,4,5;5,4,3,2,1,0;0,1,2,3,4,5. Those values show the priority order of the video
input ports:
Output 1
Output 2
Output 3
Output 4
I1 I2 I3 I4 I5 I6 I1 I2 I3 I4 I5 I6 I1 I2 I3 I4 I5 I6 I1 I2 I3 I4 I5 I6
5
4
3
2
1
0
0
1
2
3
4
5
5
4
3
2
1
0
0
1
2
3
4
5
In the above example, the Input 6 has the highest priority on O1 and O3 output ports and Input 1 has the
lowest priority. On O2 and O4 ports the setting is the opposite.
ATTENTION!
The same priority number can be set to different input ports. When the priority numbers
match, the input port with the lowest port number will have the highest priority.