Canon WUX6000 Installation manual

© CANON INC.2014 YT1-1456-000
MULTIMEDIA PROJECTOR
WUX6000
User Commands

WUX6000
User Commands
- -
ii
Table of Contents
Table of Contents ........................................................................................................ii
1. Overview .................................................................................................................1
2. Communication Specifications.................................................................................2
Communication Specifications................................................................................................................ 2
Usable Character Codes......................................................................................................................... 2
Communication System (Serial).............................................................................................................. 4
Communication System (LAN)................................................................................................................ 4
Command Format................................................................................................................................... 4
Response Format ................................................................................................................................... 5
Other....................................................................................................................................................... 7
3. Communication Flow...............................................................................................8
Command Transmission (PC side) ......................................................................................................... 8
Command Reception (projector side)...................................................................................................... 8
Command/Response ..............................................................................................................................8
Response Reception Timeout................................................................................................................. 8
Other....................................................................................................................................................... 8
4. Command List.........................................................................................................9
5. Guide to command description..............................................................................12
EXAMPLE............................................................................................................................................. 12
6. Command Details..................................................................................................14
6AXADJ ................................................................................................................................................ 14
6AXR..................................................................................................................................................... 15
6AXG .................................................................................................................................................... 16
6AXB..................................................................................................................................................... 17
6AXC..................................................................................................................................................... 18
6AXM.................................................................................................................................................... 19
6AXY..................................................................................................................................................... 20
AMBADJ ............................................................................................................................................... 21
AMBLEVEL........................................................................................................................................... 22
AMBTYPE............................................................................................................................................. 23
ASELA1 ................................................................................................................................................ 24
ASELA2 ................................................................................................................................................ 25
ASELC.................................................................................................................................................. 26
ASELD.................................................................................................................................................. 27
ASELH.................................................................................................................................................. 28
ASELL................................................................................................................................................... 29
ASELU.................................................................................................................................................. 30
ASPECT................................................................................................................................................ 31
AUTOPC............................................................................................................................................... 32
AUTOSETEXE...................................................................................................................................... 33
AVOL..................................................................................................................................................... 34
BLANK.................................................................................................................................................. 35
BRI........................................................................................................................................................ 36
COLOR_TEMP ..................................................................................................................................... 37
COMVER.............................................................................................................................................. 38

WUX6000
User Commands
- -
iii
CONT.................................................................................................................................................... 39
DGAMMA.............................................................................................................................................. 40
DZOOM_POS....................................................................................................................................... 41
DZOOM_RAT........................................................................................................................................ 42
ERR ...................................................................................................................................................... 43
FINE_GAMMA_R.................................................................................................................................. 44
FINE_GAMMA_G ................................................................................................................................. 45
FINE_GAMMA_B.................................................................................................................................. 46
FLTWRN............................................................................................................................................... 47
FNBND.................................................................................................................................................. 48
FREEZE................................................................................................................................................ 49
GAMMA ................................................................................................................................................ 50
HDMI_IN............................................................................................................................................... 51
HDMI_OVSCAN.................................................................................................................................... 52
HTMPINF.............................................................................................................................................. 53
HUE ...................................................................................................................................................... 54
IMAGE .................................................................................................................................................. 55
IMAGEFLIP........................................................................................................................................... 56
INPUT................................................................................................................................................... 57
KREP.................................................................................................................................................... 58
LAMP.................................................................................................................................................... 59
LAMPCOUNTER .................................................................................................................................. 60
LMPWRN.............................................................................................................................................. 61
LPOSLD................................................................................................................................................ 62
MAIN..................................................................................................................................................... 63
MEMF ................................................................................................................................................... 65
MEMG................................................................................................................................................... 66
MEMS................................................................................................................................................... 67
MUTE.................................................................................................................................................... 68
NR......................................................................................................................................................... 69
NRMPG................................................................................................................................................. 70
NRMSQT .............................................................................................................................................. 71
POWER ................................................................................................................................................ 72
PRODCODE......................................................................................................................................... 73
RC......................................................................................................................................................... 74
RGBGAIN ............................................................................................................................................. 76
RGBOFFSET........................................................................................................................................ 77
ROMVER.............................................................................................................................................. 78
SAT....................................................................................................................................................... 79
SAVEIMGPROF.................................................................................................................................... 80
SCRNASPECT ..................................................................................................................................... 81
SHARP.................................................................................................................................................. 82
SIGMSG................................................................................................................................................ 83
SIGNAL_INFO...................................................................................................................................... 84
SIGNALSTATUS................................................................................................................................... 85
TEMP.................................................................................................................................................... 86
TPTN..................................................................................................................................................... 87
ZSCLR.................................................................................................................................................. 89
7. Error List................................................................................................................90
8. Error Processing....................................................................................................91
9. Simplified Version for the Manual..........................................................................92

WUX6000
User Commands
-1-
1. Overview
These specifications describe the methods of controlling Projector WUX6000 from PC or other
controllers over an RS232C connection or LAN.
Symbol
The following symbols are used in these specifications:
Symbol Description
[ ] Data in [ ] can be omitted.
| Same as OR.

WUX6000
User Commands
-2-
2. Communication Specifications
Communication Specifications
The projector can be controlled via RS-232C or LAN cable connection.
PC - Projector connection configuration
RS-232C connection LAN connection
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 9-pin RS-232C cable (crossover) Connection
cable LAN cable
LAN
1000BASE-T
100BASE-TX
10BASE-T
* Signal lines other than the three SD, RD, and SG lines are not used in the projector.
* Loop back its own signals on the PC side as necessary.
* To use the LAN connection, the network function on the projector must be turned on.
In addition, to allow network communication between the PC and projector, connect cables between the
devices, and set the IP addresses, subnet masks, and other network parameters.
PC
PROJECTOR
COM PORT SERVICE
PORT
Network connection
LAN PORT
LAN PORT
RS-232C
crossover cable
PC
SD SD
RD RD
SG SG
送信データ送信データ
受信データ
信号用設置 信号用設置
受信データ
Send Data
Receive Data
Signal Ground
Send Data
Receive Data
Signal Ground

WUX6000
User Commands
-3-
Usable Character Codes
Use ASCII codes in the red and blue areas of the following table.
No distinction is made between double-byte characters and single-byte characters. All characters are
interpreted as single-byte characters. Do not use double-byte or triple-byte characters. They will all be
recognized as single-byte characters.
Uppercase and lowercase alphabet letters are recognized as the same character.
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 NUL SP 0 @ P ` p
1 ! 1 A Q a q
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t
5 % 5 E U e u
6 & 6 F V f v
7 ' 7 G W g w
8 ( 8 H X h x
9 ) 9 I Y i y
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D CR - = M ] m }
E . > N ^ n ~
F / ? O _ o
Item Specifications
Delimiters CR(0Dh)
Characters usable as delimiters.
General Characters 20h to 60h, 7Bh to 7Eh
Characters usable in commands.
Invalid Characters Do not use the codes in regions other than the red and blue areas or invalid characters.
If used, it will be handled as a space (20h).
Unrecommended
characters
Do not use as a general rule.
Both upper case and lower case letters can be used in commands, but upper case should
be used in most cases.

WUX6000
User Commands
-4-
Communication System (Serial)
Item Specifications
Communication system RS-232-C Start-stop synchronization half-duplex communication
Transmission speed 19.2 Kbps
Character length 8 bits / character
Stop bit 2 bits
Parity None
Command format Variable-length records with terminals as delimiters
Maximum transmission
length Maximum of 256 characters (bytes) including delimiters.
Delimiters
CR (0Dh) can be used as a delimiter.
Delimiter in the response is CR.
Command code ASCII codes (20h to 7Eh)
Codes other than ASCII codes (20h to 7Eh), delimiter code (0Dh), or NUL (00h) are
handled as spaces (20h).
Communication procedure No procedure
Flow control None
Error control None
Break signal Not supported
Timeout Tc Between characters: 1 s
Tr Between command /
response interval: 15 s
* For timeout, see chapter 3, "Communication Flow" on page 8.
Communication System (LAN)
Item Specifications
Communication system TCP/IP connection. Port: 33336
Remark If a command is not received for 30 seconds, the socket will be closed.
Command Format
Format
Commands are sent from PC to the projector in the following format:
<command text><delimiter> or
<command text>=(value>(delimiter>
<command text> Character strings consisting of 1 or more alphanumeric letters
<value> Character strings consisting of 1 or more alphanumeric letters
<delimiter> CR(0Dh)
For <command strings> and <value>, see explanation about each command.
Example) When checking the power status (POWER)
PC to PJ
G E T = P O W E R CR
47h 45h 54h 3Dh 50h 4Fh 57h 45h 52h 0Dh

WUX6000
User Commands
-5-
Response Format
Responses are sent from the projector to PC in the following format:
<Response character string> <Delimiter>
There are multiple response types, each having different <response string> format.
<Response character
string> Character strings consisting of 1 or more alphanumeric letters
First 2 digits are always 1 lowercase alphabet letter and a ":" (colon).
The first character indicates the response type.
Response
type Meaning Example
i Normal response i:OK
g Reference command
response g:BRI=0
e Error response e:0002 INVALID_COMMAND
<delimiter> CR(0Dh)
Format varies according to the type, as follows:
Normal response
A response when command is processed normally.
The projector receives the next command only after receiving this response.
Format)
i:OK<delimiter>
Example)
PC to PJ
P O W E R = O N CR
50h 4Fh 57h 45h 52h 3Dh 4Fh 4Eh 0Dh
PJ to PC
i : O K CR
69h 3Ah 4Fh 4Bh 0Dh

WUX6000
User Commands
-6-
Reference command response
A response when reference is made properly for a reference command.
Format)
g:<command string>=<value><delimiter>
Example)
PC to PJ
G E T = P O W E R CR
47h 45h 54h 3Dh 50h 4Fh 57h 45h 52h 0Dh
PJ to PC
g : P O W E R = O N CR
67h 3Ah 50H 4Fh 57h 45h 52h 3Dh 4Fh 4Eh 0Dh
Error response
A response when an error occurred.
Format)
e:<error ID><space><error info string><delimiter>
<error ID> 4 alphanumeric letters
<space> Space character (20h)
<error info string> Character strings consisting of 1 or more alphanumeric letters
* Refer to “Error List”
Example)
PC to PJ
A U T O P C CR
41h 55h 54h 4Fh 50h 43h 0Dh
PJ to PC
e : 2 0 1 F I N V A L I D _
65h 3Ah 32h 30h 31h 46h 20h 49h 4Eh 56h 41h 4Ch 49h 44h 5Fh
S I G N A L CR
53h 49h 47h 4Eh 41h 4Ch 0Dh

WUX6000
User Commands
-7-
Normal response (BUSY)
This response is sent when a command cannot be received during processing.
Format)
i:BUSY<delimiter>
Example)
PC to PJ
A U T O P C CR
41h 55h 54h 4Fh 50h 43h 0Dh
PJ to PC
I : B U S Y CR
69h 3Ah 42h 55h 53h 59h 0Dh
Other
Command recognition
The receiver (projector) retains incoming characters within a specific Tc, and recognizes the data as
"received command" when delimiter is received.
If the character interval received exceeds the Tc or if a delimiter is not received within 256 characters,
all data already received is lost, and the mode is reset to standby to receive commands again.
Parameter value
Definition of <Parameter value> is as follows:
<Parameter value> <value 1>, <value 2>…,<value n>
<value n> <Numerical value> | <ID> | “<Character string>”
<numerical value> [<sign>]<decimal numeric string >
The decimal string consists of minimum 1 letter and maximum 5 letters.
Valid value range is -32768 to 32767.
<ID> 1 or more ASCII characters (20h to 60h, 7Bh to 7Eh)
<character string> 0 or more ASCII characters (20h to 60h, 7Bh to 7Eh)

WUX6000
User Commands
-8-
3. Communication Flow
Command Transmission (PC side)
Commands should be sent from PC in a way that each character is sent within the specified Tc
(inter-character timeout).
Command Reception (projector side)
The projector retains incoming characters within a specific Tc, and recognizes the data as "received
command" when delimiter is received.
If the character interval received exceeds the Tc or if a delimiter is not received within 256 characters,
all data already received is lost, and the mode is reset to standby to receive commands again.
Command/Response
A response is always returned within Tr(*) for a command sent from the PC.
(*) The timeout interval between command and response (Tr) is 15 seconds.
Response Reception Timeout
If a response is not received within the Tr (timeout interval between command and response) while
standing by a waiting response after sending a command from the PC, it is deemed to have exceeded
the “response reception timeout.” Please resend the command.
Other
To execute commands via the network, the network function must be enabled in advance.
Only a portion of the commands can be executed when the projector is in standby mode.
The PC side cannot send the next user command before a response for the first command is returned.
If two or more user commands are received, user commands from 2nd one are discarded. If 2 or more
user commands are received, only the 1st command is processed, and a response is returned when
finished.
PC プロジェクター
Tr以内
コマンド
レスポンス
Command
Response
Projector
Within Tr
Command 1
Response to Command 1
Command 2
Command 3
Projector
Within Tr Processed
Discarded
Discarded

WUX6000
User Commands
-9-
4. Command List
Item Command Setting Reference Description Power mode restriction
LAN RS-232C
SL0 SL1 SL3 PM ON ST PM ON
1 6AXADJ Yes Yes 6-axis color adjustment - - - - Yes - - Yes
2 6AXR Yes Yes
6-axis color adjustment R
hue/saturation/brightness - - - - Yes - - Yes
3 6AXG Yes Yes
6-axis color adjustment G
hue/saturation/brightness - - - - Yes - - Yes
4 6AXB Yes Yes
6-axis color adjustment B
hue/saturation/brightness - - - - Yes - - Yes
5 6AXC Yes Yes
6-axis color adjustment C
hue/saturation/brightness - - - - Yes - - Yes
6 6AXM Yes Yes
6-axis color adjustment M
hue/saturation/brightness - - - - Yes - - Yes
7 6AXY Yes Yes
6-axis color adjustment Y
hue/saturation/brightness - - - - Yes - - Yes
8 AMBADJ Yes Yes Ambient light correction adjustment ON/OFF - - - - Yes - - Yes
9 AMBLEVEL Yes Yes Ambient light level settings - - - - Yes - - Yes
10 AMBTYPE Yes Yes Ambient light type settings - - - - Yes - - Yes
11 ASELA1 Yes Yes Analog PC-1 audio input terminal selection - - - - Yes - - Yes
12 ASELA2 Yes Yes Analog PC-2 audio input terminal selection - - - - Yes - - Yes
13 ASELC Yes Yes Component audio input terminal selection - - - - Yes - - Yes
14 ASELD Yes Yes Digital PC audio input terminal selection - - - - Yes - - Yes
15 ASELH Yes Yes HDMI audio input terminal selection - - - - Yes - - Yes
16 ASELL Yes Yes LAN audio input terminal selection ----Yes --Yes
17 ASELU Yes Yes USB audio input terminal selection ----Yes --Yes
18 ASPECT Yes Yes Aspect ratio - - - - Yes - - Yes
19 AUTOPC Yes - Auto PC - - - - Yes - - Yes
20 AUTOSETEXE Yes - Auto setup - - - - Yes - - Yes
21 AVOL Yes Yes Audio volume adjustment - - - - Yes - - Yes
22 BLANK Yes Yes Screen blank - - - - Yes - - Yes
23 BRI Yes Yes Brightness setting - - - - Yes - - Yes
24 COLOR_TEMP Yes Yes Color temperature setting - - - - Yes - - Yes
25 COMVER - Yes User command version inquiry - Yes Yes Yes Yes Yes Yes Yes
26 CONT Yes Yes Contrast setting - - - - Yes - - Yes
27 DGAMMA Yes Yes Dynamic gamma - - - - Yes - - Yes
28 DZOOM_POS Yes Yes Zoom display position - - - - Yes - - Yes
29 DZOOM_RAT Yes Yes Zoom display ratio - - - - Yes - - Yes
30 ERR - Yes Error information inquiry - Yes Yes Yes Yes Yes Yes Yes
31 FINE_GAMMA_R Yes Yes Fine gamma (R) - - - - Yes - - Yes
32 FINE_GAMMA_G Yes Yes Fine gamma (G) - - - - Yes - - Yes
33 FINE_GAMMA_B Yes Yes Fine gamma (B) - - - - Yes - - Yes
34 FLTWRN Yes Yes Air filter cleaning warning - - - - Yes - - Yes

WUX6000
User Commands
-10-
Item Command Setting Reference Description Power mode restriction
LAN RS-232C
SL0 SL1 SL3 PM ON ST PM ON
35 FNBND Yes Yes [Fn] button setting ----Yes --Yes
36 FREEZE Yes Yes Screen freeze - - - - Yes - - Yes
37 GAMMA Yes Yes Gamma adjustment - - - - Yes - - Yes
38 HDMI_IN Yes Yes HDMI input setting - - - - Yes - - Yes
39 HDMI_OVSCAN Yes Yes HDMI overscan setting - - - - Yes - - Yes
40 HTMPINF Yes Yes High temperature caution display ----Yes --Yes
41 HUE Yes Yes Hue setting - - - - Yes - - Yes
42 IMAGE Yes Yes Image mode setting - - - - Yes - - Yes
43 IMAGEFLIP Yes Yes Flip display - - - - Yes - - Yes
44 INPUT Yes Yes Input signal selection - - - - Yes - - Yes
45 KREP Yes Yes Key repeat - - - - Yes - - Yes
46 LAMP Yes Yes Lamp mode - - - - Yes - - Yes
48 LAMPCOUNTER - Yes Lamp counter inquiry - Yes Yes Yes Yes Yes Yes Yes
47 LMPWRN Yes Yes Lamp replacement warning display - - - - Yes - - Yes
49 LPOSLD Yes -Lens position load ----Yes --Yes
50 MAIN Yes - Unit control panel emulation - Yes Yes Yes Yes Yes Yes Yes
51 MEMF Yes Yes Memory color adjustment (flesh) - - - - Yes - - Yes
52 MEMG Yes Yes Memory color adjustment (green) - - - - Yes - - Yes
53 MEMS Yes Yes Memory color adjustment (sky) - - - - Yes - - Yes
54 MUTE Yes Yes Audio mute - - - - Yes - - Yes
55 NR Yes Yes Random noise reduction - - - - Yes - - Yes
56 NRMPG Yes Yes MPEG noise reduction ----Yes --Yes
57 NRMSQT Yes Yes Mosquito noise reduction ----Yes --Yes
58 POWER Yes Yes Power supply control - Yes Yes Yes Yes Yes Yes Yes
59 PRODCODE - Yes Product name inquiry - Yes Yes Yes Yes Yes Yes Yes
60 RC Yes - Remote control operation emulate - Yes Yes Yes Yes Yes Yes Yes
61 RGBGAIN Yes Yes RGB gain adjustment - - - - Yes - - Yes
62 RGBOFFSET Yes Yes RGB offset adjustment - - - - Yes - - Yes
63 ROMVER - Yes Firmware version inquiry - Yes Yes Yes Yes Yes Yes Yes
64 SAT Yes Yes Color saturation setting - - - - Yes - - Yes
65 SAVEIMGPROF Yes Yes User memory creation/storage/deletion - - - - Yes - - Yes
66 SCRNASPECT Yes Yes Screen aspect setting - - - - Yes - - Yes
67 SHARP Yes Yes Sharpness setting - - - - Yes - - Yes
68 SIGMSG Yes Yes Input status display -Yes --Yes
69 SIGNAL_INFO - Yes Displayed signal information inquiry - - - - Yes - - Yes
70 SIGNALSTATUS - Yes Signal detection inquiry - - - - Yes - - Yes
71 TEMP - Yes Temperature sensor value inquiry - - Yes Yes Yes Yes Yes Yes
72 TPTN Yes Yes Test pattern - - - - Yes - - Yes
73 ZSCLR Yes Yes Zoom ----Yes --Yes
Note: About "Power mode restriction"
Commands are executable only when the projector is in the mode indicated by "Yes." Meaning of each mode is as
follows:

WUX6000
User Commands
-11-
Power mode restriction/LAN: Indicates whether the command coming through LAN is executable.
SL0: Standby mode, and the network function is turned off. When the network function is turned off,
the command is not executable if coming from LAN, in which case, this should never be “Yes”.
SL1: Standby mode, and the network standby setting is set to "Eco."
SL3: Standby mode, and the network standby setting is set to "Normal."
PM: Power management “lamp off” standby
ON: Normal projection status
Power/RS-232C: Indicates whether the command coming through RS-232C is executable.
ST: Standby mode (includes SL0, SL1 and SL3 altogether, regardless of the network setting).

WUX6000
User Commands
-12-
5. Guide to Command Description
This section explains how commands are described.
The command descriptions have the format shown below.
EXAMPLE
Summary of the function
Format
Setting Command Acommand format when a command is sent to the projector to make a
setting for the function.
"-" is shown when there is no setting command.
Example) 6AXADJ=<6-axix adjustment parameter:ID>
Response A response format for the setting command.
"-" is shown when there is no setting command.
Example) i:OK
Reference Command A command format when a command is sent to the projector to refer to
the current setting, status and others for the function.
"-" is shown when there is no reference command.
Example) GET=6AXADJ
Response A response format for a reference command.
"-" is shown when there is no reference command.
Example) g:6AXADJ=<6-axis adjustment parameter:ID>
Note: See "Error list" for any response other than the above.
When parameters exist for the command, a list of parameter is inserted in this position.
Example)
<6-axis adjustment parameter:ID>
Parameter Meaning
ON Valid
OFF Invalid

WUX6000
User Commands
-13-
Environment
This defines the environments that support the command (power supply state, input signal state).
The command is executable when the projector is in the mode indicated by "Yes" in the table of
corresponding command description page.
Power mode restriction Input *9
LAN*1 RS-232C*7
SL0 SL1 SL3 PM ON ST PM ON D-RGB A-RGB COMP HDMI LAN USB None
*2 *3 *4 *5 *6 *8 *5 *6 *9 *9 *9 *9 *9 *9 *9
*1 Power mode restriction/LAN Indicates whether the command coming through LAN is executable.
*2 SL0 Standby mode, and the network function is turned off.
When the network function is turned off, the command is not executable if
coming from LAN, in which case, this should never be “Yes”.
*3 SL1 Standby mode, and the network standby setting is set to "Eco."
*4 SL3 Standby mode, and the network standby setting is set to "Normal."
*5 PM Power management “lamp off” standby
*6 ON Normal projection status
*7 Power / RS-232C Indicates whether the command coming through RS-232C is executable.
*8 ST Standby mode (includes SL0, SL1 and SL3 altogether, regardless of the
network setting).
*9 Input Indicates whether the command that is depending on input signal is
executable while the power is on.
Remarks
Remarks about the command is inserted when necessary.
Example
Specific example of the command is inserted when necessary.

WUX6000
User Commands
-14-
6. Command Details
6AXADJ
6-axis color adjustment
Format
Setting Command 6AXADJ=<6-axis adjustment parameter: ID>
Response i:OK
Reference Command GET=6AXADJ
Response g:6AXADJ=<6-axix adjustment parameter: ID>
Note: See "Error list" for any response other than the above.
<6-axis adjustment parameter:ID>
Parameter Meaning
ON Adjusted
OFF Turned off
Environment
Power mode restriction Input
LAN RS-232C
SL0 SL1 SL3 PM ON ST PM ON D-RGB A-RGB COMP HDMI LAN USB None
No No No No Yes No No Yes Yes Yes Yes Yes Yes Yes Yes
Remarks
(1) Use "6AXR - Y" command when this is set to "ON" and the corrected 6-axis values need to be
changed.
(2) This sets the currently selected input signal and image mode.
Example
(Control)
> 6AXADJ=ON
< i:OK
(Reference)
> GET=6AXADJ
< g:6AXADJ=ON
Note: '>' indicates a command; '<' indicates a response.

WUX6000
User Commands
-15-
6AXR
6-axis adjustment (red), hue/saturation/brightness
Format
Setting Command 6AXR=<R hue:Number>,<R saturation:Number>,
<R brightness:Number>
Response i:OK
Reference Command GET=6AXR
Response g:6AXR=<R hue:Number>,<R saturation:Number>,
<R brightness:Number>
Note: See "Error list" for any response other than the above.
<R hue:Number> is within -20 to 20
<R saturation:Number> is within -20 to 20
<R brightness:Number> is within -20 to 20
Environment
Power mode restriction Input
LAN RS-232C
SL0 SL1 SL3 PM ON ST PM ON D-RGB A-RGB COMP HDMI LAN USB None
No No No No Yes No No Yes Yes Yes Yes Yes Yes Yes Yes
Remarks
(1) When 6-axis adjustment is turned on, these settings are shown over the displayed image.
However, the settings can be changed regardless of whether 6-axis adjustment is turned on or
not.
(2) This sets the currently selected input signal and image mode.
Example
(Setting)
>6AXR=-8,5,3
< i:OK
(Reference)
> GET=6AXR
< g:6AXR=-8,5,3
Note: '>' indicates a command; '<' indicates a response.

WUX6000
User Commands
-16-
6AXG
6-axis adjustment (green), hue/saturation/brightness
Format
Setting Command 6AXG=<G hue:Number>,<G saturation:Number>,
<G brightness:Number>
Response i:OK
Reference Command GET=6AXG
Response g:6AXG=<G hue:Number>,<G saturation:Number>,
<G brightness:Number>
Note: See "Error list" for any response other than the above.
<G hue:Number> is within -20 to 20
<G saturation:Number> is within -20 to 20
<G brightness:Number> is within -20 to 20
Environment
Power mode restriction Input
LAN RS-232C
SL0 SL1 SL3 PM ON ST PM ON D-RGB A-RGB COMP HDMI LAN USB None
No No No No Yes No No Yes Yes Yes Yes Yes Yes Yes Yes
Remarks
(1) When 6-axis adjustment is turned on, these settings are shown over the displayed image.
However, the settings can be changed regardless of whether 6-axis adjustment is turned on or
not.
(2) This sets the currently selected input signal and image mode.
Example
(Setting)
>6AXG=-8,5,3
< i:OK
(Reference)
> GET=6AXG
< g:6AXG=-8,5,3
Note: '>' indicates a command; '<' indicates a response.

WUX6000
User Commands
-17-
6AXB
6-axis adjustment (blue), hue/saturation/brightness
Format
Setting Command 6AXB=<B hue:Number>,<B saturation:Number>,
<B brightness:Number>
Response i:OK
Reference Command GET=6AXB
Response g:6AXB=<B hue:Number>,<B saturation:Number>,
<B brightness:Number>
Note: See "Error list" for any response other than the above.
<B hue:Number> is within -20 to 20
<B saturation:Number> is within -20 to 20
<B brightness:Number> is within -20 to 20
Environment
Power mode restriction Input
LAN RS-232C
SL0 SL1 SL3 PM ON ST PM ON D-RGB A-RGB COMP HDMI LAN USB None
No No No No Yes No No Yes Yes Yes Yes Yes Yes Yes Yes
Remarks
(1) When 6-axis adjustment is turned on, these settings are shown over the displayed image.
However, the settings can be changed regardless of whether 6-axis adjustment is turned on or
not.
(2) This sets the currently selected input signal and image mode.
Example
(Setting)
>6AXB=-8,5,3
< i:OK
(Reference)
> GET=6AXB
< g:6AXB=-8,5,3
Note: '>' indicates a command; '<' indicates a response.
Other manuals for WUX6000
3
Table of contents
Other Canon Projector manuals

Canon
Canon LV-5210 User manual

Canon
Canon LV-7340 User manual

Canon
Canon LV-7265 User manual

Canon
Canon LV-X2 User manual

Canon
Canon LX-MU800Z User manual

Canon
Canon LV-X1J User manual

Canon
Canon LV-7280 User manual

Canon
Canon REALiS SX80 Mark II D User manual

Canon
Canon LV-CL20 Setup guide

Canon
Canon LV-X1 User manual

Canon
Canon LV-8320 User manual

Canon
Canon REALIS LV-7590 User manual

Canon
Canon WUX10 - REALiS WUXGA LCOS Projector User manual

Canon
Canon REALiS WUX4000 D User manual

Canon
Canon WUX6000 User manual

Canon
Canon PIXMA MP250 User manual

Canon
Canon RE-350 Use and maintenance manual

Canon
Canon LV-8225 User manual

Canon
Canon WX520 User manual

Canon
Canon WUX6000 User manual