SONY SRX-110, SRX-105 User Guide

Large Venue Projector
SRX-110/105
PROTOCOL MANUAL
1st Edition
1
Q004-R1
EVEN Parity.....Total number of “1”s from D0 to D7 is an even number.
2-2. Transmission Block Format
D4 D5 D6 D7
(MSB)(LSB) (EVEN) BIT
PARITY STOP
BIT
START D3D2D1D0
1. Introduction
This protocol manual describes the basic configuration and basic operations of various commands used
for projector. Projector can be controlled using the commands provided in “Appendix”. Using an external
CONTROLLER , etc., inputs can be switched and the power can also be turned on and off. In the follow-
ing paragraphs, “CONTROLLER” means an external device such as a PC which controls projector using
these commands.
2. RS-232C
2-1. Communication Specifications
<RS-232C Communication Signal>
. Full duplex communication channels (Flow control not performed.)
. Start-stop synchronism system
. Baud rate: 38.4 kbps (bits per second)
. The bit configuration is defined as follows.
1 START Bit + 8 DATA Bits + 1 PARITY Bit + 1 STOP Bit
2
Q004-R1
2-4. Communication Procedure
2-4-1. Outline of Communication
All communication between CONTROLLER (PC, etc.) and DEVICE (PROJECTOR) is performed by the
command block format. Communication is started by the issue of a command at CONTROLLER and
ended when the return data is sent to CONTROLLER after DEVICE receives the command.
CONTROLLER is prohibited from sending several commands at one time. This means that after CON-
TROLLER sends one command, it cannot send other commands until DEVICE returns the return data.
DEVICE sends the return data after processing the command. The time from when CONTROLLER sends
the command until the return data is returned differs according to the contents of the command.
n
When Sircs Direct Command is sent, return data may not be returned in some cases.
2-3. Connection
<RS-232C Connection>
Communication is enabled by the use of a D-Sub 9 Pin cross (reverse) cable.
The pin assignment of D-Sub 9 Pin and D-Sub 25 Pin is as follows.
Pins indicated as D-Sub 25 Pin are not used.
Assured cable length: 15 m (However, assurance may not be applicable for some cables.)
The software for controlling the projector from a PC is intended for performing transmission and recep-
tion for only the TxD and RxD lines.
Therefore there is no handshake normally performed by RS-232C.
D-Sub 9 Pin
Shell = FG
3
2
7
8
6
5
1
4
9
D-Sub 25 Pin
1
2
3
4
5
6
7
8
20
22
Name
FG
TxD
RxD
RTS
CTS
DSR
SG
DCD
DTR
RI
Grounding for safety protection or cable shield
Transmission data
Reception data
Transmission request
Transmission permission
Data set ready
GND for signal
Data channel signal carrier detection
Data terminal ready
Calling display (Presence/absence of calling signal)
3
Q004-R1
2-5. Communication Rules
. When sending a command from CONTROLLER, the return data from PROJECTOR should be re-
ceived first before sending the next command. Even if the next command is sent before receiving the
return data, since PROJECTOR will not be able to receive that command, it does not return a response
to CONTROLLER. Consequently, no error code is also sent.
The following lists the approximate waiting times for PROJECTOR to return the return data after
CONTROLLER sends the command.
. When a communication error occurs, PROJECTOR ignores the data received until now, and set into the
reception standby state.
. For undefined commands or commends determined as invalid by PROJECTOR, PROJECTOR will
send the NAK return data to CONTROLLER .
. Take note that when data is written when the input signal of PROJECTOR is unstable, that data (value)
will not be incorporated.
. When INDEX specified SIRCS direct command is transmitted, leave an interval of 45 msec until the
next transmission. (Do not return the return data (ACK, NAK) when the SIRCS direct command is
received.)
2-6. Approximate Return Waiting Times
The await-return time is approx. 30 msec.
n
This is the case, unless the communications are interfered anyway.
4
Q004-R1
3. NETWORK
This section describes the performance, operations and protocol to be used of advertisement and PJ Talk.
3-1. Advertisement
The advertisement service is provided to facilitate development of a PC application that can automatically
detect a projector on the network. This function is achieved by broadcasting the equipment information
periodically to the network.
3-1-1. Function
The equipment information shown below is transmitted as the broadcast packet periodically (at certain
intervals).
Information Description
Category Category of the equipment
Equipment name Name of the equipment
Serial number Serial number of the equipment
Installation information Installation location of the equipment
Community Community name of the equipment
Power status Power status of the equipment
m
. The category of projector is 0x0a.
. The power status sets ffffh if communication error occurs.
Protocol
The SDAP protocol is defined in order to provide this service.
Item Description
Protocol name SDAP (Simple Display Advertisement Protocol)
Transport UDP
Port number 53862 (Factory-shipments value)
Broadcast interval Once every 30 seconds (Factory-shipments value)
3-1-2. Setup Items
The items that can be set for the advertisement service are described below.
Setup items Description
Port No. Port number
Interval Broadcast interval
Broadcast Address Adding the transmission place.
5
Q004-R1
3-2. PJ Talk
The remote control service is provided that can control the projector from remote location via network.
3-2-1. Function
This responds to the control command and requests for acquiring the status and information supplied
from clients.
Control request
Enables the input to be selected and picture control to be adjusted.
SIRCS request
Enables remote control by sending the SIRCS code.
Status request
Enables equipment status information such as power status, error information and power-on time to be
acquired.
Information request
Enables equipment information such as equipment name, serial number and installation information to be
acquired.
Protocol
Item Description
Protocol name SDCP (Simple Display Control Protocol)
Transport TCP
Port number 53484 (Factory-shipments value)
TCP connection timeout 30 seconds (Factory-shipments value)
3-2-2. Setup Items
The items that can be set for the PJ Talk service are described below.
Setup item Description
Port No. Port number
Timeout TCP connection timeout time
Host Address IP address of connectable PC
6
Q004-R1
3-3. SDAP Protocol
This section describes the SDAP packet structure.
Fig.1 Packet structure
1) Header
The header consists of ID (16 bit), version (8 bit) and category (8 bits).
Fig. 2 Header
ID
It is fixed to DA.
Version
This indicates the version number of protocol.
It is fixed to 01h (version 1).
Category
Category number 0Ah of the projector is entered here.
2) Community
The community that is set in the display equipment is entered.
Fig. 3 Community
3) Equipment Information
Product Name
Name of equipment (Maximum twelve characters)
In case, less than twelve characters, 00h is entered in the blank space.
Serial No.
Serial number is entered.
Power Status.
Power supply status of the equipment is entered.
Location
Information of installation location (Maximum twenty four characters)
In case, less than twenty four characters, 00h is entered in the blank space.
Header
(4)
Community
(4)
Product name
(12)
Serial No.
(4)
Location
(24)
Power
Status
(2)
1
1
0 234567
0
98 012345 76 890123 54 678901
(Bit position)
23
Version (8)
Version (8)
DA
DA
(16)
(16)
Category (8)
Category (8)
(Bit position)
Community (32)
1
1
0 234567
0
98 012345 76 8 90123 54 678901
23
7
Q004-R1
3-4. SDCP Protocol
This section describes the packet structure of version 2.
Fig. 1 Packet structure
3-4-1. Format
3-4-1-1. Header
The header consists of version (8 bits) and category (8 bits).
Fig. 2 Header structure
Version
This indicates the version number of protocol.
It is fixed to 02h (version 2).
Category
Category number 0Ah of the projector is entered here. Projector checks the category number. If a differ-
ent category number is entered, the request is ignored.
3-4-1-2. Community
When the community data matches the community that is set in the display equipment, the request is
executed. Community consists of four alphanumeric characters (case sensitive). All display equipment
has the default value SONY when shipped from the factory.
n
Community should be entered with four characters. Three characters or less are not accepted.
Data (n)
Community
(4)
Command
(4)
Header
(2)
(Bit position)
Version (8)
Version (8)
Category (8)
Category (8)
1
1
0 234567
0
98 012345
(Bit position)
Community (32)
Community (32)
1
1
0 234567
0
98 012345 76 890123 54678901
23
8
Q004-R1
3-4-1-3. Command
This section describes the format of the request command and the response command.
(1) Request
This section describes the format of the request command that is issued from the host PC to the projector.
Community
This is the same alphanumeric characters as those of community that is set in the projector to which
request is going to be sent.
Request
There are only two types of request. One is the GET request to acquire the projector information and
status. The other is the SET request to modify the projector setup.
Request Contents
SET (00h)
Used to control turning the power on/off and to control the input selector, and to change the various setups.
GET (01h) Used to acquire the installation information, equipment status and various setup values.
Item No.
This is the item number of the request target.
Data Length
This is the length of the data accompanying the request. The maximum length is 128 bytes. If there is no
data, it is 0.
Data
This is the data accompanying the request.
(2) Response
This section describes the format of the response command which is used to return a response to the host
PC from the projector.
Community
The same alphanumeric characters as those of the request is entered.
Response
The response returns the result of executing the request from the host PC.
Response Contents
NG (00h) Indicates that the request is illegal or cannot be executed.
OK (01h) Indicates that the request was executed correctly.
Item No.
The same value as those of the request is entered.
Data Length
This is the length of the data accompanying the response. The maximum length is 128 bytes. If there is no
data, it is 0.
Data
This is the data accompanying the response.
Item No (16) Data Length (8)Request/Response (8)
(Bit position)
1
1
0 234567
0
98 012345 76 8 90123 54 678901
23
9
Q004-R1
SET (00h) Item No. n Set Data (n byte)
Request
Item No.
Data
Length
Data
OK (01h) Item No. 0
3-4-1-4. SET Request
The SET request is used to set a new value in the specified item. Details of the request and the response
are described below.
Request
Response
3-4-1-5. GET Request
The GET request is used to acquire the value of the specified item. Details of the request and the response
are described below.
Request
Response
3-4-1-6. ERROR Response
When an error occurs in the contents of a request or in the result of execution, NG is returned as the
response.
OK (01h) Item No. n Get Data (n byte)
GET (01h) Item No. 0
Request
Item No.
Data
Length
NG (00h) Item No. 2 Error Code (16)
10
Q004-R1
3-4-2. Items
Category Description SET GET
70**h Used to transmit the RS-232C protocol. O
A0**h Used to set or acquire various information of the equipment OO
3-4-2-1. RS-232C Transmission (70**h)
Used to transmit the RS-232C protocol.
Refer to SXRD PROTOCOL APPENDIX_70xxh.xls for data length and data.
Lower byte Description SET GET
00h Command that receives response from RS-232C O
3-4-2-2. Equipment Information Acquisition (A0**h)
Used to set or acquire the information of the equipment (SXRD projector).
Refer to SXRD PROTOCOL APPENDIX_A0xxh.xls for the lower byte, data length and data.
O
11
Q004-R1
3-4-3. Error Code
The error code list is shown below with a detailed description of each.
Category Error Error Code
Item Error (01**h) Invalid Item 01h
Invalid Item Request 02h
Invalid Length 03h
Invalid Data 04h
Short Data 11h
Not Applicable Item 80h
Community Error (02**h) Different Community 01h
Request Error (10**h) Invalid Version 01h
Invalid Category 02h
Invalid Request 03h
Short Header 11h
Short Community 12h
Short Command 13h
Network Error (20**h) Timeout 01h
Comm Error (F0**h) Timeout 01h
Check Sum Error 10h
Framing Error 20h
Parity Error 30h
Over Run Error 40h
Other Comm Error 50h
Unknown Response F0h
NVRAM Error (F1**h) Read Error 10h
Write Error 20h
12
Q004-R1
3-4-3-1. Item Error
This error occurs when the Item No. of a request is illegal or its data is illegal. The conditions for occur-
rence of the respective errors are shown below.
Invalid Item
An unsupported Item No. is specified.
Example 1: The unsupported category 0xA** is specified.
Example 2: The unsupported Item No. 0x8010 is specified.
Invalid Item Request
The Item No. is supported but an unsupported Request is issued.
Example: An attempt is made to set data in the Model Name (0x8001).
Invalid Length
Data length of the specified Item No. is too long.
Example: An attempt is made to set 25 byte data in the installation location (0x8003).
Invalid Data
Data of the specified Item No. is outside the setting range.
Example: An attempt is made to set 101 in the Item when the setting range of the Item is 1 to 100.
Short Data
The length of data is shorter than the value specified by the data length.
Example: The actual data length is 9 bytes but data length is 10.
Not Applicable Item
An item that is not valid at present is specified.
Example: The item to switch the display is specified when the main power is off.
3-4-3-2. Community Error
This error occurs when community is different.
Example: ABCD is specified when SONY is set.
13
Q004-R1
3-4-3-3. Request Error
This error occurs when header or command is illegal. The conditions of occurrence of the respective
errors are shown below.
Invalid Version
The version of the header is other than 2.
n
When another version is supported, an error occurs in all versions other than the supported version.
Invalid Category
The category does not match.
Example: 0x0B is specified in the device of category = 0x0A.
Invalid Request
An unsupported request is specified.
Example: Request = 0x02 is specified.
Short Header
The received data is 1 byte.
Short Community
The received data is in the range of 2 to 5 bytes.
Short Command
The received data is in the range of 6 to 9 bytes.
3-4-3-4. Network Error
This is an error that occurs in TCP/IP. The conditions of occurrence of the respective errors are shown
below.
Timeout
Communication was interrupted.
14
Q004-R1
3-4-3-5. Comm Error
This is an error in communication with the main control microprocessor of the display.
Timeout
Reception data is not returned after data is sent.
Check Sum Error
A check sum error occurred in the main control microprocessor of the display.
Framing Error
A framing error occurred.
Parity Error
A parity error occurred.
Over Run Error
An overrun error occurred.
Other Comm Error
Another error occurred.
Unknown Response
The data cannot be processed was received.
3-4-3-6. NVRAM Error
Read Error
Reading from NVRAM was failed.
Write Error
Writing to NVRAM was failed.
Version 0.02
<Communication Protocol>
Use the following protocol to send data to and receive them from the projector.
The details on CMD1, CMD2, and DATA (written in red) are described in "Communication Commands".
The details on CHECK DATA, DATA LENGTH, and CHECK SUM (written in blue)
are described on this worksheet.
<About CHECK DATA
>
The total number of bytes from "DATA 1" to "DATA N" + 2 is assigned here.
A
s for the "DATA" part, the number of bytes vary depending the command to be sent.
A
lso, even when the command is the same, the number of bytes in the "DATA" section varies depending on whether the command is "SET" o
r
For this reason the value here varies depending on the command to be sent.
<About DATA LENGTH
>
The total number of bytes from "DATA 1" to "DATA N" + 2 is assigned here as in "CHECK DATA".
The difference from "CHECK DATA" is that only "the total number of bytes" is set without 2 added.
<About CHECK SUM>
Sets the checksum.
Checksum can be calculated by
operating "XOR" to the values from "PERIHERAL INDEX(B1)" to "DATA N(Bm)".
<Example of calculation>
A
5 1010 0101
5A 0101 1010
A
nswer 1111 1111
<About CMD[0], CMD[1], DATA[1], .........DATA[N]
>
Refer to the "PjStn2CommCommandTable" sheet.
END CODE
5A h
CHECK SUM
Bm + 2
Bm + 1
80 h
DATA[N
]
DATA[1
]
DATA[2
]
CHECK DAT
A
DATA LENGTH
B16 + 2 00 h Note 1
CMD[0] CMD[1] CMD[3]
01 h01 h
B0
A
5 h
Destination (To) INDE
X
PERIPHERAL INDEX GROUP INDEX DEVICE INDEX
START CODE
B5B4B3
00 h
03 h 00 h 00 h
Source (From) INDEX
PERIPHERAL INDEX GROUP INDEX DEVICE INDEX
01 h
B2B1
B10B9B8B7B6
01 h 00 h 01 h
B11 B12 B13
B14
B15 B16
CATEGOR
Y
SET Fixed valu
e
Bm (= Bn + (N-1))Bn ( = B17) Bn + 1
CMD1 CMD2 DATA1 DATA2 DATA3 DATA4 DATA5 DATA6 DATA7 DATA8 DATA9
CMD[0] CMD[1] CMD[2] CMD[3] CMD[4] CMD[5] CMD[6] CMD[7] CMD[8] CMD[9] CMD[10]
CMD[4+n]
SET 00h 00h Option
GET 01h
REPLY 02h Status
ACK(232C) 03h ACK/NAK DATA
SET 01h 00h DATA SIZE DATA
∼∼∼∼∼∼
Data[n-1]
GET 01h DATA SIZE
REPLY 02h DATA SIZE DATA
∼∼∼∼∼∼
Data[n-1]
ACK(232C) 03h ACK/NAK DATA
3
SIRCS
<USER COMMAND>
Send SIRCS
SET 17h 00h SIRCS CODE REPEAT
REQUEST 00h SAVE/RESET MEMORY NO INPUT
ACK(232C) 03h ACK/NAK DATA
SET 20h 00h INPUT Option
GET 01h INPUT
REPLY 02h INPUT Status
ACK(232C) 03h INPUT ACK/NAK DATA
Item Name Data Upper Byte Lower Byte
ACK 00h 00h
Undefined
Command
01h
Size Error 04h
Select Error 05h
Range Over 06h
Not Applicable 0Ah
Check Sum
Error
10h
Framing Error 20h
Parity Error 30h
Over Rub Error 40h
Other Comm
Error
50h
RS232C
ADJ USER NO
DU USER NO
DATA
Lower
22
Item Number Data
NAK
01h
F0h
ADJ USER MULTI PICS
<USER COMMAND>
(ADJ USER NO MULTI)
DATAUpper
ADJ USER NO
ADJ USER NO
DU USER NO
DU USER NO
CATEGORY REPEAT NUMBER
ADJ USER
<USER COMMAND>
(ADJ USER NO)
DU USER
<USER COMMAND>
(DU USER NO)
2
1
List of All Commands
03h
ADJ USER NO
NO COMMAND NAME
MEMORY
<USER COMMAND>
MEMORY(SAVE/RESET)
4
Upper DATA
ADJ USER NO DATA
ADJ USER NO
ADJ USER NO Lower
1.About ADJ USER NO and ADJ USER NO MULT
I
(
1
)
ADJ SET command
Sets an adjustment value.
"ADJ REPLY data" returns when "ADJ SET" is executed.
(2) ADJ GET command
Acquires an adjustment value.
Response to the "Get adjustment value of ADJ item" command (ADJ REPLY data) returns when "ADJ GET" is executed.
(3) ADJ REPLY command
Response to the "Get adjustment value of ADJ item" command
(4) How to use the ADJ STATUS flag (ADJ REPLY: CMD[4])
(a) When the ADJ Status flag is "00h"
Since this is a normal adjustment value, set the adjustment item using the value of "ADJ DATA".
(b) When the ADJ Status flag is "01h"
Since this is an adjustment item error (the adjustment value of this item cannot be set), the adjustment item of Projector Station is masked
(displayed in gray).
(c) When the ADJ Status flag is "02h"
Check that the value of "ADJ DATA" is "ADJ Lower" (the minimum value of the adjustment value) or larger and "ADJ Upper" (the maximum value of the adjustment value) or lower,
and set the adjustment item using the value of this "ADJ DATA".
1. Access to the ADJ USER items
Set adjustment value of ADJ USER item
CMD Number CMD[0] CMD[1] CMD[2] CMD[3] CMD[4] CMD[5] CMD[6]
Function ADJ USER SET Option
MSB LSB
Get adjustment value of ADJ USER item
CMD Number CMD[0] CMD[1] CMD[2] CMD[3]
Function ADJ USER GET
MSB LSB
Response to the "Get adjustment value of ADJ USER item" command
CMD Number CMD[0] CMD[1] CMD[2] CMD[3] CMD[4] CMD[5] CMD[6] CMD[7] CMD[8] CMD[9] CMD[10]
Function ADJ USER REPLY Status
MSB LSB
MSB LSBMSB LSB
00h 00h
00hValue 01h
Uppe
r
Refer to [ADJ USER NO List]
MSB LSB
ADJ USER NO DAT
A
Refer to [Status List]
ADJ USER NO DAT
A
ADJ USER NO
Lower
Refer to [OPTION List] MSB LSB
Refer to [ADJ USER NO List]
Refer to [ADJ USER NO List]
Value 00h 02h
Value
22. Access to the ADJ USER MULTI PICS items(SRX-001 multi-screen supported)
Set adjustment value of ADJ USER MULTI item
CMD Numbe
r
CMD
[
0
]
CMD
[
1
]
CMD
[
2
]
CMD
[
3
]
CMD
[
4
]
CMD
[
5
]
CMD
[
6
]
CMD
[
7
]
Function
ADJ USE
R
MULTI PICS
SET INPUT Option
MSB LSB
Get adjustment value of ADJ USER MULTI item
CMD Number CMD
[
0
]
CMD
[
1
]
CMD
[
2
]
CMD
[
2
]
CMD
[
3
]
Function
ADJ USE
R
MULTI PICS
GET INPUT
MSB LSB
Response to the "Get adjustment value of ADJ USER MULTI item" command
CMD Number CMD
[
0
]
CMD
[
1
]
CMD
[
2
]
CMD
[
2
]
CMD
[
3
]
CMD
[
4
]
CMD
[
5
]
CMD
[
6
]
CMD
[
7
]
CMD
[
8
]
CMD
[
9
]
CMD
[
10
]
Function
ADJ USE
R
MULTI PICS
REPLY INPUT Status
MSB LSB
[OPTION List]
No Function Do nothing 00h
Relative Relative value 01h
Absolute Absolute value 02h
Reset Reset 03h
[Status List]
00h
01h
02h
[INPUT List]
Input 1 bit0
Input 2 bit1
Input 3 bit2
Input 4 bit3 INPUT's bitOR can be used only for SET
DATAUpperLower
Value 20h
ADJ USER NO
Refer to [ADJ USER NO List]
Refer to [INPU
T
List]
Value LSB
Refer to [ADJ USER NO List]
LSB MSBLSB MSBRefer to [Status List] MSB
DATAADJ USER NO
Refer to [ADJ USER NO List]
LSBMSB
ADJ USER NO
Refer to [OPTION List]00h
Refer to [INPUT
List]
02h
Refer to [INPU
T
List]
20h
INPUT
20h 01hValue
Option
Adjustment value ERROR
(OutOfRenge)
(The setting value is out of the
adjustment range.)
Complete successfull
y
Adjustment item ERROR
(Cannot be adjusted by the
currentinput signal and power mode)
Status
[ADJ USER NO List] [ADJ USER NO MULTI List]
function1 00h Contrast 10h
function2 01h Brightness 11h
function3 02h Color 12h
Screen Control 05h Hue 13h
Off 00h Sharpness 14h
Screen1 ON 01h 6500
K
00h
Screen2 ON 02h custom1 01h
Screen3 ON 04h custom2 02h
Screen4 ON 08h
03h
RGB 00h
04h
YCbCr 01h
05h
YPbPr 02h DCDM 00h
RGB 00h 709 01h
YCbCr 01h CIEXYZ 02h
YPbPr 02h Reserved 03h
RGB 00h Off 00h
YCbCr 01h Gamma 1.8 01h
YPbPr 02h Reserved 02h
RGB 00h Gamma 2.2 03h
YCbCr 01h Reserved 04h
YPbPr 02h Gamma 2.6 05h
Off 00h OFF 00h
On 01h ON 01h
Off 00h H_Shift 54h
Pattern 1 01h V_Shift 55h
Pattern 2 02h Dot Phase_No 56h
LCD_Contrast 3eh H_Size_OFFSET 57h
100% 00h GAINRED 80h
93% 01h GAINGREEN 81h
86% 02h GAINBLUE 82h
79% 03h BIASRED 83h
72% 04h BIASGREEN 84h
65% 05h BIASBLUE 85h
58% 06h
51% 07h
Lamp Select 41h DUAL 00h
SINGLE 01h
reserved 02h
reserved 03h
FRONT 00h
REAR 01h
Note 1 bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0
Upper 8 bits Screen Mode
L
ower
2bit
va
l
u
e
Screen4 INPUT Screen3 INPUT Screen2 INPUT Screen1 INPUT
00h 1 picture 00h INPUT 1 INPUT 1 INPUT 1 INPUT 1
01h 2 picture 01h INPUT 2 INPUT 2 INPUT 2 INPUT 2
02h reserved (3) 02h INPUT 3 INPUT 3 INPUT 3 INPUT 3
03h 4 picture 03h INPUT 4 INPUT 4 INPUT 4 INPUT 4
V
ALUE
Gamma Correction 22h
ColTemp 17h
Color Space 1ch
00h to 64h (0 to 100)
00h to 64h (0 to 100)
00h to 64h (0 to 100)
00h to 80h (0 to 128)
00h to 64h (0 to 100)
00h to 64h (0 to 100)
-50 to 50
00 to 63
0 to 300
0 to 100
OSD 3Ah
A
DJ USER NO MULTI
2BYTE data (See Note1)
00h to 4Bh (0 to 75)
LAMP MODE 40h
Cinema_PSF 3ch
TESTPATTERN 3dh
ADJ USER NO
V
ALUE
Picture Mode 02h
00h to 64h (0 to 100)
INSTALLATION 43h
00h to 80h (0 to 128)
00h to 80h (0 to 128)
00h to 64h (0 to 100)
Input-4 Signal Sel 35h
Input-3 Signal Sel 34h
00h to 64h (0 to 100)
PICTUREMUTING 30h
Input-1 Signal Sel 32h
Input-2 Signal Sel 33h
In SRX-001
is used in ADJ USER(00)
is used in ADJ USER MULTI PICS(20)
[ADJ USER NO List] New
Screen Mode 03h 00h 1 picture Screens
01h 2 picture
02h reserved (3)
03h 4 picture
Screen 04h bit0 Screen1 Screen selection
bit1 Screen2
bit2 Screen3
bit3 Screen4
bit7 ScreenALL
Refer to LAMPMODE (40h).
VREFHIRED 86h
Ο
VREFHIGREEN 87h
Ο
VREFHIBLUE 88h
Ο
DevRefreshOff 89h 00h ON DEVICE REFRESH OFF
01h OFF
InterPol 8ah 00h OFF Processing between QDI assistant
01h ON
VCOMRED 8bh
Ο
VCOMGREEN 8ch
Ο
VCOMBLUE 8dh
Ο
Upper 4bit Color Lower 4bit PATTERN
bit0 Blue 0 Nothing (un-displaying)
bit1 Green 1
C
rossin
g
hatch
(
Normal
)
bit2 Red 2 Crossing hatch (Invert)
00h to FFh (0 to 255)
00h to FFh (0 to 255)
00h to FFh (0 to 255)
00h to FFh (0 to 255)
00h to FFh (0 to 255)
00h to FFh (0 to 255)
LAMP MODE B 42h
Loading...
+ 48 hidden pages