8. LW3 Programmers' Reference
MMX8x4-HT series – User's Manual
100
Applied firmware package: v1.2.2b5 | LDC software: v2.2.1
8.4.
Switching and Crosspoint Settings
8.4.1. Query the Video Crosspoint State
Command and Response
Ý
GET•/MEDIA/VIDEO/XP.DestinationConnectionList
Ü
pr•/MEDIA/VIDEO/XP.DestinationConnectionList=
<out1_state>
;
<out2_state>
;
<…>
;
<o5_state>
Example
Ý
GET
/MEDIA/VIDEO/XP.DestinationConnectionList
Ü
pr
/MEDIA/VIDEO/XP.DestinationConnectionList=I1;I1;I8;I8;I1
I1 port is connected to O1,O2 and O5, I8 is connected to O3 and O4.
INFO: The response depends on the number of the output ports. MMX8x4-HT400MC and MMX8x4-HT420M
models have 4 output ports, MMX8x8-HDMI-4K-A model has 8 output ports.
8.4.2.
Switching an Input to an Output
Command and Response
#crosspoint #switch
Ý
CALL•/MEDIA/VIDEO/XP:switch(
<in>
:
<out>
)
Ü
mO•/MEDIA/VIDEO/XP:switch
Example
Ý
CALL
/MEDIA/VIDEO/XP:switch(I4:O1)
Ü
mO
/MEDIA/VIDEO/XP:switch
I4 port is connected to O1 port.
8.4.3.
Switching an Input to All Outputs
Command and Response
Ý
CALL•/MEDIA/VIDEO/XP:switchAll(
<in>
)
Ü
mO•/MEDIA/VIDEO/XP:switchAll
Example
Ý
CALL /MEDIA/VIDEO/XP:switchAll(I1)
Ü
m0 /MEDIA/VIDEO/XP:switchAll
TIPS AND TRICKS: All output ports can be disconnected by the '0' value:
CALL /MEDIA/VIDEO/XP:switchAll(0).
8.5.
Video Port Settings
8.5.1.
Mute an Input Port
Command and Response
#mute
Ý
CALL•/MEDIA/VIDEO/XP:muteSource(
<in>
)
Ü
mO•/MEDIA/VIDEO/XP:muteSource
Example
Ý
CALL /MEDIA/VIDEO/XP:muteSource(I2)
Ü
mO
/MEDIA/VIDEO/XP:muteSource
8.5.2.
Unmute an Input Port
Command and Response
#unmute
Ý
CALL•/MEDIA/VIDEO/XP:unmuteSource(
<in>
)
Ü
mO•/MEDIA/VIDEO/XP:unmuteSource
Example
Ý
CALL /MEDIA/VIDEO/XP:unmuteSource(I2)
Ü
mO
/MEDIA/VIDEO/XP:unmuteSource
8.5.3.
Mute an Output Port
Command and Response
Ý
CALL•/MEDIA/VIDEO/XP:muteDestination(
<out>
)
Ü
mO•/MEDIA/VIDEO/XP:muteDestination
Example
Ý
CALL /MEDIA/VIDEO/XP:muteDestination(O1)
Ü
mO
/MEDIA/VIDEO/XP:muteDestination
8.5.4.
Unmute an Output Port
Command and Response
Ý
CALL•/MEDIA/VIDEO/XP:unmuteDestination(
<out>
)
Ü
mO•/MEDIA/VIDEO/XP:unmuteDestination
Example
Ý
CALL /MEDIA/VIDEO/XP:unmuteDestination(O1)
Ü
mO
/MEDIA/VIDEO/XP:unmuteDestination