DOWNLOAD Panasonic PT-DZ6710U / PT-DZ6710E / PT-DZ6700U / PT-DZ6700E / PT-DW6300US / PT-DW6300ES / PT-D6000US / PT-D6000ES / PT-DZ6710UL / PT-DZ6710EL / PT-DZ6700UL / PT-DZ6700EL / PT-DW6300ULS / PT-DW6300ELS / PT-D6000ULS / PT-D6000ELS / PT-D6000ELK / PT-D6000EK / PT-DW630 Service Manual ↓ Size: 35.98 MB | Pages: 127 in PDF or view online for FREE

Model
PT-DZ6710U PT-DZ6710E PT-DZ6700U PT-DZ6700E PT-DW6300US PT-DW6300ES PT-D6000US PT-D6000ES PT-DZ6710UL PT-DZ6710EL PT-DZ6700UL PT-DZ6700EL PT-DW6300ULS PT-DW6300ELS PT-D6000ULS PT-D6000ELS PT-D6000ELK PT-D6000EK PT-DW630
Pages
127
Size
35.98 MB
Type
PDF
Document
Service Manual
Brand
Device
Projector / DLP BASED PROJECTOR
File
pt-dz6710u-pt-dz6710e-pt-dz6700u-pt-dz6700e-pt-dw6.pdf
Date

Panasonic PT-DZ6710U / PT-DZ6710E / PT-DZ6700U / PT-DZ6700E / PT-DW6300US / PT-DW6300ES / PT-D6000US / PT-D6000ES / PT-DZ6710UL / PT-DZ6710EL / PT-DZ6700UL / PT-DZ6700EL / PT-DW6300ULS / PT-DW6300ELS / PT-D6000ULS / PT-D6000ELS / PT-D6000ELK / PT-D6000EK / PT-DW630 Service Manual ▷ View online

5.2. Control through LAN
Connection and the method of command transmission are different according to the mode (the setting of Admin password on WEB
CONTROL). Control according to the procedure in 5.2.1. on the protection mode (the password is set), and according to the
procedure in 5.2.2. on the unprotected mode (the password is not set).
Refer to 5.3. "Control Commands" for control commands because it is common in the case of Control through Serial terminal
(SERIAL).
5.2.1. When WEB CONTROL Admin Password is set (Protection Mode)
5.2.1.1. Connection
 1. Access IP address and the port number (default = 1024) of the projector, then connect to the projector with them.
IP address and the port number can be accessed from the menu of the projector.
     ·    
IP address: MAIN MENU
NETW ORK
NETW ORK STATUS
     ·    
Port number: MAIN MENU
NETW ORK
NETW ORK CONTROL
COMMAND PORT
 2. Receive a response message.
Response Message
Data section
Space
Mode
Space
Random characters
End character
"NTCONTROL"
(ASCII character string)
´ ´
0x20
´1´
0x31
´ ´
0x20
"zzzzzzzz"
(Hexadecimal ASCII code)
(CR)
0x0d
9 bytes
1 byte
1 byte
1 byte
8 bytes
1 byte
Mode: 1 = Protection mode
 3. Generate 32 bytes hash value (message digest) from the following data by using the MD5 (Message Digest Algorithm 5).
"xxxxxx:yyyyy: zzzzzzzz"
     ·    
xxxxxx: Administrator authority user-name on WEB CONTROL [default = "admin1"]
     ·    
yyyyy: Password corresponding to above-mentioned user-name (admin1) [default = "panasonic"]
     ·    
zzzzzzzz: 8 bytes random characters obtained from the response message
     ·    
(colon): Separator
5.2.1.2. Method of Command Transmission
Transmits command by the following format.
Transmission Data
Header
Data section
End character
Hash value
(Refer to the step 3 in
5.2.1.1.)
´0´
0x30
´0´
0x30
Control command
(ASCII character string)
(CR)
0x0d
32 bytes
1 byte
1 byte
Undefined length
1 byte
Reception Data
Header
Data section
End character
´0´
0x30
´0´
0x30
Control command
(ASCII character string)
(CR)
0x0d
1 byte
1 byte
Undefined length
1 byte
Error Response
Error Message
End character
"ERR1"
Command format error
(CR) 0x0d
"ERR2"
Out of parameter
(CR) 0x0d
"ERR3"
Busy or unavailable time
(CR) 0x0d
"ERR4"
Timeout or unavailable time
(CR) 0x0d
"ERR5"
Data length error
(CR) 0x0d
"ERRA"
Invalid password
(CR) 0x0d
4 bytes
1 byte
Example 1: Query Power "QPW"
 1. Connects to the projector.
IP = 192.168.0.8, Port number = 1024
 2. Receives a response.
Response = "NTCONTROL 1 1aa6c14e" + (CR)
"1aa6c14e" = 8 bytes random characters
17
PT-DZ6710U / PT-DZ6710E / PT-DZ6700U / PT-DZ6700E / PT-DW6300US / PT-DW6300ES / PT-D6000US / PT-D6000ES
 3. Generates a hash value (message digest) from "admin1:panasonic:1aa6c14e" by using the MD5.
"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.
Example 2: Query FILTER INFORMATION - RUNTIME "QFI:0"
 1. Connects to the projector.
IP = 192.168.0.8, Port number = 1024
 2. Receives a response.
Response = "NTCONTROL 1 0bda3637" + (CR)
"0bda3637" = 8 bytes random characters
 3. Generates a hash value (message digest) from "admin1:panasonic:0bda3637" by using the MD5 .
"admin1" = Administrator authority user-name
"panasonic" = Password corresponding to "admin1"
Hash value = "a5bf5df3e35c4802a6cdf21880f69093"
 4. Transmits the command.
Transmission data = "a5bf5df3e35c4802a6cdf21880f6909300QFI:0" + (CR)
 5. Receives a response.
Reception data = "00 (SP) (SP) 142" + (CR)
 6. Disconnects the connection with the projector.
5.2.2. When WEB CONTROL Admin Password is not set (Unprotected Mode)
5.2.2.1. Connection
 1. Access IP address and the port number (default = 1024) of the projector, then connect to the projector with them.
IP address and the port number can be accessed from the menu of the projector.
     ·    
IP address: MAIN MENU
NETW ORK
NETW ORK STATUS
     ·    
Port number: MAIN MENU
NETW ORK
NETW ORK CONTROL
COMMAND PORT
 2. Receive a response message.
Response Message
Data section
Space
Mode
End character
"NTCONTROL"
(ASCII character string)
´ ´
0x20
´0´
0x30
(CR)
0x0d
9 bytes
1 byte
1 byte
1 byte
Mode: 0 = Unprotected mode
5.2.2.2. Method of Command Transmission
Transmits command by the following format.
Transmission Data
Header
Data section
End character
´0´
0x30
´0´
0x30
Control command
(ASCII character string)
(CR)
0x0d
1 byte
1 byte
Undefined length
1 byte
Reception Data
Header
Data section
End character
´0´
0x30
´0´
0x30
Control command
(ASCII character string)
(CR)
0x0d
1 byte
1 byte
Undefined length
1 byte
18
PT-DZ6710U / PT-DZ6710E / PT-DZ6700U / PT-DZ6700E / PT-DW6300US / PT-DW6300ES / PT-D6000US / PT-D6000ES
Error Response
Error Message
End character
"ERR1"
Command format error
(CR) 0x0d
"ERR2"
Out of parameter
(CR) 0x0d
"ERR3"
Busy or unavailable time
(CR) 0x0d
"ERR4"
Timeout or unavailable time
(CR) 0x0d
"ERR5"
Data length error
(CR) 0x0d
"ERRA"
Invalid password
(CR) 0x0d
4 bytes
1 byte
Example 1: Query Power "QPW"
 1. Connects to the projector.
IP = 192.168.0.8, Port number = 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.
Example 2: Query FILTER INFORMATION - RUNTIME "QFI:0"
 1. Connects to the projector.
IP = 192.168.0.8, Port number = 1024
 2. Receives a response.
Response = "NTCONTROL 0" + (CR)
 3. Transmits the command.
Transmission data = "00QFI:0" + (CR)
 4. Receives a response.
Reception data = "00 (SP) (SP) 142" + (CR)
 5. Disconnects the connection with the projector.
5.3. Control commands
19
PT-DZ6710U / PT-DZ6710E / PT-DZ6700U / PT-DZ6700E / PT-DW6300US / PT-DW6300ES / PT-D6000US / PT-D6000ES
6 Using a Wired Remote Control
6.1. Connection Example
When multiple projectors are connected as part of the system, connect to units with a M3 stereo mini jack commercial cable to
simultaneously control multiple main units with a single remote control through the REMOTE1 IN/OUT terminal. It is effective to use
the wired remote control in the environment in which an obstacle stands in the light path or where devices are susceptible to outside
light.
6.2. Setting Projector ID Number to Remote Control
Each projector can be assigned a unique 2 digits ID number, and the remote control 2 digits ID number must be set to match the
intended projector. The default setting of the projector ID is ALL. Set the ID of the projector in advance from the menu items.
Procedure of ID setting
 1. Press the ID SET button.
Displays the projector ID number on the screen.
 2. Within 5 seconds, enter the same number of the required projector by pressing the numeric buttons.
ID number range: 01 - 64
Note:
     ·    
Do not press the ID SET button accidentally or carelessly because the ID number on the remote control can be set even
20
PT-DZ6710U / PT-DZ6710E / PT-DZ6700U / PT-DZ6700E / PT-DW6300US / PT-DW6300ES / PT-D6000US / PT-D6000ES
Page of 127
Display

Click on the first or last page to see other PT-DZ6710U / PT-DZ6710E / PT-DZ6700U / PT-DZ6700E / PT-DW6300US / PT-DW6300ES / PT-D6000US / PT-D6000ES / PT-DZ6710UL / PT-DZ6710EL / PT-DZ6700UL / PT-DZ6700EL / PT-DW6300ULS / PT-DW6300ELS / PT-D6000ULS / PT-D6000ELS / PT-D6000ELK / PT-D6000EK / PT-DW630 service manuals if exist.