46
MIS-4220 / MIS-4220R / MIS-4230
47
Infinitely Expandable
2.3.4 WhiteBalance Control
Graphic User Mode Command
Graphic User
Mode Brightness
ASCII
G(0x47)
a(0x61)
HEX
0x34
0x37
0x36
0x31
Graphic User
Mode Contrast
ASCII
G(0x47)
b(0x62)
HEX
0x34
0x37
0x36
0x32
Graphic User
Mode Sharpness
ASCII
G(0x47)
c(0x63)
HEX
0x34
0x37
0x36
0x33
Graphic User
Mode Color
ASCII
G(0x47)
d(0x64)
HEX
0x34
0x37
0x36
0x34
Graphic User
Mode Tint
ASCII
G(0x47)
e(0x65)
HEX
0x34
0x37
0x36
0x35
Command for controlling Brightness, Contrast, Sharpness, Color,
-
Tint for PC and DTV
Video User Mode Command
Video User Mode
Brightness
ASCII
V(0x56)
a(0x61)
HEX
0x35
0x36
0x36
0x31
Video User Mode
Contrast
ASCII
V(0x56)
b(0x62)
HEX
0x35
0x36
0x36
0x32
Video User Mode
Sharpness
ASCII
V(0x56)
c(0x63)
HEX
0x35
0x36
0x36
0x33
Video User Mode
Color
ASCII
V(0x56)
d(0x64)
HEX
0x35
0x36
0x36
0x34
Video User Mode
Tint
ASCII
V(0x56)
e(0x65)
HEX
0x35
0x36
0x36
0x35
Command for controlling Brightness, Contrast, Sharpness, Color,
-
Tint for Video
White Balance Command
White Balance
Gain Red
ASCII
G(0x47)
A(0x41)
HEX
0x34
0x37
0x34
0x31
White Balance
Gain Green
ASCII
G(0x47)
B(0x42)
HEX
0x34
0x37
0x34
0x32
White Balance
Gain Blue
ASCII
G(0x47)
C(0x43)
HEX
0x34
0x37
0x34
0x33
White Balance
Offset Red
ASCII
G(0x47)
E(0x45)
HEX
0x34
0x37
0x34
0x35
White Balance
Offset Green
ASCII
G(0x47)
F(0x46)
HEX
0x34
0x37
0x34
0x36
White Balance
Offset Blue
ASCII
G(0x47)
G(0x47)
HEX
0x34
0x37
0x34
0x37
Command for controlling White Balance for DVI
-
Graphic Data Command
Graphic Data Gain
Red
ASCII
G(0x47)
r(0x72)
HEX
0x34
0x37
0x37
0x32
Graphic Data Gain
Green
ASCII
G(0x47)
s(0x73)
HEX
0x34
0x37
0x37
0x33
Graphic Data Gain
Blue
ASCII
G(0x47)
t(0x74)
HEX
0x34
0x37
0x37
0x34
Graphic Data Offset
Red
ASCII
G(0x47)
u(0x75)
HEX
0x34
0x37
0x37
0x35
Graphic Data Offset
Green
ASCII
G(0x47)
v(0x76)
HEX
0x34
0x37
0x37
0x36
Graphic Data Offset
Blue
ASCII
G(0x47)
w(0x77)
HEX
0x34
0x37
0x37
0x37
Command for controlling White Balance for PC and DTV.
-
Video Data Command
Video Data Bright-
ness
ASCII
V(0x56)
r(0x72)
HEX
0x35
0x36
0x37
0x32
Video Data Contrast
ASCII
V(0x56)
s(0x73)
HEX
0x35
0x36
0x37
0x33
Video Data Color
ASCII
V(0x56)
t(0x74)
HEX
0x35
0x36
0x37
0x34
Video Data Tint
ASCII
V(0x56)
u(0x75)
HEX
0x35
0x36
0x37
0x35
Video Data Cr
ASCII
V(0x56)
v(0x76)
HEX
0x35
0x36
0x37
0x36
Video Data Cb
ASCII
V(0x56)
w(0x77)
HEX
0x35
0x36
0x37
0x37
Command for controlling White Balance for Video
-
2.3.5 BIC Control
BIC Control Command
BIC Control
ASCII
B(0x42)
₩
(0x5C)
HEX
0x34
0x32
0x35
0x3C
BIC(Burn In Compensation) Control Command
-
2.4 Data
2.4.1 Send Data
※
Refer to the Data format shown in 6.1 Protocol Form.
Ex) 0x40
-
0X40
0X04
0X04 + 0X30
0X00 + 0X30
0X40
0X00
Real Data
Sand Data
0X34
0X30
//==========================================
Data = 0x40;
// Data: 0x40
Data[1] = ((Data)&0xF0>>4)+0x30;
// Data [1]: 0x34
Data[0] = (Data &0x0F)+0x30;
// Data [0]: 0x30
//==========================================
Multi Scale Data
Send
Multi
Scale
ASCII
S(Source)
M(Width)
N(Height) P(Position)
HEX
High
Value
Low
Value
High
Value
Low
Value
High
Value
Low
Value
High
Value
Low
Value
※ Source: Refer to the Input Source Command shown in 6.2 Protocol
Value
M, N, P
-
Ex) Selecting 3x3 within MPDP 5x5
-
ID:1
ID:2
ID:3
ID:4
ID:5
ID:6
ID:7
ID:8
ID:9
ID:10
ID:11
ID:12
ID:13
N:3, M:3
P:1
ID:14
N:3, M:3
P:2
ID:15
N:3, M:3
P:3
ID:16
ID:17
ID:18
N:3, M:3
P:4
ID:19
N:3, M:3
P:5
ID:20
N:3, M:3
P:6
ID:21
ID:22
ID:23
N:3, M:3
P:7
ID:24
N:3, M:3
P:8
ID:25
N:3, M:3
P:9
Tracking Data
Send Tracking
Data
ASCII
(Value+127)
HEX
High Value
Low Value
Downloaded From TV-Manual.com Manuals