These commands were created to function video wall settings. For example, “SETCELL 3” can be executed to set cell of TV as 3, or “GETVIDEOWALL” can be executed to learn video wall parameters. Video wall commands can be seen below with their definitions, parameters and returns.
Commands | Definition | Parameters | Return |
SETROWCOUNT | Set row count. | integer n (0 ≤ n ≤ 100) | #*set row count to n |
GETROWCOUNT | Get row count. | no parameter | #*row count is … |
SETCOLUMNCOUNT | Set column count. | integer n (0 ≤ n ≤ 100) | #*set column count to n |
GETCOLUMNCOUNT | Get column count. | no parameter | #*column count is … |
SETCELL | Set cell. | integer n (0 ≤ n ≤ 100) | #*set cell to n |
GETCELL | Get cell. | no parameter | #*cell is … |
SETOFFSET | Set offset. | integer n (0 ≤ n ≤ 100). n is the number of pixels which will be cropped from all four sides. | #*set offset to n |
GETOFFSET | Get offset. | no parameter | #*offset is … |
SETVIDEOWALL | Set videowall parameters | parameters for items in following format: RowCount-ColumnCount-Cell-Offset | #*set row count to …, set column count to …, set cell to …, set offset to … |
GETVIDEOWALL | Get videowall parameters | no parameter | #*row count is …, column count is …, cell is …, offset is … |
SETALLVIDEOWALL | Set all videowall parameters | parameters for items in following format: picture_mode-contrast-brightness-sharpness-color-powesave_mode-backlight_mode-colortemp-zoom_mode-hdmi_trueblack-picture_hue-volume-headphone_volume | #*… (“set to” for each parameter in order) |
GETALLVIDEOWALL | Get all videowall parameters | no parameter | #*picture_mode-contrast-brightness-sharpness-color-powesave_mode-backlight_mode-colortemp-zoom_mode-hdmi_trueblack-picture_hue-volume-headphone_volume |
SETPIXELSHIFT | Set pixel shift is enabled or not | string-integer n ( n = on, n = off) | #*ACK or #*NACK |
GETPIXELSHIFT | Get pixel shift | no parameter | #*Pixel Shift is … |
SETSIGNAGEID | Set Signage ID | integer n (1 ≤ n ≤ 100). n is the Signage ID | #*ACK or #*NACK |
GETSIGNAGEID | Get Signage ID | no parameter | #*The signage ID is … (If return value is 0, then it means no signage id is assigned. 0 is the default value.) |
SETVIDEOWALLENABLED | Set video wall is enabled or not | string n (n = ON, n = OFF) | #*Video wall is set to ON or #*Video wall is set to OFF or #*Video wall is disabled in profile or #*Video wall is not set (invalid input) |
GETVIDEOWALLENABLED | Get video wall enable value | no parameter | #*Video Wall is ON or OFF or #*Video wall is disabled in profile |
Table 1: Video wall commands