Marantz VP-4001 Schematic

Page 1
RS-232C Control Specification :
Rev 00
VP4001
Category :
Document Version :
Video Projector
1.0
Author(s) :
Date : 2006/10/07
Number of Page : 15
Marantz America, Inc.
Marantz America, Inc. 2006
All rights are reserved. Reproduction in whole or in part is prohibited without the written consent of copyright.
All specifications might be subject to change without notice.
Page 2
VP4001 RS-232C Control Specification Page: 2 / 15
Document Version [1.0]
Table of Contents
Introduction............................................................................................................................................................ 3
1.
1-1. Purpose ............................................................................................................................................................ 3
1-2. Scope................................................................................................................................................................ 3
1-3. Abbreviations ...................................................................................................................................................3
2. Global Description ................................................................................................................................................ 3
2-1. Overview...........................................................................................................................................................3
2-2. Block Diagram.................................................................................................................................................. 3
2-3. Interface connection specification of the product...........................................................................................3
2-3-1. RS-232C Cross Cable............................................................................................................................. 3
2-3-2. Signal Discription ..................................................................................................................................... 4
3. Detailed Description.............................................................................................................................................. 4
3-1. Connection format ...........................................................................................................................................4
3-1-1. Physical connection................................................................................................................................. 4
3-2. Transmission data format................................................................................................................................ 4
3-2-1. Transmission data format from Host to Slave........................................................................................ 4
3-2-1-1. Form1: Command ........................................................................................................................... 4
3-2-2. Transmission data format from Slave to Host........................................................................................5
3-2-2-1. Form1: OK/ERR .............................................................................................................................. 5
3-2-2-2. Form2: Status answer and Auto status feedback.......................................................................... 5
3-3. The transaction sequences and the regulations............................................................................................ 5
3-3-1. The transaction sequences..................................................................................................................... 5
3-3-2. The transaction regulations..................................................................................................................... 5
4. Definitions of Command and Status.................................................................................................................. 6
4-1. Commands....................................................................................................................................................... 6
4-1-1. Normal Command for General ............................................................................................................... 6
4-1-2. Normal Command for COMPONENT 1 Input ....................................................................................... 9
4-1-3. Normal Command for COMPONENT 2 Input ..................................................................................... 10
4-1-4. Normal Command for S-VIDEO Input.................................................................................................. 11
4-1-5. Normal Command for VIDEO Input ..................................................................................................... 12
4-1-6. Normal Command for RGB Input.........................................................................................................13
4-1-7. Normal Command for HDMI Input........................................................................................................14
5. Revision history...................................................................................................................................................15
Company Restricted
Page 3
VP4001 RS-232C Control Specification Page: 3 / 15
Document Version [1.0]
1. Introduction
1-1. Purpose
This document was written as a reference specification of products that are controled by the host controller.
1-2. Scope
This document would be using by software or hardware engineers for production of the product.
1-3. Abbreviations
Abbreviation Description
2. Global Description
2-1. Overview
A Host controller can control or watch out the product as a Slave very easily via the communication cable.
2-2. Block Diagram
* The product connector is using 9-pin Mini DIN connector. * D-SUB to Mini DIN adapter is attached as an accesory. * Cross type RS232C cable have to be used (D-SUB 9-pin female on product side).
2-3. Interface connection specification of the product
2-3-1. RS-232C Cross Cable
HOST
(Controller)
Connector Pin # Signal
1 2 3 4 5 6 7 8 9
RS232C cable (Cross)
Name
CD CD RD RD SD SD ER ER SG SG DR DR RS RS CS CS
CI
Connection Signal
Name
CI
Pin
#
1 2 3 4 5 6 7 8 9
SLAVE
(VP4001)
Connector:
Mini DIN 9-pin
Connector
<Adapter connector>
D-SUB 9-pin, Male
Company Restricted
Page 4
VP4001 RS-232C Control Specification Page: 4 / 15
Document Version [1.0]
2-3-2. Signal Discription
Pin # Signal Name I/O Reference
1 CD Not Connected 2 RD Receive Data Input Connected to Internal Circuit 3 SD Send Data Output Connected to Internal Circuit 4 ER 5 SG Signal Dround Connected to Internal Circuit 6 DR
1
4
3
2
5
6
7 RS Request to Send Connected to Internal Circuit 8 CS Clear to Send Connected to Internal Circuit
7
9
8
9 CI
3. Detailed Description
The interface specification between the product and a Host controller is described below.
3-1. Connection format
3-1-1. Physical connection
Baud Rate : 9600bps or 115200pbs Data Bits : 8bit Parity : None Stop bit : 1bit
Handshaking : None
3-2. Transmission data format
3-2-1. Transmission data format from Host to Slave
There are two kinds of transmission data form from Host shown below.
3-2-1-1. Form1: Command
Command is a data that requests some status change. Commands from the Host are sent in the following order: command, parameter, and return code. After the projector processes the command from the host, it sends a response code to the computer.
Command Format
C1 C2 C3 C4 P1 P2 P3 P4 0DH
Command (4 digits) Parameter (4 digits Return Code
Start character : None COMMAND : see “Command list” End character (CR) : 0Dh
Note:
• When controlling the projector by using RS-232C commands, wait for at least 30 seconds after the power has been turned on, and then transmit the commands.
• When more than one code is being sent, send each command only after the response code for the previous command from the projector is verified.
Company Restricted
Page 5
VP4001 RS-232C Control Specification Page: 5 / 15
Document Version [1.0]
3-2-2. Transmission data format from Slave to Host
There are two kinds of transmission data form from Slave shown below.
3-2-2-1. Form1: OK/ERR
OK is a reply data from Slave when Slave got an acceptable command data from Host.
Command Format
O K 0DH
Return Code Reply: OK End character (CR): 0Dh
ERR is a reply data from Slave when Slave got an incorrect Command data, Status request data or some other data from Host.
Command Format
E R R 0DH
Return Code
Reply: NAK End character (CR): 0Dh
3-2-2-2. Form2: Status answer and Auto status feedback
Status answers are reply data when Slave got an acceptable Request status or Command data from
Host. Auto status feedbacks are send to Host data when a Slave’s status is changed. Start character : None Answer character : see “Status list”
End character (CR) : 0Dh
3-3. The transaction sequences and the regulations
3-3-1. The transaction sequences
There are three kinds of the transaction sequence,
*A transaction starts from Command from Host and then Slave will return Status answer, OK or ERR.
*A transaction starts from Status request from Host and then Slave will return Status answer or ERR.
*A transaction starts by Auto status feedback from Slave when a Slave’s status was changed.
3-3-2. The transaction regulations
The transactions have some kinds of regulation.
* An reply (OK, ERR or Status answer) transmittion by Slave has to finish within 500ms when got a
Command or a Status request from Host.
* Host must not transmit an another Command or Status request until "it receives a answer by a
previous Command or Status request" or "it passes a term of waitinng time from a finishing of previous transmission of a Command or a Status request ".
* Slave has to finish a transaction under 500ms when it sends Auto status feedback data.
Company Restricted
Page 6
VP4001 RS-232C Control Specification Page: 6 / 15
Document Version [1.0]
4. Definitions of Command and Status
This section explains how to define “Command” and “Status”.
4-1. Commands
This chapter will show the commands of this product.
4-1-1. Normal Command for General
Code Status (Return) code
"STANDB
Y"
or
"40sec.
within
Power on"
OK or ERR
Comment
The Max. adjustable value : difined by the combination of both H/V adjustment.
The Max. adjustable value : difined by the combination of both H/V adjustment.
POWER
INPUT
OSD
BACKGROUND COLOR
AUTO POWER OFF Mode
OSD LANGUAGE
V-KEYSTONE
H-KEYSTONE
Function
POWER ON P O W R _ _ _ 1 OK
POWER OFF P O W R _ _ _ 0
COMP.1 I V E D _ _ _ 1
COMP.2 I V E D _ _ _ 2
S-VIDEO I V E D _ _ _ 3
VIDEO I V E D _ _ _ 4
RGB I R G B _ _ _ 1
HDMI I R G B _ _ _ 2
OSD_DISPLAY : ON I M D I _ _ _ 1
OSD_DISPLAY : OFF I M D I _ _ _ 0
BACKGROUND : BLUE I M B G _ _ _ 1
BACKGROUND : NONE I M B G _ _ _ 2
Auto Power Off: NO USE A P O W _ _ _ 0
Auto Power Off : USE A P O W _ _ _ 1
LANGUAGE : English M E L A _ _ _ 1
LANGUAGE : Deutsch M E L A _ _ _ 2
LANGUAGE : Español M E L A _ _ _ 3
LANGUAGE : Nederlands M E L A _ _ _ 4
LANGUAGE : Français M E L A _ _ _ 5
LANGUAGE : Italiano M E L A _ _ _ 6
LANGUAGE : Svenska M E L A _ _ _ 7
LANGUAGE : 日本語 (Japanese)
LANGUAGE : Português M E L A _ _ _ 9
LANGUAGE : 汉语 (Chinese)
LANGUAGE : 한국어 (Korean)
Keystone Vertical value (-90 +90)
Keystone Horizontal value (-90 +90)
Command
C1 C2 C3 C4 P1 P2 P3 P4
M E L A _ _ _ 8
M E L A _ _ 1 0
M E L A _ _ 1 1
K E Y V _
K E Y H _
Parameter
"_" is Space
"*" is value
* * * OK or ERR ERR
* * * OK or ERR ERR
"POWER
ON"
OK or ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
Company Restricted
Page 7
VP4001 RS-232C Control Specification Page: 7 / 15
Document Version [1.0]
Code Status (Return) code
"STANDB
Y"
or
"40sec.
within
Power on"
Comment
This is effective in COMP.1/2 and VIDEO.
This is effective in COMP.1/2 and VIDEO.
This is effective in S-VIDEO and VIDEO.
IMAGE SHIFT
FREEZE
AUTO SYNC. Mode
MANUAL AUTO SYNC.
Reset SYNC. ADJUSTMENT
LAMP Mode
IRIS Position
Adjust SIGNAL CLOCK
Adjust SIGNAL PHASE
Adjust HORIZONTAL POSITION
Adjust VERTICAL POSITION
Set the OVERSCAN
Adjust the SUBTITLE Mode
VIDEO SYSTEM Mode
INSTALLATION Mode (Reverse)
INSTALLATION Mode (Inverse)
Function
Image Shift value (-24 +24)
Freeze: OFF F R E Z _ _ _ 0
Freeze: ON F R E Z _ _ _ 1
Auto Sync OFF A A D J _ _ _ 0
Auto Sync ON A A D J _ _ _ 1
Auto Sync. Adj. Start A D J S _ _ _ 1 OK or ERR ERR This is effective in RGB.
Reset Sync. Adj. I A R E _ _ _ 1 OK or ERR ERR
Eco Mode: ON T H M D _ _ _ 1
Eco Mode: OFF T H M D _ _ _ 0
Iris: WIDE I R I S _ _ _ 1
Iris: MEDIUM I R I S _ _ _ 2
Iris: NARROW I R I S _ _ _ 3
Clock value (-150-+150)
Phase value (-30-+30)
H-Position value (-150 to +150)
V- position value (-60 to +60)
Overscan H value (-30+30)
Overscan V value (-30+30)
Subtittle value (-30-+30)
Video System: AUTO M E S Y _ _ _ 1
Video System: PAL M E S Y _ _ _ 2
Video System: SECAM M E S Y _ _ _ 3
Video System: NTSC4.43 M E S Y _ _ _ 4
Video System: NTSC3.58 M E S Y _ _ _ 5
Video System: PAL-N M E S Y _ _ _ 6
Video System: PAL-M M E S Y _ _ _ 7
Video System: PAL-60 M E S Y _ _ _ 8
Reverse: OFF (Front) I M R E _ _ _ 0
Reverse: ON (Rear) I M R E _ _ _ 1
Inverse: OFF (Table Top) I M I N _ _ _ 0
Inverse: ON (Ceiling) I M I N _ _ _ 1
Command
C1 C2 C3 C4 P1 P2 P3 P4
L N D S _
I N C L
I N P H _
I A H P
I A V P _
O V S H _
O V S V _
S T S Z _
Parameter
"_" is Space
"*" is value
* * * OK or ERR ERR
* * * * OK or ERR ERR This is effective in RGB.
* * * OK or ERR ERR This is effective in RGB.
* * * * OK or ERR ERR
* * * OK or ERR ERR
* * *
* * *
* * * OK or ERR ERR
"POWER
ON"
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
Company Restricted
Page 8
VP4001 RS-232C Control Specification Page: 8 / 15
Document Version [1.0]
Code Status (Return) code
Function
Special Mode:1 S P M D _ _ _ 1
SPECIAL DISPLAY Mode *1
Check LAMP STATUS
Check PROJECTOR STATUS
Check CURRENT INPUT
Check LAMP STATUS
Check LAMP TIME
Check LAMP LIFE
Check MODEL NAME
RESET ALL All Reset A L R E _ _ _ 1 OK or ERR ERR
Special Mode:2 S P M D _ _ _ 2
Special Mode:3 S P M D _ _ _ 3
Special Mode:4 S P M D _ _ _ 4
Special Mode:5 S P M D _ _ _ 5
Lamp Status Check T L P S _ _ _ 1
Abnormal Status Check T A B N _ _ _ 1
Input Check I C H K ? ? ? ?
Power Status Check T P O W _ _ _ 1
Lamp Elapsed Time Display
Lamp Life (%) Display T L T L _ _ _ 1
Model Name Check M N R D _ _ _ 1 VP4001 VP4001
Command
C1 C2 C3 C4 P1 P2 P3 P4
T L T T _ _ _ 1
Parameter
"_" is Space
"*" is value
"POWER
ON"
OK or ERR ERR
0:OFF 1:ON 2:Re-try 3:Waiting 4:Lamp Error
0:Normal, 1:High Temp., 8: Lamp life: less than 5%, 16: Lamp broken, 32: Failure of turning on the lamp
1:COMP.1 2:COMP.2 3:S-VIDEO 4:VIDEO 5:RGB 6:HDMI
1:ON, 2: Under Cooling 3: Under shutdown
09999 (Integer)
0% 100% (Integer)
"STANDB
Y"
or
"40sec.
within
Power on"
0:OFF 4:Lamp Error
0: Normal 1: High Temp. 2: Cooling Fan Error 4: Open the lamp cover 8: Lamp Life: less than 5% 16: Lamp broken 32: Failure of turning on the lamp 64: Abnormal high temp.
ERR Read Only
0: Standby
09999 (Integer)
0% 100% (Integer)
Comment
Company Restricted
Page 9
VP4001 RS-232C Control Specification Page: 9 / 15
Document Version [1.0]
4-1-2. Normal Command for COMPONENT 1 Input
Code Status (Return) code
“STANDB
Y”
or
“40sec.
within Power
on”
Comment
PICTURE Mode
Adjust CONTRAST
Adjust BRIGHTNESS
Adjust COLOR
Adjust TINT
Adjust SHARPNESS
Adjust RED
Adjust BLUE
COLOR TEMP.
BRILLIANT COLOR Mode
Reset PICTURE SETTING
ASPECT Mode
DNR Position
PROGRESSIVE Mode
Function
Picture mode: Standard V A P S _ _ _ 1
Picture mode: Natural V A P S _ _ _ 2
Picture mode: Dynamic V A P S _ _ _ 3
Picture mode: Theater1 V A P S _ _ _ 4
Picture mode: Theater2 V A P S _ _ _ 5
Picture mode: Memory V A P S _ _ _ 0
Contrast value (-30-+30)
Brightness value(-30-+30)
Color value(-30-+30)
Tint value(-30-+30)
Sharpness value(-30-+30)
Red value(-30+30)
Blue value(-30-+30)
Color Temp.: 5500K V A C T _ 0 5 5
Color Temp.: 6500K V A C T _ 0 6 5
Color Temp.: 7500K V A C T _ 0 7 5
Color Temp.: 8500K V A C T _ 0 8 5
Color Temp.: 9300K V A C T _ 0 9 3
Color Temp.: 10500K V A C T _ 1 0 5
Brilliant Color: 0 V A W E _ _ _ 0
Brilliant Color: 1 V A W E _ _ _ 1
Brilliant Color: 2 V A W E _ _ _ 2
Picture reset V A R E _ _ _ 1 OK or ERR ERR
Aspect: FULL R A S V _ _ _ 2
Aspect: NORMAL R A S V _ _ _ 7
Aspect: ZOOM R A S V _ _ _ 1
3D DNR : OFF V A N R _ _ _ 0
3D DNR : Level1 V A N R _ _ _ 1
3D DNR : Level2 V A N R _ _ _ 2
3D DNR : Level3 V A N R _ _ _ 3
IP Conversion: 2D Progressive
IP Conversion: 3D Progressive
IP Conversion: Film Mode V A I P _ _ _ 2
Command
C1 C2 C3 C4 P1 P2 P3 P4
V A P I _
V A B R _
V A C O _ * * * OK or ERR ERR
V A T I _ * * * OK or ERR ERR
V A S H _
V A R D _ * * * OK or ERR ERR
V A B E _ * * * OK or ERR ERR
V A I P _ _ _ 0
V A I P _ _ _ 1
Parameter
_” is Space
“*” is value
* * * OK or ERR ERR
* * * OK or ERR ERR
* * * OK or ERR ERR
“POWER
ON”
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
Company Restricted
Page 10
VP4001 RS-232C Control Specification Page: 10 / 15
Document Version [1.0]
4-1-3. Normal Command for COMPONENT 2 Input
Code Status (Return) code
“STANDB
Y”
or
“40sec.
within Power
on”
Comment
PICTURE Mode
Adjust CONTRAST
Adjust BRIGHTNESS
Adjust COLOR
Adjust TINT
Adjust SHARPNESS
Adjust RED
Adjust BLUE
COLOR TEMP.
BRILLIANT COLOR Mode
Reset PICTURE SETTING
ASPECT Mode
DNR Position
PROGRESSIVE Mode
Function
Picture mode: Standard V B P S _ _ _ 1
Picture mode: Natural V B P S _ _ _ 2
Picture mode: Dynamic V B P S _ _ _ 3
Picture mode: Theater1 V B P S _ _ _ 4
Picture mode: Theater2 V B P S _ _ _ 5
Picture mode: Memory V B P S _ _ _ 0
Contrast value (-30-+30)
Brightness value(-30-+30)
Color value(-30-+30)
Tint value(-30-+30)
Sharpness value(-30-+30)
Red value(-30+30)
Blue value(-30-+30)
Color Temp.: 5500K V B C T _ 0 5 5
Color Temp.: 6500K V B C T _ 0 6 5
Color Temp.: 7500K V B C T _ 0 7 5
Color Temp.: 8500K V B C T _ 0 8 5
Color Temp.: 9300K V B C T _ 0 9 3
Color Temp.: 10500K V B C T _ 1 0 5
Brilliant Color: 0 V B W E _ _ _ 0
Brilliant Color: 1 V B W E _ _ _ 1
Brilliant Color: 2 V B W E _ _ _ 2
Picture reset V B R E _ _ _ 1 OK or ERR ERR
Aspect: FULL R B S V _ _ _ 2
Aspect: NORMAL R B S V _ _ _ 7
Aspect: ZOOM R B S V _ _ _ 1
3D DNR : OFF V B N R _ _ _ 0
3D DNR : Level1 V B N R _ _ _ 1
3D DNR : Level2 V B N R _ _ _ 2
3D DNR : Level3 V B N R _ _ _ 3
IP Conversion: 2D Progressive
IP Conversion: 3D Progressive
IP Conversion: Film Mode V B I P _ _ _ 2
Command
C1 C2 C3 C4 P1 P2 P3 P4
V B P I _
V B B R _
V B C O _ * * * OK or ERR ERR
V B T I _ * * * OK or ERR ERR
V B S H _
V B R D _ * * * OK or ERR ERR
V B B E _ * * * OK or ERR ERR
V B I P _ _ _ 0
V B I P _ _ _ 1
Parameter
_” is Space
“*” is value
* * * OK or ERR ERR
* * * OK or ERR ERR
* * * OK or ERR ERR
“POWER
ON”
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
Company Restricted
Page 11
VP4001 RS-232C Control Specification Page: 11 / 15
Document Version [1.0]
4-1-4. Normal Command for S-VIDEO Input
Code Status (Return) code
“STANDB
Y”
or
“40sec.
within Power
on”
Comment
PICTURE Mode
Adjust CONTRAST
Adjust BRIGHTNESS
Adjust COLOR
Adjust TINT
Adjust SHARPNESS
Adjust RED
Adjust BLUE
COLOR TEMP.
BRILLIANT COLOR Mode
Reset PICTURE SETTING
ASPECT Mode
DNR Position
PROGRESSIVE Mode
Function
Picture mode: Standard V C P S _ _ _ 1
Picture mode: Natural V C P S _ _ _ 2
Picture mode: Dynamic V C P S _ _ _ 3
Picture mode: Theater1 V C P S _ _ _ 4
Picture mode: Theater2 V C P S _ _ _ 5
Picture mode: Memory V C P S _ _ _ 0
Contrast value (-30-+30)
Brightness value(-30-+30)
Color value(-30-+30)
Tint value(-30-+30)
Sharpness value(-30-+30)
Red value(-30+30)
Blue value(-30-+30)
Color Temp.: 5500K V C C T _ 0 5 5
Color Temp.: 6500K V C C T _ 0 6 5
Color Temp.: 7500K V C C T _ 0 7 5
Color Temp.: 8500K V C C T _ 0 8 5
Color Temp.: 9300K V C C T _ 0 9 3
Color Temp.: 10500K V C C T _ 1 0 5
Brilliant Color: 0 V C W E _ _ _ 0
Brilliant Color: 1 V C W E _ _ _ 1
Brilliant Color: 2 V C W E _ _ _ 2
Picture reset V C R E _ _ _ 1 OK or ERR ERR
Aspect: FULL R C S V _ _ _ 2
Aspect: NORMAL R C S V _ _ _ 7
Aspect: ZOOM R C S V _ _ _ 1
3D DNR : OFF V C N R _ _ _ 0
3D DNR : Level1 V C N R _ _ _ 1
3D DNR : Level2 V C N R _ _ _ 2
3D DNR : Level3 V C N R _ _ _ 3
IP Conversion: 2D Progressive
IP Conversion: 3D Progressive
IP Conversion: Film Mode V C I P _ _ _ 2
Command
C1 C2 C3 C4 P1 P2 P3 P4
V C P I _
V C B R _
V C C O _ * * * OK or ERR ERR
V C T I _ * * * OK or ERR ERR
V C S H _
V C R D _ * * * OK or ERR ERR
V C B E _ * * * OK or ERR ERR
V C I P _ _ _ 0
V C I P _ _ _ 1
Parameter
_” is Space
“*” is value
* * * OK or ERR ERR
* * * OK or ERR ERR
* * * OK or ERR ERR
“POWER
ON”
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
Company Restricted
Page 12
VP4001 RS-232C Control Specification Page: 12 / 15
Document Version [1.0]
4-1-5. Normal Command for VIDEO Input
Code Status (Return) code
“STANDB
Y”
or
“40sec.
within Power
on”
Comment
PICTURE Mode
Adjust CONTRAST
Adjust BRIGHTNESS
Adjust COLOR
Adjust TINT
Adjust SHARPNESS
Adjust RED
Adjust BLUE
COLOR TEMP.
BRILLIANT COLOR Mode
Reset PICTURE SETTING
ASPECT Mode
DNR Position
PROGRESSIVE Mode
Function
Picture mode: Standard V D P S _ _ _ 1
Picture mode: Natural V D P S _ _ _ 2
Picture mode: Dynamic V D P S _ _ _ 3
Picture mode: Theater1 V D P S _ _ _ 4
Picture mode: Theater2 V D P S _ _ _ 5
Picture mode: Memory V D P S _ _ _ 0
Contrast value (-30-+30)
Brightness value(-30-+30)
Color value(-30-+30)
Tint value(-30-+30)
Sharpness value(-30-+30)
Red value(-30+30)
Blue value(-30-+30)
Color Temp.: 5500K V D C T _ 0 5 5
Color Temp.: 6500K V D C T _ 0 6 5
Color Temp.: 7500K V D C T _ 0 7 5
Color Temp.: 8500K V D C T _ 0 8 5
Color Temp.: 9300K V D C T _ 0 9 3
Color Temp.: 10500K V D C T _ 1 0 5
Brilliant Color: 0 V D W E _ _ _ 0
Brilliant Color: 1 V D W E _ _ _ 1
Brilliant Color: 2 V D W E _ _ _ 2
Picture reset V D R E _ _ _ 1 OK or ERR ERR
Aspect: FULL R D S V _ _ _ 2
Aspect: NORMAL R D S V _ _ _ 7
Aspect: ZOOM R D S V _ _ _ 1
3D DNR : OFF V D N R _ _ _ 0
3D DNR : Level1 V D N R _ _ _ 1
3D DNR : Level2 V D N R _ _ _ 2
3D DNR : Level3 V D N R _ _ _ 3
IP Conversion: 2D Progressive
IP Conversion: 3D Progressive
IP Conversion: Film Mode V D I P _ _ _ 2
Command
C1 C2 C3 C4 P1 P2 P3 P4
V D P I _
V D B R _
V D C O _ * * * OK or ERR ERR
V D T I _ * * * OK or ERR ERR
V D S H _
V D R D _ * * * OK or ERR ERR
V D B E _ * * * OK or ERR ERR
V D I P _ _ _ 0
V D I P _ _ _ 1
Parameter
_” is Space
“*” is value
* * * OK or ERR ERR
* * * OK or ERR ERR
* * * OK or ERR ERR
“POWER
ON”
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
Company Restricted
Page 13
VP4001 RS-232C Control Specification Page: 13 / 15
Document Version [1.0]
4-1-6. Normal Command for RGB Input
Code Status (Return) code
“STANDB
Y”
or
“40sec.
within Power
on”
Comment
Common setting for RGB&HDMI input
PICTURE Mode
Adjust CONTRAST
Adjust BRIGHTNESS
Adjust COLOR
Adjust TINT
Adjust SHARPNESS
Adjust RED
Adjust BLUE
COLOR TEMP.
BRILLIANT COLOR Mode
Reset PICTURE SETTING
ASPECT Mode
DNR Position
PROGRESSIVE Mode
SIGNAL TYPE
Function
Picture mode: Standard R A P S _ _ _ 1
Picture mode: Natural R A P S _ _ _ 2
Picture mode: Dynamic R A P S _ _ _ 3
Picture mode: Theater1 R A P S _ _ _ 4
Picture mode: Theater2 R A P S _ _ _ 5
Picture mode: Memory R A P S _ _ _ 0
Contrast value (-30-+30)
Brightness value(-30-+30)
Color value(-30-+30)
Tint value(-30-+30)
Sharpness value(-30-+30)
Red value(-30+30)
Blue value(-30-+30)
Color Temp.: 5500K R A C T _ 0 5 5
Color Temp.: 6500K R A C T _ 0 6 5
Color Temp.: 7500K R A C T _ 0 7 5
Color Temp.: 8500K R A C T _ 0 8 5
Color Temp.: 9300K R A C T _ 0 9 3
Color Temp.: 10500K R A C T _ 1 0 5
Brilliant Color: 0 R A W E _ _ _ 0
Brilliant Color: 1 R A W E _ _ _ 1
Brilliant Color: 2 R A W E _ _ _ 2
Picture reset R A R E _ _ _ 1 OK or ERR ERR
Aspect: FULL R A S R _ _ _ 2
Aspect: NORMAL R A S R _ _ _ 7
Aspect: ZOOM R A S R _ _ _ 1
Aspect: THROUGH R A S R _ _ _ 3
3D DNR : OFF R A N R _ _ _ 0
3D DNR : Level1 R A N R _ _ _ 1
3D DNR : Level2 R A N R _ _ _ 2
3D DNR : Level3 R A N R _ _ _ 3
IP Conversion: 2D Progressive
IP Conversion: 3D Progressive
IP Conversion: Film Mode R A I P _ _ _ 2
Input Signal: Auto I A S I _ _ _ 0
Input Signal: RGB I A S I _ _ _ 1
Input Signal: Component I A S I _ _ _ 2
Command
C1 C2 C3 C4 P1 P2 P3 P4
R A P I _
R A B R _
R A C O _ * * * OK or ERR ERR
R A T I _ * * * OK or ERR ERR
R A S H _
R A R D _ * * * OK or ERR ERR
R A B E _ * * * OK or ERR ERR
R A I P _ _ _ 0
R A I P _ _ _ 1
Parameter
_” is Space
“*” is value
* * * OK or ERR ERR
* * * OK or ERR ERR
* * * OK or ERR ERR
“POWER
ON”
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
Company Restricted
Page 14
VP4001 RS-232C Control Specification Page: 14 / 15
Document Version [1.0]
4-1-7. Normal Command for HDMI Input
Picture mode: Standard R B P S _ _ _ 1
Picture mode: Natural R B P S _ _ _ 2
PICTURE Mode
Adjust CONTRAST
Adjust BRIGHTNESS
Adjust COLOR
Adjust TINT
Adjust SHARPNESS
Adjust RED
Adjust BLUE
COLOR TEMP.
BRILLIANT COLOR Mode
Reset PICTURE SETTING
ASPECT Mode
DNR Position
PROGRESSIVE Mode
SIGNAL TYPE
HDMI Setting
Picture mode: Dynamic R B P S _ _ _ 3
Picture mode: Theater1 R B P S _ _ _ 4
Picture mode: Theater2 R B P S _ _ _ 5
Picture mode: Memory R B P S _ _ _ 0
Contrast value (-30-+30)
Brightness value(-30-+30)
Color value(-30-+30)
Tint value(-30-+30)
Sharpness value(-30-+30)
Red value(-30+30)
Blue value(-30-+30)
Color Temp.: 5500K R B C T _ 0 5 5
Color Temp.: 6500K R B C T _ 0 6 5
Color Temp.: 7500K R B C T _ 0 7 5
Color Temp.: 8500K R B C T _ 0 8 5
Color Temp.: 9300K R B C T _ 0 9 3
Color Temp.: 10500K R B C T _ 1 0 5
Brilliant Color: 0 R B W E _ _ _ 0
Brilliant Color: 1 R B W E _ _ _ 1
Brilliant Color: 2 R B W E _ _ _ 2
Picture reset R B R E _ _ _ 1 OK or ERR ERR
Aspect: FULL R B S R _ _ _ 2
Aspect: NORMAL R B S R _ _ _ 7
Aspect: ZOOM R B S R _ _ _ 1
Aspect: THROUGH R B S R _ _ _ 3
3D DNR : OFF R B N R _ _ _ 0
3D DNR : Level1 R B N R _ _ _ 1
3D DNR : Level2 R B N R _ _ _ 2
3D DNR : Level3 R B N R _ _ _ 3
IP Conversion: 2D Progressive
IP Conversion: 3D Progressive
IP Conversion: Film Mode R B I P _ _ _ 2
Input Signal: Auto I B S I _ _ _ 0
Input Signal: RGB I B S I _ _ _ 1
Input Signal: Component I B S I _ _ _ 2
HDMI_Setting : Normal H M B D _ _ _ 1
HDMI_Setting : Expand H M B D _ _ _ 2
R B P I _
R B B R _
R B C O _ * * * OK or ERR ERR
R B T I _ * * * OK or ERR ERR
R B S H _
R B R D _ * * * OK or ERR ERR
R B B E _ * * * OK or ERR ERR
R B I P _ _ _ 0
R B I P _ _ _ 1
* * * OK or ERR ERR
* * * OK or ERR ERR
* * * OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
OK or ERR ERR
Common setting for RGB&HDMI input
Company Restricted
Page 15
VP4001 RS-232C Control Specification Page: 15 / 15
Document Version [1.0]
5. Revision history
Ver. Date Owner Change description
1.0 10/07/06 Marantz America, Inc. Issued Revision1.0
Company Restricted
Loading...