DOWNLOAD Panasonic PT-EZ580 / PT-EZ580L / PT-EZ580D / PT-EZ580LD / PT-EW640 / PT-EW640L / PT-EW640D / PT-EW640LD / PT-EX610 / PT-EX610L / PT-EX610D / PT-EX610LD (serv.man2) Service Manual ↓ Size: 28.65 MB | Pages: 127 in PDF or view online for FREE

Model
PT-EZ580 PT-EZ580L PT-EZ580D PT-EZ580LD PT-EW640 PT-EW640L PT-EW640D PT-EW640LD PT-EX610 PT-EX610L PT-EX610D PT-EX610LD (serv.man2)
Pages
127
Size
28.65 MB
Type
PDF
Document
Service Manual
Brand
Device
Projector / LCD PROJECTOR
File
pt-ez580-pt-ez580l-pt-ez580d-pt-ez580ld-pt-ew640-p.pdf
Date

Panasonic PT-EZ580 / PT-EZ580L / PT-EZ580D / PT-EZ580LD / PT-EW640 / PT-EW640L / PT-EW640D / PT-EW640LD / PT-EX610 / PT-EX610L / PT-EX610D / PT-EX610LD (serv.man2) Service Manual ▷ View online

INF-17
SECTION 1 SERVICE INFORMATION
4. 1. 6. Basic format
Transmission from the computer starts with STX, then the ID, command, parameter, and ETX are sent in this order.
Add parameters according to the details of control.
1. Basic control command (without parameter)
Start
(STX)
ID
Separator
(semicolon)
Command
End
(ETX)
1 byte
4 byte
1 byte
3 byte
1 byte
2. Basic control command (with parameters)
Start
(STX)
ID
Separator
(semicolon)
Command
Separator
(colon)
Parameter
End
(ETX)
1 byte
4 byte
1 byte
3 byte
1 byte
Undefined length
1 byte
3. Basic control command (with sub command)
Start
(STX)
ID
Separator
(semicolon)
Command
Separator
(colon)
Parameter
Operation
1 byte
4 byte
1 byte
3 byte
1 byte
Undefined length
1 byte
Sign
Parameter
End
(ETX)
1 byte
5 byte
1 byte
4. Operation
Specifies the method of processing the value specified by parameters.
Code
Description
=
Sets the value specified by the parameter
_(underbar)
Adds the value specified by the parameter to the current value.
5. Sign
Specifies the method of processing the value specified by parameters.
Code
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 if the sent ID coincides with the projector ID.
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.
Hexadecimal
02h
45h
52h
34h
30h
31h
03h
Character
E
R
4
0
1
 In case of the parameter error or REMOTE2 effective.
Hexadecimal
02h
45h
52h
34h
30h
32h
03h
Character
E
R
4
0
2
4. 1. 5. Cable specification
 When connected to a computer
1
1
2
2
3
3
4
4
5
5
6
6
7
7
8
8
9
9
NC
NC
NC
NC
NC
NC
NC
NC
Projector
(<SERIAL IN> terminal)
Computer
(DTE specifications)
INF-18
SECTION 1 SERVICE INFORMATION
9. Attention
-  If a command is transmitted after the lamp 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.
-  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.
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 accessories. 
When connected directly, cross type cable is recommended.
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] → [NETWORK STATUS]
 - Port number  : Obtain from the main menu → [NETWORK] → [NETWORK CONTROL] → [COMMAND PORT]
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 byte
1 byte
1 byte
1 byte
8 byte
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-19
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 bytes
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 byte
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-20
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] → [NETWORK STATUS]
 - Port number : Obtain from the main menu → [NETWORK] → [NETWORK CONTROL] → [COMMAND PORT]
2. Check the response from the projector
 - Response data
Data section
Blank
Mode
Termination symbol
“NTCONTROL”
(ASCII string)
' '
0x20
'1'
0x31
(CR)
0x0d
9 byte
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 byte
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)
Page of 127
Display

Click on the first or last page to see other PT-EZ580 / PT-EZ580L / PT-EZ580D / PT-EZ580LD / PT-EW640 / PT-EW640L / PT-EW640D / PT-EW640LD / PT-EX610 / PT-EX610L / PT-EX610D / PT-EX610LD (serv.man2) service manuals if exist.