
4
Matrix Parameter
matrix set TX1 RX1 RX2,TX2 RX3 RX4,...
matrix set: TX1 RX1 RX2,TX2 RX3 RX4,...
Represent one or Multiple TX was displayed by one or Multiple RX.
Each TX and its connected RX compose a record, and separated by
a commas. Set TX to NULL, the followed RX disconnected from TX.
E.g.: “matrix set NULL RX1 RX2”means RX1 and RX2 are
disconnected from TX.
the connected TX/RX information with below format
matrix information:
TX1 RX1
TX2 RX3
TX2 RX4
...
Obtain matrix information. Based on current TX/RX in the network,
re-construct the network topology and feedback to the third-party
controller.
Video-Wall
videowall item vw-name create and assign tx to it
Create a video wall configuration, and assign a TX.
videowall item vw-name removed
Remove video wall configuration.
vw add vw-name tx1 position1 rx2 position2
videowall item vw-name configuration added:
rx1 posion1
rx2 posion2
...
Configure the video wall vw-name, add the correspondence of RX
and Displays, can set up many RX and their displays
correspondence by once. Position (format): x y, represents a
location, such location is an n*m video-wall, x row, and y column.
E.g.: vw add vw1 rx1 1 1 rx2 1 2, need to add a video wall by “vw
add vw1 1 2 tx1”first.
vw add vw-name layout n m TX RX11 RX12 RX13 RX1m RX21 ...
RXnm
videowall vw-name layout n*m tx rx11 rx12 rx13 rx1m rx21 ...
rxnm
Add a video wall layout n*m, subsequently the RX based on display
order. The Parameter Rx could be character ‘0’, indicates no need to
change the corresponding RX.