Baud Rate
Data Bit
Stop Bit
Parity Bit
Stream Control
9600bps
8bit
1bit
None
None
3.1. Communication timing
- The controller should wait for a packet interval before next command is sent.
The packet interval needs to be longer than 600msec for the LCD monitor
2
4. Command List
4.1. Basic Command List
4.1.1. VCP Command
Command Page Communication Format
Picture Mode p.12-p.16
Brightness p.12-p.16
Contrast p.12-p.16
Color p.12-p.16
Tint p.12-p.16
Sharpness p.12-p.16
Color Temp (R/G/B) p.12-p.16
Size p.12-p.16
Auto in progress p.12-p.16
Volume p.12-p.16
Balance p.12-p.16
Language p.12-p.16
OSD Tone p.12-p.16
BG Gray p.12-p.16
Fan Control p.12-p.16
Input p.12-p.16
Mute p.12-p.16
Cooling Fan Status p.12-p.16
Read Out Temperature p.12-p.16
Hours Running On Time p.12-p.16
Display Device On Time p.12-p.16
Ex.) If you want to control a monitor that has the "ID No." as '1', specify a
destination address 'A'(41h). If you want to control all of the monitors which
are connected by a daisy chain, specify a destination address ‘*’(2Ah).
4thbyte) Source: Source equipment ID. (Sender)
Specify a sender address.
The controller must be ‘0’ (30h).
5thbyte) Message Type: (Case sensitive.)
Refer to section 5.1.2. “Message block format” for more details.
ASCII 'A' (41h): Command.
ASCII 'B' (42h): Command reply.
ASCII 'C' (43h): Get current parameter from a monitor.
Specify the length of the message (that follows the header) from STX to ETX.
This length includes STX and ETX.
The byte data must be encoded to ASCII characters.
Ex.) The byte data 3Ah must be encoded to ASCII characters '3' and 'A' (33h and 41h).
The byte data 0Bh must be encoded to ASCII characters '0' and 'B' (30h and 42h).
5.1.2. Message block format
“Message block format” is allied to the “Message Type” in the “Header”.
Refer to the section 5.2. “Message type” for more detail.
1
)
Get currentparameter
The controller sends this message when you want to get the status of the monitor.
For the status that you want to get, specify the “OP code page” and “OP code”,
refer to 5.3.1. “VCP (OP code page/OP code) List”.
“Message type” of the “Get current
STX
<< Refer to section 5.2.1. “Get current parameter from a monitor.” for more details.>>
Header
parameter” is as follows,
OP code page OP code
Hi Lo Hi Lo
Message
Check code Delimiter
ETX
6
2)Get Parameter reply
OP code
Hi Lo Hi Lo Hi Lo Hi Lo
Hi Lo Hi Lo Hi Lo Hi Lo
The monitor will reply with the status of the requested item specified by the
controller
in the “Get parameter message”.
“Message type” of the “Get parameter reply” is as follows,
STX
3)Set parameter
The controller sends this message to change a setting of the monitor.
4)Set Parameter reply
The monitor replies with this message for a confirmation of the “Set parameter
message”.
STX
5)Command
“Command message” format depends on each command.
Usually, this “command message” is used for some non-slider controls and some
special operations, such as “power control”, etc. Refer to section 5. 4 .
“Commands message” for more details.
6)Command reply
The monitor replies to a query from the controller.
“Command reply message” format depends on each command.
Refer to section 5.4. “Commands message” for more details.
Result
<< Refer to section 5.2.2. “Get parameter reply” for more details. >>
Message type of the “Set parameter” is as follows,
<< Refer to section 5.2.3. “Set parameter” for more details.>>
Message type of the “Set parameter reply” is as follows,
Result
<< Refer to section 5.2.4. “Set parameter reply” for more details. >>
page
STX
OP
code
page
OP code
OP code
page
Hi Lo Hi Lo MSB
OP
code
Type Max value Current Value
MSB
OP
code
Type Max value
Set Value
MSB
LSB MSB
ETX
LSB
Requested
setting Value
LSB MSB LSB
ETX
LSB
ETX
7
7
6
5
4
3
2
1
0
n+1
Source
Message
OP code
Check
01
5.1.3. Check code
Header Message
Check code is the Block Check Code (BCC) between the Header and the End of Message except SOH.
2
2
2
SOH D0
Reserved D1
Destination D2
Source D3
Type D4
Length D5 D6
STX D7
Data D8
| |
| |
ETX Dn
Check code D
D
= D1 XOR D2 XOR D3 XOR ,,, D
n+1
P P P P P P P P
n
XOR: Exclusive OR
Following is an example of a Check code (BCC) calculation.
Send this message when you want to get the status of a monitor.
For the status that you want to get, specify the “OP code page” the “OP code”, refer to
“VCP (OP code page/OP code) List”.
1
2
4th–5thbytes) OP code: Operation code
th
6
STX
1st2nd-3rd4th–5th6th
st
byte) STX: Start of Message
ASCII STX (02h)
nd-3rd
bytes) OP code page: Operation code page.
Specify the “OP code page” for the control which you want to get the status.
Refer to 5.3.1. “VCP (OP code page/OP code) List” for each item.
OP code page data must be encoded to ASCII characters.
Ex.) The byte data 02h must be encoded to ASCII characters '0' and '2' (30h
OP code page 02h -> OP code page (Hi) = ASCII '0' (30h)
OP code page (Lo) = ASCII '2' (32h)
Refer to 5.3.1. “VCP (OP code page/OP code) List”.
Refer to 5.3.1. “VCP (OP code page/OP code) List” for each item.
OP code data must be encoded to ASCII characters.
Ex.) The byte data 3Ah must be encoded to ASCII characters '3' and 'A' (33h and 41h).
OP code 3Ah -> OP code (Hi) = ASCII '3' (33h)
OP code (Lo) = ASCII 'A' (41h)
Refer to 5.3.1. “VCP (OP code page/OP code) List”.
The monitor replies with a current value and the status of the requested item (operation code).
st
1
byte) STX: Start of Message
ASCII STX (02h)
nd-3rd
2
bytes) Result code.
These bytes indicate a result of the requested commands as follows,
00h: No Error.
01h: Unsupported operation with this monitor or unsupported operation under current
condition.
This result code from the monitor is encoded to ASCII characters.
Ex.) The byte data 01h is encoded to ASCII character '0' and '1' (30h and 31h).
th–5th
4
bytes) OP code page: Operation code page.
These bytes indicate a replying item's OP code page.
This returned value from the monitor is encoded to ASCII characters.
Ex.) The byte data 02h is encoded to ASCII character '0' and '2' (30h and 32h).
Refer to 5.3.1. “VCP (OP code page/OP code) List”.
6th –7thbytes) OP code: Operation code
These bytes indicate a replying item's OP code.
This returned value from the monitor is encoded to ASCII characters.
Refer to 5.3.1. “VCP (OP code page/OP code) List”.
Ex.) The byte data 1Ah is encoded to ASCII character '1' and 'A' (31h and 41h).
9
HiLo
th
8
-9thbytes) Type: Operation type code
00h: Set parameter
01h: Momentary
Like the Auto Setup function which automatically changes the parameter.
This returned value from the monitor is encoded to ASCII characters.
Ex.) The byte data 01h is encoded to ASCII character '0' and '1' (30h and 31h).
th
10
-13thbytes) Max. value: Maximum value which monitor can accept. (16bits)
This returned value from the monitor is encoded to ASCII characters.
Ex.) '0','1','2' and '3' means 0123h (291)
th
14
-17thbytes) Current Value: (16bits)
This returned value from the monitor is encoded to ASCII characters.
Ex.) '0','1','2' and '3' means 0123h (291)
th
18
byte) ETX: End of Message
ASCII ETX (03h)
5.2.3. Set parameter
STX
1
OPcodepageOPcodeSetValue
HiLoHiLoMSB
st
2nd-3rd4th-5th6th-9th10
LSB
ETX
th
Send this message to change monitor’s adjustment and so on.
The controller requests a monitor to change value.
st
1
byte) STX: Start of Message
ASCII STX (02h)
nd-3rd
2
bytes) OP code page: Operation code page
This OP code page data must be encoded to ASCII characters.
Ex.) The byte data 02h must be encoded to ASCII '0' and '2' (30h and 32h).
Refer to 5.3.1. “VCP (OP code page/OP code) List”.
th-5th
4
bytes) OP code: Operation code
This OP code data must be encoded to ASCII characters.
Ex.) OP code 1Ah -> OP code (Hi) = ASCII '1' (31h)
OP code (Lo) = ASCII 'A' (41h)
Refer to 5.3.1. “VCP (OP code page/OP code) List”.
th-9th
6
bytes) Set value
This data must be encoded to ASCII characters.
Ex.) 0123h -> 1
<< The Monitor echoes back the parameter and status of the requested operation code.>>
byte) STX: Start of Message
ASCII STX (02h)
1
STX
st
ETX
10
nd-3rd
2
bytes) Result code
ASCII '0''0' (30h, 30h): No Error.
ASCII '0''1' (30h, 31h): Unsupported operation with this monitor or unsupported operation under
current condition.
th-5th
4
bytes) OP code page: Echoes back the Operation code page for confirmation.
Reply data from the monitor is encoded to ASCII characters.
Ex.) OP code page 02h -> OP code page = ASCII '0' and '2' (30h and 32h)
Refer to 5.3.1. “VCP (OP code page/OP code) List”.
th-7th
6
bytes) OP code: Echoes back the Operation code for confirmation.
Reply data from the monitor is encoded to ASCII characters.
Ex.) OP code 1Ah -> OP code (Hi) = ASCII '1' (31h)
OP code (Lo) = ASCII 'A' (41h)
Refer to 5.3.1. “VCP (OP code page/OP code) List”.
th-9th
8
bytes) Type: Operation type code
ASCII '0''0' (30h, 30h): Set parameter
ASCII '0''1' (30h, 31h): Momentary
Like Auto Setup function, that automatically changes the parameter.
th
10
-13thbytes) Max. value: Maximum value that monitor can accept. (16bits)
Reply data from the monitor is encoded to ASCII characters.
Ex.) '0''1''2''3' means 0123h (291)
th
14
-17thbytes) Requested setting Value: Echoes back the parameter for confirmation. (16bits)
Reply data from the monitor is encoded to ASCII characters.
Ex.) '0''1''2''3' means 0123h (291)
th
18
byte) ETX: End of Message
ASCII ETX (03h)
11
5.3. VCP Command
5.3.1. VCP (OP code page/OP code) List
Picture Mode 02h 1Ah
Item
Brightness 00h 10h
Contrast 00h 12h
Color 02h 1Fh
Tint 00h 90h
Sharpness 00h 8Ch/87h
PICTURE
Color Temp NA NA
R 00h 16h
Size 02h 70h
Auto in progress 00h 1Eh 1: Execute Only PC mode
G 00h 18h
B 00h 1Ah
OP code
page
OP code Parameter Remarks
0: User
1: Dynamic
2: Standard
3: Movie
4: Mild
0: dark
|
100: bright
0: low
|
100: high
0: pale
|
100: deep
0:
|
100:
0: dull
|
100: sharp
User
Normal
Cool1
Cool2
Warm1
Warm2
0
|
100
0
|
100
0
|
100
1: Normal
2: Full
3: Wide
4: Zoom
User only
User only
User only
User only
User only
NA
User only
User only
User only
?
0: whisper
Volume 00h 62h
SOUND
B ala n c e 0 0h 93h
Lan g uag e 00h 6 8 h
SET UP
|
100: loud
O : L e f t
|
5 0:( C e n t er)
|
1 00: R i g ht
0: N OP
1: E ngl i sh
2: G erm a n
3: F ren c h
4: S pan i sh
12: Por t ugu e se
OSD Lan g uag e
12
OSD Tone 02h B8h
Fan control not used the
BG Gray 02h DFh
Fan Control 02h 7Dh
Input 00h 60h
0: None
1: Off(Opaque)
2: ON
0: black
/
Max:white
0: None
1: Auto
2: Always On
0: NOP
1: PC
3: DVI
4: HDMI
5: AV1
6: AV2
7: S-VIDEO
12: Component
‘off’ command.
Mute 00h 8Dh
0,2: UNMUTE
1: MUTE
ETC
Cooling Fan Status 02h 7Bh
Read Out Temparature 02h 79h Get only
Hours Running On Time 00h FAh Only read 1 count/30 minute
Dis p lay Dev i ce On T ime 0 0 h FF O n ly r ea d 1 c o unt / 30 m in u te
0:off
1:on
Get only
Get current temperature
of main sensor.(only get)
13
5.3.2. How to change the “Brightness” setting.
The following is a sample of procedures to control the monitor, these are examples of "Get
parameter", "Set parameter" and "Save current settings".
Step 1. The controller requests the Monitor to reply with the current brightness setting and
capability to support this operation. (Get parameter)
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID from which you want to get a value.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'C' (43h): Message type is "Get parameter command".
'0'-'6' (30h, 36h): Message length is 6 bytes.
Message
STX (02h): Start of Message
'0'-'0' (30h, 30h): Operation code page number is 0.
'1'-'0' (31h, 30h): Operation code is 10h (in the OP code page 0).
ETX (03h): End of Message
Check code
BCC: Block Check Code
R efe r to th e se c tio n 5 . 1.3 . “C heck co d e” f or a BCC calculation.
Delimiter
CR (0Dh): End of packet
Step 2. The monitor replies with current Brightness setting and capability to support this
SOH (01h): Start Of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.) When this byte is set to 'A', the replying Monitor ID is '1'.
'D' (44h): Message Type is "Get parameter reply".
'1'-'2' (31h, 32h): Message length is 18 bytes.
Message
STX (02h): Start of Message
'0'-'0' (30h, 30h): Result code. No error.
'0'-'0' (30h, 30h): Operation code page number is 0.
'1'-'0' (31h, 30h): Operation code is 10h (in the page 0).
'0'-'0' (30h, 30h): This operation is "Set parameter" type.
'0'-'0'-'6'-'4' (30h, 30h, 36h, 34h): Brightness max value is 100(0064h).
'0'-'0'-'3'-'2' (30h, 30h, 33h, 32h): Current Brightness setting is 50(0032h) .
ETX (03h): End of Message
Check code
BCC: Block Check Code
R efe r to th e se c tio n 5 . 1.3 . “C heck co d e” f or a BCC calculation.
Delimiter
CR (0Dh): End of packet
STX-'0'-'0'-'1'-'0'-ETX BCC CR
Delimiter
BCC CR
-'0'-'0'-'6'-'4'-'0'-'0'-'3'-'2'-
ETX
14
Step 3. The controller request the monitor to change the Brightness setting
Header Message
SOH-'0'-Monitor ID-'0'-'E'-'0''A'
Header
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID of which you want to change a setting.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller .
'E' (45h): Message Type is "Set parameter command".
'0'-'A' (30h, 41h): Message length is 10 bytes.
Message
STX (02h): Start of Message
'0'-'0' (30h, 30h): Operation code page number is 0.
'1'-'0' (31h, 30h): Operation code is 10h (in the page 0).
'0'-'0'-'5'-'0' (30h, 30h, 35h, 30h): Set Brightness setting 80(0050h).
ETX (03h): End of Message
Check code
BCC: Block Check Code
R efe r to th e se c tio n 5 . 1.3 . “C heck co d e” f or a BCC calculation.
Delimiter
CR (0Dh): End of packet
Step 4. The monitor replies with a message for confirmation.
Header Message
SOH-'0'-'0'- Monitor ID -'F'-'1''2'
Header
SOH (01h): Start Of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.) When this byte is set to 'A', the replying Monitor ID is '1'.
'F' (46h): Message Type is "Set parameter reply".
'1'-'2' (31h, 32h): Message length is 18 bytes.
Message
STX (02h): Start of Message
'0'-'0' (30h, 30h): Result code. No error.
'0'-'0' (30h, 30h): Operation code page number is 0.
'1'-'0' (31h, 30h): Operation code is 10h (in the page 0).
'0'-'0' (30h, 30h): This operation is "Set parameter" type.
'0'-'0'-'6'-'4' (30h, 30h, 36h, 34h): Brightness max value is 100(0064h).
'0'-'0'-'5'-'0' (30h, 30h, 35h, 30h): Received a Brightness setting was 80(0050h) .
ETX (03h): End of Message
Check code
BCC: Block Check Code
R e fe r to the sec tio n 5. 1 .3. “C h eck cod e” f or a BCC calculation.
Delimiter
CR (0Dh): End of packet
Repeat Step 1 and Step 2, if you need to check the Brightness setting. (Recommended)
Step 5. Request the monitor to store the Brightness setting. (Save Current Settings Command)
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID which you want to store the setting.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'0'-'4' (30h, 34h): Message length is 4 bytes.
Message
STX (02h): Start of Message
'0'-'C' (30h, 43h): Command code is 0Ch as "Save current settings".
ETX (03h): End of Message
Check code
BCC: Block Check Code
R efe r to th e se c tio n 5 . 1.3 . “C heck co d e” f or a BCC calculation.
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID from which you want to get status.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message Type is "Command".
'0'-'6' (30h, 36h): Message length is 6 bytes.
Message
STX (02h): Start of Message
'0'-'1'-'D'-'6': Get power status command.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 5.1.3. “Check code” for a BCC calculation.
SOH (01h): Start Of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.)
When this byte is set to 'A', the replying Monitor ID is '1'.
'B' (42h): Message Type is "Command reply".
'1'-'2' (31h, 32h): Message length is 18 bytes.
Message
STX(02h):Start of Message
'0'-'2' (30h, 32h): Reserved data
'0'-'0' (30h, 30h): Result code
00: No Error.
01: Unsupported.
'D'-'6'(44h, 36h): Display power mode code
'0'-'0' (30h, 30h): Parameter type code is "Set parameter".
Check
code
BCC CR
Delimiter
17
'0'-'0'-'0'-'4' (30h, 30h, 30h, 34h): Power mode is 4 types.
'0'-'0'-'0'-'1' (30h, 30h, 30h, 31h): Current power mode
<Status>
0001: ON
0002: Stand-by (power save)
0003: Suspend (power save)
0004: OFF (same as IR power off)
ETX (03h): End of Message
Check code
BCC: Block Check Code
R efe r to th e se c tio n 5 . 1.3 . “C heck co d e” f or a BCC calculation.
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID which you want to change a setting.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'0'-'C (30h, 43h): Message length is 12 bytes.
Message
STX (02h): Start of Message
'C'-'2'-'0'-'3'-'D'-'6' (43h, 32h, 30h, 33h, 44h, 36h): power control command
'0'-'0'-'0'-'1' (30h, 30h, 30h, 31h): Power mode
0001: ON
0002, 0003: Do not set.
0004: OFF (same as the power off by IR)
ETX (03h): End of Message
Check code
BCC: Block Check Code
R efe r to th e se c tio n 5 . 1.3 . “C heck co d e” f or a BCC calculation.
When this byte is set to 'A', the replying Monitor ID is '1'.
'B' (42h): Message type is "Command reply".
'N'-'N': Message length
18
Note.) The maximum data length that can be written to the monitor at a time is
32bytes.
Ex.) The byte data 20h is encoded as ASCII characters '2' and '0' (32h and 30h).
Message
STX (02h): Start of Message
'0'-'0' (30h, 30h): Result code. No error.
'C'-'2’,'0'-'3'-'D'-'6' (43h, 32h, 30h, 33h, 44h, 36h): power control reply command
The monitor replies same as power control command to the controller.
'0'-'0'-'0'-'1' (30h, 30h, 30h, 31h): Power mode
0001: ON
0002, 0003: Do not set.
0004: OFF (same as the power off by IR)
ETX (03h): End of Message
Check code
BCC: Block Check Code
R efe r to th e se c tio n 5 . 1.3 . “C heck co d e” f or a BCC calculation.
Delimiter
CR(0Dh):Endofpacket
19
6.1.2
. Setting Parameters to Juno
6.1.
3. Read Param eters from Juno
6. Optional Commands
6.1. Communication Format (for Optional Commands)
6.1.1. Virtual Remote Control
20
6.2. Control Command Packet
6.2.1. System Parameter Direct Settings/Read Packet
The following is a sample of procedures to control the monitor, these are examples of “ Set parameter” , “ Get
parameter”.
7.1. “ Language ” Control procedure
7.1.1. Language Control
CMD Data1 Data2 Data3 Data4 Data5
Command
(0xF5)
Command (0xF5) : Start bit
Tar get (0x88) : Set bit
Monitor ID (0x00) : Default value -> 0x00
CMD (0xFE) : command data
Parameter(0x00) : ‘Language’ parameter
Value : Data value
0 : English
1 : Spanish
2 : Portuges
3 : German
4 : French
7.1.2. Language state read
CMD Data1 Data2 Data3 Data4
Command
(0xF4)
Command (0xF4) : Start bit
Tar get (0x89) : Get bit
Monitor ID (0x00) : Default value -> 0x00
CMD(0xFE) : command data
Parameter (0x00) : ‘Language’ parameter
CMD Data1
Command
(0xF1)
Command (0xF1) : Start send bit
Value : Current Language getting value
1 : Spanish
2 : Portuges
3 : German
4 : French
Target
(0x88)
Target
(0x89)
Value
0 : English
Monitor ID
(0x00)
Monitor ID
(0x00)
CMD
(0xFE)
CMD
(0xFE)
Parameter
(0x00)
Parameter
Value
24
Loading...
+ 55 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.