External Control
Operations Commands: Operations commands allow more flexible and direct control of the projector. The syntax for operations commands is as follows:
op <operation> <command>[CR]
(Precede <operation> and <command> with a space.) The command type can be one of 5 functions:
Operations Control Commands
Function | Command | Action on unit |
|
|
|
Set | = <value> | Makes the unit take that value. |
|
|
|
Get | ? | Asks what the current value is. |
|
|
|
Increment | + | Adds 1 to the current value. |
|
|
|
Decrement | - | Subtracts 1 from the current value. |
|
|
|
Execute | (none) | Performs an action such as a reset. |
|
|
|
Table
Some operations command examples:
Input: op bright ? [CR] |
|
Response: OP BRIGHT = 100 | [CR] |
Input: op bright + [CR] |
|
Response: OP BRIGHT = 101 | [CR] |
Input: op bright = 127 [CR] | |
Response: OP BRIGHT = 127 | [CR] |
Input: op bright - [CR] |
|
Response: OP BRIGHT = 126 | [CR] |
Input: op resync [CR] |
|
Response: OP RESYNC [CR] |
|
Input: op sharp.mode = 1 [CR] | |
Response: OP SHARP.MODE = | 1 [CR] |
Input: op sharp.simple = 50 [CR] | |
Response: OP SHARP.SIMPLE | = NA [CR] |
Input: op sharp.simple ? [CR] | |
Response: OP SHARP.SIMPLE | = NA [CR] |
Runco | 79 |