8. LW3 Programmers' Reference
MMX8x4-HT series – User's Manual
104
Applied firmware package: v1.2.2b5 | LDC software: v2.2.1
In the above example, the Input 8 has the highest priority and Input 7 has the lowest priority on O1. On O2 O3, O4
and O5 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.
INFO: Output 5 in MMX8x4-HT400MC and MMX8x4-HT420M models means the advanced analog audio
output.
8.5.16.
Changing the Input Port Priority
This method r
equired
escaping the control characters. For more information see the
section. One or more
input can be set in the same time.
Command and Response
Ý
CALL•/MEDIA/VIDEO/XP:setAutoselectionPriority(
<in>
\(
<out>
\):
<prio>
);(
<in>
\(
<out>
\):
<prio>
)
Ü
mO•/MEDIA/VIDEO/XP:setAutoselectionPrioirty
Parameters
<prio>
Priority number from 0 to 31, equal numbers are allowed (31 means that the port will be
skipped from the priority list).
An input port priority can be set on an output port. Many settings can be executed by
separating a semicolon (no space), see the example below.
Example
Ý
CALL /MEDIA/VIDEO/
XP:setAutoselectionPriority(I1(O1):31;I2(O1):1;I3(O1):2;I4(O1):3;5(O1):4;I6(O1):5;I7(O1):6;I8(O1):7)
Ü
mO /MEDIA/VIDEO/XP:setAutoselectionPriority
The Input 1 is ignored from the autoselection, priority order of the inputs are: I2, I3, I4, I5, I6, I7, I8.
8.5.17.
TPS Mode Settings on TPS Ports
INFO: This command is available in MMX8x4-HT400MC and MMX8x4-HT420M models.
Command and Response
#tpsmode
Ý
SET•/REMOTE/
<tps_port>
.tpsModeSetting=
<tps_mode_setting>
Ü
pw•/REMOTE/
<tps_port>
.tpsModeSetting=
<tps_mode_setting>
Example
Ý
SET /REMOTE/S2.tpsModeSetting=A
Ü
pw /REMOTE/S2.tpsModeSetting=A
Parameters
Identifier
Parameter description
Parameter values
<tps_port>
TPS input or output port
S1-S4
for inputs
D1-D2*
for outputs
<tps_mode_setting>
TPS mode
A:
Auto
H:
HDBaseT
L**:
Longreach
1:
LPPF1
2**:
LPPF2
* TPS output ports are not available in MMX8x4-HT400MC model.
** Long reach and LPPF2 mode is not available in MMX8x4-HT400MC model.
For more information see
section.
8.5.18.
Sending CEC Commands
INFO: The hidden first 2 bit of the CEC command is static (always 04), it refers to the logical address of
the sender and the addressee.
0:
sender is a
TV
;
4:
the addressee is the
Playback Device 1
.
#cec
8.5.18.1.
Sending OSD String
Sending the OSD string consists of two steps. First, set the CEC.OsdString property with the desired text,
after that, call the CEC.send(set_osd) method.
Step 1.
Set the
CEC.OsdString
property.
Ý
SET
•
/MEDIA/CEC/
<port>
.OsdString=
<text>
Ü
pw
•
/MEDIA/CEC/
<port>
.OsdString=
<text>
Step 2.
Call the
CEC.send(set_osd)
method.
Ý
CALL /MEDIA/CEC/
<port>
:send(set_osd)
Ü
mO /MEDIA/CEC/
<port>
:send
Parameters
Identifier
Parameter
description
Parameter values
<port>
Port identifier
I1-I8:
Source port number.
O1-O5:
Destination port number in MMX8x4-HT-400MC
and MMX8x4-HT-420M models.
O1-O8:
Destination port number in MMX8x8-HDMI-4K-A.
<text>
On-screen
displayed text
The following characters are allowed in the text: Letters (A-Z) and (a-z),
hyphen (-), underscore (_), numbers (0-9), and dot (.). Max length: 14
characters.