9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
113
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
113
MA
TRIX APPLIC
A
TION MODE
Applied F-series endpoint firmware package: v1.4.1 | Applied R-series endpoint firmware package: v1.4.1 | Applied MMU firmware package: v1.2.1 | LDC software: v1.34.0b2
9.6.12. Unclaiming All Endpoints
The command makes all endpoints to be unclaimed from the UBEX matrix.
Command and Response
ç
CALL•/SYS/ENDPOINTS:unclaimAllEndpoint()
æ
mO•/SYS/ENDPOINTS:unclaimAllEndpoint=
Example
ç
CALL /SYS/ENDPOINTS:unclaimAllEndpoint()
æ
mO /SYS/ENDPOINTS:unclaimAllEndpoint=
9.6.13. Query the Number of the Mapped Endpoints
The query returns the number of mapped endpoint which got a logical device ID. This number is equal with
the result of the
Query the Number of Registered Endpoints
.
Command and Response
ç
GET•/MEDIA/DEVICEMAP.MappedEndpointCount
æ
pr•/MEDIA/DEVICEMAP.MappedEndpointCount=
<number>
Example
ç
GET /MEDIA/DEVICEMAP.MappedEndpointCount
æ
pr /MEDIA/DEVICEMAP.MappedEndpointCount=45
9.6.14. Query the Endpoint ID of a Logical Device ID
The query returns with the UBEX endpoint ID assigned to the selected logical device ID.
Command and Response
ç
GET•/MEDIA/DEVICEMAP.
<logical_device_ID>
æ
pr•/MEDIA/DEVICEMAP.
<logical_device_ID>
=
<UBEX_EP>
Example
ç
GET /MEDIA/DEVICEMAP.X1
æ
pr /MEDIA/DEVICEMAP.X1=UBEX0039A1
9.6.15. Assigning an Endpoint to a Logical Device ID
Calling the method results the selected endpoint can be assigned to the desired logical device ID. This
method is equal to the endpoint re-ordering in the
of the Lightware Device Controller (LDC)
software.
Command and Response
#devicemap
ç
CALL•/MEDIA/DEVICEMAP:assign(
logical_device_ID
:
<UBEX_EP>
)
æ
mO•/MEDIA/DEVICEMAP:assign=
Example
ç
CALL /MEDIA/DEVICEMAP:assign(X3:UBEX0039A1;X1:UBEX003958)
æ
mO /MEDIA/DEVICEMAP:assign=
9.7. Video Crosspoint Settings
Parameters
#switch #crosspoint
Parameter
Description
Formula
<in>
Input stream coming from the TX / TRX
S
<logical_devive_ID><stream_nr>
<out>
Output port of the RX / TRX
D
<logical_device_ID><out_port_nr>
9.7.1. Switching the Video Stream to One Destination
Command and Response
ç
CALL•/MEDIA/XP/VIDEO:switch(
<in>
:
<out>
)
æ
mO•/MEDIA/XP/VIDEO:switch=
Example
ç
CALL /MEDIA/XP/VIDEO:switch(S501:D302;S102:D102)
æ
mO /MEDIA/XP/VIDEO:switch=
9.7.2. Switching a Video Stream to All Destinations
The selected video stream is switched to all outputs.
Command and Response
ç
CALL•/MEDIA/XP/VIDEO:switchAll(
<in>
)
æ
mO•/MEDIA/XP/VIDEO:switchAll=
Example
ç
CALL /MEDIA/XP/VIDEO:switchAll(S101)
æ
mO /MEDIA/XP/VIDEO:switchAll=