DOWNLOAD Panasonic PT-VZ570 / PT-VZ570D / PT-VZ570T / PT-VW530 / PT-VW530D / PT-VW530T / PT-VX600 / PT-VX600D / PT-VX600T / PT-VX60 Service Manual ↓ Size: 36.48 MB | Pages: 108 in PDF or view online for FREE

Model
PT-VZ570 PT-VZ570D PT-VZ570T PT-VW530 PT-VW530D PT-VW530T PT-VX600 PT-VX600D PT-VX600T PT-VX60
Pages
108
Size
36.48 MB
Type
PDF
Document
Service Manual
Brand
Device
Projector / LCD PROJECTOR
File
pt-vz570-pt-vz570d-pt-vz570t-pt-vw530-pt-vw530d-pt.pdf
Date

Panasonic PT-VZ570 / PT-VZ570D / PT-VZ570T / PT-VW530 / PT-VW530D / PT-VW530T / PT-VX600 / PT-VX600D / PT-VX600T / PT-VX60 Service Manual ▷ View online

INF-15
SECTION 1 SERVICE INFORMATION
4. 2. Control through LAN terminal
Possible to control this projector by connecting PC to the LAN terminal on this projector.
Connection and command transmission changes depending on mode (admin password is set or not with web control).
Control according to the procedure in "4.2.2" on the protection mode (the password is set), and according to the procedure in 
"4.2.3" on the unprotected mode (the password is not set).
4. 2. 1. Connection example
Computer
Projector
LAN cable (straight)
LAN cable (straight)
Hub
Note: LAN cable and Hub are not standard acces-
sories. When connected directly, cross type cable is 
recommended. It is possible to control by wireless 
LAN function.
4. 2. 2. When Web control administrator rights password is set (Protect mode)
4. 2. 2. 1. Connecting
1.  Obtain the IP address and port number (Initial setting value = 1024) of the projector and request for a connection to the 
projector.
  You can obtain both the IP address and the port number from the menu screen of the projector.
 - IP address  : Obtain from the main menu → [NETWORK] → [STATUS]
 - Port number  : Obtain from the WEB control → [Detailed set up] → [Command port set up] page
2. Check the response from the projector
 - Response data
Data section
Blank
Mode
Blank
Random number section
Termination symbol
"NTCONTROL"
(ASCII string)
' '
0x20
'1'
0x31
' '
0x20
"zzzzzzz"
(ASCII code hexadecimal number)
(CR)
0x0d
9 bytes
1 byte
1 byte
1 byte
8 bytes
1 byte
Mode: 1 = Protect mode
3. Generate a 32-byte hash value from the following data using MD5 algorithm.
 "xxxxxx:yyyyy:zzzzzzz"
xxxxxx
Administrator rights user name for Web control (default user name is “admin1”)
yyyyy
Password of above administrator rights user (default password is “panasonic”)
zzzzzzz
8-byte random number obtained in Step 2)
 
: colon : Separator
INF-16
SECTION 1 SERVICE INFORMATION
4. 2. 2. 2. Command transmission method
Transmit using the following command formats.
  Transmitted date
Header
Data section
Termination symbol
Hash value
(4. 2. 2. 1. -3)
'0'
0x30
'0'
0x30
Control command
(ASCII string)
(CR)
0x0d
32 bytes
1 byte
1 byte
Undefined length
1 byte
 Received data
Header
Data section
Termination symbol
'0'
0x30
'0'
0x30
Control command
(ASCII string)
(CR)
0x0d
1 byte
1 byte
Undefined length
1 byte
  Error response
Error message
Termination symbol
“ERR1”
Undefined control command
“ERR2”
Out of parameter range
“ERR3”
Busy state or no-acceptable period
“ERR4”
Timeout or no-acceptable period
“ERR5”
Wrong data length
“ERRA”
Password mismatch
(CR)
0x0d
4 bytes
1 byte
  Example: Query Power "QPW"
  1. Connects to the projector
    IP = 192.168.0.8  
port = 1024
 2. Receives a response
   Response = "NTCONTROL 1 1aa6c14e" + (CR)
    "1aa6c14e" = 8 bytes random characters
  3. Generates a hash value (message digest) from "admin1:panasonic:1aa6c14e" by using the MD5 algorithm.
    "admin1" = Administrator authority user-name
    "panasonic" = Password corresponding to "admin1"
    Hash value = "01466bc27ed8c0b7e607471580c55953"
  4. Transmits the command
   Transmission data = "01466bc27ed8c0b7e607471580c5595300QPW" + (CR)
 5. Receives a response.
   Reception data = "00000" + (CR)
  6. Disconnects the connection with the projector.
INF-17
SECTION 1 SERVICE INFORMATION
4. 2. 3. When Web control administrator rights password is not set (Non-protect mode)
4. 2. 3. 1. Connecting
1.  Obtain the IP address and port number (Initial setting value = 1024) of the projector and request for a connection to the 
projector.
  You can obtain both the IP address and the port number from the menu screen of the projector.
 - IP address  : Obtain from the main menu → [NETWORK] → [STATUS]
 - Port number : Obtain from the WEB control → [Detailed set up] → [Command port set up] page
2. Check the response from the projector
 - Response data
Data section
Blank
Mode
Termination symbol
“NTCONTROL”
(ASCII string)
' '
0x20
'1'
0x31
(CR)
0x0d
9 bytes
1 byte
1 byte
1 byte
Mode: 0 = Non-protect mode
4. 2. 3. 2. Command transmission method
Transmit using the following command formats.
  - Transmitted data
Header
Data section
Termination symbol
'0'
0x30
'0'
0x30
Control command
(ASCII string)
(CR)
0x0d
1 byte
1 byte
Undefined length
1 byte
 - Received data
Header
Data section
Termination symbol
'0'
0x30
'0'
0x30
Control command
(ASCII string)
(CR)
0x0d
1 byte
1 byte
Undefined length
1 byte
  - Error response
Error message
Termination symbol
“ERR1”
 Undefined control command
“ERR2”
 Out of parameter range
“ERR3”
 Busy state or no-acceptable period
“ERR4”
 Timeout or no-acceptable period
“ERR5”
 Wrong data length
“ERRA”
 Password mismatch
(CR)
0x0d
4 bytes
1 byte
Example: Query Power "QPW"
1. Connects to the projector
  IP = 192.168.0.8   port = 1024
2. Receives a response
 Response = "NTCONTROL 0" + (CR)
3. Transmits the command
 Transmission data = "00QPW" + (CR)
4. Receives a response.
 Reception data = "00000" + (CR)
5. Disconnects the connection with the projector.
4. 3. Control commands List
* Please refer to a separate volume "control commands". (Posted to the projector home page)
INF-18
SECTION 1 SERVICE INFORMATION
5. Notes on service
5. 1. Before service operation
5. 1. 1. LCD panel
1.  The display unit of this projector comprises three LCD panels. Although an LCD panel is a product of high-precision tech-
nology, some of the pixels on the image may be missing or constantly lit. Please note that this is not a failure.
2.  Displaying a still image for a longer time may result in an after-image on the LCD panels. If this happens, display the all 
white screen in the test pattern for an hour or more.
5. 1. 2. Lamp
1. The light source of the projector is a high-pressure mercury lamp.
2. A high-pressure mercury lamp has the following characteristics.
  • The luminance of the lamp will decrease by duration of usage.
  •  The lamp may burst with a loud sound or have its service life shortened because of shock, chipping, or degradation due to 
cumulative runtime.
  •  The lamp life varies greatly depending on individual differences and usage conditions. In particular, continuous use for 12 
hours or more and frequent off/on switching of the power greatly deteriorate the lamp and affects the lamp life.
  • In rare cases, the lamps burst shortly after projection starts.
  •  The risk of bursting increases when the lamp is used beyond its replacement cycle. Make sure to replace the lamp unit 
regularly.
   (Refer to items “When to replace the lamp unit”, “How to replace the lamp unit”)
  • If the lamp bursts, gas contained inside of the lamp is released in the form of smoke.
 • It is recommended that you store the Replacement Lamp Unit as a contingency
Replacement lamp unit : ET-LAV400
Note  
*  Panasonic takes no responsibility for any damage or malfunction of the 
product resulting from use of lamp units which are not manufactured by 
Panasonic. Use only specified lamp units.
Attention  *   Please be sure to read the warnings and notices on the lamp that is 
described in the Operating Instructions. "Read this first!", "Precautions for
use", "Maintenance/replacement"
5. 1. 3. Air filter unit
1.  Make sure that the air filter unit is properly attached before using the projector. If it is 
not properly attached, the projector will suck in dirt and dust causing a malfunction.
2.  The cleaning and replacement cycle of the air filter unit varies depending on the us-
age environment.
Replacement air filter unit : ET-RFV400
Page of 108
Display

Click on the first or last page to see other PT-VZ570 / PT-VZ570D / PT-VZ570T / PT-VW530 / PT-VW530D / PT-VW530T / PT-VX600 / PT-VX600D / PT-VX600T / PT-VX60 service manuals if exist.