Sanyo PLV-HD2000 - 7000 Lumens,PLV-HD2000 User Manual

EXPAND SERIAL COMMAND
FUNCTIONAL SPECIFICATIONS
PLV-HD2000
SANYO Electric Co., Ltd
AV Company
Projector Business Unit
PLV-HD2000 Expand Serial Command Functional Specifications
CONTENTS
1 Overview ...................................................................................................................... 4
2 Serial Interface Specification ..................................................................................... 4
2.1. Communication Specification................................................................................. 4
2.2. Connection ............................................................................................................... 4
3 Note for communication............................................................................................. 5
4 Name Definition........................................................................................................... 5
5 Functional Execution Command Table...................................................................... 6
5.1. Image Command Table ............................................................................................ 6
5.2. Display Command Table.......................................................................................... 6
5.3. Input Control Command Table ................................................................................ 6
5.4. Screen Command Table........................................................................................... 7
5.5. Lamp Command Table............................................................................................. 7
5.6. Setting Command Table .......................................................................................... 7
6 Status Read Command Table ..................................................................................... 8
6.1. Image Status Read Command Table....................................................................... 8
6.2. Display Status Read Command Table .................................................................... 8
6.3. Video Status Read Command Table ....................................................................... 8
6.4. Input Status Read Command Table ........................................................................ 9
6.5. Screen Status Read Command Table..................................................................... 9
6.6. Lamp Status Read Command Table........................................................................ 9
6.7. Setting Status Read Command Table................................................................... 10
6.8. Other Status Read Command Table...................................................................... 10
7 Error Code Table........................................................................................................ 10
8 Functional Execution Command.............................................................................. 11
8.1. Format..................................................................................................................... 11
8.2. Transfer Example................................................................................................... 11
8.3. Operation Requirements ....................................................................................... 11
8.4. Image Command .................................................................................................... 12
8.5. Display Control Command.................................................................................... 17
8.6. Input Control Command........................................................................................ 22
8.7. Screen Control Command..................................................................................... 25
8.8. Lamp Command..................................................................................................... 27
8.9. Setting Command .................................................................................................. 28
9 Status Read Command............................................................................................. 32
9.1. Format..................................................................................................................... 32
9.2. Transfer Example................................................................................................... 32
9.3. Image Status Read Command............................................................................... 33
9.4. Display Status Read Command ............................................................................ 36
2/56
PLV-HD2000 Expand Serial Command Functional Specifications
9.5. Status Read Command for Video.......................................................................... 38
9.6. Input Status Read Command................................................................................ 39
9.7. Screen Status Read Command............................................................................. 45
9.8. Lamp Status Read Command................................................................................46
9.9. Setting Status Read Command............................................................................. 48
9.10. Other Status Read Command.............................................................................. 51
10 Command with Address Specification ..................................................................54
10.1. Overview............................................................................................................... 54
10.2. Functional Execution Command with address.................................................. 55
10.3. Status Read Command with Address................................................................. 56
3/56
PLV-HD2000 Expand Serial Command Functional Specifications
1 Overview
This Functional Specification defines communication functions to Network card for PLV-HD2000.
The Commands are designed to communicate with Network board, but most commands can be
used to remote-control a projector through RS-232C from a computer. Therefore these commands
are defined as Expand Serial Commands.
When using commands with address, refer to [10.Command with Address Specification].
2 Serial Interface Specification
2.1. Communication Specification
Items Specification
Synchronoun System Asynchronous
Transmission Speed 9600 / 19200
Data Length 8 bits
2.2. Connection
Dedicated serial cables that come with the projector must be used for the connection between a
computer and the projector.
Parity N/A
Stop Bit 1
Flow Control N/A
Note1) Transmission speed: initial setting value is 19200
Note2) Transmission speed can be changed in Service Mode
PC Projector COM 1 Serial Port IN
D-Sub 9Pin D-Sub 9Pin
Connect COM port of a computer to SERIAL PORT IN of a projector.
COM Port (COM1 or COM2) of a computer is specified by the control software of the computer.
4/56
PLV-HD2000 Expand Serial Command Functional Specifications
3. Note for communication
Expand Serial Command is defined as a single command per line that starts with “C” and ends with
carriage return (0x0D).
When a projector receives carriage return (0x0D), it starts decoding.
There are two types of commands as below:
-Example of Functional Execution Command: ”CF_BRIGHT_032” [CR]
-Example of Status Read Command: “CR_BRIGHT” [CR]
Note) “_” indicates a space
Projector clears the information of buffer in the following cases:
-When the projector receives LF(0x0A) or EOF(0x1A).
-When it takes more than one second to receive a single command
(Until receiving the carriage return after the reception of the first data)
When executing several commands in a row, allow 100 ms from the reception of the response to the
previous command.
More than 100 ms
Command
PC Projector “CF_BRIGHT_032” CR Next Command
Projector PC “000” CR
Response
(A few ms ~ 5s)
* When the command is sent without waiting for the response to the previous command, the
projector may not operate properly.
* Howerver this is not the case when there is no response for more than 5 seconds.
Projector takes about 5 seconds for internal initialization after plugging in AC power. During this time
projector cannot process commands. Do not issue any command.
Serial Commands are invalid when Service Mode or Special menu is displayed.
4 Name Definition
Data from a controller to a projector is represented as COMMAND, and data from a projector to a
controller for the incoming command is represented as RESPONSE.
[CR]: Carriage Return Code
The command ends with carriage return code.
Response also ends with carriage return code.
_: Space Code
All space code is expressed by (_).
%1: Parameter included in Command
When there is more than one parameter, they are defined as %2, %3…
%%%: Error Code from a projector
Acceptable: “000”
Unacceptable: Refer to [7.Error Code Table“ for the error number
5/56
PLV-HD2000 Expand Serial Command Functional Specifications
5 Functional Execution Command Table
5.1. Image Command Table
Execute command Item
CF_BRIGHT_%1 [CR] CF_CONT_%1 [CR] CF_COLOR_%1 [CR] CF_TINT_%1 [CR] CF_SHARP_%1 [CR] CF_GAMMA_%1 [CR] CF_WBAL-R_%1 [CR] CF_WBAL-G_%1 [CR] CF_WBAL-B_%1 [CR] CF_COLTEMP_%1 [CR] CF_NZRED_%1 [CR] CF_PROGV_%1 [CR] CF_IMAGE_%1 [CR] CF_IMAGEADJ_%1 [CR] CF_APCTRL_%1 [CR] CF_BBAL_%1_%2_%3 [CR]
Set value of Brightness
Set value of Contrast
Set value of Color
Set value of Tint
Set value of Sharpness
Set value of Gamma
Set Red value of White Balance
Set Green value of White Balance
Set Blue value of White Balance
Set value of Color Temp.
Set / Cancel Noise reduction
Set / Cancel Progressive
Set Image mode
Reset / Store adjusted values of Image
Set level of Auto Picture Control
Set value of Gamma Balance
5.2. Display Command Table
Execute command Item
CF_FSYNC_%1 [CR] CF_TODOTS_%1 [CR] CF_CLAMP_%1 [CR] CF_H-POS_%1 [CR] CF_V-POS_%1 [CR] CF_DLINE_%1 [CR] CF_DDOTS_%1 [CR] CF_SETDISPADJ_%1 [CR] CF_ORGMODE_%1 [CR] CF_MODESTORE_%1 [CR]
CF_MODEFREE_%1 [CR]
5.3. Input Control Command Table
Execute command
CF_INPUT_%1 [CR] CF_SOURCE_%1 [CR] CF_INPUT1_%1 [CR] CF_INPUT2_%1 [CR] CF_INPUT3_%1 [CR] CF_INPUT4_%1 [CR] CF_SYSTEM_%1 [CR]
Set value of Fine Sync
Set value of Total Dots
Set value of Clamp
Set value of Horizontal Position
Set value of Vertical Position
Set value of Display Line
Set value of Display Dots
Apply values set in PC Adj menu to screen image
Specify the original signal of the Display mode
Store values set in Display adjust menu to Mode %1 Clear values stored in Mode %1 and return it to Free
status
Item
Select Input %1
Select Input Source %1
Select Input 1 and Source %1
Select Input 2 and Source %1
Select Input 3 and Source %1
Select Input 4 and Source %1
Select System %1
6/56
PLV-HD2000 Expand Serial Command Functional Specifications
5.4. Screen Command Table
Execute command Item
CF_SCREEN_%1 [CR] CF_VSCALE_%1 [CR] CF_VPOS_%1 [CR] CF_HSCALE_%1 [CR] CF_HPOS_%1 [CR]
Select Screen size
Set value of V Scale
Set value of V Position
Set value of H Scale
Set value of H Position
5.5. Lamp Command Table
Execute command Item
CF_LAMPH_%1 [CR] CF_LAMPMODE_%1 [CR]
CF_AUTOLAMPCONTRL_%1 [CR]
Reset total running time of each lamp
Select lamp mode (Full/Half)
Switch ON/OFF of auto lamp control
5.6. Setting Command Table
Execute command Item
CF_BBACK_1 [CR] CF_DISP_%1 [CR] CF_LOGO_%1 [CR] CF_CEIL_%1 [CR] CF_REAR_%1 [CR] CF_RCODE_%1 [CR] CF_LANG_%1 [CR] CF_ON-STA_%1 [CR] CF_P-MANE_%1 [CR] CF_P-MANETIME_%1 [CR] CF_FANSPEED_%1 [CR] CF_KEYDIS_%1 [CR] CF_FDEFAULT_%1 [CR]
Set / Cancel Blue Back function
Set / Cancel Display function
Set / Cancel Logo function
Set / Cancel Ceiling function
Set / Cancel Rear function
Select Remote Control Code
Select language for OSD
Set Power ON Start function
Set mode of Power Management
Set value of Power Management timer
Select level of Fan Speed
Set limitation of RC / KEY use
Set values to Factory Default setting
7/56
PLV-HD2000 Expand Serial Command Functional Specifications
6 Status Read Command Table
6.1. Image Status Read Command Table
Status read command Item
CR_BRIGHT [CR] CR_CONT [CR] CR_COLOR [CR] CR_TINT [CR] CR_SHARP [CR] CR_GAMMA [CR] CR_WBAL-R [CR] CR_WBAL-G [CR] CR_WBAL-B [CR] CR_COLTEMP [CR] CR_NZRED [CR] CR_PROGV [CR] CR_IMAGE [CR] CR_IMGGMD [CR] CR_APCTRL [CR] CR_BBAL [CR]
Get value of Brightness
Get value of Contrast
Get value of Color
Get value of Tint
Get value of Sharpness
Get value of Gamma
Get Red value of White Balance
Get Green value of White Balance
Get Blue value of White Balance
Get setting status of Color temperature
Get setting status of Noise reduction
Get setting status of Progressive
Get selected Image mode
Get selected Image Gamma mode
Get setting status of Auto Picture Control
Get setting status of Gamma Balance
6.2. Display Status Read Command Table
Status read command Item
CR_FSYNC [CR] CR_TDOTS [CR] CR_CLAMP [CR] CR_H-POS [CR] CR_V-POS [CR] CR_DLINE [CR] CR_DDOTS [CR] CR_ORGMODE [CR] CR_MODESTORE [CR] CR_SETDISPADJ[CR]
Get value of Fine Sync
Get value of Total Dots
Get value of Clamp
Get value of Horizontal Position
Get value of Vertical Position
Get value of Display Line
Get value of Display Dots
Get the original signal of the Display mode
Get Free or Stored status for Display Adj. Mode 1-20
Get signal types currently displayed in System menu.
6.3. Video Status Read Command Table
Status read command Item
CR_SERSYS [CR]
Get currently selected signal. When in Auto mode, it returns a result by Auto detect
8/56
PLV-HD2000 Expand Serial Command Functional Specifications
6.4. Input Status Read Command Table
Status read command Item
CR_INPUT [CR] CR_SOURCE [CR] CR_SRCINP1 [CR] CR_SRCINP2 [CR] CR_SRCINP3 [CR] CR_SRCINP4 [CR] CR_SYSTEM [CR] CR_SYSLIST [CR] CR_MODELIST [CR] CR_HMSLOT [CR] CR_NMSLOT1 [CR] CR_NMSLOT2 [CR] CR_NMSLOT3 [CR] CR_NMSLOT4 [CR] CR_IDSLOT1 [CR] CR_IDSLOT2 [CR] CR_IDSLOT3 [CR] CR_IDSLOT4 [CR]
Get selected Input No
Get selected Input Source
Get selected source for Input 1 Get selected source for Input 2 Get selected source for Input 3 Get selected source for Input 4
Get selected System in the Input mode
Get possible system list
Get possible mode list
Get the total number of inputs
Get Slot board name inserted to Input 1 Get Slot board name inserted to Input 2 Get Slot board name inserted to Input 3 Get Slot board name inserted to Input 4
Get Slot board ID inserted to Input 1 Get Slot board ID inserted to Input 2 Get Slot board ID inserted to Input 3 Get Slot board ID inserted to Input 4
6.5. Screen Status Read Command Table
Status read command Item
CR_SCREEN [CR] CR_VSCALE [CR] CR_VPOS [CR] CR_HSCALE [CR] CR_HPOS [CR]
Get selected screen size
Get value of V Scale
Get value of V Position
Get value of H Scale
Get value of H Position
6.6. Lamp Status Read Command Table
Status read command Item
CR_LAMPREPL [CR] CR_LAMPMODE [CR] CR_AUTOLAMPCONTRL [CR] CR_LAMPSTS [CR] CR_INFLAMP [CR] CR_PROJH [CR] CR_HMLAMP [CR]
Get the information on Lamp replacement time
Get selected Lamp mode
Get selected Lamp Control mode
Get the information on Lamp lighting status
Get Lamp switching status
Get total running time of the projector
Get the total number of lamps
9/56
PLV-HD2000 Expand Serial Command Functional Specifications
6.7. Setting Status Read Command Table
Status read command Item
CR_BBACK [CR] CR_DISP [CR] CR_LOGO [CR] CR_RCODE [CR] CR_LANG [CR] CR_ON-STA [CR] CR_P-MANE [CR] CR_P-MANETIME [CR] CR_FANSPEED [CR] CR_KEYDIS [CR]
Get setting status of Blue Back
Get setting status of Display
Get setting status of Logo
Get selected Remote Control Code
Get selected language
Get setting status of ON Start
Get setting status of Power Management
Get setting time for Power Management
Get selected Fan Control Speed level
Get limitation status of RC/KEY use
6.8. Other Status Read Command Table
Status read command Item
CR_PRESSURE [CR] CR_SIGNAL [CR] CR_VMUTE [CR] CR_FREEZE [CR] CR_INFPFAIL [CR]
CR_TEMPWARN [CR] CR_TEMPFAIL [CR]
Get Air Pressure data
Get Signal status if there is signal or not
Get setting status of No Show
Get setting status of Freeze
Get the information on Power Failure Get temperature status whether it is close to abnormmal level
or not Get temperature in abnormal temperature status
7 Error Code Table
Error Code Contents
000 Normal reception (Not error) 101 The function is invalid in the selected mode 102 The selected value is out of range (The value is not
103 The command is not available to the hardware (the
? -When the received data cannot be decoded
-Parameter determination error (digit number error, including invalid value)
be applied)
command is for the optional function which is not supported by the given hardware)
10/56
PLV-HD2000 Expand Serial Command Functional Specifications
8 Functional Execution Command
8.1. Format
1. PC issues a command in the format below:
Pattern1: “CF _ Command” [CR] Pattern2: “CF _ Command _” %1 [CR]
CF_: Header
Command: String
%1: Parameter (string)
_: Space (To separate Command and Parameter)
2. The projector decodes the received data and when it gets ready to receive the next
command, it returns the response.
“000” [CR]: (0x06 ,0x0D) When receiving Function Execution Command “nnn” [CR]: Except “000”, when it cannot execute commands for some specific reason
For details, refer to [7. Error Code Table
3. When the received data cannot be decoded, the projector returns
“ ? “ [CR]
8.2. Transfer Example
When setting total dots for the projector to 1344 by Expand Serial Command
PC PJ: “CF_TODOTS_1344” [CR]
PC PJ: “000” [CR] ---------------- Acceptable
8.3. Operation Requirements
Functional Execution Command is limited when the projector is in the following status.
However, Status Read Command is effective under these conditions.
Projector Status Valid Function Execution Command
In Standby mode C00: POWER ON
Count Down in process
Cooling Down in process N/A
Cooling Down due to abnormal temperature N/A
C00: POWER ON (Count Down is terminated)
Abnormal Temperature N/A
Power Failure (60 seconds after Power failed)
Power Management / Cooling Down in process
Power Management in process
Note) When the projector receives the other command in the above status, it returns error code
of showing the status.
N/A
N/A
C00: POWER ON C01: POWER OFF
11/56
PLV-HD2000 Expand Serial Command Functional Specifications
8.4. Image Command
8.4.1. CF_ BRIGHT Command
Command “CF_BRIGHT_%1” [CR]
“000-063” --------- Directly specify setting value of Brightness
%1
Details
Response
“UP” ---------------- Increment setting value of Brightness by 1 “DN” ---------------- Decrement setting value of Brightness by 1
Set Brightness value (valid only when it is in the normal Power ON status) The value set by this command is not stored in the projector’s memory. Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. (It is stored in Standby mode.)
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
8.4.2. CF_CONT Command
Command “CF_CONT_%1” [CR]
“000-063” --------- Directly specify setting value of Contrast.
%1
Details
Response
“UP” ---------------- Increment setting value of Contrast by 1. “DN” ---------------- Decrement setting value of Contrast by 1.
Set Contrast value (valid only when it is in the normal Power ON status) The value set by this command is not stored to the projector’s memory. Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. (It is stored in Standby mode.)
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
8.4.3. CF_COLOR Command
Command “CF_COLOR_%1” [CR]
“000-063” --------- Directly specify setting value of Color.
%1
Details
Response
“UP” ---------------- Increment setting value of Color by 1. “DN” ---------------- Decrement setting value of Color by 1.
Set Color value (valid only when it is in the normal Power ON status) The value set by this command is not stored in the projector’s memory. Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. (It is stored in Standby mode.)
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
8.4.4. CF_TINT Command
Command “CF_TINT_%1” [CR]
“000-063” --------- Directly specify setting value of Tint.
%1
Details
Response
“UP” ---------------- Increment setting value of Tint by 1. “DN” ---------------- Decrement setting value of Tint by 1.
Set Tint value (valid only when it is in the normal Power ON status) The value set by this command is not stored in the projector’s memory. Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. (It stays in Standby mode.)
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
12/56
PLV-HD2000 Expand Serial Command Functional Specifications
8.4.5. CF_SHARP Command
Command “CF_SHARP_%1” [CR]
“000-015” --------- Directly specify setting value of Sharpness.
%1
Details
Response
“UP” ---------------- Increment setting value of Sharpness by 1. “DN” ---------------- Decrement setting value of Sharpness by 1.
Set Sharpness value (valid only when it is in the normal Power ON status) The value set by this command is not stored in the projector’s memory. Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. (It is stored in Standby mode.)
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
8.4.6. CF_GAMMA Command
Command “CF_GAMMA_%1” [CR]
“000-015” ---------- Directly specify setting value of Gamma.
%1
Details
Response
“UP” ----------------- Increment setting value of Gamma by 1. “DN” ----------------- Decrement setting value of Gamma by 1.
Set Gamma value (valid only when it is in the normal Power ON status) The value set by this command is not stored in the projector’s memory. Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. (It is stored in Standby mode.)
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
8.4.7. CF_WBAL- Command
Command “CF_WBAL-%1_%2” [CR]
“R” ------------- RED
%1
%2
Details
Response
“G” ------------- GREEN “B” ------------- BLUE
“000-063” ----- Directly specify value of color set in %1. “UP” ------------ Increment value of color set in %1 by 1. “DN” ------------ Decrement color value set in %1 by1.
Set value of color specified by White Balance %1 (valid only when it is in the normal Power ON status) The value set by this command is not stored in the projector’s memory. Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. (It is stored in Standby mode.)
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
13/56
PLV-HD2000 Expand Serial Command Functional Specifications
8.4.8. CF_COLTEMP Command
Command “CF_COLTEMP_%1” [CR]
“000” ---------------- XLow
%1
Details
Response
“001” ---------------- Low “002” ---------------- Mid “003” ---------------- High
Set level of Color Temp. (valid only when it is in the normal Power ON status) The value set by this command is not stored in the projector’s memory. Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. (It is stored in Standby mode.)
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
8.4.9. CF_NZRED Command
Command “CF_NZRED_%1” [CR]
“OFF” ---------------------- Set Noise Reduction to OFF.
%1
Details
Response
“L1” ------------------------- Set Noise Reduction level to L1. “L2” ------------------------- Set Noise Reduction level to L2. “L3” ------------------------- Set Noise Reduction level to L3.
Set/Cancel Noise Reduction (valid only when it is in the normal Power ON status) The value set by this command is not stored in the projector’s memory. Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. (It is stored in Standby mode.)
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
8.4.10. CF_PROGV Command
Command “CF_PROGV_%1” [CR]
%1
Details
Response
“ON” ----------- Set Progressive to ON. “OFF” --------- Set Progressive to OFF.
Set/Cancel Progressive (valid only when it is in the normal Power ON status) The value set by this command is not stored in the projector’s memory. Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. (It is stored in Standby mode.)
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
14/56
PLV-HD2000 Expand Serial Command Functional Specifications
8.4.11. CF_IMAGE Command
Command “CF_IMAGE_%1” [CR]
“STANDPC” ------- Standard (PC)
(Image Adj. value is fixed to factory default for Still Image)
“STANDAV” -------- Standard (AV)
(Image Adj. value is fixed to factory default for Moving Image) “REAL” ------------ Real (Fixed value to display a graphic image with natural tone) “CINEMA” ----- Cinema (Fixed value to focus on the tone reproduction for movie) “CUSTOM1” ------------- Image1 (the value set and store by a user)
%1
Details
Response
“CUSTOM2” ------------- Image2 (the value set and store by a user) “CUSTOM3” ------------- Image3 (the value set and store by a user) “CUSTOM4” ------------- Image4 (the value set and store by a user) “CUSTOM5” ------------- Image5 (the value set and store by a user) “CUSTOM6” ------------- Image6 (the value set and store by a user) “CUSTOM7” ------------- Image7 (the value set and store by a user) “CUSTOM8” ------------- Image8 (the value set and store by a user) ”CUSTOM9” ------------- Image9 (the value set and store by a user) “CUSTOM10” ----------- Image10 (the value set and store by a user)
Select Image Mode (valid only when it is in the normal Power ON status) Parameter “CUSTOM1” to “CUSTOM10” corresponds to “Image1” to “Image10” displayed in the projector OSD menu on selecting Image. The value set by this command is stored in EEPROM so that the setting can remain effective evern after the power is turned to ALL OFF status.
Acceptable “000”[CR]
Unacceptable “Error Code”[CR]
8.4.12. CF_IMAGEADJ Command
Command “CF_IMAGEADJ_%1” [CR]
“RST” ------ Reset adjusted value for the Image. “STR1” ---- Store current adjusted value to Image1 “STR2” ---- Store current adjusted value to Image2 “STR3” ---- Store current adjusted value to Image3 “STR4” ---- Store current adjusted value to Image4
%1
Details
Response
“STR5” ---- Store current adjusted value to Image5 “STR6” ---- Store current adjusted value to Image6 “STR7” ---- Store current adjusted value to Image7 “STR8” ---- Store current adjusted value to Image8 “STR9” ---- Store current adjusted value to Image9 “STR10” ---- Store current adjusted value to Image10
Reset/Store adjusted value of Image. (Only valid when it is in the normal Power ON status) “STR1” – “STR10” corresponds to “Image1” – “Image10” displayed in projector OSD menu on selecting “Store” for adjusted value of Image. The settig value set in “Image1” to “Image10” is stored and can be retrieved when turning on the projector again after the power is turned to ALL OFF status.
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
15/56
PLV-HD2000 Expand Serial Command Functional Specifications
8.4.13. CF_APCTRL Command
Command “CF_APCTRL_%1” [CR]
“L1” ------------------- Set Auto Picture Control to Level 1.
%1
Details
Response
“L2” ------------------- Set Auto Picture Control to Level 2. “OFF” ---------------- Set Auto Picture Control to OFF.
Set the level of Auto Picture Control (valid only when it is in the normal Power ON status)
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
8.4.14. CF_BBAL Command
Command “CF_BBAL-%1_%2_%3” [CR]
“R” ----------- Red
%1
%2 “0”-“2” ------------ Point “0” = 140, Point ”1” = 300, Point “2” = 600
%3
Details
Response
“G” ----------- Green “B” ----------- Blue
“-32” – “032” ------ Offset value of Gamma adjustment at the point specified in %2. “000” is the center value.
Set Offset value ot Gamma adjustment at the specifiyed point. (valid only when it is in the normal Power ON status) Therefore, when the power is turned to ALL OFF status, the value returns to the original setting.
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
16/56
PLV-HD2000 Expand Serial Command Functional Specifications
8.5. Display Control Command
8.5.1. CF_FSYNC Command
Command “CF_FSYNC_%1” [CR]
“0000-0031” -------- Directly spcify setting value of Fine Sync
%1
Details
Response
“UP” ------------------ Increment setting value of Fine Sync by 1 “DN” ------------------ Decrement setting value of Fine Sync by 1
Set Fine Sync value (valid only when it is in the normal Power ON status) The value set by this command is not stored in projector’s memory. Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. (It is stored in Standby mode.) Note: When %1 is directly specified, CF_SETDISPADJ as well as this command is requied In order to apply the setting value to the display image.
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
8.5.2. CF_TDOTS Command
Command “CF_TDOTS_%1” [CR]
%1
Details
Response
“nnnn - 9999” ------ Directly specify setting value of Total Dots
“UP” ---------------- Increment setting value of Total Dots by 1 “DN” ---------------- Decrement setting value of Total Dots by 1
Set Total Dots value (Only valid when it is in the normal Power ON status) The value set by this command is not stored in projector’s memory. Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. (It is stored in Standby mode.) Note: When %1 is directly specified, CF_SETDISPADJ as well as this command is requied In order to apply the setting value to the display image.
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
“nnnn” indicates minimum value, which is current (Display Dots + Position H) value
8.5.3. CF_CLAMP Command
Command “CF_CLAMP_%1” [CR]
Input is PC
%1
Input is Video
Set Clamp value (valid only when it is in the normal Power ON status) The value set by this command is not stored in projector’s memory. Therefore,
Details
Response
when the power is turned to ALL OFF status, the value returns to the original setting. (It is stored in Standby mode.) Note: When %1 is directly specified, CF_SETDISPADJ as well as this command is requied In order to apply the setting value to the display image.
Acceptable “000” [CR]
Unacceptable “Error Code” [CR]
“0000 - 0127” ------- Directly specify setting value of Clamp “UP” ------------------- Increment setting value of Clamp by 1 “DN” ------------------- Decrement setting value of Clamp by 1
“0000 - 1023” ------- Directly specify setting value of Clamp “UP” ------------------- Increment setting value of Clamp by 1 “DN” ------------------- Decrement setting value of Clamp by 1
17/56
Loading...
+ 39 hidden pages