Canon MARKLL WUX10, WUX10 MarkII Command List

© 2010 CANON INC.
Canon
Projector WUX10 MarkII
User Commands
Revision 1
Projector WUX10 MarkII User Commands
- -
i
Revision History
Revision No. Version Date Page(s) Changes Revised by
1 01.0001 6/23/2009 ---
First release
Projector WUX10 MarkII User Commands
- -
ii
Table of Contents
Revision History........................................................................................................................................... i
1. Overview .................................................................................................................1
2. Communication Specifications.................................................................................2
Communication Specifications ................................................................................................................... 2
Communication System (Serial)................................................................................................................. 3
Communication System (LAN)................................................................................................................... 3
Commands................................................................................................................................................... 4
Response ...................................................................................................................................................... 5
Other............................................................................................................................................................ 6
3. Communication Flow...............................................................................................7
Transmission sent ....................................................................................................................................... 7
Transmission received................................................................................................................................. 7
Command/Response .................................................................................................................................... 7
Response Reception Timeout...................................................................................................................... 7
Control Mode ............................................................................................................................................... 7
Other............................................................................................................................................................ 7
4. Command System...................................................................................................8
5. Command List .......................................................................................................10
6. Details of Command..............................................................................................12
6AXADJ .................................................................................................................................... 13
6AXR-Y ..................................................................................................................................... 14
ASCOMBO_* ............................................................................................................................ 15
ASPECT.................................................................................................................................... 16
AUTOPC ................................................................................................................................... 18
AUTOSETEXE ......................................................................................................................... 19
AVOL......................................................................................................................................... 20
BLANK ..................................................................................................................................... 21
BLANKCOLOR ........................................................................................................................ 22
BRI ............................................................................................................................................ 23
BVOL ........................................................................................................................................ 24
COMVER .................................................................................................................................. 25
CONT ........................................................................................................................................ 26
DGAMMA ................................................................................................................................. 27
DOTS ........................................................................................................................................ 28
DPON........................................................................................................................................ 29
ERR........................................................................................................................................... 30
FCONTDRV.............................................................................................................................. 31
FREEZE.................................................................................................................................... 32
FSTEPDRV............................................................................................................................... 33
FTONEADJ .............................................................................................................................. 34
Projector WUX10 MarkII User Commands
- -
iii
GAMMA.................................................................................................................................... 35
GUIDE ...................................................................................................................................... 36
HPIX/VPIX ............................................................................................................................... 37
HPOS/VPOS ............................................................................................................................. 38
HUE .......................................................................................................................................... 39
IMAGE...................................................................................................................................... 40
IMAGEFLIP ............................................................................................................................. 42
INPUT....................................................................................................................................... 43
KEYLOCK ................................................................................................................................ 44
LAMP........................................................................................................................................ 45
LAMPCOUNTER ..................................................................................................................... 46
LANG ........................................................................................................................................ 47
LEDILLUMINATE................................................................................................................... 48
LMPT ........................................................................................................................................ 49
MAIN ........................................................................................................................................ 50
MODE ....................................................................................................................................... 51
MUTE ....................................................................................................................................... 52
NOSIG ...................................................................................................................................... 53
PJON......................................................................................................................................... 54
PMM.......................................................................................................................................... 55
POWER..................................................................................................................................... 56
PRODCODE ............................................................................................................................. 57
PROG ........................................................................................................................................ 58
RC ............................................................................................................................................. 59
RCCH........................................................................................................................................ 61
RESET ...................................................................................................................................... 62
RGBGAIN................................................................................................................................. 64
RGBOFFSET............................................................................................................................ 65
ROMVER .................................................................................................................................. 66
SAT............................................................................................................................................ 67
SCRNASPECT.......................................................................................................................... 68
SEL ........................................................................................................................................... 69
SHARP...................................................................................................................................... 71
SIGNALSTATUS...................................................................................................................... 72
TEMP........................................................................................................................................ 73
TMPL ........................................................................................................................................ 74
TRACK...................................................................................................................................... 75
VKS ........................................................................................................................................... 76
WB............................................................................................................................................. 77
WBRGB..................................................................................................................................... 78
ZCONTDRV.............................................................................................................................. 79
ZSTEPDRV............................................................................................................................... 80
7. Error List................................................................................................................ 81
8. Error Processing....................................................................................................83
9. Other .....................................................................................................................85
Appendix 1. Reset Items ........................................................................................... 86
Projector WUX10 MarkII User Commands
- 1 -
Revision History / Date Changes Revised by
A
pp
roved b
y
1. Overview
These specifications describe the methods of controlling the Projector WUX10 MarkII from the PC over an RS-232C connection or LAN. Virtually all operations possible with the remote control can be controlled from the PC. The following symbols are used in these specifications:
Symbol Description
Space with 0 or more characters (20h), Tab (09h), or other separator.
Space with 1 or more characters (20h), Tab (09h), or other separator.
Separator between parameters , | □.
[ ]
Data in [ ] can be omitted.
|
Same as OR.
:=
Definition name is on the left side of this mark, and definition description is on the right side.
Projector WUX10 MarkII User Commands
- 2 -
Revision History / Date Changes Revised by
A
pp
roved b
y
2. Communication Specifications
Communication Specifications
The projector can be controlled via serial or LAN connection.
PC - Projector connection status
Item Specifications Item Specifications
Connection system
PC and projector connected on a "1:1" basis
Connection system
TCP/IP Connection
Connection signal line
3-line connection of SD, RD, and SG
Connection signal line
Straight when connecting via network
Connection cable
9pin RS-232C Cable (Cross)
Connection cable
LAN Cable
Send Data
SD
SD
Send Data
Receive
Data
RD RD
Receive
Data
Signal
Ground
SG
SG
Signal
Ground
* Signal lines other than the three lines of SD, RD and SG are not used in the projector!
* Loop back its own signals at the PC side if necessary.
PC
Projector
Dedicated cable
COM
PORT
SERVICE
PORT
Canon
Network
Connection
PC
LAN
PORT
LAN
PORT
Projector WUX10 MarkII User Commands
- 3 -
Revision History / Date Changes Revised by
A
pp
roved b
y
Communication System (Serial)
Item Specifications
Communication system RS-232-C Start-stop synchronization Semi-duplex communication
Transmission speed 19.2 Kbps
Character length 8 bits/character
Stop bit 2 bits
Parity None
Transmission format Variable-length record with terminal as delimiter
Maximum transmission length
Maximum of 256 characters (bytes) including delimiters.
Delimiters are one of CR, LF, CR+LF, Null (0) (delimiters are identified automatically).
Delimiters
Response delimiters are identical to command delimiters.
ASCII code (General-purpose characters: 20h to 7Fh), Tab (09h) (Codes other than those above and delimiters are considered “other separator codes”)
Uppercase and lowercase of alphabetic characters are considered the same character.
Transmission codes
Double-byte characters and single-byte characters are not distinguished. All are considered single-byte characters.
Communication procedure
No procedure
Flow control None
Error control None
Break signal Not supported
Tc Character 5s (Timeout between CR and LF is 10ms.)
Time out
Tr
Command/response interval:
15s
Communication System (LAN)
Item Specifications
Communication system
Transmission speed
Character length
Projector WUX10 MarkII User Commands
- 4 -
Revision History / Date Changes Revised by
A
pp
roved b
y
Commands
Request transmissions sent from PC to the projector.
Transmission format
<Command character strings> <Delimiters>
<Command character strings>
Character strings consisting of 0 or more alphanumeric characters.
<Delimiters>
One of CR (0Dh), LF (0Ah), CR+LF (0Dh+0Ah), Null (00h)
Type
Type Description Response
Commands with a command character string length of 0. No command processing is performed.
OK
BUSY
WARN
ERR
Null Commands Character string
<Null command character string>
:= <Character string with length 0>
Projector control command. The format is shown below.
OK
BUSY
WARN
ERR
Control command Character string
<Control command character string>
:= <Control name><Parameter value>
Command that sets values for each parameter. The format is shown below.
OK
BUSY
WARN
ERR
Setting command Character string
<Setting command character strings> := <Parameter name>△=△<Parameter value>
For the definition of <Parameter value>, refer to "Parameter
definitions. Requests current value of each parameter. The format is shown below.
OK
BUSY
WARN
ERR
Reference command Character string
<Reference command character string>
:=?<Parameter name> | GET<Parameter name>
Projector WUX10 MarkII User Commands
- 5 -
Revision History / Date Changes Revised by
A
pp
roved b
y
Response
Transmissions sent from Projector to PC in response to commands from PC.
Transmissionformat
<Response character string> <Delimiter>
<Response character string>
Character strings consisting of one or more ASCII characters. The first two characters are always <one lowercase letter>: The first character indicates the response type.
Response
type
Meaning Example
i
State response i:OK i:BUSY etc.
w
Warning w:USER_COMMAND..
e
Error e:000B INVALID..
g
Reference command response g:AVOL=10
<Delimiters>
Delimiters for commands sent from PC.
Type
OK response After processing of each command is completed, a response is sent indicating that
the next command can be received.
<OK response character string>:=i:OK
BUSY response This response is sent when a command cannot be received during processing.Wait
for a few moments, and then try sending the command again.
<BUSY response character string>:=i:BUSY
Example:
> IMAGE=STANDARD < i:BUSY
WARN response This response is sent when warning information is issued.
* that this command cannot be executed.
<Warning response character string>:= w:<Warning description>
Example:
> IMAGE=STANDARD
< w:USER_COMMAND_VERSION_IS_UPDATED
ERR response An error message is output.
<Error response character string>:= e:<Error code><Error message>
* <Error code> is expressed as a four-digit hexadecimal number.
* Refer to “Error List”!
Example:
> abcdefg
< e:0002 INVALID_COMMAND
GET response Request response for each parameter.
<GET response character string>:=g<Parameter name>=<Value>
Example:
> GET LANG or ? LANG
< g:LANG=JPN
Projector WUX10 MarkII User Commands
- 6 -
Revision History / Date Changes Revised by
A
pp
roved b
y
Other
Transmission recognition
Transmission is recognized when delimiter is received. Even if a maximum transmission length is received, the entire received transmission will be lost unless a delimiter is received.
The <Parameter value> is defined as shown below.
<Parameter value> := <Value 1>▽<Value 2> ▽.. ▽ <Value n>
<Value> := <Numerical value> | <ID> | “<Character string>”
<Numerical value> := [<Sign>] <Decimal character string (Min. 1 character to Max. 5 characters)>
* The range of valid values is -32768 to 32767.
<ID> := 1 or more ASCII characters (20h to 7Fh) <Character string> := 0 or more ASCII characters (20h to 7Fh)
Projector WUX10 MarkII User Commands
- 7 -
Revision History / Date Changes Revised by
A
pp
roved b
y
3. Communication Flow
Transmission sent
At the sending side (PC), the transmission is sent within character intervals of Tc (character interval timeout).
Transmission received
At the receiving side (Projector), data able to be received within the character interval of Tc is held, and receiving of a delimiter is considered “transmission received”. If a received character interval exceeds Tc or a delimiter is not received within 256 characters, all data already received is lost, and the mode is reset to receive standby again.
Command/Response
One response is always returned for each command sent from the PC. (However, note that a response may not be returned when the internal receive buffer overflows due to reception of a large amount of data.)
PC Projector
Commands
WithinTr
Response
* The timeout interval between command and response (Tr) is 15 seconds.
Response Reception Timeout
If a response is not received within Tr (timeout interval between command and response) while in response reception standby after sending a command at the PC, resend the command in the “response reception timeout”.
Control Mode
"LOCAL mode" and "REMOTE mode" on previous models (SX50、SX6、SX60、X600、SX7、X700) have been removed. You do not need to be aware of which mode it is in (no need to use "REMOTE" and "LOCAL" commands) to send user commands.
Other
If AC power is supplied to the projector, communication is possible regardless of whether the power is on or off. The PC side cannot send a next user command before a response for the first command is returned. If more than 2 user commands arrive at one port, "BAD_SEQUENCE" will be returned in response to the second user command. Response to the first processed user command will not be returned. If user commands arrive at the LAN and service port simultaneously, both will be processed. It will be processed individually, and return a response to each command to individual ports.
Projector WUX10 MarkII User Commands
- 8 -
Revision History / Date Changes Revised by
A
pp
roved b
y
4. Command System
MENU Control
Display Setting Input select
INPUT
Aspect
ASPECT
Total number of dots adjustment
DOTS
Input signal settings Tracking adjustment
TRACK Horizontal/Vertical position adjustment HPOS/VPOS Horizontal/Vertical resolution adjustment
HPIX/VPIX
Input signal selection
SEL
*User commands use only automatic selection of input signals.
Auto PC
AUTOPC
*Running of Auto PC will change the values set in “Input signal settings”.
HDMI input level HDMI overscan Progressive
PROG Menu display position setting Screen color correction
WB
RGB adjustment WBRGB
Flip display
IMAGEFLIP Progressive
PROG
Screen when no signal NOSIG
User screen setting Screen when blank
BLANKCOLOR
Startup screen
PJON
Screen Aspect
SCRNASPECT
Image adjustment Image quality select
IMAGE Brightness setting
BRI Contrast setting
CONT Sharpness setting
SHARP Gamma correction
GAMMA Color adjustment Color saturation setting
SAT
Hue setting
HUE Color temperature setting Gain adjustment
RGBGAIN Offset adjustment
RGBOFFSET
Advanced adjustment
Dynamic gamma
DGAMMA Flesh color adjustment
FTONEADJ 6-axis color adjustment
6AXADJ
6-axis adjustment
6AXR~Y
Reset
Ambient light
Type Level
Lamp mode setting
LAMP
Image adjustment reset
RESET
RESET IMAGE
System setting Auto setup
Power management mode
PMM
Direct power-on
DPON
Electronic sound
BVOL
Key lock
KEYLOCK
Language setting
LANG
Guide
GUIDE
LED illumination
LEDILLUMINATE Slideshow interval Other settings Remote control setting
RCCH Menu display time Password setting Password registration Lamp counter reset
RESET
RESET LAMPTIME Network settings reset Factory settings
RESET
RESET SYSTEM
Projector WUX10 MarkII User Commands
- 9 -
Revision History / Date Changes Revised by
A
pp
roved b
y
Remote Control/Key
[POWER]
POWER
[AUTO SET]
AUTOSETEXE
[ASPECT]
ASPECT
[INPUT]
INPUT
[AUTO PC]
AUTOPC
*Running of Auto PC will change the values set in “Input signal settings”.
[FOCUS]
FCONTDRV / FSETPDRV
[ZOOM]
ZCONTDRV / ZSETPDRV [D.SHIFT] [KEYSTONE]
VKS [MENU] [D.ZOOM] [VOL]
AVOL [FREEZE]
FREEZE [BLANK]
BLANK [MUTE]
MUTE [IMAGE]
IMAGE [P-TIMER] [LAMP]
LAMP
Emulate
Key emulate
MAIN Remote control emulate
RC
Reference
Retrieve each data
GET *****
Indicates functions that are available in the menu but not available in the user commands.
POWER POWER POWER POWER
AUTO SET AUTOSET AUTO SET AUTOSET
MENU MENU MENU MENU
KEYSTONE KEYSTONE KEYSTONE KEYSTONE
FOCUS FOCUS FOCUS FOCUS
ZOOM ZOOM ZOOM ZOOM
INPUT INPUT INPUT INPUT
AUTOPC AUTOPC AUTOPC AUTOPC
UP ASPECT ASPECT
DOWN IMAGE IMAGE
LEFT BLANK BLANK
RIGHT MUTE MUTING
OK OK VOL + VOL+
VOL - VOL-
FREEXE FREEZE
P-TIMER PTIMER
LAMP LAMP
DZOOM + DZOOM+
DZOOM - DZOOM-
↑ UP
↓ DOWN
← LEFT
→ RIGHT
OK OK
Projector WUX10 MarkII User Commands
- 10 -
Revision History / Date Changes Revised by
A
pp
roved b
y
5. Command List
Item Commands Description
1
6AXADJ 6-axis adjustment ON/OFF
2
6AXR~Y 6-axis correction R-Y hue/saturation settings
3
ASCOMBO_* Defines auto setup combination
4
ASPECT Screen settings
5
AUTOPC Auto PC
6
AUTOSETEXE Auto setup
7
AVOL Audio volume adjustment
8
BLANK BLANK function
9
BLANKCOLOR Screen when BLANK setting
10
BRI Brightness setting
11
BVOL BEEP sound setting
12
COMVER User command version inquiry
13
CONT Contrast setting
14
DGAMMA Dynamic gamma
15
DOTS Total number of dots adjustment
16
DPON Direct power-on setting
17
ERR Error information inquiry
18
FCONTDRV Focus lens continuous drive control
19
FREEZE Freeze status
20
FSTEPDRV Focus lens step drive control
21
GAMMA Gamma adjustment
22
GUIDE Guide setting
23
HPIX / VPIX Horizontal/Vertical resolution adjustment
24
HPOS / VPOS Horizontal/Vertical position adjustment
25
HUE Hue setting
26
IMAGE Image mode setting
27
IMAGEFLIP Flip display
28
INPUT Input selection
29
KEYLOCK Keylock setting
30
LAMP Lamp output setting
31
LAMPCOUNTER Lamp ON time inquiry
32
LANG Language select
33
LEDILLUMINATE Emotional LED lighting control
34
LMPT Lamp time inquiry
35
MAIN Front panel operation emulation
36
FTONEADJ Flesh tone adjustment
37
MODE Control mode switch
38
MUTE Mute control
39
NOSIG Display screen when no signal setting
40
PJON Display screen at startup setting
Projector WUX10 MarkII User Commands
- 11 -
Revision History / Date Changes Revised by
A
pp
roved b
y
Item Commands Description
41
PMM Power management
42
POWER This controls the power supply
43
PRODCODE Product information inquiry
44
PROG Progressive setting
45
RC Remote control operation emulate
46
RCCH Remote control channel setting
47
RESET Reset
48
RGBGAIN RGB gain adjustment
49
RGBOFFSET RGB offset adjustment
50
ROMVER ROM version inquiry
51
SAT Color saturation setting
52
SCRNASPECT Screen aspect setting
53
SEL Input signal selection
54
SHARP Sharpness setting
55
SIGNALSTATUS Signal status inquiry
56
TEMP Temperature inquiry
57
TMPL Temperature limit inquiry
58
TRACK Tracking adjustment
59
VKS Vertical keystone setting
60
WB Screen color correction
61
WBRGB Screen color correction (ADJUST)
62
ZCONTDRV Zoom lens continuous drive control
63
ZSTEPDRV Zoom lens step drive control
Projector WUX10 MarkII User Commands
- 12 -
Revision History / Date Changes Revised by
A
pp
roved b
y
6. Details of Command
Descriptions of each command are provided starting from the next page. The command descriptions have the format shown below.
Alphabetic command name
This briefly describes the command function.
Format
This indicates the command format.
Environment
This defines the environments that support the command (power supply state, input signal state).
Power*1 Input
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI None
*2 *3 *4 *5 *5 *5 *5 *5 *5 *6
*1 Power Executable regardless of power supply state when marked by “-“.
*2 OFF “O” when power supply state is OFF.
*3 ON “O” when power supply state is ON.
*4 PM “O” when the power supply state is enabled while power management is in standby.
*5 Input The command is enabled in states marked by “O”.
The command is executable regardless of input when marked by “-“.
*6 None Input signal is required when “X“.
Response
This describes the command response.
Description
This includes the command function, conditions, and notes.
Example
This provides command usage examples.
Projector WUX10 MarkII User Commands
- 13 -
Revision History / Date Changes Revised by
A
pp
roved b
y
6AXADJ
6-axis adjustment ON/OFF
Format
6AXADJ=<6-axis adjustment parameter:ID> GET6AXADJ / ?6AXADJ
<6-axis adjustment parameter:ID>
ON This sets the 6-axis adjustment to ON. OFF This sets the 6-axis adjustment to OFF.
Environment
Power Input
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI None
X O X -
Response
"i:OK" is returned if the parameter was set properly. For 'GET 6AXADJ' or '?6AXADJ', current 6-axis adjustment state is returned in
'g:6AXADJ=<6-axis adjustment parameter:ID>'
For details on other responses, refer to the "Error List".
Description
(1) This command is used to select ON or OFF for the 6-axis adjustment. (2) This command functions in the same way as when "Image adjustments" - "Advanced
adjustments" - "6-axis adjustment" are selected on the menu.
(3) In the case of "6-axis adjustment," set the hue and color saturation of each axis using the
6AXR to Y "6-axis correction R to Y hue/color saturation setting" commands. (4) This sets the currently selected input signal and image mode. (5) The current 6-axis adjustment setting can be obtained using the GET command. ("
GET
6AXADJ
"
Example
Control
> 6AXADJ=ON The 6-axis adjustment is set to ON.
< i:OK
Reference
> GET 6AXADJ or ?6AXADJ The 6-axis adjustment ON or OFF setting is obtained.
< g:6AXADJ=ON
*Commands are indicated by ">", and responses are indicated by "<".
Projector WUX10 MarkII User Commands
- 14 -
Revision History / Date Changes Revised by
A
pp
roved b
y
6AXR-Y
6-axis correction R-Y hue/saturation settings
Format
6AXR=<R hue:Number><R saturation:Number> 6AXG=<G hue:Number><G saturation:Number> 6AXB=<B hue:Number><B saturation:Number> 6AXC=<C hue:Number><C saturation:Number> 6AXM=<M hue:Number><M saturation:Number> 6AXY=<Y hue:Number><Y saturation:Number> GET6AXR / ?6AXR GET6AXG / ?6AXG GET6AXB / ?6AXB GET6AXC / ?6AXC GET6AXM / ?6AXM GET6AXY / ?6AXY
Setting values for <R/G/B/C/M/Y hue:Number> are -20 to 20. Setting values for <R/G/B/C/M/Y saturation:Number> are -20 to 20.
Environment
Power Input
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI None
X O X -
Response
"i:OK" is returned if the parameter was set properly. For '
GET 6AX*' or '?6AX*', current 6-axis correction R-Y hue/saturation settings are returned as
'
g:6AX*=<*hue: Number>,<*saturation:Number>'
For details on other responses, refer to the "Error List".
Description
(1) This sets the 6-axis correction of the hue and color saturation for R to Y. (2) This command functions in the same way as when "Image adjustments" - "Advanced
adjustments" - "6-axis color adjustment" are selected on the menu. (3) If numerical parameters are outside the range, "
e:0801 INVALID_VALUE" is returned.
(4) These commands take effect when they have been set to valid using the 6-axis adjustment
command (6AXADJ), and they can be set separately. (5) This sets the currently selected input signal and image mode. (6) The current 6-axis color correction can be obtained using the GET command. ("
GET
6AXR/G/B/C/M/Y
")
Example
Setting
> 6AXR=-8, 5 The R hue is set to –8, and the color saturation is set to 5.
< i:OK
Reference
> GET 6AXR or ?6AXR This retrieves the R hue and color saturation.
< g:6AXR=12, -8
* Commands are indicated by ">", and responses are indicated by "<".
Projector WUX10 MarkII User Commands
- 15 -
Revision History / Date Changes Revised by
A
pp
roved b
y
ASCOMBO_*
Defines auto setup combination
Format
ASCOMBO_AF=<Auto set combination parameter:ID>
ASCOMBO_AVK=<Auto set combination parameter:ID>
ASCOMBO_AINP=<Auto set combination parameter:ID>
ASCOMBO_ASC=<Auto set combination parameter:ID>
GETASCOMBO_AF / ?ASCOMBO_AF
GETASCOMBO_AVK / ?ASCOMBO_AVK
GETASCOMBO_AINP / ?ASCOMBO_AINP
GETASCOMBO_ASC / ?ASCOMBO_ASC
<Auto set combination parameter:ID>
ON Combine OFF Do not combine
Environment
Power Input
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI None
X O X -
Response
"i:OK" is returned if automatic setup combination was set properly. For '
GET ASCOMBO_*' or '? ASCOMBO_*', current auto setup sequence combination is returned as
'
g:ASCOMBO_*=ON' or
'
g:ASCOMBO_*=OFF'
For details on other responses, refer to the "Error List".
Description
(1) This sets whether to combine a sequence in the auto setup. (2) This command functions in the same way as when "System settings" - "Auto setup" are
selected on the menu. (3) Even if it has been set using this command, AUTOSETEXE may not be executed depending on
other status of the projector (screen aspect, etc.). (4) Also refer to the AUTOSETEXE command. (5) The current auto setup combination can be obtained using the GET command.
Example
Setting
> ASCOMBO_AF=ON Auto focusing is executed during auto setup execution.
< i:OK
Reference
> GET ASCOMBO_AVK or ?ASCOMBO_AVK
Auto focus execution setting in current auto setup is obtained.
< g:ASCOMBO_AVK=ON
* Commands are indicated by ">", and responses are indicated by "<".
Projector WUX10 MarkII User Commands
- 16 -
Revision History / Date Changes Revised by
A
pp
roved b
y
ASPECT
Screen settings
Format
ASPECT=<Screen setting parameters:ID> GETASPECT / ?ASPECT
<Screen setting parameters:ID>
AUTO Auto 4:3 4:3 16:9 16:9 FULL Full screen ZOOM Zoom
TRUE Real
Environment
Power Input
OFF ON PM Parameter D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI None
X O X AUTO
×
*4
4:3
*4
16:9
*4
FULL *5 *5 *5
× × ×
*4
ZOOM
× × ×
*1 *2 *1 *4
TRUE
*3
×
*3 *4
*1 Valid when screen aspect (16:9 or 16:9 DIS) and SD signals *2 Settable when screen aspect (16:9 or 16:9 DIS) *3 Progressive allowable (however, 1080p is non-allowable) *4 Allowable/Non-Allowable differs according to selected input signal *5 Settable when screen aspect (16:10)
Response
"i:OK" is returned if the parameter was set properly.
For 'GET ASPECT' or '?ASPECT', current screen display mode is returned as
'g:ASPECT=<Screen setting parameters:ID>'
For details on other responses, refer to the "Error List".
Description
(1) This sets the screen sizes. (2) This command functions in the same way as when "Display settings" - "Aspect" are selected on
the menu. (3) If the command cannot be supported, 'INVALID_SOURCE' is returned as an error response. (4) If the necessary signals are not input, 'NO_SIGNAL' is returned. (5) The final screen settings are retained even when the power is turned off. However, the screen
settings may be different if the input terminal or input signal is changed. (6) The GET command can be used to retrieve the current screen display mode. ("
GET ASPECT")
Projector WUX10 MarkII User Commands
- 17 -
Revision History / Date Changes Revised by
A
pp
roved b
y
Example
Setting
> ASPECT=16:9 This sets the screen size to WIDE.
> i:OK
Reference
> GET ASPECT or ?ASPECT This retrieves the screen size.
< g:ASPECT=TRUE
* Commands are indicated by ">", and responses are indicated by "<".
Projector WUX10 MarkII User Commands
- 18 -
Revision History / Date Changes Revised by
A
pp
roved b
y
AUTOPC
Auto PC
Format
AUTOPC
Environment
Power Input
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI None
X O X X O O X X X X
Response
"i:OK" is returned if the control was executed properly. For details on other responses, refer to the "Error List".
Description
(1) This executes Auto PC. (2) This command is identical to pressing the “AUTOPC” button on the remote control. (3) If the input is neither "A-RGB1" nor "A-RGB2", 'e:200X INVALID_SOURCE(***)' is returned
as an error response. (4) If signals are not input, "e:2010 NO_SIGNAL" is returned. (5) Execution of this command may modify the following setting values. Total number of dots Tracki ng Horizontal/vertical positions Number of horizontal/vertical display dots
(6) To confirm modified setting values, use the GET command of the respective parameter. For details, refer to the GET commands below.
Setting GET
Total number of dots GET DOTS
Tracking GET TRACK
Horizontal position GET HPOS
Vertical position GET VPOS
Number of horizontal display dots GET HPIX
Number of vertical display dots GET VPIX
Example
> AUTOPC
< i:OK
* Commands are indicated by ">", and responses are indicated by "<".
Projector WUX10 MarkII User Commands
- 19 -
Revision History / Date Changes Revised by
A
pp
roved b
y
AUTOSETEXE
Auto setup
Format
AUTOSETEXE<Auto set parameter:ID>
<Auto set parameter:ID>
FOCUS Auto focusing VKS Auto keystone (vertical) execution SCRN Automatic screen color correction execution INPUT Automatic signal sensing execution
Environment
Power Input
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI None
X O X -
Response
i:OK” is returned when the automatic processing was completed successfully. For details on other responses, refer to the "Error List".
Description
(1) This command is used to execute auto setup. (2) One of the following responses is returned if auto setup cannot be executed due to projector
settings.
Type
Projector
settings
FOCUS VKS SCRN INPUT
Error response
BLANK
× ×
'e:1006 NOW_BLANK'
FREEZE
× × × ×
'e:1009 NOW_FREEZE'
D.ZOOM
× × × ×
'e:100A NOW_D.ZOOM' ○:Executable
DIS*
× × ×
'e:1008 INVALID_SCREEN_ASPECT' ×:Non-executable
* DIS:Digital Image Shift
(3) One of the following responses is returned if an error has been detected at any part of the auto
setup.
Type Response
FOCUS 'e:F002 SYSTEM (AF)'
VKS 'e:F004 SYSTEM (AK)'
SCRN 'e:F005 SYSTEM (ASC)'
(4) If the input signal cannot be detected using the automatic signal sensing,
'
i:INPUT_NOT_FOUND' is returned.
(5) When automatic screen color correction (SCRN) has been completed successfully, the screen
color correction (WB) is set to "ADJUST". (6) There are no parameters to be executed together. Execute them separately.
Example
Setting
> AUTOSETEXE FOCUS Auto focusing is executed.
< i:OK
* Commands are indicated by ">", and responses are indicated by "<".
Projector WUX10 MarkII User Commands
- 20 -
Revision History / Date Changes Revised by
A
pp
roved b
y
AVOL
Audio volume adjustment
Format
AVOL=<Audio volume level:Number> GETAVOL / ?AVOL
Setting values for <Audio volume level:Number> are 0 to 20.
Environment
Power Input
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI None
X O X -
Response
"i:OK" is returned if the parameter was set properly. For '
GET AVOL' or '?AVOL', current audio volume level is returned as
'
g:AVOL=<Audio volume level:Number>'
For details on other responses, refer to the "Error List".
Description
(1) This adjusts the volume. (2) This command is identical to pressing the “VOL+” and "VOL-" button on the remote control or
the "VOL" on the front panel. (3) If numerical parameters are outside the range, "e:0801 INVALID_VALUE" is returned. (4) The volume level can be set even while the sound is muted. (5) The GET command can be used to retrieve the current volume. ("
GET AVOL")
Example
Setting
> AVOL=18 This sets the volume to 18.
< i:OK
Reference
> GET AVOL or ?AVOL This retrieves the volume.
< g:AVOL=18
* Commands are indicated by ">", and responses are indicated by "<".
Projector WUX10 MarkII User Commands
- 21 -
Revision History / Date Changes Revised by
A
pp
roved b
y
BLANK
BLANK function
Format
BLANK=<BLANK parameter:ID> GETBLANK / ?BLANK
<BLANK parameter:ID>
ON BLANK ON OFF BLANK OFF.
Environment
Power Input
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI None
X O X -
Response
"i:OK" is returned if the parameter was set properly. For '
GET BLANK' or '?BLANK', current BLANK status is returned as
'
g:BLANK=ON'
'
g:BLANK=OFF'
For details on other responses, refer to the "Error List".
Description
(1) This command is used to set the BLANK function. (2) This command is identical to pressing the “VOL+” and "VOL-" button. (3) The current BLANK settings can be obtained using the GET command. ("
GET BLANK")
Example
Setting
> BLANK=ON BLANK is set to ON.
< i:OK
Reference
> GET BLANK or ?BLANK The current BLANK status is referenced.
< g:BLANK=ON
* Commands are indicated by ">", and responses are indicated by "<".
Projector WUX10 MarkII User Commands
- 22 -
Revision History / Date Changes Revised by
A
pp
roved b
y
BLANKCOLOR
Screen when BLANK setting
Format
BLANKCOLOR=<Screen when BLANK setting parameter:ID> GETBLANKCOLOR / ?BLANKCOLOR
<Screen when BLANK setting parameter:ID>
BLACK Black screen BLUE Blue screen
Environment
Power Input
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI None
X O X -
Response
"i:OK" is returned if the parameter was set properly. For '
GET BLANKCOLOR' or '?BLANKCOLOR', current screen when BLANK setting is returned as
'g:BLANKCOLOR=<BLANK display screen setting parameter:ID>'
For details on other responses, refer to the "Error List".
Description
(1) This command is used to set the screen when BLANK. (2) This command functions in the same way as when "Display settings" - "User screen setting" -
"Screen when blank" are selected on the menu. (3) The current screen when BLANK setting can be obtained using the GET command. ("
GET
BLANKCOLOR
")
Example
Setting
> BLANKCOLOR=BLACK Set to "Black screen" when screen is BLANK.
< Ok
Reference
> GET BLANKCOLOR or ?BLANKCOLOR Screen when BLANK setting is obtained.
< g:BLANKCOLOR=BLACK
* Commands are indicated by ">", and responses are indicated by "<".
Projector WUX10 MarkII User Commands
- 23 -
Revision History / Date Changes Revised by
A
pp
roved b
y
BRI
Brightness setting
Format
BRI=<Brightness setting:Number> GETBRI / ?BRI
Setting values for <Brightness setting:Number> are -20 to 20.
Environment
Power Input
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI None
X O X -
Response
"i:OK" is returned if the parameter was set properly. For '
GET BRI' or '?BRI', current brightness is returned as
'
g:BRI=<Brightness setting:Number>'
For details on other responses, refer to the "Error List".
Description
(1) This sets the screen brightness. (2) This command functions in the same way as when "Image adjustments" - "Brightness" are
selected on the menu. (3) If numerical parameters are outside the range, "e:0801 INVALID_VALUE" is returned. (4) This sets the currently selected input signal and image mode. (5) The current brightness can be acquired using the applicable GET command. ("
GET BRI")
Example
Setting
> BRI=-10 This sets the brightness to -10.
< i:OK
Reference
> GET BRI or ?BRI This retrieves the brightness.
< g:BRI=-10
* Commands are indicated by ">", and responses are indicated by "<".
Projector WUX10 MarkII User Commands
- 24 -
Revision History / Date Changes Revised by
A
pp
roved b
y
BVOL
BEEP sound setting
Format
BVOL=<Beep sound setting:Number> GETBVOL / ?BVOL
<Beep sound setting:Number>
0 BEEP sound mute 1 BEEP sound output
Environment
Power Input
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI None
X O X -
Response
"i:OK" is returned if the parameter was set properly. For '
GET BVOL' or '?BVOL', current BEEP sound setting is returned as
'
g:BVOL=<Beep sound setting:Number>'
For details on other responses, refer to the "Error List".
Description
(1) This sets the BEEP sound output. (2) This command functions in the same way as when "System setting" - "Electronic sound" are
selected on the menu. (3) The beep sound can be set even while the sound is muted, but it will not sound even if (beep
sound output) has been set. (4) The current beep sound output status can be acquired using the applicable GET command.
("
GET BVOL")
Example
Setting
> BVOL=0 This mutes the BEEP sound.
< i:OK
Reference
> GET BVOL or ?BVOL This retrieves the BEEP sound output state. < g:BVOL=1
* Commands are indicated by ">", and responses are indicated by "<".
Loading...
+ 63 hidden pages