Sony Projector VPL CX75 User Manual

DATA PROJECTOR  
VPL-CX75  
VPL-CX76  
VPL-CX85  
VPL-CX86  
VPL-FX51  
VPL-FX52  
VPL-FX52L  
VPL-PX35  
VPL-PX40  
VPL-PX41  
PROTOCOL MANUAL  
1st Edition (Revised 7)  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Table of Contents  
1. Introduction  
Appendix A.  
Setup Method For VPL-PX35 and PX40  
2. RS-232C (VPL-CX75 and  
VPL-CX76 are excluded.)  
A-1. Command ......................................................................... 18  
A-1-1.  
A-1-2.  
Setting..................................................................... 18  
Display ................................................................... 19  
2-1. Communication Specifications .......................................... 1  
2-2. Command Block Format.................................................... 2  
2-3. Block Format ..................................................................... 3  
2-4. Connection ......................................................................... 4  
2-5. Communication Procedure ................................................ 4  
A-2. Setting Command ............................................................ 20  
Appendix B  
2-5-1.  
Outline of Communication ....................................... 4  
2-6. Communication Rules ....................................................... 5  
2-7. Approximate Return Waiting Times ................................. 5  
3. NETWORK  
3-1. Introduction........................................................................ 6  
3-1-1.  
Advertisement .......................................................... 6  
3-1-1-1. Function................................................................. 6  
3-1-1-2. Setup Items ............................................................ 6  
3-1-2.  
Remote Control ........................................................ 7  
3-1-2-1. Function................................................................. 7  
3-1-2-2. Setup Items ............................................................ 7  
3-2. SDAP Protocol................................................................... 8  
3-3. SDCP Protocol ................................................................... 9  
3-3-1.  
Format ...................................................................... 9  
3-3-1-1. Header ................................................................... 9  
3-3-1-2. Community............................................................ 9  
3-3-1-3. Command ............................................................ 10  
3-3-1-4. SET Request ........................................................ 11  
3-3-1-5. GET Request ....................................................... 11  
3-3-1-6. ERROR Response ............................................... 11  
3-3-2.  
Items ....................................................................... 12  
3-3-2-1. Model Dependent Category ................................ 12  
3-3-2-2. Equipment Information Acquisition (80**h) ...... 12  
3-3-2-3. Network Information Acquisition (90**h) ......... 13  
3-3-3.  
Error Code .............................................................. 14  
3-3-3-1. Item Error ............................................................ 15  
3-3-3-2. Community Error ................................................ 15  
3-3-3-3. Request Error ...................................................... 16  
3-3-3-4. Network Error ..................................................... 16  
3-3-3-5. Comm Error ........................................................ 17  
3-3-3-6. NVRAM Error .................................................... 17  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
1
Download from Www.Somanuals.com. All Manuals Search And Download.  
Download from Www.Somanuals.com. All Manuals Search And Download.  
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 (VPL-CX75 and VPL-CX76 are excluded.)  
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  
START  
BIT  
D0  
D1  
D2  
D3  
D4  
D5  
D6  
D7  
PARITY STOP  
(LSB)  
(MSB) (EVEN) BIT  
EVEN Parity.....Total number of “1”s from D0 to D7 is an even number.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
1
Download from Www.Somanuals.com. All Manuals Search And Download.  
2-2. Command Block Format  
The code from B0 to B7 as described below are transmitted.  
Transmission from  
the Master side  
Reception in  
the Master side  
Reception in the Master side  
(With Data)  
B0  
START CODE : 0 x A9  
ACK / NAK  
B1  
B2  
ITEM NUMBER  
SET / GET  
DATA  
ITEM NUMBER  
REPLY  
ACK  
B3  
B4  
B5  
DUMMY DATA  
DATA  
B6  
B7  
CHECK SUM  
END CODE : 0 x 9A  
B0 START CORD  
Common in the all FORMAT  
B6 CHECK SUM  
B1 to B5 are calculated by OR;  
<Example of Calculation>  
0 x A9  
0 x A9  
Answer  
1010  
1010  
1010  
1001  
1001  
1001  
0 x A9  
0 x 9A  
Answer  
1010  
1001  
1011  
1001  
1010  
1011  
0 x A9  
0 x BB  
B7 END CODE  
Common in the all FORMAT  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
2
Download from Www.Somanuals.com. All Manuals Search And Download.  
2-3. Block Format  
Transmission from the Master side  
Data transmission to the Projector  
Start of Command  
B0  
START CODE  
ITEM NUMBER  
B1  
B2  
Set the Data Category Value desired.  
Refer to the Appendix B Table 1 for details.  
SET: 0 x 00 (Set data)  
GET: 0 x 01 (Get data)  
SET / GET  
DATA  
B3  
B4  
B5  
B6  
B7  
SET: Data to be set (Refer to the Appendix B Table 2)  
GET: Unused. Set Dummy data [0 x 00, 0 x 00]  
Check Sum  
CHECK SUM  
END CODE  
End of Command  
Receive results of the data transmission from the Projector.  
Start of Command  
Reception in the Master side  
B0  
B1  
B2  
START CODE  
ACK / NAK  
Results correspond with the data transmission  
Refer to the Appendix B Table 3 for the data in detail.  
[0 x 03]  
B3  
ACK  
Express Reply data either of ACK, or NAK  
B4  
B5  
B6  
B7  
This data does not mean any senses.  
Dummy Data [0 x 00, 0 x 00] is stored.  
DUMMY DATA  
Check Sum  
CHECK SUM  
END CODE  
End of Command  
Receive data from the Projector  
Start of Command  
Reception in the Master side (With Data)  
B0  
B1  
B2  
START CODE  
ITEM NUMBER  
Data to acquire  
Refer to the Appendix B Table 1 in detail.  
[0 x 02]  
B3  
REPLY  
DATA  
Express data to be Reply data  
B4  
B5  
B6  
B7  
Received data  
Refer to the Appendix B Table 2 in detail.  
Check Sum  
CHECK SUM  
END CODE  
End of Command  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
3
Download from Www.Somanuals.com. All Manuals Search And Download.  
2-4. 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.  
D-Sub 9 Pin D-Sub 25 Pin  
Name  
Grounding for safety protection or cable shield  
Transmission data  
Shell = FG  
1
2
FG  
TxD  
3
2
7
8
6
5
1
4
9
3
4
5
6
RxD Reception data  
RTS Transmission request  
CTS Transmission permission  
DSR Data set ready  
GND for signal  
DCD Data channel signal carrier detection  
DTR Data terminal ready  
7
8
20  
22  
SG  
RI  
Calling display (Presence/absence of calling signal)  
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.  
2-5. Communication Procedure  
2-5-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.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
4
Download from Www.Somanuals.com. All Manuals Search And Download.  
2-6. Communication Rules  
. When sending a command from CONTROLLER, the return Data from PROJECTOR should be  
received 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 NAKreturn 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-7. Approximate Return Waiting Times  
The await-return time is approx. 30 msec.  
n
This is the case, unless the communications are interfered anyway.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
5
Download from Www.Somanuals.com. All Manuals Search And Download.  
3.  
NETWORK  
3-1. Introduction  
This section describes the specifications, performance and operations of the network service that is going  
to be installed in the target projector.  
3-1-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-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  
Serial number  
Installation information  
Community  
Name of the equipment  
Serial number of the equipment  
Installation location of the equipment  
Community name of the equipment  
Power status of the equipment  
Power status  
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  
Transport  
SDAP (Simple Display Advertisement Protocol)  
UDP  
Port number  
BC interval  
53862  
Once every 30 seconds (initial value)  
3-1-1-2. Setup Items  
The items that can be set for the advertisement service are described below.  
Setup items  
Description  
Port  
Port number  
Interval  
Broadcast interval  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
6
Download from Www.Somanuals.com. All Manuals Search And Download.  
3-1-2. Remote Control  
The remote control service is provided that can control the target equipment from remote location via  
network. The SDCP protocol that serves to acquire the basic information such as equipment name and  
serial numbers is installed in this projector.  
3-1-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  
Transport  
SDCP (Simple Display Control Protocol)  
TCP  
Port number  
53484  
TCP connection timeout  
30 seconds  
3-1-2-2. Setup Items  
The items that can be set for the remote control service are described below.  
Setup item  
Description  
Port  
Port number  
Timeout  
TCP connection timeout time  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
7
Download from Www.Somanuals.com. All Manuals Search And Download.  
3-2. SDAP Protocol  
This section describes the SDAP packet structure.  
Power  
Status  
(2)  
Header Community  
Product name  
(12)  
Serial No.  
(4)  
Location  
(24)  
(4)  
(4)  
Fig.1 Packet structure  
1) Header  
The header consists of ID (16 bit), version (8 bit) and category (8 bits).  
(Bit position)  
0
1
2
3
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
“DA” (16)  
Version (8)  
Category (8)  
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 0x0a of the projector is entered here.  
2) Community  
The community that is set in the display equipment is entered. Community consists of four alphanu-  
meric characters (case sensitive). The display equipment has the default value SONYwhen shipped  
from the factory.  
(Bit position)  
0
1
2
3
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
Community (32)  
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.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
8
Download from Www.Somanuals.com. All Manuals Search And Download.  
3-3. SDCP Protocol  
This section describes the packet structure of SDCP.  
Header Community  
(2) (4)  
Command  
(4)  
Data (n)  
Fig. 1 Packet structure  
3-3-1. Format  
3-3-1-1. Header  
The header consists of Version (8 bits) and Category (8 bits).  
(Bit position)  
0
1
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
Version (8)  
Category (8)  
Fig. 2 Header structure  
Version  
This indicates the version number of protocol.  
It is fixed to 02h (version 2).  
Category  
Category number 0x0a of the projector is entered here. Projector checks the category number. If a  
different category number is entered, the request is ignored.  
3-3-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 SONYwhen shipped from the factory.  
(Bit position)  
0
1
2
3
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
Community (32)  
n
Community should be entered with four characters. Three characters or less are not accepted.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
9
Download from Www.Somanuals.com. All Manuals Search And Download.  
3-3-1-3. Command  
This section describes the format of the request command and the response command.  
(Bit position)  
0
1
2
3
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
Request/Response (8)  
Item No (16)  
Data Length (8)  
(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.  
SET (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)  
OK (01h)  
Indicates that the request is illegal or cannot be executed.  
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.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
10  
Download from Www.Somanuals.com. All Manuals Search And Download.  
3-3-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  
Data  
Length  
Data  
Set Data (n byte)  
Item No.  
Item No.  
Request  
00h  
n
Response  
OK (01h)  
Item No.  
0
3-3-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  
Data  
Length  
Item No.  
Item No.  
Request  
01h  
0
Response  
OK (01h)  
Item No.  
n
Get Data (n byte)  
3-3-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.  
NG (00h)  
Item No.  
2
Error Code (16)  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
11  
Download from Www.Somanuals.com. All Manuals Search And Download.  
3-3-2. Items  
Category  
Contents  
SET  
GET  
O
00**h  
01**h  
03**h  
17**h  
19**h  
80**h  
90**h  
Used to control and to change the various setups.  
Used to acquire the status.  
O
O
Used to reset memory.  
O
O
O
Sircs (15 bit category)  
Sircs (20 bit category)  
Used to acquire equipment information.  
Used to acquire network setup information.  
O
O
3-3-2-1. Model Dependent Category  
The supported contents of 00**h, 01**h, 03**h, 17**h and 19**h change depending on the model.  
Details are shown on Appendix.  
3-3-2-2. Equipment Information Acquisition (80**h)  
Used to acquire the equipment information.  
Lower byte  
Contents  
SET  
GET  
00h  
01h  
02h  
03h  
Category Code  
Model name  
O
O
O
O
Serial number  
Installation location  
O
0x8000 Category code  
1 byte  
0x8001 Model name  
Alphanumeric 12 characters  
If the number of characters is less than 12, the remaining digits are filled with 00h.  
0x8002 Serial number  
4 bytes  
n
The serial number is in the range of 00000000 to 99999999.  
0x8003 Installation location  
Alphanumeric 24 characters  
If the number of characters is less than 24, the remaining digits are filled with 00h.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
12  
Download from Www.Somanuals.com. All Manuals Search And Download.  
3-3-2-3. Network Information Acquisition (90**h)  
Used to acquire the network setup information.  
Lower bytes  
Contents  
SET  
GET  
00h  
01h  
02h  
03h  
04h  
MAC Address  
IP Address  
O
O
O
O
O
Subnet Mask  
Default Gateway  
DHCP  
0x9000 Mac Address  
6 bytes  
0x9001 IP Address  
4 bytes  
0x9002 Subnet Mask  
4 bytes  
0x9003 Default Mask  
4 bytes  
0x9004 DHCP  
1 byte  
DHCP invalid : 0  
DHCP valid : 1  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
13  
Download from Www.Somanuals.com. All Manuals Search And Download.  
3-3-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  
02h  
03h  
04h  
11h  
80h  
01h  
01h  
02h  
03h  
11h  
12h  
13h  
01h  
01h  
10h  
20h  
30h  
40h  
50h  
F0h  
10h  
20h  
Invalid Item Request  
Invalid Length  
Invalid Data  
Short Data  
Not Applicable Item  
Different Community  
Invalid Version  
Invalid Category  
Invalid Request  
Short Header  
Short Community  
Short Command  
Timeout  
Community Error (02**h)  
Request Error (10**h)  
Network Error (20**h)  
Comm Error (F0**h)  
Timeout  
Check Sum Error  
Framing Error  
Parity Error  
Over Run Error  
Other Comm Error  
Unknown Response  
Read Error  
NVRAM Error (F1**h)  
Write Error  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
14  
Download from Www.Somanuals.com. All Manuals Search And Download.  
3-3-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-3-3-2. Community Error  
This error occurs when community is different.  
Example: ABCDis specified when SONYis set.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
15  
Download from Www.Somanuals.com. All Manuals Search And Download.  
3-3-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-3-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.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
16  
Download from Www.Somanuals.com. All Manuals Search And Download.  
3-3-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-3-3-6. NVRAM Error  
Read Error  
Reading from NVRAM was failed.  
Write Error  
Writing to NVRAM was failed.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
17  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Appendix A.  
Setup Method For VPL-PX35 and PX40  
Establishing the network setup such as IP address can be implemented from the PC browser, and the  
information such as installation location can be viewed on the PC browser.  
A-1. Command  
A-1-1. Setting  
Enter the following command using the format shown below in a browser as URL, and then the simple  
response is returned.  
Format  
IP address  
Item  
The IP address that is assigned to the network block  
Name of the setup item  
Value  
Setting value  
Response  
The following HTML is returned that enables to confirm OK or NG simply.  
<HTML>  
<TITLE>  
IP address  
</TITLE>  
<BODY>  
&lt; Equipment name: Serial number&gt;<BR><BR>  
Result [Item = Value]  
</BODY>  
</HTML>  
IP address  
Equipment name  
Serial number  
Result  
The IP address that is assigned to the network block  
Name of the equipment in which setup is implemented  
Serial number of the equipment in which setup is implemented  
Result (OK or NG) is displayed.  
Item  
Name of the setup item  
Value  
Setting value  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
18  
Download from Www.Somanuals.com. All Manuals Search And Download.  
A-1-2. Display  
Enter the following command using the format shown below in a browser as URL, and then value of the  
setting item is displayed.  
Format  
IP address  
Item  
The IP address that is assigned to the network block  
Name of the setup item  
Response  
The following HTML is returned.  
<HTML>  
<TITLE>  
IP address  
</TITLE>  
<BODY>  
&lt; Equipment name: Serial number&gt;<BR><BR>  
Result [Item = Value]  
</BODY>  
</HTML>  
IP address  
Equipment name  
Serial number  
Result  
The IP address that is assigned to the network block  
Name of the equipment that has acquired the setup value  
Serial number of the equipment that has acquired the setup value  
Result (OK or NG) is displayed.  
Item  
Name of the setup item  
Value  
Setting value  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
19  
Download from Www.Somanuals.com. All Manuals Search And Download.  
A-2. Setting Command  
Each setting item is described below.  
Equipment information  
Item  
Description  
Default  
location  
Sets location of the equipment installation. (Maximum 24 alphanumeric characters)  
Sets the equipment community. (Maximum 4 alphanumeric characters)  
_
Community  
SONY  
n
Location and community do not support Japanese character.  
Network setup  
Item  
Description  
Default  
dhcp  
Specifies method of setting IP address.  
No  
ipaddr  
subnet  
gateway  
restart  
IP address  
192.168.0.1  
255.255.0.0  
0.0.0.0  
Subnet mask  
Default gateway  
Restarts the network block to make the network setup effective.  
m
. When the network setup is changed, execute restart to make the setup effective.  
. For the setup of dhcp, set 1 to make DHCP effective and set 0 to make DHCP ineffective.  
Service setup  
Item  
Description  
Default  
ad_port  
ad_interval  
ad_ip  
Port number of the Advertisement service  
53862  
Broadcast interval of the Advertisement service (in units of second)  
IP address of the Advertisement service  
30 (seconds)  
0.0.0.0  
rc_port  
Port number of the Remote Control service  
53484  
rc_timeout  
TCP connection timeout time of the Remote Control service (in units of second)  
30 (seconds)  
m
. When network setup is changed, executing restart is required to make the network setup effective.  
. When ad_Interval value is set to 0, the advertisement service is stopped.  
. The ad_Interval can be set to 0 or a value in the range of 10 to 65535.  
. The rc_timeout can be set to a value in the range of 0 to 65535.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
20  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Appendix B  
(VPL-FX51)  
<Table 1>  
Item Number  
Upper byte  
<Table 2>  
Data  
Upper byte  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
Remarks  
Set/Get  
Item  
Lower byte  
01h  
Data  
Lower byte  
00h  
VIDEO  
S VIDEO  
01h  
INPUT  
00h  
INPUT A  
02h  
INPUT B  
03h  
INPUT C  
04h  
CONTRAST  
BRIGHTNESS  
COLOR  
00h  
00h  
00h  
00h  
00h  
00h  
10h  
11h  
12h  
13h  
14h  
15h  
Setting value (0 to 100)  
Setting value (0 to 100)  
Setting value (0 to 100)  
Setting value (0 to 100)  
Setting value (0 to 100)  
Setting value (0 to 100)  
LOW  
00h to 64h  
00h to 64h  
00h to 64h  
00h to 64h  
00h to 64h  
00h to 64h  
00h  
HUE  
SHARPNESS  
RGB ENHANCER  
COL TEMP  
00h  
17h  
HIGH  
01h  
OFF  
00h  
DDE  
00h  
18h  
PROGRESSIVE  
FILM  
01h  
02h  
16 : 9  
00h  
ASPECT  
00h  
00h  
00h  
20h  
21h  
30h  
4 : 3  
01h  
OFF  
00h  
SCAN CONV  
ON  
01h  
OFF  
00h  
PICTURE MUTING  
ON  
01h  
COMPUTER  
COMPONENT  
VIDEO GBR  
00h  
INPUT A  
00h  
00h  
32h  
40h  
01h  
02h  
HIGH  
00h  
LAMP MODE  
STANDARD  
01h  
GAIN RED  
GAIN GREEN  
GAIN BLUE  
BIAS RED  
00h  
00h  
00h  
00h  
00h  
00h  
80h  
81h  
82h  
83h  
84h  
85h  
Setting value (0 to 255)  
Setting value (0 to 255)  
Setting value (0 to 255)  
Setting value (0 to 255)  
Setting value (0 to 255)  
Setting value (0 to 255)  
NO ERROR  
00h to FFh  
00h to FFh  
00h to FFh  
00h to FFh  
00h to FFh  
00h to FFh  
00h  
BIAS GREEN  
BIAS BLUE  
Get only  
LAMP ERROR  
FAN ERROR  
COVER ERROR  
TEMP ERROR  
D5V ERROR  
POWER ERROR  
WARNING ERROR  
01h  
02h  
STATUS ERROR  
01h  
01h  
04h  
08h  
10h  
20h  
40h  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
21  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(VPL-FX51)  
<Table 1>  
Item Number  
Upper byte  
<Table 2>  
Data  
Upper byte  
00h  
Remarks  
Get only  
Item  
Lower byte  
Data  
Lower byte  
00h  
STANBY  
START UP  
00h  
01h  
STARTUP LAMP  
POWER ON  
00h  
02h  
00h  
03h  
STATUS POWER  
01h  
02h  
COOLING1  
00h  
04h  
COOLING2  
00h  
05h  
SAVING COOLING1  
SAVING COOLING2  
SAVING STABY  
USER  
00h  
06h  
00h  
07h  
00h  
08h  
00h  
00h  
CONTROL MODE SEL  
01h  
05h  
SERVICE  
00h  
01h  
LAMP TIMER  
ROM VERSION  
01h  
01h  
01h  
13h  
USE TIME  
0000h-ffffh*1  
1Dh  
MAIN ROM VERSION  
SC ROM VERSION  
*2  
SC ROM VERSION  
Channel Memory Reset  
Status Memory Reset  
Set Memory Reset  
W/B All Save  
1Eh  
*2  
01h  
Set only  
02h  
03h  
03h  
00h  
00h  
04h  
W/B Low Save  
05h  
W/B High Save  
06h  
Sircs (15bit category)  
Sircs (20bit category)  
17h  
19h  
Refer to table 4  
Refer to table 5  
_
_
00h  
00h  
00h  
00h  
Set only*3  
*1Example) In case the lamp timer indicates 1000H, return values are [03h] upper byte and [E8h] lower byte.  
*2Example) In case the software version is 1.03, return values are [01h] upper byte and [03h] lower byte.  
*3It is corresponded to single command only.  
(VPL-FX51)  
<Table 3>  
Item Number  
Data  
Item  
ACK  
Data  
Upper byte  
00h  
Lower byte  
00h  
_
Undefined Command  
Size Error  
01h  
04h  
Select Error  
01h  
F0h  
05h  
Range Over  
06h  
NAK  
Not Applicable  
Check Sum Error  
Framing Error  
Parity Error  
0Ah  
10h  
20h  
30h  
Over Rub Error  
Other Comm Error  
40h  
50h  
Approximate Return Waiting Times  
The await-return time is approx. 50 msec.  
n
This is the case, unless the communications are interfered anyway.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
22  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(VPL-FX52/FX52L)  
<Table 1>  
<Table 2>  
Item Number  
Upper byte  
00h  
Data  
Upper byte  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
Remarks  
Set/Get  
Item  
Lower byte  
Data  
Video  
Lower byte  
00h  
Input  
01h  
S-Video  
01h  
Input-A  
02h  
Input-B  
03h  
Input-C  
04h  
Picture Mode  
00h  
02h  
Dynamic  
00h  
Standard  
01h  
Contrast  
Brightness  
Color  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
10h  
11h  
12h  
13h  
14h  
15h  
17h  
Setting value (0-100)  
Setting value (0-100)  
Setting value (0-100)  
Setting value (0-100)  
Setting value (0-100)  
Setting value (0-100)  
High  
00h to 64h  
00h to 64h  
00h to 64h  
00h to 64h  
00h to 64h  
00h to 64h  
00h  
Hue  
Sharpness  
RGB Enhancer  
ColTemp  
Low  
01h  
DDE  
00h  
18h  
Off  
00h  
Progressive  
Film  
01h  
02h  
Wide Mode  
Scan Conv  
00h  
00h  
00h  
00h  
20h  
21h  
30h  
32h  
Off  
00h  
On  
01h  
Off  
00h  
On  
01h  
Picture Muting  
Input-C Signal Sel  
Off  
00h  
On  
01h  
Computer  
00h  
Component  
Video GBR  
High  
01h  
02h  
Lamp Mode  
00h  
40h  
00h  
Standard  
01h  
Gain Red  
Gain Green  
Gain Blue  
Bias Red  
00h  
00h  
00h  
00h  
00h  
00h  
80h  
81h  
82h  
83h  
84h  
85h  
Setting value (0-255)  
Setting value (0-255)  
Setting value (0-255)  
Setting value (0-255)  
Setting value (0-255)  
Setting value (0-255)  
00h to FFh  
00h to FFh  
00h to FFh  
00h to FFh  
00h to FFh  
00h to FFh  
Bias Green  
Bias Blue  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
23  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(VPL-FX52/FX52L)  
<Table 1>  
<Table 2>  
Data  
Upper byte Lower byte  
Item Number  
Upper byte  
01h  
Remarks  
Get only  
Item  
Lower byte  
01h  
Data  
No Error  
Status Error  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
01h  
02h  
04h  
08h  
10h  
20h  
40h  
00h  
01h  
02h  
03h  
04h  
05h  
06h  
07h  
08h  
00h  
01h  
Lamp Error  
Fan Error  
Cover Error  
Temp Error  
D5V Error  
Power Error  
Warning Error  
Stanby  
Status Power  
01h  
02h  
Start Up  
Start Up Lamp  
Power On  
Cooling1  
Cooling2  
Saving Cooling1  
Saving Cooling2  
Saving Staby  
User Mode  
Service Mode  
Lamp Use Time  
MAIN ROM Version  
SC ROM Version  
Disable  
Control Mode Select  
01h  
05h  
Lamp Timer  
ROM Version  
01h  
01h  
01h  
01h  
13h  
1Dh  
1Eh  
1Fh  
0000h-FFFFh*1  
*2  
*2  
SC ROM Version  
Status Security*3  
00h  
00h  
01h  
00h  
Enable  
00h  
00h  
Channel Memory Reset  
Status Memory Reset  
Set Memory Reset  
W/B All Save  
03h  
01h  
_
Set only  
02h  
03h  
04h  
W/B High Save  
05h  
W/B Low Save  
06h  
Sircs (15 bit category)  
Sircs (20 bit category)  
17h  
19h  
Refer to table 6  
Refer to table 7  
_
_
00h  
00h  
00h  
00h  
Set only*4  
*1 Example) In case the lamp timer indicates  
1000H, return values are [03h] upper byte and  
[E8h] lower byte.  
*2 Example) In case the software version is 1.03,  
return values are [01h] upper byte and [03h]  
lower byte.  
*3 While the set is security locked, after power  
switch is turned on, you can check that pass  
sword input screen is indicated or not.  
During pass word input screen indicating, return  
values are [00h] upper byte and [01h] lower  
byte.  
(VPL-FX52/FX52L)  
<Table 3>  
Item Number  
Data  
Item  
ACK  
NAK  
Data  
_
Upper byte  
Lower byte  
00h  
00h  
01h  
Undefined Command  
Size Error  
01h  
04h  
Select Error  
05h  
*4 It is corresponded to single command only.  
Range Over  
06h  
Not Applicable  
Check Sum Error  
Framing Error  
Parity Error  
0Ah  
10h  
F0h  
20h  
Approximate Return Waiting Times  
The await-return time is approx. 50 msec.  
n
This is the case, unless the communications are  
interfered anyway.  
30h  
Over Rub Error  
Other Comm Error  
40h  
50h  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
24  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(VPL-PX35, PX40, PX41)  
<Table 1>  
<Table 2>  
Item Number  
Upper byte  
00h  
Data  
Upper byte  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
Remarks  
Set/Get  
Item  
Lower byte  
01h  
Data  
Lower byte  
00h  
Input  
Video  
S-Video  
01h  
Input-A  
02h  
Input-B  
03h  
Input-C  
04h  
Input-D  
05h  
Picture Mode  
00h  
02h  
Dynamic  
00h  
Standard  
01h  
Contrast  
Brightness  
Color  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
10h  
11h  
12h  
13h  
14h  
15h  
16h  
17h  
Setting value (0-100)  
00h to 64h  
00h to 64h  
00h to 64h  
00h to 64h  
00h to 64h  
00h to 64h  
00h to 64h  
00h  
Setting value (0-100)  
Setting value (0-100)  
Hue  
Setting value (0-100)  
Sharpness  
RGB Enhancer  
Volume  
Setting value (0-100)  
Setting value (0-100)  
Setting value (0-100)  
ColTemp  
High  
Low  
01h  
DDE  
00h  
18h  
Off  
00h  
Progressive  
01h  
Film  
02h  
Wide Mode  
Scan Conv  
00h  
00h  
00h  
00h  
00h  
20h  
21h  
30h  
31h  
33h  
Off  
00h  
On  
01h  
Off  
On  
00h  
01h  
Picture Muting  
Audio Muting  
Input-D Signal Sel  
Off  
00h  
On  
01h  
Off  
00h  
On  
01h  
Computer  
00h  
Component  
Video GBR  
High  
01h  
02h  
Lamp Mode  
00h  
40h  
00h  
Standard  
01h  
GAIN RED  
GAIN GREEN  
GAIN BLUE  
BIAS RED  
00h  
00h  
00h  
00h  
00h  
00h  
80h  
81h  
82h  
83h  
84h  
85h  
Setting value (0-255)  
Setting value (0-255)  
Setting value (0-255)  
Setting value (0-255)  
Setting value (0-255)  
Setting value (0-255)  
00h to FFh  
00h to FFh  
00h to FFh  
00h to FFh  
00h to FFh  
00h to FFh  
BIAS GREEN  
BIAS BLUE  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
25  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(VPL-PX35, PX40, PX41)  
<Table 1>  
<Table 2>  
Item Number  
Upper byte  
01h  
Data  
Remarks  
Get only  
Item  
Lower byte  
01h  
Data  
NO ERROR  
Upper byte Lower byte  
STATUS ERROR  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
01h  
02h  
04h  
08h  
10h  
20h  
40h  
00h  
01h  
02h  
03h  
04h  
05h  
06h  
07h  
08h  
00h  
01h  
LAMP ERROR  
FAN ERROR  
COVER ERROR  
TEMP ERROR  
D5V ERROR  
POWER ERROR  
WARNING ERROR  
STANBY  
STATUS POWER  
01h  
02h  
START UP  
STARTUP LAMP  
POWER ON  
COOLING1  
COOLING2  
SAVING COOLING1  
SAVING COOLING2  
SAVING STABY  
USER MODE  
SERVICE MODE  
LAMP USE TIME  
MAIN ROM VERSION  
SC ROM VERSION  
Disable  
CONTROL MODE SEL  
01h  
05h  
LAMP TIMER  
ROM VERSION  
01h  
01h  
01h  
01h  
13h  
1Dh  
1Eh  
1Fh  
0000h-ffffh*1  
*2  
SC ROM VERSION  
STATUS SECURITY*3  
*2  
00h  
00h  
01h  
00h  
Enable  
00h  
00h  
Channel Memory Reset  
Status Memory Reset  
Set Memory Reset  
W/B All Save  
03h  
01h  
_
Set only  
02h  
03h  
04h  
W/B High Save  
05h  
W/B Low Save  
06h  
Sircs (15 bit category)  
Sircs (20 bit category)  
17h  
19h  
Refer to table 8  
Refer to table 9  
_
_
00h  
00h  
00h  
00h  
Set only*4  
*1 Example) In case the lamp timer indicates  
1000H, return values are [03h] upper byte and  
[E8h] lower byte.  
*2 Example) In case the software version is 1.03,  
return values are [01h] upper byte and [03h]  
lower byte.  
*3 While the set is security locked, after power  
switch is turned on, you can check that pass  
sword input screen is indicated or not.  
During pass word input screen indicating, return  
values are [00h] upper byte and [01h] lower  
byte.  
(VPL-PX35, PX40, PX41)  
<Table 3>  
Item Number  
Data  
Lower byte  
00h  
Item  
ACK  
NAK  
Data  
_
Upper byte  
00h  
01h  
Undefined Command  
Size Error  
01h  
04h  
Select Error  
05h  
*4 It is corresponded to single command only.  
Range Over  
06h  
Not Applicable  
Check Sum Error  
Framing Error  
Parity Error  
0Ah  
F0h  
10h  
20h  
Approximate Return Waiting Times  
The await-return time is approx. 50 msec.  
n
This is the case, unless the communications are  
interfered anyway.  
30h  
Over Rub Error  
Other Comm Error  
40h  
50h  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
26  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(VPL-CX75, CX76)  
<Table 1>  
<Table 2>  
Item Number  
Upper byte  
00h  
Data  
Upper byte  
00h  
Remarks  
Set/Get  
Item  
Lower byte  
Data  
Lower byte  
00h  
Input  
01h  
Video  
S-Video  
00h  
01h  
Input-A  
00h  
02h  
Input-B  
00h  
03h  
Picture Mode  
00h  
02h  
Dynamic  
00h  
00h  
Standard  
00h  
01h  
Contrast  
Brightness  
Color  
00h  
00h  
00h  
00h  
00h  
10h  
11h  
12h  
13h  
14h  
Setting value (0 - 100)  
00h  
00h - 64h  
00h - 64h  
00h - 64h  
00h - 64h  
Setting value (0 - 100)  
00h  
Setting value (0 - 100)  
00h  
Hue  
Setting value (0 - 100)  
00h  
Sharpness  
High  
00h  
01h  
02h  
Middle  
Low  
Volume  
00h  
00h  
16h  
17h  
Setting value (0 - 100)  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h - 64h  
00h  
ColTemp  
High  
Low  
01h  
Wide Mode  
Scan Conv  
00h  
00h  
00h  
00h  
00h  
20h  
21h  
30h  
31h  
32h  
Off  
00h  
On  
01h  
Off  
On  
00h  
01h  
PictureMuting  
AudioMuting  
Off  
00h  
On  
01h  
Off  
00h  
On  
01h  
Input-A Signal Sel  
Computer  
00h  
Compornent  
Video GBR  
Memory Stick  
Air Shot  
01h  
02h  
Input-B Select  
Lamp Mode  
00h  
00h  
33h  
40h  
03h  
04h  
High  
00h  
Standard  
01h  
Gain Red  
Gain Green  
Gain Blue  
Bias Red  
00h  
00h  
00h  
00h  
00h  
00h  
80h  
81h  
82h  
83h  
84h  
85h  
Setting value (0 - 255)  
Setting value (0 - 255)  
Setting value (0 - 255)  
Setting value (0 - 255)  
Setting value (0 - 255)  
Setting value (0 - 255)  
00h - FFh  
00h - FFh  
00h - FFh  
00h - FFh  
00h - FFh  
00h - FFh  
Bias Green  
Bias Blue  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
27  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(VPL-CX75, CX76)  
<Table 1>  
<Table 2>  
Item Number  
Upper byte  
01h  
Data  
Remarks  
Get only  
Item  
Lower byte  
01h  
Data  
No Error  
Upper byte Lower byte  
Status Error  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
01h  
02h  
04h  
08h  
10h  
20h  
40h  
00h  
01h  
02h  
03h  
04h  
05h  
06h  
07h  
08h  
00h  
01h  
Lamp Error  
Fan Error  
Cover Error  
Temp Error  
D5V Error  
POWER ERROR  
Warning Error  
Stanby  
Status Power  
01h  
02h  
Start Up  
Start Up Lamp  
Power On  
Cooling1  
Cooling2  
Saving Cooling1  
Saving Cooling2  
Saving Stanby  
User Mode  
Service Mode  
Lamp Use Time  
MAIN ROM Version  
SC ROM Version  
Disable  
Control Mode Select  
01h  
05h  
Lamp Timer  
ROM Version  
01h  
01h  
01h  
01h  
13h  
1Dh  
1Eh  
1Fh  
0000h-FFFFh *1  
*2  
SC ROM Version  
Status Security  
*2  
00h  
00h  
00h  
00h  
01h  
00h  
Enable  
Channel Memory Reset  
Status Memory Reset  
Set Memory Reset  
W/B All Save  
03h  
01h  
_
Set only  
02h  
03h  
04h  
W/B Low Save  
05h  
W/B High Save  
06h  
Sircs(15bit category)  
Sircs(20bit category)  
17h  
19h  
Refer to table 10  
Refer to table 11  
_
_
00h  
00h  
00h  
00h  
Set only*4  
*1 Example) In case the lamp timer indicates 1000H,  
return values are [03h] upper byte and [E8h] lower  
byte.  
(VPL-CX75, CX76)  
<Table 3>  
*2 Example) In case the software version is 1.03,  
return values are [01h] upper byte and [03h] lower  
byte.  
*3 While the set is security locked, after power  
switch is turned on, you can check that pass  
sword input screen is indicated or not.  
During pass word input screen indicating, return  
values are [00h] upper byte and [01h] lower byte.  
*4 It is corresponded to single command only.  
Item Number  
Data  
Item  
ACK  
NAK  
Data  
_
Upper byte  
Lower byte  
00h  
00h  
01h  
Undefined Command  
Size Error  
01h  
04h  
Select Error  
05h  
Range Over  
06h  
Not Applicable  
Check Sum Error  
Framing Error  
Parity Error  
0Ah  
10h  
F0h  
20h  
The await-return time of return value is approx. 50  
msec.  
n
This is the case, unless the communications are  
interfered anyway.  
30h  
Over Rub Error  
Other Comm Error  
40h  
50h  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
28  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(VPL-CX85, CX86)  
<Table 1>  
<Table 2>  
Item Number  
Data  
Upper byte  
00h  
Remarks  
Set/Get  
Item  
Upper byte  
Lower byte  
Data  
Lower byte  
00h  
Input  
00h  
01h  
Video  
S-Video  
00h  
01h  
Input-A  
00h  
02h  
Input-B  
00h  
03h  
Input-C  
00h  
04h  
Picture Mode  
00h  
02h  
Dynamic  
00h  
00h  
Standard  
00h  
01h  
Contrast  
Brightness  
Color  
00h  
00h  
00h  
00h  
00h  
10h  
11h  
12h  
13h  
14h  
Setting value (0-100)  
00h  
00h-64h  
00h-64h  
00h-64h  
00h-64h  
Setting value (0-100)  
00h  
Setting value (0-100)  
00h  
Hue  
Setting value (0-100)  
00h  
Sharpness  
High  
00h  
01h  
02h  
Middle  
Low  
Volume  
00h  
00h  
16h  
17h  
Setting value (0-100)  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h  
00h-64h  
00h  
ColTemp  
High  
Low  
01h  
Wide Mode  
Scan Conv  
00h  
00h  
00h  
00h  
00h  
20h  
21h  
30h  
31h  
32h  
Off  
00h  
On  
Off  
01h  
00h  
On  
01h  
Picture Muting  
Audio Muting  
Input-A Signal Sel  
Off  
00h  
On  
01h  
Off  
00h  
On  
01h  
Computer  
00h  
Compornent  
Video GBR  
Memory Stick  
Air Shot  
01h  
02h  
Input-C Select  
Lamp Mode  
00h  
00h  
33h  
40h  
03h  
04h  
High  
00h  
Standard  
01h  
Gain Red  
Gain Green  
Gain Blue  
Bias Red  
00h  
00h  
00h  
00h  
00h  
00h  
80h  
81h  
82h  
83h  
84h  
85h  
Setting value (0-255)  
Setting value (0-255)  
Setting value (0-255)  
Setting value (0-255)  
Setting value (0-255)  
Setting value (0-255)  
00h-FFh  
00h-FFh  
00h-FFh  
00h-FFh  
00h-FFh  
00h-FFh  
Bias Green  
Bias Blue  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
29  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(VPL-CX85, CX86)  
<Table 1>  
<Table 2>  
Item Number  
Data  
Upper byte  
00h  
Remarks  
Get only  
Item  
Upper byte  
01h  
Lower byte  
01h  
Data  
No Error  
Lower byte  
00h  
01h  
02h  
04h  
08h  
10h  
20h  
40h  
00h  
01h  
02h  
03h  
04h  
05h  
06h  
07h  
08h  
00h  
01h  
Status Error  
Lamp Error  
Fan Error  
00h  
00h  
Cover Error  
Temp Error  
D5V Error  
00h  
00h  
00h  
Power Error  
Warning Error  
Stanby  
00h  
00h  
Status Power  
01h  
02h  
00h  
Start Up  
00h  
Startup Lamp  
Power On  
00h  
00h  
Cooling1  
00h  
Cooling2  
00h  
Saving Cooling1  
Saving Cooling2  
Saving Stanby  
User Mode  
Service Mode  
Lamp Use Time  
MAIN ROM Version  
SC ROM Version  
Disable  
00h  
00h  
00h  
Control Mode Select  
01h  
05h  
00h  
00h  
Lamp Timer  
ROM Version  
01h  
01h  
01h  
01h  
13h  
1dh  
1eh  
1fh  
0000h-FFFFh*1  
*2  
SC ROM Version  
Status Security*3  
*2  
00h  
00h  
01h  
00h  
Enable  
00h  
Channel Memory Reset  
Status Memory Reset  
Set Memory Reset  
W/B All Save  
03h  
01h  
_
00h  
Set only  
02h  
03h  
04h  
W/B High Save  
05h  
W/B Low Save  
06h  
Sircs (15 Bit Category)  
Sircs (20 Bit Category)  
17h  
19h  
Refer to table 12  
Refer to table 13  
_
_
00h  
00h  
00h  
00h  
Set only*4  
*1 Example) In case the lamp timer indicates 1000H,  
return values are [03h] upper byte and [E8h] lower  
byte.  
*2 Example) In case the software version is 1.03, return  
values are [01h] upper byte and [03h] lower byte.  
*3 While the set is security locked, after power switch  
is turned on, you can check that pass sword input  
screen is indicated or not.  
(VPL-CX85, CX86)  
<Table 3>  
Item Number  
Data  
Item  
ACK  
NAK  
Data  
_
Upper byte  
Lower byte  
00h  
00h  
01h  
During pass word input screen indicating, return  
values are [00h] upper byte and [01h] lower byte.  
*4 It is corresponded to single command only.  
Undefined Command  
Size Error  
01h  
04h  
Select Error  
05h  
The await-return time of return value is approx. 50 msec.  
m
. This is the case, unless the communications are  
interfered anyway.  
. If standby mode is set as low, the main part of a  
projector will go into power-saving mode in about 1  
minute after standby.  
Range Over  
06h  
Not Applicable  
Check Sum Error  
Framing Error  
Parity Error  
0Ah  
10h  
F0h  
20h  
30h  
A command is executed by resending, although Not  
Applicablewill return, if a command is sent into power-  
saving mode.  
Over Rub Error  
Other Comm Error  
40h  
50h  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
30  
Download from Www.Somanuals.com. All Manuals Search And Download.  
List of SIRCS CODE  
(1) 15BIT Category (VPL-FX51 only)  
<Table 4>  
x0  
x1  
x2  
x3  
x4  
x5  
x6  
x7  
x8  
x9  
xA  
xB  
xC  
xD  
xE  
xF  
0x  
1x  
2x  
3x  
4x  
5x  
BRITNESS  
+
BRIGHT  
CONTRAST CONTRAST  
COLOR  
+
HIGH  
COLOR  
_
LOW  
BRITNESS  
_
DARK  
POWER  
ON/OF  
+
HIGH  
_
LOW  
HUE  
+
HUE  
_
SHARPNESS SHARPNESS  
PICTURE  
MUTING  
STATUS  
ON  
STATUS  
OFF  
POWER  
ON  
POWER  
OFF  
MENU  
VIDEO  
INPUT A  
INPUT B  
+
_
SOFT  
PURPLISH GREENISH  
SHARP  
CURSOR  
CURSOR  
CURSOR  
CURSOR  
ADJ R  
ADJ G  
ADJ B  
RGB SIZE RGB SHIFT  
W/B  
W/B  
INPUT  
BLANKING  
SELECT  
ENTER  
MEMORY  
S VIDEO  
INPUT C  
GAIN  
BIAS  
6x  
7x  
LENS  
LENS  
FOCUS F  
FOCUS N  
ZOOM L  
ZOOM S  
RESET  
PATTERN  
SHIFT  
SHIFT ↓  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(2) 20BIT Category (VPL-FX51 only)  
<Table 5>  
x0  
x1  
x2  
x3  
x4  
x5  
x6  
x7  
x8  
x9  
xA  
xB  
xC  
xD  
xE  
xF  
0x  
1x  
2x  
3x  
4x  
5x  
KEYSTONE  
DOT  
PHASE  
LENS  
ZOOM  
LENS  
SHIFT  
LENS  
FOCUS  
DIGITAL DIGITAL  
ZOOM + ZOOM –  
6x  
7x  
APA  
FREEZE  
LENS  
TOGGLE  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(3) 15BIT Category (VPL-FX52/FX52L)  
<Table 6>  
x0  
x1  
x2  
x3  
x4  
x5  
x6  
x7  
x8  
x9  
xA  
xB  
xC  
xD  
xE  
xF  
0x  
1x  
2x  
3x  
4x  
5x  
BRITNESS  
+
BRIGHT  
CONTRAST CONTRAST  
COLOR  
+
HIGH  
COLOR  
_
LOW  
BRITNESS  
_
DARK  
POWER  
ON/OF  
+
HIGH  
_
LOW  
HUE  
+
HUE  
_
SHARPNESS SHARPNESS  
PICTURE  
MUTING  
STATUS  
ON  
STATUS  
OFF  
POWER  
ON  
POWER  
OFF  
MENU  
VIDEO  
INPUT A  
INPUT B  
+
_
SOFT  
PURPLISH GREENISH  
SHARP  
CURSOR  
CURSOR  
CURSOR  
CURSOR  
ADJ R  
ADJ G  
ADJ B  
RGB SIZE RGB SHIFT  
W/B  
W/B  
INPUT  
SELECT  
ENTER  
MEMORY  
S VIDEO  
INPUT C  
GAIN  
BIAS  
6x  
7x  
LENS  
LENS  
FOCUS F  
FOCUS N  
ZOOM L  
ZOOM S  
RESET  
SHIFT ↑  
SHIFT ↓  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(4) 20BIT Category (VPL-FX52/FX52L)  
<Table 7>  
x0  
x1  
x2  
x3  
x4  
x5  
x6  
x7  
x8  
x9  
xA  
xB  
xC  
xD  
xE  
xF  
0x  
1x  
2x  
3x  
4x  
5x  
V
KEYSTONE  
DDE  
TOGGLE  
DOT  
PHASE  
LENS  
ZOOM  
LENS  
SHIFT  
LENS  
FOCUS  
DIGITAL DIGITAL  
ZOOM + ZOOM –  
6x  
7x  
APA  
FREEZE  
LENS  
TOGGLE  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(5) 15BIT Category (VPL-PX35, PX40, PX41)  
<Table 8>  
x0  
x1  
x2  
x3  
x4  
x5  
x6  
x7  
x8  
x9  
xA  
xB  
xC  
xD  
xE  
xF  
0x  
1x  
2x  
3x  
4x  
5x  
BRITNESS  
+
CONTRAST CONTRAST  
COLOR  
+
COLOR  
_
BRITNESS  
_
VOLUME+ VOLUME-  
UP DOWN  
AUDIO  
MUTING  
POWER  
ON/OF  
+
HIGH  
_
LOW  
BRIGHT  
HIGH  
LOW  
DARK  
HUE  
+
HUE  
_
SHARPNESS SHARPNESS  
PICTURE  
MUTING  
STATUS  
ON  
STATUS  
OFF  
POWER  
ON  
POWER  
OFF  
MENU  
VIDEO  
INPUT A  
INPUT B  
+
_
SOFT  
PURPLISH GREENISH  
SHARP  
CURSOR  
CURSOR  
CURSOR  
CURSOR  
ADJ R  
ADJ G  
ADJ B  
RGB SIZE RGB SHIFT  
W/B  
W/B  
INPUT  
SELECT  
ENTER  
MEMORY  
S VIDEO  
INPUT C  
GAIN  
BIAS  
6x  
7x  
INPUT D  
RESET  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(6) 20BIT Category (VPL-PX35, PX40, PX41)  
<Table 9>  
x0  
x1  
x2  
x3  
x4  
x5  
x6  
x7  
x8  
x9  
xA  
xB  
xC  
xD  
xE  
xF  
0x  
1x  
2x  
3x  
4x  
5x  
6x  
7x  
V
KEYSTONE  
DDE  
TOGGLE  
DOT  
PHASE  
DIGITAL DIGITAL  
ZOOM + ZOOM –  
APA  
FREEZE  
LENS  
CONT  
TOGGLE  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(7) 15BIT Category (VPL-CX75, CX76)  
<Table 10>  
x0  
x1  
x2  
x3  
x4  
x5  
x6  
x7  
x8  
x9  
xA  
xB  
xC  
xD  
xE  
xF  
0x  
VOLUME VOLUME  
POWER  
ON/OF  
*1  
CONTRAST CONTRAST  
COLOR  
+
HIGH  
COLOR  
_
LOW  
BRITNESS BRITNESS  
AUDIO  
MUTING  
1x  
2x  
+
_
+
HIGH  
_
LOW  
+
_
DARK  
UP  
DOWN  
BRIGHT  
HUE  
+
HUE  
_
POWER  
ON  
*1  
PICTURE  
MUTING  
STATUS  
ON  
STATUS  
OFF  
POWER  
OFF  
MENU  
VIDEO  
INPUT A  
INPUT B  
PURPLISH GREENISH  
CURSOR  
CURSOR  
CURSOR  
CURSOR  
3x  
4x  
5x  
6x  
ADJ R  
ADJ G  
ADJ B  
RGB SIZE RGB SHIFT  
W/B  
GAIN  
W/B  
BIAS  
INPUT  
SELECT  
ENTER  
MEMORY  
S VIDEO  
LENS  
FOCUS F  
LENS  
FOCUS N  
AUTO  
FOCUS  
LENS  
ZOOM L  
LENS  
ZOOM S  
7x  
RESET  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(8) 20BIT Category (VPL-CX75, CX76)  
<Table 11>  
x0  
x1  
x2  
x3  
x4  
x5  
x6  
x7  
x8  
x9  
xA  
xB  
xC  
xD  
xE  
xF  
0x  
1x  
2x  
3x  
4x  
5x  
6x  
7x  
TILT/  
KEYSTONE/  
SIDE SHOT  
H
H
MS  
PLAY  
AIR  
SHOT  
KEYSTONE KEYSTONE  
+
_
DOT  
PHASE  
LENS  
ZOOM  
LENS  
FOCUS  
DIGITAL DIGITAL  
ZOOM + ZOOM –  
APA  
FREEZE  
LENS  
CONT  
TOGGLE  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(9) 15BIT Category (VPL-CX85, CX86)  
<Table 12>  
x0  
x1  
x2  
x3  
x4  
x5  
x6  
x7  
x8  
x9  
xA  
xB  
xC  
xD  
xE  
xF  
0x  
VOLUME VOLUME  
POWER  
ON/OF  
*1  
CONTRAST CONTRAST  
COLOR  
+
HIGH  
COLOR  
_
LOW  
BRITNESS BRITNESS  
AUDIO  
MUTING  
1x  
2x  
+
_
+
HIGH  
_
LOW  
+
_
DARK  
UP  
DOWN  
BRIGHT  
HUE  
+
HUE  
_
POWER  
ON  
*1  
PICTURE  
MUTING  
STATUS  
ON  
STATUS  
OFF  
POWER  
OFF  
MENU  
VIDEO  
INPUT A  
INPUT B  
PURPLISH GREENISH  
CURSOR  
CURSOR  
CURSOR  
CURSOR  
3x  
4x  
5x  
6x  
ADJ R  
ADJ G  
ADJ B  
RGB SIZE RGB SHIFT  
W/B  
GAIN  
W/B  
BIAS  
INPUT  
SELECT  
ENTER  
MEMORY  
S VIDEO  
INPUT C  
LENS  
FOCUS F  
LENS  
FOCUS N  
LENS  
ZOOM L  
LENS  
ZOOM S  
7x  
RESET  
*1 If standby mode is set as low, the main part of a projector will go into power-saving mode in about 1 minute after standby.  
A command is executed by resending, although Not Applicablewill return, if a command is sent into power-saving mode.  
Download from Www.Somanuals.com. All Manuals Search And Download.  
(10)20BIT Category (VPL-CX85, CX86)  
<Table 13>  
x0  
x1  
x2  
x3  
x4  
x5  
x6  
x7  
x8  
x9  
xA  
xB  
xC  
xD  
xE  
xF  
0x  
1x  
2x  
3x  
4x  
5x  
6x  
7x  
TILT/  
KEYSTONE/  
SIDE SHOT  
H
H
MS  
PLAY  
AIR  
SHOT  
KEYSTONE KEYSTONE  
+
_
DOT  
PHASE  
LENS  
ZOOM  
LENS  
FOCUS  
DIGITAL DIGITAL  
ZOOM + ZOOM –  
APA  
FREEZE  
LENS  
CONT  
TOGGLE  
Download from Www.Somanuals.com. All Manuals Search And Download.  
The material contained in this manual consists of  
information that is the property of Sony Corporation.  
Sony Corporation expressly prohibits the duplication of  
any portion of this manual or the use thereof for any  
purpose other than the operation or maintenance of the  
equipment described in this manual without the express  
written permission of Sony Corporation.  
Le matériel contenu dans ce manuel consiste en  
informations qui sont la propriété de Sony Corporation.  
Sony Corporation interdit formellement la copie de  
quelque partie que ce soit de ce manuel ou son emploi  
pour tout autre but que des opérations ou entretiens de  
l’équipement à moins d’une permission écrite de Sony  
Corporation.  
Das in dieser Anleitung enthaltene Material besteht aus  
Informationen, die Eigentum der Sony Corporation sind.  
Die Sony Corporation untersagt ausdrücklich die  
Vervielfältigung jeglicher Teile dieser Anleitung oder den  
Gebrauch derselben für irgendeinen anderen Zweck als  
die Bedienung oder Wartung der in dieser Anleitung  
beschriebenen  
Ausrüstung  
ohne  
ausdrückliche  
schriftliche Erlaubnis der Sony Corporation.  
VPL-CX75/CX76/CX85/CX86/FX51/FX52/FX52L/PX35/PX40/PX41  
Download from Www.Somanuals.com. All Manuals Search And Download.  
VPL-CX75 (SY)  
VPL-CX76 (SY)  
VPL-CX85 (SY)  
VPL-CX86 (SY)  
VPL-FX51 (SY)  
VPL-FX52 (SY)  
VPL-FX52L (SY)  
VPL-PX35 (SY)  
VPL-PX40 (SY)  
VPL-PX41 (SY) E  
9-870-346-68  
English  
2005KR16-1  
©2002  
Sony EMCS Corporation  
Ichinomiya Tec  
Download from Www.Somanuals.com. All Manuals Search And Download.  

Sharp Clock Radio MD X5 User Manual
Sharp Projector XG PH50X User Manual
Sharp Typewriter PW E550 User Manual
Shopsmith Saw TS III ULTRA User Manual
Sony Cassette Player WM FX241 User Manual
Sony Cell Phone Z300i User Manual
Sony Speaker System CMT EP305 User Manual
Star Trac Stepper Machine E ST User Manual
Sunbeam Espresso Maker EM3600 User Manual
Sylvania Flat Panel Television 6620LF User Manual