Canon Projector WUX10 User Manual

Canon  
Projector WUX10 MarkII  
User Commands  
Revision 1  
© 2010 CANON INC.  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Projector WUX10 MarkII User Commands  
Table of Contents  
-
-
ii  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Projector WUX10 MarkII User Commands  
-
-
iii  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Projector WUX10 MarkII User Commands  
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.  
:=  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 1 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
2. Communication Specifications  
Communication Specifications  
The projector can be controlled via serial or LAN connection.  
PC - Projector connection status  
COM  
PORT  
SERVICE  
PORT  
LAN  
PORT  
LAN  
PORT  
Network  
Canon  
Connection  
Dedicated cable  
PC  
Projector  
PC  
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  
Connection  
cable  
9pin RS-232C Cable (Cross)  
LAN Cable  
SD  
RD  
SD  
RD  
Send Data  
Send Data  
Receive  
Data  
Receive  
Data  
Signal  
Ground  
Signal  
Ground  
SG  
SG  
* 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.  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 2 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
     
Projector WUX10 MarkII User Commands  
Communication System (Serial)  
Item  
Specifications  
Communication system  
Transmission speed  
RS-232-C Start-stop synchronization Semi-duplex communication  
19.2 Kbps  
Character length  
Stop bit  
8 bits/character  
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)  
Transmission codes  
Uppercase and lowercase of alphabetic characters are considered the same  
character.  
Double-byte characters and single-byte characters are not distinguished. All  
are considered single-byte characters.  
Communication  
procedure  
No procedure  
Flow control  
Error control  
Break signal  
None  
None  
Not supported  
Tc Character:  
Command/response  
interval:  
5s (Timeout between CR and LF is 10ms.)  
15s  
Time out  
Tr  
Communication System (LAN)  
Item  
Specifications  
Communication system  
Transmission speed  
Character length  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 3 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
     
Projector WUX10 MarkII User Commands  
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  
OK  
Commands with a command character string length of 0. No  
command processing is performed.  
BUSY  
WARN  
ERR  
Null Commands  
Character string  
<Null command character string>  
:= <Character string with length 0>  
OK  
Projector control command. The format is shown below.  
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  
Reference  
command  
Character string  
<Reference command character string>  
WARN  
ERR  
:=?<Parameter name> | GET<Parameter name>  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 4 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
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  
Meaning  
type  
Example  
State response  
i:OK i:BUSY etc.  
w:USER_COMMAND..  
e:000B INVALID..  
g:AVOL=10  
i
Warning  
w
e
g
Error  
Reference command response  
<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:  
GET response  
Example:  
> abcdefg  
< e:0002 INVALID_COMMAND  
Request response for each parameter.  
<GET response character string>:=g<Parameter name>=<Value>  
> GET LANG or ? LANG  
< g:LANG=JPN  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 5 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
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)  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 6 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
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  
Response  
WithinTr  
* 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 (SX50SX6SX60X600SX7X700) 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.  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 7 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
               
Projector WUX10 MarkII User Commands  
4. Command System  
MENU Control  
INPUT  
ASPECT  
Display Setting  
Input select  
Aspect  
Input signal settings  
DOTS  
TRACK  
Total number of dots adjustment  
Tracking adjustment  
Horizontal/Vertical position adjustment  
Horizontal/Vertical resolution adjustment  
HPOS/VPOS  
HPIX/VPIX  
SEL  
AUTOPC  
Input signal selection  
Auto PC  
*User commands use only automatic selection of input signals.  
*Running of Auto PC will change the values set in “Input signal settings”.  
HDMI input level  
HDMI overscan  
Progressive  
PROG  
WB  
Menu display position setting  
Screen color correction  
RGB adjustment  
WBRGB  
IMAGEFLIP  
PROG  
Flip display  
Progressive  
Screen when no signal  
Screen when blank  
Startup screen  
NOSIG  
BLANKCOLOR  
PJON  
User screen setting  
Screen Aspect  
SCRNASPECT  
IMAGE  
BRI  
Image adjustment  
Image quality select  
Brightness setting  
Contrast setting  
Sharpness setting  
Gamma correction  
Color adjustment  
CONT  
SHARP  
GAMMA  
SAT  
HUE  
Color saturation setting  
Hue setting  
Color temperature setting  
Gain adjustment  
Offset adjustment  
RGBGAIN  
RGBOFFSET  
Advanced adjustment  
DGAMMA  
FTONEADJ  
6AXADJ  
Dynamic gamma  
Flesh color adjustment  
6-axis color adjustment  
6AXR~Y  
6-axis adjustment  
Reset  
Ambient light  
Type  
Level  
LAMP  
RESET  
Lamp mode setting  
Image adjustment reset  
RESET IMAGE  
System setting  
Auto setup  
Power management mode  
Direct power-on  
Electronic sound  
Key lock  
PMM  
DPON  
BVOL  
KEYLOCK  
LANG  
GUIDE  
Language setting  
Guide  
LEDILLUMINATE  
LED illumination  
Slideshow interval  
Other settings  
RCCH  
Remote control setting  
Menu display time  
Password setting  
Password registration  
Lamp counter reset  
Network settings reset  
Factory settings  
RESET  
RESET  
RESET LAMPTIME  
RESET SYSTEM  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 8 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
Remote Control/Key  
POWER  
[POWER]  
[AUTO SET]  
[ASPECT]  
[INPUT]  
AUTOSETEXE  
ASPECT  
INPUT  
AUTOPC  
FCONTDRV / FSETPDRV  
ZCONTDRV / ZSETPDRV  
[AUTO PC]  
[FOCUS]  
[ZOOM]  
*Running of Auto PC will change the values set in “Input signal settings”.  
[D.SHIFT]  
[KEYSTONE]  
[MENU]  
VKS  
[D.ZOOM]  
[VOL]  
AVOL  
FREEZE  
BLANK  
MUTE  
[FREEZE]  
[BLANK]  
[MUTE]  
IMAGE  
[IMAGE]  
[P-TIMER]  
[LAMP]  
LAMP  
Emulate  
MAIN  
RC  
Key emulate  
Remote control emulate  
Reference  
Retrieve each data  
GET *****  
Indicates functions that are available in the menu but not available in the user commands.  
POWER  
AUTO SET  
MENU  
KEYSTONE  
FOCUS  
ZOOM  
INPUT  
AUTOPC  
POWER  
AUTOSET  
MENU  
POWER  
AUTO SET  
MENU  
KEYSTONE  
FOCUS  
ZOOM  
INPUT  
AUTOPC  
ASPECT  
IMAGE  
BLANK  
MUTE  
POWER  
AUTOSET  
MENU  
KEYSTONE  
FOCUS  
ZOOM  
KEYSTONE  
FOCUS  
ZOOM  
INPUT  
INPUT  
AUTOPC  
UP  
AUTOPC  
ASPECT  
IMAGE  
BLANK  
MUTING  
VOL+  
DOWN  
LEFT  
RIGHT  
OK  
OK  
VOL +  
VOL -  
VOL-  
FREEXE  
P-TIMER  
LAMP  
FREEZE  
PTIMER  
LAMP  
DZOOM +  
DZOOM -  
DZOOM+  
DZOOM-  
UP  
DOWN  
LEFT  
RIGHT  
OK  
OK  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 9 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Projector WUX10 MarkII User Commands  
5. Command List  
Item  
Commands  
Description  
1
6AXADJ  
6-axis adjustment ON/OFF  
2
6AXR~Y  
ASCOMBO_*  
ASPECT  
AUTOPC  
AUTOSETEXE  
AVOL  
6-axis correction R-Y hue/saturation settings  
Defines auto setup combination  
Screen settings  
3
4
5
Auto PC  
6
Auto setup  
7
Audio volume adjustment  
BLANK function  
8
BLANK  
9
BLANKCOLOR  
BRI  
Screen when BLANK setting  
Brightness setting  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
25  
26  
27  
28  
29  
30  
31  
32  
33  
34  
35  
36  
37  
38  
39  
40  
BVOL  
BEEP sound setting  
COMVER  
CONT  
User command version inquiry  
Contrast setting  
DGAMMA  
DOTS  
Dynamic gamma  
Total number of dots adjustment  
Direct power-on setting  
Error information inquiry  
Focus lens continuous drive control  
Freeze status  
DPON  
ERR  
FCONTDRV  
FREEZE  
FSTEPDRV  
GAMMA  
GUIDE  
Focus lens step drive control  
Gamma adjustment  
Guide setting  
HPIX / VPIX  
HPOS / VPOS  
HUE  
Horizontal/Vertical resolution adjustment  
Horizontal/Vertical position adjustment  
Hue setting  
IMAGE  
Image mode setting  
IMAGEFLIP  
INPUT  
Flip display  
Input selection  
KEYLOCK  
LAMP  
Keylock setting  
Lamp output setting  
LAMPCOUNTER  
LANG  
Lamp ON time inquiry  
Language select  
LEDILLUMINATE  
LMPT  
Emotional LED lighting control  
Lamp time inquiry  
MAIN  
Front panel operation emulation  
Flesh tone adjustment  
Control mode switch  
FTONEADJ  
MODE  
MUTE  
Mute control  
NOSIG  
Display screen when no signal setting  
Display screen at startup setting  
PJON  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 10 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
Item  
41  
42  
43  
44  
45  
46  
47  
48  
49  
50  
51  
52  
53  
54  
55  
56  
57  
58  
59  
60  
61  
62  
63  
Commands  
Description  
PMM  
Power management  
POWER  
PRODCODE  
PROG  
This controls the power supply  
Product information inquiry  
Progressive setting  
RC  
Remote control operation emulate  
Remote control channel setting  
Reset  
RCCH  
RESET  
RGBGAIN  
RGBOFFSET  
ROMVER  
SAT  
RGB gain adjustment  
RGB offset adjustment  
ROM version inquiry  
Color saturation setting  
Screen aspect setting  
SCRNASPECT  
SEL  
Input signal selection  
SHARP  
Sharpness setting  
SIGNALSTATUS  
TEMP  
Signal status inquiry  
Temperature inquiry  
TMPL  
Temperature limit inquiry  
Tracking adjustment  
TRACK  
VKS  
Vertical keystone setting  
Screen color correction  
Screen color correction (ADJUST)  
Zoom lens continuous drive control  
Zoom lens step drive control  
WB  
WBRGB  
ZCONTDRV  
ZSTEPDRV  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 11 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Projector WUX10 MarkII User Commands  
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  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
*2 *3 *4 *5 *5 *5 *5 *5 *5  
Input  
None  
*6  
*1 Power  
*2 OFF  
*3 ON  
Executable regardless of power supply state when marked by “-“.  
“O” when power supply state is OFF.  
“O” when power supply state is ON.  
*4 PM  
“O” when the power supply state is enabled while power management is in standby.  
The command is enabled in states marked by “O”.  
The command is executable regardless of input when marked by “-“.  
Input signal is required when “X“.  
*5 Input  
*6 None  
Response  
This describes the command response.  
Description  
This includes the command function, conditions, and notes.  
Example  
This provides command usage examples.  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 12 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
6AXADJ  
6-axis adjustment ON/OFF  
Format  
6AXADJ=<6-axis adjustment parameter:ID>  
GET6AXADJ / ?6AXADJ  
<6-axis adjustment parameter:ID>  
ON  
OFF  
This sets the 6-axis adjustment to ON.  
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 "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 13 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
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.  
This retrieves the R hue and color saturation.  
< i:OK  
Reference  
> GET 6AXR or ?6AXR  
< g:6AXR=12, -8  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 14 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
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 "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 15 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
ASPECT  
Screen settings  
Format  
ASPECT=<Screen setting parameters:ID>  
GETASPECT / ?ASPECT  
<Screen setting parameters:ID>  
AUTO  
4:3  
Auto  
4:3  
16:9  
16:9  
FULL  
Full screen  
ZOOM  
TRUE  
Zoom  
Real  
Environment  
Power  
Input  
OFF ON PM Parameter D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
*4  
X
O
X
AUTO  
4:3  
*5  
×
*5  
×
*5  
×
×
*1  
*3  
×
×
*2  
×
×
*1  
*3  
*4  
16:9  
*4  
FULL  
ZOOM  
TRUE  
*4  
*4  
*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")  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 16 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
Example  
Setting  
> ASPECT=16:9  
This sets the screen size to WIDE.  
> i:OK  
Reference  
> GET ASPECT or ?ASPECT  
< g:ASPECT=TRUE  
This retrieves the screen size.  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 17 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Projector WUX10 MarkII User Commands  
AUTOPC  
Auto PC  
Format  
AUTOPC  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
X
X
O
X
X
O
O
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  
Tracking  
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  
Total number of dots  
Tracking  
GET  
GET DOTS  
GET TRACK  
GET HPOS  
GET VPOS  
Horizontal position  
Vertical position  
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 "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 18 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
AUTOSETEXE  
Auto setup  
Format  
AUTOSETEXE<Auto set parameter:ID>  
<Auto set parameter:ID>  
FOCUS  
VKS  
Auto focusing  
Auto keystone (vertical) execution  
SCRN  
INPUT  
Automatic screen color correction execution  
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  
Error response  
FOCUS VKS SCRN INPUT  
×
×
×
×
×
×
×
×
×
×
×
×
×
BLANK  
FREEZE  
D.ZOOM  
DIS*  
'e:1006 NOW_BLANK'  
'e:1009 NOW_FREEZE'  
'e:100A NOW_D.ZOOM'  
○:Executable  
'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  
FOCUS  
VKS  
Response  
'e:F002 SYSTEM (AF)'  
'e:F004 SYSTEM (AK)'  
'e:F005 SYSTEM (ASC)'  
SCRN  
(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  
< i:OK  
Auto focusing is executed.  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date Changes  
Revised by  
Approved by  
- 19 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
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  
< i:OK  
This sets the volume to 18.  
This retrieves the volume.  
Reference  
> GET AVOL or ?AVOL  
< g:AVOL=18  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 20 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
BLANK  
BLANK function  
Format  
BLANK=<BLANK parameter:ID>  
GETBLANK / ?BLANK  
<BLANK parameter:ID>  
ON  
OFF  
BLANK ON  
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  
< i:OK  
BLANK is set to ON.  
Reference  
> GET BLANK or ?BLANK  
< g:BLANK=ON  
The current BLANK status is referenced.  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 21 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
BLANKCOLOR  
Screen when BLANK setting  
Format  
BLANKCOLOR=<Screen when BLANK setting parameter:ID>  
GETBLANKCOLOR / ?BLANKCOLOR  
<Screen when BLANK setting parameter:ID>  
BLACK  
BLUE  
Black screen  
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.  
Screen when BLANK setting is obtained.  
< Ok  
Reference  
> GET BLANKCOLOR or ?BLANKCOLOR  
< g:BLANKCOLOR=BLACK  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 22 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
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.  
This retrieves the brightness.  
< i:OK  
Reference  
> GET BRI or ?BRI  
< g:BRI=-10  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 23 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
BVOL  
BEEP sound setting  
Format  
BVOL=<Beep sound setting:Number>  
GETBVOL / ?BVOL  
<Beep sound setting:Number>  
0
1
BEEP sound mute  
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 "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 24 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
COMVER  
User command version inquiry  
Format  
GETCOMVER / ?COMVER  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
-
-
Response  
Returns the user command version as  
g:COMVER="<User command version:Character string>"  
<User command version>:=99.9999  
For details on other responses, refer to the "Error List".  
Description  
(1) This inquires about the user command version of the projector.  
(2) This inquiry can be executed in any status provided that AC power is supplied to the projector.  
(3) The user command version consists of a 2-digit number followed by a 4-digit number. Question  
marks may appear in place of the numerals if the firmware has not been upgraded correctly.  
(Example "??:????")  
Example  
> GET COMVER or ? COMVER  
< g:COMVER="01.0000"  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 25 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
CONT  
Contrast setting  
Format  
CONT=<Contrast setting:Number>  
GETCONT / ?CONT  
Setting values for <Contrast 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 CONT' or '?CONT', current contrast setting is returned as  
'g:CONT=<Contrast setting:Number>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This sets the screen contrast.  
(2) This command functions in the same way as when "Image adjustment" - "Contrast setting"  
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 contrast can be acquired using the applicable GET command. ("GET CONT")  
Example  
Setting  
> CONT=3  
This sets the contrast to +3.  
This retrieves the contrast.  
< i:OK  
Reference  
> GET CONT or ?CONT  
< g:CONT=3  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 26 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
DGAMMA  
Dynamic gamma  
Format  
DGAMMA=<Dynamic gamma setting parameter:ID>  
GETDGAMMA / ?DGAMMA  
<Dynamic gamma setting parameter:ID>  
OFF  
Off  
WEAK  
STRONG  
Weak  
Strong  
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 DGAMMA' or '?DGAMMA', current dynamic gamma setting is returned as  
'g:DGAMMA=<Dynamic gamma setting parameter:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) The command is used to set the dynamic gamma function.  
(2) This command functions in the same way as when "Image adjustment" - "Advanced  
adjustment" - "Dynamic gamma" are selected on the menu.  
(3) This sets the currently selected input signal and image mode.  
(4) The current dynamic gamma function status can be acquired using the applicable GET  
command. ("GET DGAMMA")  
Example  
Setting  
> DGAMMA=WEAK  
This sets the dynamic gamma function to WEAK.  
This retrieves the dynamic gamma function state.  
< i:OK  
Reference  
> GET DGAMMA or ?DGAMMA  
< g:DGAMMA=WEAK  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 27 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
DOTS  
Total number of dots adjustment  
Format  
DOTS=<Number of dots:Number>  
GETDOTS / ?DOTS  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
X
X
O
X
X
O
O
X
X
X
Response  
"i:OK" is returned if the parameter was set properly.  
For 'GET DOTS' or '?DOTS', current total number of dots is returned as  
'g:DOTS=<Number of dots:Number>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This designates the total number of dots for one horizontal period.  
(2) This command functions in the same way as when "Display setting" - "Input signal settings" -  
"Total number of dots" are selected on the menu.  
(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) Adjustment range is limited. If number is invalid, "e:0801 INVALID_VALUE" is returned.  
(6) The GET command can be used to obtain the current total number of dots. ("GET DOTS")  
Example  
Setting  
> DOTS=1650  
The total number of dots is 1650.  
< i:OK  
Reference  
> GET DOTS or ?DOTS  
This retrieves the total number of dots.  
< g:DOTS=1200  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 28 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
DPON  
Direct power-on setting  
Format  
DPON=<Direct power-on setting parameter:ID>  
GETDPON / ?DPON  
<Direct power-on setting parameter:ID>  
ON  
OFF  
This sets direct power-on to ON.  
This sets direct power-on 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 DPON' or '?DPON', current direct power-on setting is returned as  
'g:DPON=<Direct power-on setting parameter:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to set direct power-on function to ON or OFF.  
(2) This command functions in the same way as when "System setting" - "Direct power-on" are  
selected on the menu.  
(3) Direct power-on cannot be set to ON when "OFF" has been selected as the power management  
setting (PMM=OFF).  
("e:1004 POWER_MANAGEMENT_OFF" is returned.)  
(4) The current direct power-on setting can be obtained using the GET command. ("GET DPON")  
Example  
Setting  
> DPON=ON  
Direct power-on is set to ON.  
< i:OK  
Reference  
> GET DPON on ?DPON  
The current direct power-on setting is obtained.  
< g:DPON=ON  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 29 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
ERR  
Error information inquiry  
Format  
GETERR / ?ERR  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
-
-
Response  
Returns the current error information as  
'g:ERR=<ErrorID:Character string>'  
<ErrorID:Character string>  
NO_ERROR  
No error  
ABNORMAL_TEMPERATURE Temperature error  
FAULTY_LAMP  
Lamp error  
FAULTY_LAMP_COVER  
FAULTY_COOLING_FAN  
FAULTY_POWER_SUPPLY  
FAULTY_AK  
Lamp cover error  
Cooling fan error  
Power supply error  
AK error  
FAULTY_ASC  
ASC error  
FAULTY_AF  
AF error  
FAULTY_POWER_ZOOM  
FAULTY_POWER_FOCUS  
Zoom error  
Focus error  
For details on other responses, refer to the "Error List".  
Description  
(1) This inquires about the current error information.  
(2) This inquiry can be executed in any status provided that AC power is supplied to the projector.  
(3) Information when the warning LED of the projector is flashing can be obtained.  
"NO_ERROR" is returned when the warning LED is not lighted.  
Example  
> GET ERR or ? ERR  
< g:ERR=FAULTY_LAMP  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 30 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
FCONTDRV  
Focus lens continuous drive control  
Format  
FCONTDRV=<Focus lens continuous control parameter:ID>  
<Focus lens continuous control parameter:ID>  
STOP  
FAR  
NEAR  
This stops the focusing.  
This initiates focusing toward the far end.  
This initiates focusing toward the near end.  
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 drive was completed successfully.  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to drive the focus lens.  
(2) This command functions in the same way as when first the "FOCUS" button on the remote  
control or main unit panel is pressed and then the "" or "" button is pressed.  
(3) Focus drive is started by specifying "NEAR" or "FAR".  
To stop the drive, add the "STOP" parameter and send this command.  
If no instruction was given to stop the drive, the drive stops at the drive direction end.  
(4) The following commands are acknowledged during focus drive, but focus drive will also stop at  
the same time.  
a. POWER  
b. FCONTDRV=STOP  
(5) The following commands are acknowledged during focus drive, and a response is returned  
while the drive continues.  
a. GET MODE  
b. GET POWER  
c. GET ERR  
e. GET PRODCODE  
f. GET ROMVER  
g. GET COMVER  
h. REMOTE  
i. LOCAL  
j. RC  
k. MAIN  
l. [NULL]  
d. GET LAMPCOUNTER  
(6) For other commands not included in (4) nor (5), "i:BUSY (FOCUS)" is returned, and focus  
drive continues.  
(7) There are no GET commands available for this command.  
Example  
Control  
> FCONTDRV=NEAR  
Control over the focusing to the near end is started.  
< i:OK  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 31 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
FREEZE  
Freeze status  
Format  
FREEZE=<FREEZE parameter:ID>  
GETFREEZE / ?FREEZE  
<FREEZE parameter:ID>  
ON  
Image now frozen  
OFF  
Image now not frozen  
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 FREEZE' or '?FREEZE', current freeze status is returned as  
'gFREEZE=ON'  
'g:FREEZE=OFF'  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to freeze the image.  
(2) This command is identical to pressing the “FREEZE” button on the remote control.  
(3) The current freeze status can be obtained using the GET command. ("GET FREEZE")  
Example  
Setting  
> FREEZE=ON  
Freezes image.  
< i:OK  
Reference  
> GET FREEZE or ?FREEZE  
The current freeze status is referenced.  
< g:FREEZE=ON  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 32 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
FSTEPDRV  
Focus lens step drive control  
Format  
FSTEPDRV=<Focus lens step control parameter:ID>  
<Focus lens step control parameter:ID>  
FAR  
NEAR  
This initiates focusing toward the far end.  
This initiates focusing toward the near end.  
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 focusing was completed successfully after step drive.  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to drive the focus lens.  
(2) This command functions in the same way as when first the "FOCUS" button on the remote  
control or main unit panel is pressed and then the "" or "" button is pressed.  
(3) The amount by which the lens is focused is constant, and it is fixed for the system.  
(4) If a focusing error occurs, step drive cannot be controlled.  
(5) There are no GET commands available for this command.  
Example  
Control  
> FSTEPDRV=NEAR  
1-step control is exercised over the focus toward the NEAR end.  
< I:OK  
* Commands are indicated by ">", and responses are indicated by "<"..  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 33 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
FTONEADJ  
Flesh tone adjustment  
Format  
FTONEADJ=<Flesh tone adjustment parameter:ID>  
GETFTONEADJ / ?FTONEADJ  
<Memory color adjustment parameter:ID>  
OFF  
No adjustment  
FTONE_L  
FTONE_M  
FTONE_H  
Flesh tone adjustment - light  
Flesh tone adjustment - medium  
Flesh tone adjustment - heavy  
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 flesh tone has been adjusted successfully.  
For 'GET FTONEADJ' or '?FTONEADJ', current flesh tone adjustment is returned as  
'g:FTONEADJ=<Flesh tone adjustment parameter:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used by selecting "No adjustment", "Flesh tone adjustment - light" to "Flesh  
tone adjustment - heavy".  
(2) This command functions in the same way as when "Image adjustment" - "Advanced  
adjustment" - "Flesh tone adjustment" are selected on the menu.  
(3) This sets the currently selected input signal and image mode.  
(4) The current flesh tone adjustment setting can be obtained using the GET command. ("GET  
FTONEADJ")  
(5) With the WUX10, "Memory color adjustment" function is not available.  
Example  
Control  
> FTONEADJ=FTONE_M  
This sets the tone adjustment to "Flesh tone adjustment - medium".  
< i:OK  
Reference  
> GET FTONEADJ or ?FTONEADJ  
This retrieves the flesh tone adjustment level.  
< g:FTONEADJ=FTONE_M  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 34 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
GAMMA  
Gamma adjustment  
Format  
GAMMA=<Gamma adjustment:Number>  
GETGAMMA / ?GAMMA  
Setting values for <Gamma adjustment: Number> are -10 to 10.  
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 GAMMA' or '?GAMMA', current gamma adjustment is returned as  
'g:GAMMA=<Gamma adjustment:Number>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This performs the Gamma adjustment.  
(2) This command functions in the same way as when "Image adjustment" - "Gamma adjustment"  
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 gamma adjustment can be acquired using the applicable GET command. ("GET  
GAMMA")  
Example  
Setting  
> GAMMA=-1  
This sets the gamma correction to –1.  
This retrieves the gamma adjustment.  
< i:OK  
Reference  
> GET GAMMA or ?GAMMA  
< g:GAMMA=3  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 35 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
GUIDE  
Guide setting  
Format  
GUIDE=<Guide setting parameter:ID>  
GETGUIDE / ?GUIDE  
<Guide setting parameter: ID>  
ON  
OFF  
Guide display ON  
Guide display 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 GUIDE' or '?GUIDE', current guide setting is returned as  
'g:GUIDE=<Guide setting parameter:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to set the guide function display to ON or OFF.  
(2) This command functions in the same way as when "System setting" - "Guide" are selected on  
the menu.  
(3) The guide is cleared immediately when "GUIDE=OFF" is received while the guide is  
displayed.  
(4) The current guide setting can be obtained using the GET command. ("GET GUIDE")  
Example  
Setting  
> GUIDE=ON  
The guide display is set to ON.  
< i:OK  
Reference  
> GET GUIDE or ?GUIDE  
The guide display setting status is obtained.  
< g:GUIDE=ON  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 36 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
HPIX/VPIX  
Horizontal/Vertical resolution adjustmen  
Format  
HPIX=<Horizontal resolution:Number>  
VPIX=<Vertical resolution:Number>  
GETHPIX / ?HPIX  
GETVPIX / ?VPIX  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
X
X
O
X
O
O
O
X
X
X
Response  
"i:OK" is returned if the parameter was set properly.  
For 'GETHPIX' or '?HPIX' ('GETVPIX' or '?VPIX'), current horizontal (vertical) resolution is returned as  
'g:HPIX=<Horizontal resolution:Number>'  
'g:VPIX=<Vertical resolution:Number>')  
For details on other responses, refer to the "Error List".  
Description  
(1) This adjusts the horizontal and vertical resolution (number of dots) on the screen.  
(2) This command functions in the same way as when "Display setting" - "Input signal settings" -  
"Horizontal resolution adjustment" or "Vertical resolution adjustment" are selected on the  
menu.  
(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) Adjustment range is limited. If number is invalid, "e:0801 INVALID_VALUE" is returned.  
(6) The GET command can be used to retrieve the current horizontal and vertical position. ("GET  
HPIX" "GET VPIX")  
Example  
Setting  
> HPIX=1024  
This sets the horizontal resolution to 1024.  
This retrieves the vertical resolution.  
< i:OK  
Reference  
> GET VPIX or ?VPIX  
< g:VPIX= 864  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 37 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
HPOS/VPOS  
Horizontal/Vertical position adjustment  
Format  
HPOS=<Horizontal position:Number>  
VPOS=<Vertical position:Number>  
GETHPOS / ?HPOS  
GETVPOS / ?VPOS  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
X
X
O
X
X
O
O
X
X
X
Response  
"i:OK" is returned if the parameter was set properly.  
For 'GET HPOS' or '?HPOS' ('GET VPOS' or '?VPOS'), current horizontal (vertical) position is returned as  
'g:HPOS=<Horizontal position:Number>'  
'g:VPOS=<Vertical position:Number>')  
For details on other responses, refer to the "Error List".  
Description  
(1) This adjusts the horizontal and vertical position on the screen.  
(2) This command functions in the same way as when "Display setting" - "Input signal settings" -  
"Horizontal position adjustment" or "Vertical position adjustment" are selected on the menu.  
(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) Adjustment range is limited. If number is invalid, "e:0801 INVALID_VALUE" is returned.  
(6) The GET command can be used to retrieve the current horizontal and vertical position. ("GET  
HPOS" "GET VPOS")  
Example  
Setting  
>HPOS=12  
This sets the horizontal position to 12.  
This acquires the vertical position.  
<i:OK  
Reference  
>GET VPOS or ?VPOS  
<g:VPOS=8  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 38 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
HUE  
Hue setting  
Format  
HUE=<Hue setting value:Number>  
GETHUE / ?HUE  
Setting values for <Hue setting value:Number> are -20 to 20.  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
O
None  
O
X
O
X
X
X
X
X
O
X
Response  
"i:OK" is returned if the parameter was set properly.  
For 'GET HUE' or '?HUE', current hue setting is returned as  
'g:HUE=<Hue setting value:Number>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This sets the screen hue.  
(2) This command functions in the same way as when "Image adjustment" - "Color adjustment" -  
"Hue setting" are selected on the menu.  
(3) If the input is neither "COMP" nor "VIDEO", 'e:200X INVALID_SOURCE(***)' is returned as  
an error response.  
(4) When input is "VIDEO" and signals are not input, 'e:2010 NO_SIGNAL' is returned.  
(5) If numerical parameters are outside the range, "e:0801 INVALID_VALUE" is returned.  
(6) This sets the currently selected input signal and image mode.  
(7) The GET command can be used to retrieve the current hue. ("GET HUE")  
Example  
Setting  
>HUE=8  
This sets the hue to +8.  
This retrieves the hue.  
<i:OK  
Reference  
>GET HUE or ?HUE  
<g:HUE=1  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 39 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
IMAGE  
Image mode setting  
Format  
IMAGE=<Image mode setting parameter:ID>  
GETIMAGE / ?IMAGE  
<Image mode setting parameter:ID>  
STANDARD  
Standard  
PRESENTATION Presentation  
SRGB  
sRGB  
Movie  
MOVIE  
PHOTO  
DCM_SIM  
Environmental light compatible sRGB  
DICOM monochrome *  
* "e:000A INVALID_PARAMETER" is returned if the model is not DICOM compatible  
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 IMAGE' or '?IMAGE', current image mode is returned as  
'g:IMAGE=<Image mode setting parameter:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This sets the image quality.  
(2) This command functions in the same way as when "Image adjustment" - "Image mode setting"  
are selected on the menu.  
(3) The final settings for the image mode are retained even when the power is turned off.  
(4) Changing the setting may modify the following setting values.  
Setting  
Commands related to the settings  
Brightness  
Contrast  
BRI  
CONT  
Sharpness  
SHARP  
Gamma adjustment  
Dynamic gamma  
GAMMA  
DGAMMA  
PROG  
Progressive  
Saturation/Hue  
SAT/ HUE  
MEMCADJ  
RGBGAIN/RGBOFFSET  
LAMP  
Memory color adjustment  
RGB gain/offset adjustment  
Lamp mode  
6-axis adjustment  
6-axis color correction  
6AXADJ  
6AXRY  
(5) The current image quality can be acquired using the applicable GET command. ("GET IMAGE")  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 40 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
Example  
Setting  
> IMAGE=PRESENTATION  
This sets the image mode to "Presentation".  
< i:OK  
Reference  
> GET IMAGE or ?IMAGE  
This references the current image mode.  
< g:IMAGE=CINEMA  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 41 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Projector WUX10 MarkII User Commands  
IMAGEFLIP  
Flip display  
Format  
IMAGEFLIP=<Image flip setting parameters:ID>  
GETIMAGEFLIP / ?IMAGEFLIP  
<Image flip setting parameters:ID>  
NONE  
None  
CEILING  
REAR  
Ceiling, Flip horizontally  
Rear, Flip vertically  
REAR_CEILING  
Rear ceiling, Flip horizontally and vertically  
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 IMAGEFLIP' or '?IMAGEFLIP', current flip display setting is returned as  
'g:IMAGEFLIP=<Image flip setting parameters:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to flip the screen display in various ways (vertically or horizontally).  
(2) This command functions in the same way as when "Display setting" - "Flip display" are  
selected on the menu.  
(3) When the display is flipped, the "keystone distortion" settings are initialized (set to VKS:0).  
(4) The current flip display status can be acquired using the applicable GET command. ("GET  
IMAGEFLIP")  
Example  
Setting  
> IMAGEFLIP=REAR  
This displays the image backwards (flip vertically) on the screen.  
< i:OK  
Reference  
> GET IMAGEFLIP or ?IMAGEFLIP  
This retrieves the flip display state.  
< g:IMAGEFLIP=REAR_CEILING  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 42 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
INPUT  
Input selection  
Format  
INPUT=<Input selection parameters:ID>  
GETINPUT / ?INPUT  
<Input selection parameters:ID>  
D-RGB  
A-RGB1  
A-RGB2  
COMP  
VIDEO  
HDMI  
D-RGB  
A-RGB1  
A-RGB2  
Component  
Video  
HDMI  
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 INPUT' or '?INPUT', current input selection is returned as  
'g:INPUT=<Input selection parameters:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This controls the input selection.  
(2) This command is identical to pressing the “INPUT” button on the remote control.  
(3) The input can be selected automatically using the auto setup command  
(AUTOSETEXE=INPUT).  
(4) The current input can be acquired using the applicable GET command. ("GET INPUT")  
Example  
Setting  
> INPUT=VIDEO  
The input is set to VIDEO.  
< i:OK  
Reference  
> GET INPUT or ?INPUT  
This retrieves the input signal.  
< g:INPUT=A-RGB1  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 43 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
KEYLOCK  
Keylock setting  
Format  
KEYLOCK=<Key lock setting parameters:ID>  
GETKEYLOCK / ?KEYLOCK  
<Key lock setting parameters:ID>  
OFF  
MAIN  
RC  
No locking (OFF)  
Main key lock  
Remote control key lock  
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 KEYLOCK' or '?KEYLOCK', current keylocking setting is returned as  
'g:KEYLOCK=<Key lock setting parameters:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to lock the keys so as to restrict the operations performed using the  
remote control or main unit.  
(2) This command functions in the same way as when "System setting" - "Key lock" are selected  
on the menu.  
(3) This command will not affect the emulation function (remote control or main unit commands)  
even if the main unit or remote control keys are locked.  
(4) The current key lock setting can be acquired using the applicable GET command. ("GET  
KEYLOCK")  
Example  
Setting  
> KEYLOCK=RC  
This locks the remote control keys.  
This retrieves the key lock state.  
< i:OK  
Reference  
> GET KEYLOCK or ?KEYLOCK  
< g:KEYLOCK=OFF  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 44 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
LAMP  
Lamp output setting  
Format  
LAMP=<Lamp output setting parameters:ID>  
GETLAMP / ?LAMP  
<Lamp output setting parameters:ID>  
NORMAL  
SILENT  
Normal  
Silent cooling  
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 LAMP' or '?LAMP', current lamp output is returned as  
'g:LAMP=<Lamp output setting parameters:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to set the light quantity of the lamp to "NORMAL" or "SILENT"  
(reduced light quantity appropriate for silent cooling).  
(2) This command functions in the same way as when "Image adjustment" - "Lamp mode setting"  
are selected on the menu.  
(3) This sets the currently selected input signal and image mode.  
(4) The current lamp output can be acquired using the applicable GET command. ("GET LAMP")  
Example  
Setting  
> LAMP=NORMAL  
< i:OK  
The lamp output is set to “NORMAL”.  
This retrieves the lamp output.  
Reference  
> GET LAMP or ?LAMP  
< g:LAMP=SILENT  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 45 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
LAMPCOUNTER  
Lamp ON time inquiry  
Format  
GETLAMPCOUNTER / ?LAMPCOUNTER  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
-
-
Response  
Returns current lamp on time as  
'g:LAMPCOUNTER="<Lamp ON time:Character string>"'  
For details on other responses, refer to the "Error List".  
<Lamp ON time:Character string>  
Lamp ON time  
"[G_______]"  
"[GG______]"  
"[GGG_____]"  
"[GGGG____]"  
"[GGGGG___]"  
"[GGGGGY__]"  
"[GGGGGYY_]"  
"[GGGGGYYR]"  
ON time:H  
0~ 359  
360~ 719  
720~ 1079  
1080~1439  
1440~1799  
1800~1899  
1900~1999  
2000~  
For all other responses, refer to "Error List."  
Description  
(1) This inquires about the current lamp ON time.  
(2) This inquiry can be executed in any status provided that AC power is supplied to the projector.  
Example  
> GET LAMPCOUNTER or ? LAMPCOUNTER  
< g:LAMPCOUNTER="[GG______]"  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 46 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
LANG  
Language select  
Format  
LANG=<Language selection parameters:ID>  
GETLANG / ?LANG  
<Language selection parameters:ID>  
ENG  
FRA  
GER  
ITA  
SPA  
POR  
SWE  
English  
French  
German  
Italian  
Spanish  
Portuguese  
Swedish  
DUT Dutch  
RUS Russian  
CHS Chinese (simplified)  
CHT Chinese (traditional)  
KOR Korean  
NOR Norwegian  
TUR Turkish  
POL Polish  
HUN Hungarian  
CZE Czech  
JPN Japanese  
FIN Finnish  
ARA Arabic  
DAN Danish  
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 LANG' or '?LANG', current selected language is returned as  
'g:LANG=<Language selection parameters:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This switches the screen display language.  
(2) This command functions in the same way as when "System setting" - "Languages" are selected  
on the menu.  
(3) The currently set language can be acquired using the applicable GET command. ("GET LANG")  
Example  
Setting  
> LANG=SWE  
This sets the display language to “Swedish”.  
This retrieves the language.  
< i:OK  
Reference  
> GET LANG or ?LANG  
< g:LANG=SWE  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 47 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
LEDILLUMINATE  
Emotional LED lighting control  
Format  
LEDILLUMINATE=<LED lighting control setting parameter:ID>  
GETLEDILLUMINATE / ?LEDILLUMINATE  
<LED lighting control setting parameter:ID>  
ON  
OFF  
This sets the LED display to ON.  
This sets the LED display 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 LEDILLUMINATE' or '?LEDILLUMINATE', current emotional LED lighting setting is returned as  
'g:LEDILLUMINATE=<LED lighting control setting parameter:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to control the lighting of the emotional LED.  
(2) This command functions in the same way as when "System setting" - "LED illumination" are  
selected on the menu.  
(3) The current LED illumination setting can be obtained using the GET command. ("GET  
LEDILLUMINATE")  
Example  
Setting  
> LEDILLUMINATE=ON  
The LED display is set to ON.  
< i:OK  
Reference  
> GET LEDILLUMINATE or ?LEDILLUMINATE  
The ON or OFF setting for the LED display is obtained.  
< g:LEDILLUMINATE=ON  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 48 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
LMPT  
Lamp time inquiry  
Format  
GETLMPT / ?LMPT  
LMPT=<hhhh>:<mm>  
<hhhh>  
Hours  
065565  
0059  
<mm>  
Minutes  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
X
O
X
-
Response  
For 'GET LMPT' or '?LMPT', current lamp time is returned as  
'g:LMPT=<hhhh><mm>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This inquires the lamp time. Value of 0h0m to 65565h59m is returned.  
(2) Because inner equivalent value is returned, the hour of the lamp is not the same as the actual  
hour.  
(3) This inquiry can be executed during stand-by.  
(4) There are no setting commands available.  
Example  
Setting  
None  
Reference  
> GET LMPT  
This retrieves the lamp time.  
12 hours 34 minutes  
< g:LMPT=1234  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 49 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
MAIN  
Front panel operation emulation  
Format  
MAIN<Main unit panel emulation button parameters:ID>  
<Main unit panel emulation button parameters:ID>  
POWER  
POWER  
POWER_OFF, POWER button pressed twice  
MENU  
MENU  
AUTO SET  
INPUT  
AUTOSET  
INPUT  
AUTOPC  
KEYSTONE  
UP  
AUTOPC  
KEYSTONE  
UP  
UP+REP, Button press start  
DOWN  
LEFT  
DOWN  
DOWN+REP, Button press start  
LEFT  
LEFT+REP, Button press start  
RIGHT  
RIGHT  
RIGHT+REP, Button press start  
OK  
OK  
FOCUS  
ZOOM  
FOCUS  
ZOOM  
*-REP, Button press end  
* Use the application to adjust the time between pressing of keys.  
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 button press request has been acknowledged successfully.  
(It does not indicate if the operation for the pressed button was executed properly.)  
Description  
(1) This emulates the pressing of the front panel buttons for controlling the projector.  
(2) With the emulation of the front panel operations, the functions of the buttons corresponding to  
the parameters cannot necessarily be executed. Emulation simply consists in emulating the  
pressing of the buttons.  
(3) A parameter with '+REP' signifies "button press start." (This is the same as the status in  
which the front panel button is held down.)  
Be absolutely sure to send the '*-REP' parameter, and end the button pressing last of all.  
The button pressing is ended in the cases below as well.  
<1> When a panel or remote control button has been operated  
<2> When some command has been received  
Example  
Setting  
> MAIN FOCUS  
< i:OK  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 50 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
MODE  
Control mode switch  
Format  
REMOTE  
LOCAL  
GETMODE /  
?MODE  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
-
-
Response  
"i:OK" is always returned with the control mode switch setting.  
For 'GET MODE' or '?MODE', current control mode is returned as  
'g:MODE=REMOTE'  
'g:MODE=LOCAL'  
For details on other responses, refer to the "Error List".  
Description  
(1) There are no 'local' and 'remote' control modes with this version of the user commands,  
however, this command exists to maintain compatibility with previous versions of the user  
commands.  
(2) However, differences between previous versions of the user commands are as follows.  
<1> Drive will not stop during zoom or focus. (Stopped with previous versions.)  
<2> The power management standby status will not change. (Changed to "Power ON" (Lamp  
ON) with previous versions.)  
<3> The digital zoom will not change. (Cancelled with previous versions.)  
<4> The presentation timer display will not change. (Cancelled with previous versions.)  
<5> The BLANK status will not change. (Cancelled 'NoShow' with previous versions.)  
<6> The FREEZE status will not change. (Cancelled FREEZE with previous versions.)  
<7> Process under execution will continue. (Process was interrupted with previous versions.)  
(3) The current control mode can be obtained using the GET command. ("GET MODE")  
Example  
Mode switch  
> REMOTE  
< i:OK  
Mode reference  
> GET MODE or ?MODE  
< g:MODE=LOCAL  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 51 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
MUTE  
Mute control  
Format  
MUTE=<Mute control parameter: ID>  
GETMUTE / ?MUTE  
<Mute control parameter: ID>  
ON  
OFF  
This turns off the audio/beep sound.  
This returns the audio/beep sound to its original setting.  
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 MUTE' or '?MUTE', current mute setting is returned as  
'g:MUTE=<Mute control parameter: ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to set the sound output muting to ON or OFF.  
(2) Mute control enables simultaneous control of the audio and beep sound.  
(3) This command is identical to pressing the MUTE button on the remote control.  
(4) The mute setting is always "OFF" when the power has just been turned on.  
(5) The volume can be set even when it is on "MUTE".  
(6) The current muting status can be acquired using the applicable GET command. ("GET MUTE")  
Example  
Setting  
> MUTE=ON  
This mutes the volume.  
< i:OK  
Reference  
> GET MUTE or ?MUTE  
This retrieves the volume state.  
< g:MUTE=ON  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 52 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
NOSIG  
Display screen when no signal setting  
Format  
NOSIG=<Parameters for setting display screen in no-signal mode:ID>  
GETNOSIG / ?NOSIG  
<Parameters for setting display screen in no-signal mode:ID>  
BLACK  
BLUE  
Black screen  
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 NOSIG' or '?NOSIG', current display screen when no signal setting is returned as  
'g:NOSIG=<Parameters for setting display screen in no-signal mode:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This sets the display screen when no image signals are input.  
(2) This command functions in the same way as when "Display setting" - "User screen setting" -  
"Screen when no signal" are selected on the menu.  
(3) The GET command can be used to obtain the current display screen at no signal. ("GETNOSIG")  
Example  
Setting  
> NOSIG=BLUE  
This sets the “Blue” screen when no signals are input.  
This retrieves the screen when no signals are input.  
< i:OK  
Reference  
> GET NOSIG or ?NOSIG  
< g:NOSIG=BLUE  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 53 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
PJON  
Display screen at startup setting  
Format  
PJON=<Parameters for setting display screen at startup:ID>  
GETPJON / ?PJON  
<Parameters for setting display screen at startup:ID>  
CANON  
SKIP  
Canon logo  
No display  
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 PJON' or '?PJON', current display screen at startup setting is returned as  
'g:PJON=<Parameters for setting display screen at startup:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This sets the screen displayed at startup.  
(2) This command functions in the same way as when "Display setting" - "User screen setting" -  
"Startup screen" are selected on the menu.  
(3) The GET command can be used to obtain the current screen displayed at startup. ("GETPJON")  
Example  
Setting  
> PJON=CANON  
This sets the startup screen to “Canon logo”.  
This retrieves the startup screen.  
< i:OK  
Reference  
> GET PJON or ?PJON  
< g:PJON=SKIP  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 54 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
PMM  
Power management  
Format  
PMM=<Power management setting parameters:ID>  
GETPMM / ?PMM  
<Power management setting parameters:ID>  
OFF  
OFF  
STANDBY  
EXIT  
Standby mode  
Exit mode  
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 PMM' or '?PMM', current power management setting is returned as  
'g:PMM=<Power management setting parameters:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This sets the power management mode.  
(2) This command functions in the same way as when "System setting" - "Power management  
mode" are selected on the menu.  
(3) Power management cannot be set to OFF if ON has been selected as the direct power-on  
setting (DPON=ON).  
("e:1005 DIRECT_POWER_ON" is returned)  
(4) The current power management mode can be acquired using the applicable GET command.  
("GET PMM")  
Example  
Setting  
> PMM=STANDBY  
This sets the power management to "standby".  
This retrieves the power management mode.  
< i:OK  
Reference  
> GET PMM or ?PMM  
< g:PMM=EXIT  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 55 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
POWER  
This controls the power supply  
Format  
POWER<Parameter:ID>  
GETPOWER / ?POWER  
<Parameter:ID>  
ON  
OFF  
Power ON  
Power OFF  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
-
-
Response  
"i:OK" is returned if the parameter was set properly.  
For 'GET POWER' or '?POWER', current power supply status is returned as shown in the table below.  
Response  
Status  
'g:POWER=OFF'  
OFF  
'g:POWER=OFF2ON'  
'g:POWER=ON'  
OFF -> ON in transition  
ON  
g:POWER=ON2PMM'  
'g:POWER=PMM'  
ON -> Standby in transition  
Standby  
'g:POWER=PMM2ON'  
'g:POWER=ON2OFF'  
Standby -> ON in transition  
ON -> OFF in transition  
For details on other responses, refer to the "Error List".  
Description  
(1) This performs ON/OFF control of the power supply.  
(2) This command is identical to pressing the POWER button on the remote control.  
(3) Processing of other commands (including ZOOM/FOCUS) will be interrupted at "POWER  
OFF" when the power is ON.  
(4) 'i:BUSY' will be returned at "POWER ON" during power OFF transition. For other cases,  
'I:OK' will always be returned.  
(5) After sending this command, use GET POWER to obtain the power supply state at regular  
intervals, and check that it is in the controlled state (off or on).  
(6) The current power supply status can be referenced using the applicable GET command. ("GET POWER")  
(7) Even when it is powered up by using this command, "Prepare for lamp replacement", "Lamp  
replacement warning", "Clean filter warning" will display for 10 seconds as usual.  
Example  
Control  
> POWER ON  
< i:OK  
Reference  
> GET POWER or ?POWER  
< g:POWER=OFF  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 56 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
PRODCODE  
Product information inquiry  
Format  
GETPRODCODE / ?PRODCODE  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
-
-
Response  
Product name is returned as  
g:PRODCODE="<Product name:Character string>"  
<Product name:Character string>  
WUX10MarkII  
WUX10MarkIIM  
For details on other responses, refer to the "Error List".  
Description  
(1) This inquires about the product name of the projector.  
(2) This inquiry can be executed in any status provided that AC power is supplied to the projector.  
Example  
> GET PRODCODE or ? PRODCODE  
< g:PRODCODE="WUX10MarkII"  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 57 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
PROG  
Progressive setting  
Format  
PROG=<Progressive conversion setting parameters:ID>  
GETPROG / ?PROG  
<Progressive conversion setting parameters:ID>  
0
1
2
OFF  
ON  
AUTO  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
X
X
O
X
X
X
X
O
O
O
Response  
"i:OK" is returned if the parameter was set properly.  
For 'GET PROG' or '?PROG', progressive conversion setting is returned as  
'g:PROG=<Progressive conversion setting parameters:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to set the progressive conversion processing to ON or OFF.  
(2) This command functions in the same way as when "Display setting" - "Progressive" are  
selected on the menu.  
(3) This sets the currently selected input signal and image mode.  
(4) The current value can be acquired using the applicable GET command. ("GET PROG")  
*
The menu display statuses are as listed in the table below by model.  
Menu display statuses, etc.  
When signals from a progressive source are input, the progressive conversion setting  
cannot be selected, and the field will be blank on the menu.  
Example  
Setting  
> PROG=0  
This sets the progressive conversion setting to OFF.  
< i:OK  
Reference  
> GET PROG or ?PROG  
This acquires the progressive conversion processing status.  
< g:PROG=1  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 58 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
RC  
Remote control operation emulate  
Format  
RC<Remote control emulation button parameters:ID>  
<Remote control emulation button parameters:ID>  
POWER  
-
POWER  
POWER_OFF, POWER button pressed twice  
MENU  
AUTO SET  
INPUT  
ASPECT  
AUTOPC  
KEYSTONE  
UP  
MENU  
AUTOSET  
INPUT  
ASPECT  
AUTOPC  
KEYSTONE  
UP  
UP+REP, Button press start  
DOWN  
LEFT  
DOWN  
DOWN+REP, Button press start  
LEFT  
LEFT+REP, Button press start  
RIGHT  
RIGHT  
RIGHT+REP, Button press start  
OK  
OK  
IMAGE  
FREEZE  
VOL +  
IMAGE  
FREEZE  
VOL_P  
VOL_P+REP, Button press start  
VOL -  
VOL_M  
VOL_M+REP, Button press start  
BLANK  
MUTE  
BLANK  
MUTE  
P-TIMER  
LAMP  
P_TIMER  
LAMP  
DZOOM +  
DZOOM_P  
DZOOM_P+REP, Button press start  
DZOOM_M  
DZOOM -  
DZOOM_M+REP, Button press start  
FOCUS  
ZOOM  
FOCUS  
ZOOM  
-
*-REP, Button press start  
* Use the application to adjust the time between pressing of keys.  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
-
-
Response  
"i:OK" is returned when the button press request has been acknowledged successfully.  
(It does not indicate if the operation for the pressed button was executed properly.)  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 59 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
Description  
(1) This emulates pressing of the remote control buttons for controlling the projector.  
(2) With the emulation of the remote control operations, the functions of the buttons  
corresponding to the parameters cannot necessarily be executed.  
Emulation simply consists in emulating the pressing of the buttons.  
(3) Function for transfer to special mode (service mode) is unavailable.  
(4) A parameter with '+REP' signifies "button press start". (This is the same as the status in  
which the remote control button is held down.)  
Be absolutely sure to send the '*-REP' parameter, and end the button pressing last of all.  
The button pressing is ended in the cases below as well.  
<1> When a panel or remote control button has been operated  
<2> When a command has been received  
Example  
Setting  
> RC POWER  
< i:OK  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 60 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Projector WUX10 MarkII User Commands  
RCCH  
Remote control channel setting  
Format  
RCCH=<Remote control setting parameters:ID>  
GETRCCH / ?RCCH  
<Remote control setting parameters:ID>  
1
2
Remote control channel 1  
Remote control channel 2  
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 RCCH' or '?RCCH', current remote control channel setting is returned as  
'g:RCCH=<Remote control setting parameters:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to set the channel of the remote control used at the projector end to 1 or  
2.  
(2) This command functions in the same way as when "System setting" - "Other settings" -  
"Remote control setting" are selected on the menu.  
(3) The current remote control setting can be acquired using the applicable GET command. ("GET  
RCCH")  
Example  
Setting  
> RCCH=1  
This sets the remote control channel to ch1.  
This retrieves the remote control setting state.  
< i:OK  
Reference  
> GET RCCH or ?RCCH  
< g:RCCH=2  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 61 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
RESET  
Reset  
Format  
RESET<Reset parameters:ID>  
<Reset parameters:ID>  
LAMPTIME  
IMAGE  
Lamp on time reset  
Current image adjustment reset  
SYSTEM  
ALL  
Initial system settings(same as "Factory settings" in the menu)  
Initialize all  
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 reset process is successful.  
Furthermore, the internal status established when a response other than the normal response  
("i:OK") has been returned is indeterminate.  
For details on other responses, refer to the "Error List".  
Description  
(1) This resets the projector settings.  
(2) What can be specified by the reset parameters for each "reset type" is provided below.  
Reset of lamp on time  
(a) The counter indicating the lamp replacement period is reset.  
(b) This command functions in the same way as when "System setting" - "Lamp counter"  
- "Reset" are selected on the menu.  
(c) Execute this command after replacing the lamp.  
Current image adjustment reset  
(a) The adjustment settings of the currently-selected image mode are initialized.  
(b) This command functions in the same way as when "Image adjustment" - "Image  
adjustment reset" are selected on the menu.  
* If there is an input signal, the image adjustment items are initialized and then the adjustment  
values are optimized for the signal.  
Reset of system settings  
(a) The following items are initialized.  
• Image adjustment items (all image modes)  
• Initial settings executed  
*
For details, refer to 'RESET items' at the end of these specifications.  
(b) This command functions in the same way as when "System setting" - "Other settings"  
- "Factory settings" are selected on the menu.  
Initialize all  
(a) The following items are initialized.  
• Image adjustment items (all image modes)  
• Initial settings executed  
• Input source  
• Language  
* For details, refer to 'RESET items' at the end of these specifications.  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 62 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
Notes  
(a) The power must never be turned off while this command is being executed!  
(b) After the 'Factory settings,' be absolutely sure to turn the power off and then restart.  
(c) NO_SIGNAL' may be returned as the response to the command after 'Current image adjustment reset' or  
'System initial setting' has been executed.  
Example  
Control  
> RESET LAMPTIME  
This resets the lamp on time.  
< i:OK  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 63 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Projector WUX10 MarkII User Commands  
RGBGAIN  
RGB gain adjustment  
Format  
RGBGAIN=<R gain setting:Number><G gain setting:Number><B gain setting:Number>  
GETRGBGAIN / ?RGBGAIN  
Setting values for <R/G/B gain setting:Number> are -60 to 60.  
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 RGBGAIN' or '?RGBGAIN', current RGB gain adjustment values are returned as  
'g:RGBGAIN=<R gain setting:Number>,<G gain setting:Number>,<B gain setting:Number>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to adjust the gain of the R, G and B colors.  
(2) This command functions in the same way as when "Image adjustment" - "Color adjustment" -  
"Gain adjustment" 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 RGB gain values can be obtained using the GET command. ("GET RGBGAIN")  
Example  
Setting  
> RGBGAIN=10, 11, 12  
The R gain is set to 10, G gain to 11 and B gain to 12.  
The RGB gain values are obtained.  
< i:OK  
Reference  
> GET RGBGAIN or ?RGBGAIN  
< g:RGBGAIN=-10, 0, 19  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 64 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
RGBOFFSET  
RGB offset adjustment  
Format  
RGBOFFSET=<R offset setting:Number><G offset setting:Number><B offset setting:Number>  
GETRGBOFFSET / ?RGBOFFSET  
Setting values for <R/G/B offset setting:Number> are -60 to 60.  
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 RGBOFFSET' or '?RGBOFFSET', current RGB offset adjustment values are returned as  
g:RGBOFFSET=<R offset setting:Number>,<G offset setting:Number>,<B offset setting:Number>  
'
'
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to adjust the offset of the R, G and B colors.  
(2) This command functions in the same way as when "Image adjustment" - "Color adjustment" -  
"Offset adjustment" 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 RGB offset values can be obtained using the GET command. ("GET RGBOFFSET")  
Example  
Setting  
> RGBOFFSET=10, 11, 12  
The R offset is set to 10, G offset to 11 and B offset to 12.  
The RGB offset values are obtained.  
< i:OK  
Reference  
> GET RGBOFFSET or ?RGBOFFSET  
< g:RGBOFFSET=-10, 0, 19  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 65 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
ROMVER  
ROM version inquiry  
Format  
GETROMVER / ?ROMVER  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
-
-
Response  
ROM version of the firmware is returned as  
g:ROMVER="<ROM version:Character string>"  
<ROM version>:=99.999999  
For details on other responses, refer to the "Error List".  
Description  
(1) This inquires about the version of the firmware.  
(2) This inquiry can be executed in any status provided that AC power is supplied to the projector.  
Example  
> GET ROMVER or ? ROMVER  
< g:ROMVER="01.030602"  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 66 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
SAT  
Color saturation setting  
Format  
RGBGAIN=<R gain setting:Number><G gain setting:Number><B gain setting:Number>  
GETRGBGAIN / ?RGBGAIN  
Setting values for <Color saturation setting value:Number> are -20 to 20.  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
O
X
O
X
O
O
O
O
O
X
Response  
"i:OK" is returned if the parameter was set properly.  
For 'GET SAT' or '?SAT', current saturation setting value is returned as  
'g:SAT=<Color saturation setting value:Number>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This sets the screen color saturation.  
(2) This command functions in the same way as when "Image adjustment" - "Color adjustment" -  
"Color saturation setting" are selected on the menu.  
(3) If the input is "HDMI", 'e:200X INVALID_SOURCE(***)' is returned as an error response.  
(4) When image mode is not set to "PHOTO", 'e:2020 INVALID_IMAGE_MODE' is returned as an  
error response even if the input is "D-RGB", "A-RGB1" or "A-RGB2".  
(5) If numerical parameters are outside the range, "e:0801 INVALID_VALUE" is returned.  
(6) This sets the currently selected input signal and image mode.  
(7) The GET command can be used to retrieve the current color saturation. ("GET SAT")  
Example  
Setting  
> SAT=-10  
This sets the color saturation to –10.  
This retrieves the color saturation.  
< i:OK  
Reference  
> GET SAT or ?SAT  
< g:SAT=1  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 67 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
SCRNASPECT  
Screen aspect setting  
Format  
SCRNASPECT=<Screen aspect setting parameter:ID>  
GETSCRNASPECT / ?SCRNASPECT  
<Screen aspect setting parameter:ID>  
4:3  
4:3 display  
16:9  
16:9 display  
4:3_DIS  
16:9_DIS  
16:10  
4:3 digital image shift  
16:9 digital image shift  
16:10 display  
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 SCRNASPECT' or '?SCRNASPECT', current screen aspect setting is returned as  
'g:SCRNASPECT=<Screen aspect setting parameter:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This sets the screen aspect.  
(2) This command functions in the same way as when "Display setting" - "Screen aspect" are  
selected on the menu.  
(3) The GET command can be used to retrieve the current screen aspect. ("GET SCRNASPECT")  
(4) The final screen aspect settings are retained even when the power is turned off.  
Example  
Setting  
> SCRNASPECT=16:9  
This sets the screen aspect to 16:9.  
This retrieves the screen aspect.  
> i:OK  
Reference  
> GET SCRNASPECT or ?SCRNASPECT  
< g:SCRNASPECT=4:3  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 68 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
SEL  
Input signal selection  
Format  
SEL=<Input signal selection parameter:ID>  
GETSEL / ?SEL  
<Input signal selection parameter:ID>  
AUTO  
Auto  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
X
X
O
X
X
X
X
O
O
X
Response  
"i:OK" is returned if the parameter was set properly.  
For 'GET SEL' or '?SEL', current input signal is returned as  
'g:SEL=<Detected input signal:ID>'  
(Refer to "Description".)  
For details on other responses, refer to the "Error List".  
Description  
(1) This selects the input signal.  
(2) This command functions in the same way as when "Display setting" - "Input signal selection" -  
"AUTO" are selected on the menu.  
(3) If the input is neither "COMP", "S-VIDEO" nor "VIDEO", 'e:200X INVALID_SOURCE(***)' is  
returned as an error response.  
(4) If signals are not input, 'e:2010 NO_SIGNAL' is returned.  
(5) The current input signal can be acquired using the applicable GET command. ("GET SEL")  
List of signals which can be detected (1)  
Parameter  
PAL  
Remarks  
Includes PAL-M and PAL-N  
SECAM  
NTSC  
1080p  
1080i  
Includes NTSC4.43  
Includes 540p (1080i non-interlaced signal)  
1035i  
List of signals which can be detected (2)  
Parameter  
720p  
Remarks  
576p  
480p  
576i  
Includes 288p (PAL non-interlaced signal)  
Includes 240p (NTSC non-interlaced signal)  
480i  
UNKNOWN No-color, 1080p, and other signals  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 69 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
Example  
Setting  
> SEL=AUTO  
This sets the input signal selection to “AUTO”.  
< i:OK  
Reference  
> GET SEL or ?SEL  
This retrieves the input signal.  
< g:SEL=575p  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 70 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Projector WUX10 MarkII User Commands  
SHARP  
Sharpness setting  
Format  
SHARP=<Sharpness setting:Number>  
GETSHARP / ?SHARP  
Setting values for <Sharpness setting:Number> are -10 to 10.  
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 SHARP' or '?SHARP', current sharpness setting is returned as  
'g:SHARP=<Sharpness setting:Number>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This sets the screen sharpness.  
(2) This command functions in the same way as when "Image adjustment" - "Sharpness setting"  
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 sharpness can be acquired using the applicable GET command. ("GET SHARP")  
Example  
Setting  
> SHARP=3  
This sets the sharpness to 3.  
This retrieves the sharpness.  
< i:OK  
Reference  
> GET SHARP or ?SHARP  
< g:SHARP=3  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 71 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
SIGNALSTATUS  
Signal status inquiry  
Format  
GETSIGNALSTATUS / ?SIGNALSTATUS  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
X
O
X
-
Response  
Current image signal input status is returned as  
'g:SIGNALSTATUS=<Signal status:ID>'  
<Signal status:ID>  
Signal status  
NO_SIGNAL  
DISPLAYING  
SETTING  
Meaning  
Signal not detected  
Image now displayed or display enable status  
Signal detection and display preparation in progress  
For details on other responses, refer to the "Error List".  
Description  
(1) This inquires about the current image signal input status.  
(2) This returns the signal status of the selected input. Use INPUT command for the input  
selection.  
(3) "e:1006:NOW_BLANK" is returned during blanking.  
Example  
> GET SIGNALSTATUS or ? SIGNALSTATUS  
< g:SIGNALSTATUS=NO_SIGNAL  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 72 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
TEMP  
Temperature inquiry  
Format  
GETTEMP  
<n>  
Number  
<v>  
0 to 255  
Temperature value 0.0 to 127.9 °C  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
X
O
X
-
Response  
Temperature is returned as 'g:TEMP=<n>{,<v>}'  
For details on other responses, refer to the "Error List".  
Description  
(1) This inquires about the temperature sensor value.  
(2) Number of temperature sensors varies according to model.  
(3) When returning multiple temperature sensor values, values will be separated with a comma.  
There are cases when a number of sensors is 0. In this case, there will not be a comma.  
(4) For correspondence of temperature sensor sequence and actual installation location, inquire  
separately.  
Example  
Setting  
None  
Reference  
> GET TEMP  
This retrieves the temperature sensor values.  
< g:TEMP=5,37.1,63.0,38.9,29.7,32.4  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 73 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
TMPL  
Temperature limit inquiry  
Format  
GETTMPL  
<n>  
Number  
<v>  
0 to 255  
Temperature value 0.0 to 127.9 °C  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
X
O
X
-
Response  
Private commands (disclosed upon request)  
Temperature limit is returned as 'g:TMPL=<n>{,<v>}'  
For details on other responses, refer to the "Error List".  
Description  
(1) This returns the limit value (of machine-stoppage) of each temperature sensors.  
(2) Number of temperature sensors varies according to model.  
(3) When returning multiple temperature sensor values, values will be separated with a comma.  
There are cases when a number of sensors is 0. In this case, there will not be a comma.  
(4) For correspondence of temperature sensor sequence and actual installation location, inquire  
separately.  
Example  
Setting  
None  
Reference  
> GET TMPL  
This retrieves the temperature sensor limit values.  
< g:TMPL=5,71.0,90.0,57.0,44.0,53.0  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 74 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
TRACK  
Tracking adjustment  
Format  
TRACK=<Adjustment value:Number>  
GETTRACK / ?TRACK  
Environment  
Power  
Input  
OFF ON PM D-RGB A-RGB1 A-RGB2 COMP VIDEO HDMI  
None  
X
X
O
X
X
O
O
X
X
X
Response  
"i:OK" is returned if the parameter was set properly.  
For 'GET TRACK' or '?TRACK', current tracking adjustment value is returned as  
'g:TRACK=<Adjustment value:Number>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This is used for adjustment when tracking (synchronization) is out of sync and the screen  
flickers.  
(2) This command functions in the same way as when "Display setting" - "Input signal selection" -  
"Tracking adjustment" are selected on the menu.  
(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) Adjustment range is limited. If number is invalid, "e:0801 INVALID_VALUE" is returned.  
(6) The GET command can be used to retrieve the current tracking adjustment values. ("GET  
TRACK")  
Example  
Setting  
> TRACK=25  
The tracking adjustment value is set to 25.  
< i:OK  
Reference  
> GET TRACK or ?TRACK  
This retrieves the tracking adjustment setting value.  
< g:TRACK=21  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 75 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
VKS  
Vertical keystone setting  
Format  
VKS=<Vertical keystone distortion value:Number>  
GETVKS / ?VKS  
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 VKS' or '?VKS', current vertical keystone setting value is returned as  
'g:VKS=<Vertical keystone distortion value:Number>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This sets the vertical keystones.  
(2) This command is identical to pressing the “KEYSTONE” button on the remote control.  
(3) The settable keystone range varies depending on the input signal, screen size, number of  
horizontal and vertical dots, and other factors.  
If keystone values are outside the range, "e:0801 INVALID_VALUE" is returned.  
(4) The GET command can be used to obtain the current vertical/horizontal keystone value. ("GET  
VKS")  
Example  
Setting  
> VKS=-23  
This sets the vertical keystone to –23.  
This retrieves the vertical keystone.  
< i:OK  
Reference  
> GET VKS or ?VKS  
< g:VKS=-23  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 76 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
WB  
Screen color correction  
Format  
WB=<Screen color correction parameters:ID>  
GETWB / ?WB  
<Screen color correction parameters:ID>  
NORMAL  
GREENBOARD  
ADJUST  
Standard  
Blackboard  
Adjust  
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 WB' or '?WB', current screen color correction is returned as  
'g:WB=<Screen color correction parameters:ID>'  
For details on other responses, refer to the "Error List".  
Description  
(1) The screen color correction is set to “Normal”, “Blackboard”, or “Adjust”.  
(2) This command functions in the same way as when "Display setting" - "Screen color correction"  
are selected on the menu.  
(3) When "ADJUST" has been selected, adjust the RGB adjustment values using the WBRGB  
command.  
(4) The current screen color correction can be acquired using the applicable GET command. ("GET  
WB")  
Example  
Setting  
> WB=NORMAL  
This sets the screen color correction to “Normal”.  
This retrieves the screen color correction.  
< i:OK  
Reference  
> GET WB or ?WB  
< g:WB=GREENBOARD  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 77 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
WBRGB  
Screen color correction (ADJUST)  
Format  
WBRGB=<R adjustment value:Number><G adjustment value:Number><B adjustment value:Number>  
GETWBRGB / ?WBRGB  
Setting values for <R/G/B adjustment value: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 WBRGB' or '? WBRGB', current screen color correction (adjustment) value are returned as  
'
g:WBRGB=<R adjustment value:Number>,<G adjustment value:Number>,<B adjustment value:Number>'  
For details on other responses, refer to the "Error List".  
Description  
(1) This sets the RGB adjustment values of the screen color correction.  
(2) This command functions in the same way as when "Display setting" - "Screen color correction"  
- "RGB adjustment" are selected on the menu.  
(3) If numerical parameters are outside the range, "e:0801 INVALID_VALUE" is returned.  
(4) Although this setting is enabled when Adjustment (ADJUST) is selected by the screen color  
correction command (WB), it can be made independently.  
(5) The GET command can be used to retrieve the current RGB adjustment values. ("GET WBRGB")  
Example  
Setting  
> WBRGB=10, 11, 12  
This sets R to 10, G to 11, and B to 12.  
< i:OK  
Reference  
> GET WBRGB or ?WBRGB  
This retrieves the RGB adjustment values.  
< g:WBRGB=-10, 0, 19  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 78 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
ZCONTDRV  
Zoom lens continuous drive control  
Format  
ZCONTDRV=<Zoom lens continuous control parameter:ID>  
<Zoom lens continuous control parameter:ID>  
STOP  
WIDE  
TELE  
This stops the zooming.  
This zooms to the wide-angle end.  
This zooms to the telephoto end.  
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 drive was completed successfully.  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to drive the zoom lens continuously.  
(2) This command functions in the same way as when first the "ZOOM" button on the remote  
control or main unit panel is pressed and then the "" or "" button is pressed.  
(3) Zoom drive is started by specifying "TELE" or "WIDE".  
To stop the drive, send the "ZCONTDRV=STOP" command.  
If no instruction was given to stop the drive, the drive stops at the drive direction end.  
(4) The following commands are acknowledged during zoom drive, but zoom drive will also stop at  
the same time.  
a. POWER  
b. ZCONTDRV=STOP  
(5) The following commands are acknowledged during zoom drive, and a response is returned  
while the drive continues.  
a.  
b.  
c.  
GET MODE  
GET POWER  
GET ERR  
e. GET PRODCODE  
f. GET ROMVER  
g. GET COMVER  
h. REMOTE  
i. LOCAL  
j. RC  
k. MAIN  
l. [NULL]  
d.  
GET LAMPCOUNTER  
(6) There are no GET commands available for this command.  
Example  
Control  
> ZCONTDRV=TELE  
Control over the zooming to the telephoto end is started.  
< I:OK  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 79 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
ZSTEPDRV  
Zoom lens step drive control  
Format  
ZSTEPDRV=<Zoom lens step control parameter:ID>  
<Zoom lens step control parameter:ID>  
WIDE  
TELE  
This zooms to the wide-angle end.  
This zooms to the telephoto end.  
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 zooming was completed successfully after step drive.  
For details on other responses, refer to the "Error List".  
Description  
(1) This command is used to drive the zoom lens.  
(2) This command functions in the same way as when first the "ZOOM" button on the remote  
control or main unit panel is pressed and then the "" or "" button is pressed.  
(3) The amount by which the lens is zoomed is constant, and it is fixed in the system.  
(4) If a zooming error occurs, step drive cannot be controlled.  
(5) There are no GET commands available for this command.  
Example  
Control  
> ZSTEPDRV=TELE  
1-step control is exercised over the zoom toward the TELE end.  
< I:OK  
* Commands are indicated by ">", and responses are indicated by "<".  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 80 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
7. Error List  
Item Code TYPE  
Error character strings  
BAD_SEQUENCE  
Error  
Remedy  
Wait until a response is received  
before sending the next command.  
1
0001  
e
Communication sequence error  
2
3
0002  
0004  
e
e
INVALID_COMMAND  
INVALID_FORMAT  
Invalid (undefined) command.  
Invalid command format.  
Send a valid command.  
Send the command in the valid  
format.  
Turn on the power using the  
POWER ON command.  
4
5
0005  
-
e
i
NOT_POWER_SUPPLIED The projector's power is off.  
The projector is switching power Wait until the power mode is ON,  
BUSY (POWER)  
modes.  
OFF or PMM.  
The parameter (type) is invalid  
(undefined). Includes cases when  
the number of parameters is  
incorrect.  
6
7
000A  
000B  
e
INVALID_PARAMETER  
Use the correct parameters.  
Internal processing in the projector  
has timed out.  
e
i
JOB_TIMEOUT  
BUSY (FOCUS)  
BUSY (ZOOM)  
Resend the command.  
Wait until the projector has finished  
driving the focus lens.  
The focus lens is being driven.  
The zoom lens is being driven.  
Wait until the projector has finished  
driving the zoom lens.  
i
User image registration is in  
progress.  
Wait until user image registration is  
complete.  
i
i
BUSY (LOGO_CAPTURE)  
BUSY (IMAGE)  
9
-
Image mode switching is in  
progress.  
Wait until the projector has switched  
the image mode.  
Signal setting (detection) in  
progress.  
Wait until the processing is  
completed.  
i
BUSY (NOW_SETTING)  
BUSY  
Internal processing in the projector Wait until the current processing is  
is in progress. complete.  
i
Cannot execute command since Resend the command after  
blanking operation is in progress. canceling the blanking operation.  
1006  
1009  
100A  
100B  
e
e
e
e
NOW_BLANK  
Cannot execute command since Resend the command after  
NOW_FREEZE  
freeze operation is in progress.  
canceling the freeze operation.  
10  
Cannot execute command since Resend the command after  
NOW_D.ZOOM  
D. zooming is in progress.  
canceling D. zooming.  
Cannot execute command in  
current menu mode.  
Resend the command after exiting  
the current menu mode.  
NOW_SPECIAL_MENU  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 81 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
Item Code TYPE  
Error character strings  
Error  
Remedy  
F001  
F002  
e
e
SYSTEM (UNKNOWN)  
An internal error has occurred.  
Resend the command.  
An error occurred at  
AUTOSETEXE=FOCUS.  
SYSTEM (AF)  
11  
An error occurred at  
AUTOSETEXE=VKS.  
Eliminate the cause of the error, and  
resend the command.  
F004  
F005  
e
SYSTEM (AK)  
An error occurred at  
AUTOSETEXE=SCRN.  
e
e
e
SYSTEM (ASC)  
A communication protocol violation  
has occurred in the projector.  
12 E0XX  
1008  
COMMUNICATION_ERROR  
Resend the command.  
Cannot execute command under Change the screen aspect ratio  
INVALID_SCREEN_ASPECT current screen aspect ratio setting. setting.  
Cannot execute command with  
current input source.  
14 200X  
2010  
e
INVALID_SOURCE (****)  
Change the input source.  
Current input source is indicated in  
parentheses.  
e
e
NO_SIGNAL  
No input signal.  
Supply the input signal.  
Change the input signal.  
Cannot execute command with  
current input signal.  
15  
201X  
INVALID_SIGNAL (****)  
Current input signal is indicated in  
parentheses.  
Cannot execute command with  
current image mode.  
16 2020  
e
INVALID_IMAGE_MODE  
Change the image mode.  
Numerical parameters are invalid Set the parameters in the correct  
17 0801  
1003  
e
e
e
INVALID_VALUE  
or outside the specified range.  
range.  
IP_NOT_AVAILABLE  
IP conversion is not possible.  
Switch to the correct input signal.  
DPON=ON cannot be set when  
PMM=OFF.  
1004  
Use a setting other than PMM=OFF.  
Use the DPON=OFF setting.  
POWER_MANAGEMENT_O  
FF  
PMM=OFF cannot be set when  
DPON=ON.  
1005  
203X  
e
e
i
DIRECT_POWER_ON  
Invalid input signal resolution.  
Additional information is indicated  
in parentheses.  
INVALID_RESOLUTION  
(***)  
Switch to an input signal with the  
correct resolution.  
OVER_PANEL_RES: input  
signal resolution exceeds panel  
resolution.  
Input was not switched since there  
is no input signal at  
AUTOSETEXE=INPUT.  
Notification of status only; no  
particular measures needed.  
19  
-
INPUT_NOT_FOUND  
* Error codes are 4-digit hexadecimal strings. X represents any character from 0 to 9 or from A to F.  
* Items with lower numbers have a higher priority. (Even when multiple errors have occurred, the error with the highest rank is returned.  
However, errors of the same item number are ranked with the same priority.)  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 82 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Projector WUX10 MarkII User Commands  
8. Error Processing  
START  
Error judgment  
YES  
YES  
YES  
"BAD_SEQUENCE"  
Processing user command?  
Invalid (undefined)  
command?  
"INVALID_COMMAND"  
"INVALID_FORMAT"  
Invalid command format?  
YES  
Command executable while  
power mode is OFF?  
YES  
"NOT_POWER_SUPPLIED"  
Power mode is "OFF"?  
YES  
Command executable with  
PMM?  
YES  
Power mode is  
"PMM"?  
"NOT_POWER_SUPPLIED"  
YES  
"BUSY (POWER)"  
Switching power modes?  
YES  
YES  
"INVALID_PARAMETER"  
Invalid parameter type?  
Undefined parameter ID?  
YES  
Incorrect parameter  
number?  
YES  
YES  
"BUSY (FOCUS)"  
"BUSY (ZOOM)"  
Focus lens driving?  
Zoom lens driving?  
YES  
YES  
YES  
User image registration in  
progress?  
"BUSY (LOGO_CAPTURE)"  
"BUSY (IMAGE)"  
Image mode switching in  
progress?  
Signal setting (detection) in  
progress?  
"BUSY (NOW_SETTING)"  
YES  
Internal processing in  
progress?  
"BUSY"  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 83 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
YES  
Limitations in input source?  
YES  
YES  
"INVALID_SOURCE (**)"  
Incorrect input source?  
Requires input signal?  
NO  
"NO_SIGNAL"  
No input signal?  
YES  
"INVALID_SIGNAL (**)"  
Invalid input signal?  
YES  
Numerical parameter  
outside the specified range?  
"INVALID_VALUE"  
User command is executable  
FINISHED  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 84 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
Projector WUX10 MarkII User Commands  
9. Other  
Use the remote control emulation function (RC command) for the following functions.  
Function  
PC command parameter  
DZOOM_P, DZOOM_M  
P_TIMER  
Digital zoom  
Presentation timer  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 85 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
Appendix 1. Reset Items  
What is initialized by the "RESET" command is set forth in the table below.  
ALL SYSTEM IMAGE  
Item  
Input source switching  
Screen aspect  
Setting  
Reference command  
A-RGB1  
4:3  
INPUT  
SCRNASPECT  
Video: 4:3  
Other: AUTO  
ON  
Aspect  
ASPECT  
HDMI overscan  
------------  
------------  
SEL  
HDMI input level  
Input signal select  
Progressive  
AUTO  
AUTO  
2
PROG  
Menu display position  
Screen color correction  
Center  
NORMAL  
------------  
WB  
adjustment values (R,G,B) 0, 0, 0  
WBRGB  
IMAGEFLIP  
NOSIG  
Flip display  
NONE  
BLUE  
No signal screen  
Screen when BLANK  
Startup screen  
BLACK  
CANON  
BLANKCOLOR  
PJON  
DICOM model: DCM_SIM  
Image mode  
IMAGE  
Other: STANDARD  
Brightness  
0
BRI  
Contrast  
0
CONT  
Sharpness  
0
SHARP  
GAMMA  
SAT  
Gamma  
0
Saturation  
0
Hue  
0
HUE  
Color temperature  
RGB gain adjustment  
RGB offset adjustment  
0
------------  
RGBGAIN  
RGBOFFSET  
0, 0, 0  
0, 0, 0  
Video: WEAK  
Other: OFF  
IMAGE is PHOTO: MEDIUM  
Other: OFF  
OFF  
Dynamic gamma  
DGAMMA  
Flesh tone adjustment  
FTONEADJ  
6-axis adjustment ON/OFF  
6AXADJ  
6AXRY  
------------  
------------  
LAMP  
6-axis adjustment (SAT, HUE) 0, 0  
Ambient light type  
Ambient light level  
Lamp mode  
Fluorescent lamp  
Medium  
NORMAL  
Auto focus: ON  
Auto keystone: ON  
Auto input: ON  
Auto setup  
------------  
Automatic screen color correction: OFF  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 86 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
Projector WUX10 MarkII User Commands  
ALL SYSTEM IMAGE  
Item  
Power management  
Direct power-on  
BEEP sound  
Setting  
Reference command  
OFF  
OFF  
1
PMM  
DPON  
BVOL  
Keylock  
OFF  
ENG  
ON  
KEYLOCK  
LANG  
Language  
Guide  
GUIDE  
LED illumination  
Remote control  
Menu display time  
Password setting  
Password character  
Network function  
Volume  
ON  
LEDILLUMINATION  
RCCH  
1
Normal  
OFF  
None  
OFF  
10  
------------  
------------  
------------  
------------  
AVOL  
Vertical keystone  
Digital image shift  
Presentation timer  
Mute  
0
VKS  
0
------------  
------------  
MUTE  
OFF  
OFF  
Lamp ready indicator off flag OFF  
------------  
Revision History / Date  
Changes  
Revised by  
Approved by  
- 87 -  
Download from Www.Somanuals.com. All Manuals Search And Download.  

Black Decker Toaster ET202 User Manual
Black Decker Work Light VEC157BD User Manual
Blaupunkt Car Stereo System DJ User Manual
Bosch Appliances Blender MCM 5000m User Manual
Bosch Appliances Oven HBC34D553 User Manual
Bosch Appliances Smoke Alarm EVAX25E User Manual
Brother Network Card NC9100H User Manual
Cadco Food Warmer WT 10S User Manual
Capcom Video Games CA105_SFIV_XBX_MANC_BC02indd User Manual
Century Welding System IM998 User Manual