MODEX-OPTS, MODEX-OPTM
User’s Manual
Section 7.
Programmer’s reference
Page 79 / 113
7.4.8. Unmute the output
Command format:
CALL
●/MEDIA/VIDEO/XP1:unmuteDestination(<output>)
Response format:
mO
●/MEDIA/VIDEO/XP1:unmuteDestination
Legend:
<output>:
Output port number
Example:
> CALL●/MEDIA/VIDEO/XP1:unmuteDestination(P2)
< mO●/MEDIA/VIDEO/XP1:unmuteDestination
7.4.9. Lock the output
Command format:
CALL
●/MEDIA/VIDEO/XP1:lockDestination(<output>)
Response format:
mO
●/MEDIA/VIDEO/XP1:lockDestination
Legend:
<output>:
Output port number
Example:
> CALL●/MEDIA/VIDEO/XP1:lockDestination(P2)
< mO●/MEDIA/VIDEO/XP1:lockDestination
7.4.10. Unlock the output
Command format:
CALL
●/MEDIA/VIDEO/XP1:unlockDestination(<output>)
Response format:
mO
●/MEDIA/VIDEO/XP1:unlockDestination
Legend:
<output>:
Output port number
Example:
> CALL●/MEDIA/VIDEO/XP1:unlockDestination(P2)
< mO●/MEDIA/VIDEO/XP1:unlockDestination
7.5. Audio port and crosspoint settings
Info: Port numbers, commands and responses depend on the modules built in the given MODEX
unit; see the P1..Pn properties under /MEDIA/AUDIO node.
There are two audio groups in MODEX extenders: S/PDIF and Main audio groups. This is
also visible in the protocol tree:
/MEDIA/AUDIO/XP1 : node of the audio ports within S/PDIF group
/MEDIA/AUDIO/XP2 : node of the audio ports within Main audio group
Info: The available ports within a group depend on the audio module setting. See more
on page
7.5.1. Query the audio crosspoint setting
Command format:
GET
●/MEDIA/AUDIO/XP1.DestinationConnectionList
Response format:
pr
●/MEDIA/AUDIO/XP1.DestinationConnectionList=<input>:<output>
Legend:
<input>:
Audio input port number
<output>:
Audio output port number
Example:
> GET●/MEDIA/AUDIO/XP1.DestinationConnectionList
< pr●/MEDIA/AUDIO/XP1.DestinationConnectionList=P6:P4;P3:P8
Explanation:
P6 input is connected to P4 output, P3 input is connected to P8 output.