Orion Pdp Home Page Logon And Version Information; Mscs Protocol - Orion MIS-4220 User Manual

Infinitely expandable mpdp
Hide thumbs Also See for MIS-4220:
Table of Contents

Advertisement

MIS-4220 / MIS-4220R / MIS-4230

5.14. Orion PDP Home Page logon and Version information

y
In order to move to Orion PDP's website, go to "Help" of menu bar → "OrionDisplay HomePage".
Orion PDP Home Page Logon
y
Go to "Help" of menu bar → "About" to check MSCS.
Downloaded From TV-Manual.com Manuals
Checking MSCS Version
42

6. MSCS Protocol

*"BIC" function is applicable only to MIS-4230.
1.
Protocol Form
Send To PDP
ƒ
Sub
Command
PDP ID
Data
End
Command
4byte
2byte
4byte
Variable
1byte
-
Format sent from PC to PDP, only the selected ID("PDP ID") will
correspond to the given command.
Receive From PDP
ƒ
Sub
Command
PDP ID
Data
End
Command
4byte
2byte
4byte
Variable
1byte
-
A respond from PDP to PC, a respond format for certain
commands. Not all commands have response.
Sub Command
ƒ
-
Command code
Data fomat
ƒ
-
The format is 2byte dividing the Actual Data(1byte) into two, first
4bits("A") and second 4bits("B"), "B" adds 0x30, "A" shifts 4bit and
add 0x30. The Send Data(1byte) becomes 2byte.
-
1byte
0X60
0X06
0X06 + 0X30
0X36
0X6B
0X0B
0X0B + 0X30
0X3B
Real Data
Send Data
2.
Protocol Value
2.1 Command
Send To PDP
ƒ
ASCII
k(0x6B)
M(0x4D)
Send To PDP
HEX
0x36
0x3B
0x34
0x3D
-
Starting code for Send Command from PC to PDP, fixed 4byte.
-
Refer to the Data format shown in 6.1 Protocol Form.
Receive From PDP
ƒ
ASCII
k(0x6B)
N(0x4E)
Receive From PDP
HEX
0x36
0x3B
0x34
0x3E
-
Starting code for Send Respond from PDP to P, fixed 4byte.
-
Refer to the Data format shown in 6.1 Protocol Form.
0X60
0X06
0X06 + 0X30
0X36
0X6B
0X0B
0X0B + 0X30
0X3B
Real Data
Send Data
Infinitely Expandable
2.2 PDP ID
Format
ƒ
-
Send Data is 2byte, Refer to the Data format shown in 6.1 Protocol
Form.
-
Ex)
ID value
Hex value
Send ID value
"1"
0x01
0x30, 0x31
"10"
0x0A
0x30, 0x3A
"20"
0x14
0x31, 0x34
"99"
0x63
0x36, 0x33
-
ID ="99" , example
0X60
0X06
0X06 + 0X30
0X36
99
0X63
0X03
0X03 + 0X30
0X33
Real Data
Send Data
-
ID ="99", Coding Example
//==========================================
PDP_ID = 99;
// PDP_ID: 0x63
ID[1] = ((PDP_ID)&0xF0>>4)+0x30;
// ID[1]: 0x36
ID[0] = (PDP_ID&0x0F)+0x30;
// ID[0]: 0x33
//==========================================
2.3 Sub Command
2.3.1 Multi Scale Control
Multi Scale Command
ƒ
ASCII
M(0x4D)
s(0x73)
Multi Scale
HEX
0x34
0x3D
0x37
-
MPDP Multi Scale command
2.3.2 PDP Control
Power Command
ƒ
ASCII
R(0x52)
n(0x6E)
Power On
HEX
0x35
0x32
0x36
ASCII
R(0x52)
f(0x66)
Power Off
HEX
0x35
0x32
0x36
-
PDP Power On/Off command
Information OSD Command
ƒ
ASCII
R(0x52)
I(0x49)
Information OSD
HEX
0x35
0x32
0x34
-
Command to display current input Mode, Resolution on OSD.
43
0x33
0x3E
0x36
0x39

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mis-4230Mis-4220r

Table of Contents