DOWNLOAD Panasonic PT-RZ670 / PT-RW630 (serv.man18) Service Manual ↓ Size: 62.77 MB | Pages: 115 in PDF or view online for FREE

Model
PT-RZ670 PT-RW630 (serv.man18)
Pages
115
Size
62.77 MB
Type
PDF
Document
Service Manual
Brand
Device
Projector / 1-CHIP DLP BASED PROJECTOR
File
pt-rz670-pt-rw630-sm18.pdf
Date

Panasonic PT-RZ670 / PT-RW630 (serv.man18) Service Manual ▷ View online

SECTION 1  SERVICE  INFORMATION
< RZ670/RW630 >
4. Operation
・ Specifies the method of processing the value specified by parameters.
 Description
 Sets the value specified by the parameter.
 Adds the value specified by the parameter to the current value.
5. Sign
・ Specifies positive or negative of the value specified by parameters.
 Description
 The value specified by the parameter is a positive value or 0 (zero).
 The value specified by the parameter is a negative value.
6. Parameters
・ Specify the setting or adjustment value by right justification (0 is not suppressed).
For example, when the setting value is "1", set it as "00001".
7. ID of the basic control command
・ This projector will respond to the computer only in the following cases.
    - If the sent ID coincides with the projector ID.
    - RESPONSE(ID ALL) in RS232C settings of this projector is ON and the sent ID is ALL.
    - Or If Group (A-Z) of the sent ID coincides with GROUP in RS232C settings of this projector and
       RESPONSE(ID GROUP) in RS232C settings of this projector is ON.
・ Specifically, please refer to a separate volume "Control Commands". 
8. Response (Callback) of the basic control command
・ In the period when the command can be accepted.
Differs according to each command.
・ In the period when commands cannot be accepted.
・ In case of the parameter error or REMOTE2 effective.
9. Attention
・ If a command is transmitted after the light source starts illuminating, there may be a delay in response or 
the command may not be executed. Try sending or receiving any command after 60 seconds.
・ When transmitting multiple commands, be sure to wait until 0.5 seconds has elapsed after receiving the response 
from the projector before sending the next command. 
When transmitting a command which does not need a parameter, a colon (:) is not necessary.
・ It might take time by the time the response returns because the command is processed in the projector.
Set the time-out to 10 seconds or longer.
・ When multiple projectors are all controlled
1) Set a different ID for each projector.
2) Set [RESPONSE(ID ALL)] to [ON] in only one projector.
3) Set [RESPONSE(ID ALL)] to [OFF] for all other projectors set in Step 2).
・ When multiple projectors are all controlled by group unit
1) Set a different ID for each projector.
2) Set [RESPONSE(ID GROUP)] to [ON] in only one projector.
3) Set [RESPONSE(ID GROUP)] to [OFF] for all other projectors set in Step 2).
Code
=
52h
Code
_( underbar)
34h
Hexadecimal
30h
31h
02h
45h
Hexadecimal
03h
E
R
4
0
2
03h
Character
1
Character
E
R
02h
45h
34h
30h
4
0
52h
32h
INF - 16
SECTION 1  SERVICE  INFORMATION
< RZ670/RW630 >
  4. 2. Control through LAN terminal
    4. 2. 1. Connection example
    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.
: Obtain from the main menu → [NETWORK] → [NETWORK STATUS]
: Obtain from the main menu → [NETWORK] → [NETWORK CONTROL] → [COMMAND PORT]
2. Check the response from the projector
・ Response data
Mode: 1 = Protect mode
3. Generate a 32-byte hash value from the following data using MD5 algorithm.
・ “xxxxxx:yyyyy:zzzzzzzz”
 Administrator rights user name for Web control (default user name is “admin1”)
 Password of above administrator rights user (default password is “panasonic”)
 8-byte random number obtained in Step 2)
 Separator
      4. 2. 2. 2. Command transmission method
Transmit using the following command formats.
・ Transmitted data
・ Received data
: (colon)
1 byte
1 byte
Undefined length
Termination symbol
‘0’
(CR)
Data section
Control command
‘0’
‘0’
(ASCII string)
1 byte
(ASCII string)
Undefined length
Header
‘0’
0x30
1 byte
Hash value
32 bytes
(4.2.2.1.-3)
Data section
Termination symbol
(CR)
1 byte
0x31
0x20
0x0d
(ASCII code hexadecimal number)
1 byte
0x30
Control command
0x0d
1 byte
0x0d
Termination symbol
Data section
Blank
Mode
Blank
Random number section
“NTCONTROL”
‘  ’
(CR)
‘  ’
0x30
0x30
Header
Can be control this projector by connecting a computer to the [LAN] terminal on this projector.
9 bytes
1 byte
xxxxxx
yyyyy
zzzzzzzz
‘1’
IP address
Port number
1 byte
1 byte
“zzzzzzzz”
8 bytes
(ASCII string)
0x20
Note: Lan cable and Hub are not standard accessories. 
When connected directly, cross type cable is recommended.
Computer
Projector
LAN cable (straight)
LAN cable (straight)
Hub
INF - 17
SECTION 1  SERVICE  INFORMATION
< RZ670/RW630 >
・ Error response
“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
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 algorism.
"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.
    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.
: Obtain from the main menu → [NETWORK] → [NETWORK STATUS]
: Obtain from the main menu → [NETWORK] → [NETWORK CONTROL] → [COMMAND PORT]
2. Check the response from the projector
・ Response data
Mode: 0 = Non-protect mode
      4. 2. 3. 2. Command transmission method
Transmit using the following command formats.
・ Transmitted data
・ Received data
(CR)
0x0d
0x0d
1 byte
1 byte
Undefined length
1 byte
1 byte
1 byte
Undefined length
1 byte
Header
Data section
Control command
0x30
0x30
(ASCII string)
Termination symbol
(CR)
‘0’
‘0’
0x30
0x30
(ASCII string)
0x0d
Header
Data section
‘0’
‘0’
Control command
Termination symbol
(CR)
IP address
Data section
Port number
Error message
Termination symbol
4 bytes
 1 byte
1 byte
“NTCONTROL”
Blank
Mode
‘  ’
‘0’
Termination symbol
(CR)
0x0d
1 byte
(ASCII string)
9 bytes
0x20
0x30
1 byte
INF - 18
SECTION 1  SERVICE  INFORMATION
< RZ670/RW630 >
・ Error response
“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
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 service home page)
4 bytes
 1 byte
Error message
Termination symbol
(CR)
0x0d
INF - 19
Page of 115
Display

Click on the first or last page to see other PT-RZ670 / PT-RW630 (serv.man18) service manuals if exist.