LAN Control Function

advertisement
<For System Sales Company / SI&SE>
PDP SE Reference
PEH-P035-R1
(First issue: 31 Jul09’)
*Visual Products and Display Devices Business Group
LAN Control Function
AVC Networks Company
Overview
1. Since 12 series FHD model, LAN Control function is available with LAN board installation. There are
two types of controlling as follows.
1)Command Control
LAN Control function of the unit can control the unit in the same way as serial control from a network.
2)PJLink Protocol
LAN Control function of the unit confirms with PJLink™ class 1and you can operate PDP from your
computer using PJLink protocol.
2. You need to develop the application to use those function. VDBG doesn’t provide the application, please
develop it by using this manual.
Operation flow
Here is operation flow from “PDP Start” to “Command Execution”.
PDP Start
Network
Setup
Application
Start
Authentication
Command
Execution
*The connection will be terminated 30 seconds after receiving command response because of timeout.
Network Setup
Please make the following setting to use network function
Please set a Port number
arbitrarily . The initial value is
“1024”.
Please select “LAN”
LAN Control function page [1 of 4]
<For System Sales Company / SI&SE>
PDP SE Reference
PEH-P035-R1
(First issue: 31 Jul09’)
*Visual Products and Display Devices Business Group
AVC Networks Company
Authentication
LAN Control function has authentication for accessing control. The authentication key has to be created
by “MD5” algorithm at PC and PDP separately. Those authentication keys will be matched when PDP
command has been transmitted. If they are the same, PDP execute the command. If not, PDP
terminates the connection.
PDP address is 192.168.0.8
Transmission image
*TCP 3 way handshake connection
Connection
request
PDP response
IP=192.168.0.8 port nnnn
Please set following numbers for nnnn.
Command Control : Port number at Network setup
PJ Link
: 4352
Command Control
“PDPCONTROL” ”1” ”random digits”
PJLink Protocol
“PJLINK” ”1” ”random digits”
Authentication
key creation
random digits
password
Initial password is ”Panasonic”
MD5 algorithm
Authentication key
Authentication
Command
Execution
Command Control
Authentication key+<STX>+Serial Command+<ETX>+(CR)
PJLink Protocol
Authentication key+<Header2>+PJLink Command+<ETX>+(CR)
*PC sends a request to terminate the connection at TCP layer.
Connection
termination
<Header2>+PJLink command
LAN Control function page [2 of 4]
<For System Sales Company / SI&SE>
PDP SE Reference
PEH-P035-R1
(First issue: 31 Jul09’)
*Visual Products and Display Devices Business Group
AVC Networks Company
Command Execution
Command Control
*Please refer to the Serial command list of PF12 series for detailed commands.
E.g., PON command
Command
Response
Successful
Failed
<STX>
Serial command
<ETX>
(CR)
0x02
PON
0x03
0x0d
1 byte
3 byte
1 byte
1 byte
Response format: <STX>+Result+<ETX>+(CR)
<STX>
Result
<ETX>
(CR)
0x02
PON
0x03
0x0d
1 byte
3 byte
1 byte
1 byte
<STX>
Result (Error Code)
<ETX>
(CR)
0x02
ER401
0x03
0x0d
1 byte
5 byte
1 byte
1 byte
PJLink Protocol
*Please refer to the next page for detailed commands.
E.g., Power ON
Command
Response
Successful
Header2
(CR)
%1
POWR 1
0x0d
2 byte
6 byte
1 byte
Response format: <Header2>+(PJLink Command)=(Result)+(CR)
Result
(CR)
POWR=OK
0x0d
2 byte
7 byte
1 byte
Header2
Result
(CR)
POWR=ERRn
0x0d
2:Invaild range
9 byte
1 byte
3:Not acceptable
Header2
%1
Failed
PJLink command
%1
2 byte
LAN Control function page [3 of 4]
n=1:Undefined
<For System Sales Company / SI&SE>
PDP SE Reference
PEH-P035-R1
(First issue: 31 Jul09’)
*Visual Products and Display Devices Business Group
AVC Networks Company
PJLink Protocol Commands
Commands to control the unit with PJLink protocol are shown in the table below.
Password Control
*Available for both Command Control and PJLink function
You can change the password for Command Control as follows.
<STX>+PDPPASSWD: new password+<ETX>+(CR)
<STX>
Command
0x02
PDPPASSWD: new password
1 byte
10 byte+ new password
New password has to be less than 32 letters.
*alphanumeric
<ETX>
(CR)
0x03
0x0d
1 byte
1 byte
You can reset the password by changing the PDP status to SHIPPING CONDITION.
LAN Control function page [4 of 4]
Download