9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
127
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
127
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.10.26. Querying the State of the Video Wall
Activity state of the video wall. The wall can be edited in
Inactive
state only.
Command and Response
ç
GET•/MEDIA/VIDEOWALLS/
<video_wall_ID>
.State
æ
pr•/MEDIA/VIDEOWALLS/
<video_wall_ID>
.State=
<state>
Parameters
Identifier
Parameter description
Value
Explanation
<state>
Activity state of the video wall
Active
The video wall is active.
Inactive
The video wall is inactive and
configurable.
Example
ç
SET /MEDIA/VIDEOWALLS/VIDEOWALL1.State
æ
pw /MEDIA/VIDEOWALLS/VIDEOWALL1.State=Inactive
9.10.27. Setting the State of the Video Wall
Setting of the activity state. The video wall can be edited in
Inactive
state only.
Command and Response
ç
CALL•/MEDIA/VIDEOWALLS/
<video_wall_ID>
:setState(
<state>
)
æ
mO•/MEDIA/VIDEOWALLS/
<video_wall_ID>
:setState=
Parameters
See the details in the previous section.
Example
ç
CALL /MEDIA/VIDEOWALLS/VIDEOWALL1:setState=Active
æ
mO /MEDIA/VIDEOWALLS/VIDEOWALL1:setState=
9.10.28. Identify the Video Wall
Calling the method makes generating 10 test colors on the display devices for 10 seconds. The feature helps
to identify the video wall physically.
Command and Response
ç
CALL•/MEDIA/VIDEOWALLS/
<video_wall_ID>
:identifyVideoWall()
æ
mO•/MEDIA/VIDEOWALLS/
<video_wall_ID>
:identifyVideoWall=
Example
ç
CALL /MEDIA/VIDEOWALLS/VIDEOWALL1:identifyVideoWall()
æ
mO /MEDIA/VIDEOWALLS/VIDEOWALL1:identifyVideoWall=
Explanation