ITEM | ASCII | HEX |
|
| VALUE |
| ||
|
|
| ||||||
SPLASH SCREEN | SS | 53h | 53h |
|
| 0 | (OFF), 1 (ON) | |
BACK COLOR | BB | 42h | 42h |
|
| 0 | (BLACK), 1 (BLUE) | |
LAMP MODE | LM | 4Ch | 4Dh |
|
| 0 | (STANDARD), 1 (LOW) | |
IMAGE REVERSE | IR | 49h | 52h |
|
| 0 | (OFF), 1 (Mirror), 2 (Invert), 3 (Mirror invert) | |
MENU POSITION | MP | 4Dh | 50h |
|
| 0 | (Upper left), 1 (Lower right) | |
EXPAND MODE | EX | 45h | 58h |
|
| 1 | - 2 |
|
AUDIO MODE | AU | 41h | 55h |
|
| 1 (COMPUTER), 2 (VIDEO), 3 (COMPUTER & VIDEO), 4 (MUTE) | ||
VIDEO SIGNAL | VS | 56h | 53h |
|
| 0 | (AUTO), 1 (NTSC), 2 (PAL), 3 (SECAM) , | |
|
|
|
|
|
| 4 | (4.43NTSC), 5 | |
ANAMORPHIC | SC | 53h | 43h |
|
| 0 (OFF), 1 (ON) | ||
LANGUAGE | LG | 4Ch | 47h |
|
| 0 | ( | ), 1 (English), 2 (Español), 3 (Deutsch) , |
|
|
|
|
|
| 4 | (Frençais), 5 (Italiano), 6 ( ) | |
RESET ALL | RSTALL | 52h | 53h 54h | 41h | 4Ch 4Ch |
|
|
|
MEMORY CALL | MMC | 4Dh | 4Dh | 43h |
| 0 | (AUTO), 1 (USER1), 2 (USER2) | |
HORIZ. POSITION | HP | 48h | 50h |
|
| + (increase), – (decrease) | ||
VERT. POSITION | VP | 56h | 50h |
|
| + (increase), – (decrease) | ||
FINE SYNC. | FN | 46h | 4Eh |
|
| 00 - 39 |
| |
TRACKING | TRK | 54h | 52h | 4Bh |
| + (increase), – (decrease) | ||
COMPUTER INPUT | CIN | 43h | 49h | 4Eh |
| 0 | (RGB), 1 (YCBCR/YPBPR) | |
HOLD | HLD | 48h | 4Ch | 44h |
| 0 | (AUTO), 1 (ON), 2 (OFF) | |
HOLD BEGIN | HLB | 48h | 4Ch | 42h |
| |||
HOLD END | HLE | 48h | 4Ch | 45h |
| 01 - 99 |
| |
CLAMP POSITION | CLP | 43h | 4Ch | 50h |
| 00 - 63 |
| |
CLAMP WIDTH | CLW | 43h | 4Ch | 57h |
| 01 - 63 |
| |
HORIZ. PIXELS | HPL | 48h | 50h | 4Ch |
| 0000 - 9999 | ||
VERT LINES | VLN | 56h | 4Ch | 4Eh |
| 0000 - 9999 | ||
VERT.SYNC | VSC | 56h | 53h | 43h |
| 0 | (AUTO), 1 (ON), 2 (OFF) | |
SHUTTER (U) | SHU | 53h | 48h | 55h |
| 000 - 383 (000 - 299 for SL1U) | ||
SHUTTER (L) | SHL | 53h | 48h | 4Ch |
| 000 - 383 (000 - 299 for SL1U) | ||
SHUTTER (LS) | SHLS | 53h | 48h | 4Ch | 53h | 000 - 510 (000 - 398 for SL1U) | ||
SHUTTER (RS) | SHRS | 53h | 48h | 52h | 53h | 000 - 510 (000 - 398 for SL1U) | ||
MUTE | MUTE | 4Dh | 55h | 54h | 45h | 0 | (MUTE OFF), 1 (MUTE ON) |
How to set the grade
Use ASCII letters code to set the grade for setting data. Please refer to the table below for HEX code.
ASCII | '+' | '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | |
HEX | 2Bh | 2Dh | 30h | 31h | 32h | 33h | 34h | 35h | 36h | 37h | 38h | 39h |
[Example 1] Set the AUTO POWER ON to ON.
Sending commands | Status code from | Meaning |
from the PC etc. | projector |
|
30 30 41 50 4F 4E 31 0D |
| Command for setting the |
'0' '0' 'A' 'P' 'O' 'N' '1' ' ' |
| AUTO POWER ON to ON |
|
|
|
| 30 30 41 50 4F 4E 31 0D | Command received |
| '0' '0' 'A' 'P' 'O' 'N' '1' ' ' | (Command echo back) |
|
|
|
The data code of CONTRAST and BRIGHTNESS is structured by the difference data of R from G, the main data and the difference data of B from G.
[Example 2] Set the difference data of R from G to +10, the setting main data to 0 and the difference data of B from to
Sending commands |
| Status code from | Meaning |
from the PC etc. |
| projector |
|
30 30 50 2B 31 30 2B 30 30 2D 30 35 0D |
| Command for setting the | |
'0' '0' 'P' '+' '1' '0' '+' '0' '0' | ' |
| picture control |
|
|
|
|
|
| 30 30 50 2B 31 30 2B 30 30 2D 30 35 0D | Command received |
|
| '0' '0' 'P' '+' '1' '0' '+' '0' '0' | (Command echo back) |
|
|
|
|
[Example 3] The TINT was set to +10 when the setting status was confirmed.
Sending commands | Status code from | Meaning |
from the PC etc. | projector |
|
30 30 53 0D |
| Command to confirm |
'0' '0' 'S' ' ' |
| setting of TINT |
|
|
|
| 30 30 53 2B 31 30 0D | Command (setting of TINT |
| '0' '0' 'S' '+' '1' '0' ' ' | is +10) carried out |
|
|
|
4