A group of computer commands to a television such as a computer was created to use. For example, “GETOPSPOWER” can be executed to learn OPS power status, or “SETBROWSERORIENTATION landscape” can be executed to set browser orientation as landscape. These commands can be seen below with their definitions, parameters and returns.
Commands | Definition | Parameters | Return |
SETOSDORIENTATION | Set OSD orientation | string-integer n ( n = landscape, n = portrait, n = portrait2) ( landscape : 0 degree rotation, portrait : 90 degree rotation, portrati2: 270 degree rotation) | #*ACK or #*NACK |
GETOSDORIENTATION | Get OSD orientation | no parameter | #*The OSD orientation … |
SETBROWSERORIENTATION | Set Browser orientation | string-integer n ( n = landscape, n = portrait, n = portrait2) ( landscape : 0 degree rotation, portrait : 90 degree rotation, portrati2: 270 degree rotation) | #*ACK or #*NACK |
GETBROWSERORIENTATION | Get Browser orientation | no parameter | #*The Browser orientation … |
HPOS | Set horizontal position. | int n (-25 ≤ n ≤ 25) | set horizontal position to … or #*invalid value entered or #*HPOS is available only VGA Source. |
GETHPOS | Get horizontal position. | no parameter | #*The horizontal position is … or #*GETHPOS is available only VGA Source. |
VPOS | Set vertical position. | int n (-25 ≤ n ≤ 25) | #*set vertical position to … or #*invalid value entered or #*VPOS is available only VGA Source. |
GETVPOS | Get vertical position. | no parameter | #*The vertical position is … or #*GETVPOS is available only VGA Source. |
DOTCLOCK | Set dot clock. | int n (-50 ≤ n ≤ 50) | #*set dot clock to … (percentange in the range) or #*invalid value entered or #*DOTCLOCK is available only VGA Source. |
GETDOTCLOCK | Get dot clock. | no parameter | #*The dot clock is … or #*GETDOTCLOCK is available only VGA Source. |
PHASE | Set phase. | int n (-30 ≤ n ≤ 30) | #*set dot clock to … (percentange in the range) or #*invalid value entered or #*PHASE is available only VGA Source. |
GETPHASE | Get phase. | no parameter | #*The phase is … or #*GETPHASE is available only VGA Source. |
AUTOPOS | Set auto position | no parameter | #*set auto position or #*Auto position is available only VGA Source. |
SETOPSPOWER | Set OPS power status | string parameter “on” or “off” | #*Turning OPS on #*Turning OPS off #*The OPS is already on #*The OPS is already off #*The OPS is not enabled #*The OPS is not plugged in #*invalid value entered |
GETOPSPOWER | Get OPS power status | no parameter | #*The OPS is on #*The OPS is off #*The OPS is not enabled #*The OPS is not plugged in |
SETOPSALWAYSON | Set OPS Always on value | string parameter “true” or “false” | #*invalid value entered #*OPS Always on set as true #*OPS Always on set as false |
Table 1: PC commands