How to set the value
Use the character or ASCII code as shown below to set the value.
Character | + | - | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
ASCII code | ‘2Bh’ | ‘2Dh’ | ‘30h’ | ‘31h’ | ‘32h’ | ‘33h’ | ‘34h’ | ‘35h’ | ‘36h’ | ‘37h’ | ‘38h’ | ‘39h’ |
[Example 1] When setting the AUTO POWER ON to ON. (Values enclosed in quotation marks are ASCII codes.):
• When ID is not specified:
Command sent from the PC, etc. | Status code returned | Description | |
from the projector | |||
|
| ||
‘30’ ‘30’ ‘41’ ‘50’ ‘4F’ ‘4E’ ‘31’ ‘0D’ |
| Command for setting the | |
00APON1 |
| AUTO POWER ON to ON (ID | |
|
| command is omitted.) | |
| ‘30’ ‘30’ ‘41’ ‘50’ ‘4F’ ‘4E’ ‘31’ ‘0D’ | Command receipt confirmation | |
| 00APON1 | (The statuses are echoed back | |
|
| as many as the number of the | |
|
| connected projectors.) |
• When ID is specified (when the command is sent to the projector with the ID of “01” or “ALL”):
Command sent from the PC, etc. | Status code returned | Description | |
from the projector | |||
|
| ||
‘30’ ‘30’ ‘3B’ ‘30’ ‘31’ ‘3B’ ‘41’ ‘50’ ‘4F’ ‘4E’ |
| Command for setting the | |
‘31’ ‘0D’ |
| AUTO POWER ON is sent to | |
00;01;APON1 |
| the projector with the ID of “01” | |
|
| or “ALL.” | |
| ‘30’ ‘30’ ‘3B’ ‘30’ ‘31’ ‘3B’ ‘41’ ‘50’ ‘4F’ ‘4E’ | Command receipt confirmation | |
| ‘31’ ‘0D’ | (The status is echoed back | |
| 00;01;APON1 | from the projector with the ID | |
|
| of “01” or “ALL.”) |
[Example 2] When setting the CONTRAST R of the COLOR
• When ID is not specified:
Command sent from the PC, etc. | Status code returned | Description | |
from the projector | |||
|
| ||
‘30’ ‘30’ ‘50’ ‘2B’ ‘31’ ‘30’ ‘2B’ ‘30’ ‘30’ ‘2D’ ‘30’ ‘35’ ‘0D’ |
| Command for setting the | |
| picture control (ID command is | ||
|
| omitted.) | |
| ‘30’ ‘30’ ‘50’ ‘2B’ ‘31’ ‘30’ ‘2B’ ‘30’ ‘30’ ‘2D’ ‘30’ ‘35’ ‘0D’ | Command receipt confirmation | |
| (The statuses are echoed back | ||
|
| as many as the number of the | |
|
| connected projectors.) |
• When ID is specified (when the command is sent to the projector with the ID of “01” or “ALL”):
Command sent from the PC, etc. | Status code returned | Description | |
from the projector | |||
|
| ||
‘30’ ‘30’ ‘3B’ ‘30’ ‘31’ ‘3B’ ‘50’ ‘2B’ ‘31’ ‘30’ |
| Command for setting the | |
‘2B’ ‘30’ ‘30’ ‘2D’ ‘30’ ‘35’ ‘0D’ |
| CONTRAST is sent to the | |
| projector with the ID of “01” or | ||
|
| “ALL.” | |
| ‘30’ ‘30’ ‘3B’ ‘30’ ‘31’ ‘3B’ ‘50’ ‘2B’ ‘31’ ‘30’ | Command receipt confirmation | |
| ‘2B’ ‘30’ ‘30’ ‘2D’ ‘30’ ‘35’ ‘0D’ | (The status is echoed back | |
| from the projector with the ID | ||
|
| of “01” or “ALL.”) |
14