2. Communication Specifications ................................................................................. 2
Communication Specifications .............................................................................................................. 2
Usable Character Codes ........................................................................................................................ 3
Communication System (Serial) ........................................................................................................... 4
Communication System (LAN) ............................................................................................................. 4
Command Format .................................................................................................................................. 4
Response Format ................................................................................................................................... 5
Other ...................................................................................................................................................... 7
3. Communication Flow ............................................................................................... 8
Other ...................................................................................................................................................... 8
4. Command List ......................................................................................................... 9
5. Guide to command description .............................................................................. 11
MAIN .................................................................................................................................................... 42
NR ........................................................................................................................................................ 45
POWER ................................................................................................................................................ 46
SAT ....................................................................................................................................................... 51
These specifications describe the methods of controlling Projector WUX450 / WX520 / WUX400ST /
WX450ST 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.
WUX450 / WX520 / WUX400ST / WX450ST User Commands
- 1 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
R
2. Communication Specifications
Communication Specifications
The projector can be controlled via RS-232C or LAN connection.
PC - Projector connection configuration
PC
PC
RS-232C connection
LAN PORT
Network Connection
COM PORT
ネットワーク接続
RS-232C
RS-232C
crossover cable
クロスケーブル
LAN PORT
SER VICE
PORT
プロジェクター
PROJECTO
LAN connection
Item Specifications
Connection
system
Connection
signal line
Connection
cable
Send Data
Receive Data
受信データ
Signal Ground
信号用設置信号用設置
* 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.
PC and projector connected on
a "1:1" basis
3-line connection of SD,
RD, and SG
9-pin RS-232C Cable (Cross)
SDSD
RDRD
SGSG
Send Data
送信データ送信データ
Receive Data
受信データ
Signal Ground
Item Specifications
Connection
system
Connection
signal line
Connection
cable
LAN
TCP / IP Connection
Straight when connecting via
network
LAN Cable
1000BASE-T
100BASE-TX
10BASE-T
- 2 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
Usable Character Codes
Use ASCII codes in the red and blue areas of below table.
No distinction is made between double-byte characters and 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 6789ABCDEF
0 NUL SP 0 @ P `p
1 ! 1 A Q aq
2 " 2 B R br
3 # 3 C S cs
4 $ 4 D T dt
5 % 5 E U eu
6 & 6 F V fv
7 ' 7 G W gw
8 ( 8 H X hx
9 ) 9 I Y iy
A LF * : J Z jz
B + ; K [ k{
C , < L ¥ l|
D CR - = M ] m}
E . > N ^ n~
F / ? O _ o
Item Specifications
Delimiters
General Characters
Invalid Characters
Unrecommeded
characters
CR(0Dh) 7Bh ~ 7Eh
Characters usable as delimiters.
20h to 60Eh 7Bh to 7Eh
Characters usable in commands.
Do not use the codes in regions other than the red and blue areas.
If used, it will be processed in the same way as space (20h).
Do not use as general rule.
Both upper case and lower case letters can be used in commands, but upper
case should be used in most cases.
- 3 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
Communication System (Serial)
Item Specifications
Communication system RS-232-C Start-stop synchronization Semi-duplex communication
Transmission speed 19.2 Kbps
Character length 8 bits / character
Stop bit 2 bits
Parity None
Command format Variable-length records with terminals as delimiters
Maximum transmission
length
Delimiters
Command code
Communication
procedure
Flow control None
Error control None
Break signal Not supported
Timeout
* For timeout, see "Communication flow" on page 8.
Maximum of 256 characters (bytes) including delimiters.
CR (0Dh) can be used as delimiter.
Delimiter in the response is CR.
ASCII codes (20h to 7Eh)
Anything other than the above code and delimiter codes are processed in the
same way as space (20h).
No procedure
Tc Between characters: 1s
Tr
Communication System (LAN)
Item Specifications
Communication system Uses the TCP / IP protocol. Port: 33336
Between command / response
interval:
15s
Command Format
Commands are sent from PC to the projector in the following format:
<command text>
<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
47h 45h 54h 3Dh 50h 4Fh 57h 45h 52h 0Dh
Format
<command text><delimiter> or
<command text>=(value>(delimiter>
Character strings consisting of 1 or more alphanumeric letters
G E T = P O WE R CR
- 4 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
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>
<Delimiter> CR(0Dh)
Format varies according to the type, as follows:
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
i Normal response i:OK
g Reference command
e Error response e:0002 INVALID_COMMAND
Meaning Example
g:BRI=0
response
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
- 5 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
Reference command response
A response when reference is made properly for a reference command.
Format)
g:<command string>=<value><delimiter>
<command string> Character strings consisting of 1 or more alphanumeric letters
<value> Character strings consisting of 1 or more alphanumeric letters
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.
<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)
The decimal string consists of minimum 1 letter and maximum 5
letters.
Valid value range is -32768 to 32767.
- 7 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
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 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.
Command / Response
One response is always returned for each command sent from the PC.
PC
Projector
WithinTr
* The timeout interval between command and response (Tr) is 15 seconds.
Commands
Response
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
The projector can be communicated as long as it is supplied with AC power, even in standby mode.
The PC side cannot send the next user command before a response for the first command is returned.
If 2 or more user commands are received in a single port, user commands from 2nd one are discarded.
If 2 or more user commands are received in a single port, only 1st command is processed, and a
response is returned when finished.
PC
Projector
WithinTr
Note: Timeout (Tr) between a command and a response is 15 seconds.
Note: About "Power mode restriction"
Commands are executable only when the projector is in the mode indicated by "○." Meaning of each mode is
as follows:
SL1: Standby mode when "Network standby setting" is set to "Eco" (for commands sent through LAN)
SL3: Standby mode when "Network standby setting" is set to "Normal" (for commands sent through LAN)
ST: Standby mode (for all commands sent via RS-232C, regardless of the network setting)
ON: Power on status
-
Yes
Yes Yes
Yes Yes
-
Yes Yes
Yes Yes
Yes Yes
Yes Yes
-
-
-
Yes Yes
Yes
Yes
Yes
Yes
Yes
Product information inquiry
Remote control operation emulate
-
RGB gain adjustment
RGB offset adjustment
ROM version inquiry
Color saturation setting
Create user memory
Screen aspect setting
Sharpness setting
Input signal information inquiry
Signal status inquiry
Temperature sensor value inquiry
Test pattern
Yes YesYe s Yes
Yes YesYe s Yes
- - -
- - -
Yes YesYe s Yes
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes
- 10 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
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 A command 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.
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
- 11 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
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 "○" in the table of
corresponding command description page.
Power mode restriction
LAN *1 RS-232C *6
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
*2 *3 *4 *5 *7 *5 *8 *8 *8 *8 *8 *8 *8
*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 “O”.
*3 SL1 "O" if enabled in a power ON state.
*4 SL3 Standby mode, and the network standby setting is set to "Eco."
*5 ON Normal projection status
*6 Power / RS-232C Indicates whether the command coming through RS-232C is executable.
*7 ST Standby mode (includes SL0, SL1 and SL3 altogether, regardless of the
network setting).
*8 Input Indicates whether the command that is depending on input signal is
executable while the power is on.
Input *8
Remarks
Remarks about the command is inserted when necessary.
Example
Specific example of the command is inserted when necessary.
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) "Ambient light level" and "Ambient light type" settings take effect on the displayed image
when "Ambient light correction" is activated.
To adjust the "Ambient light level" or "Ambient light type", use "AMB_LEVEL" or
"AMB_TYPE" command, respectively.
(2) This sets the currently selected input signal and image mode.
Note: See "Error list" for any response other than the above.
< Screen setting parameters:ID >
Parameter Meaning
AUTO Auto
4:3 4:3
16:9 16:9
16:10 16:10
ZOOM Zoom
TRUE Real
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) Aspect setting may be automatically changed by other setting when the input terminal is
changed or input signal is disturbed.
Input
AUTOPC
Auto PC
Format
Setting Command AUTOPC
Response i:OK
Reference Command -
Response -
Note: See "Error list" for any response other than the above.
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes No YesNo Yes No No No No No
Remarks
(1) Execution of this command may modify the following setting values.
・Total number of dots ・Tracki ng ・Horizontal / vertical positions ・Number of horizontal / vertical display dots
Input
- 24 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
AUTOSETEXE
Auto setup
Format
Setting Command AUTOSETEXE=<Auto set parameter:ID>
Response i:OK
Reference Command -
Response -
Note: See "Error list" for any response other than the above.
< Auto set parameter:ID >
Parameter Meaning
INPUT Runs auto input
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Input
AVOL
Audio volume adjustment
Format
Setting Command AVOL=<Audio volume:Number>
Response i:OK
Reference Command GET=AVOL
Response g:AVOL=<Audio volume:Number>
Note: See "Error list" for any response other than the above.
Setting values for <Audio volume:Number> are 0 to 20.
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) The volume level can be set even while the sound is muted.
Input
- 25 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
BLANK
BLANK setting
Format
Setting Command BLANK=<BLANK parameter:ID>
Response i:OK
Reference Command GET=BLANK
Response g:BLANK=<BLANK parameter:ID>
Note: See "Error list" for any response other than the above.
< BLANK parameter:ID >
Parameter Meaning
ON BLANK ON
OFF BLANK OFF
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) Executing this command in a FREEZE status will cancel the FREEZE status and become
BLANK.
Input
BRI
Brightness
Format
Setting Command BRI=<Brightness setting:Number>
Response i:OK
Reference Command GET=BRI
Response g:BRI=<Brightness setting:Number>
Note: See "Error list" for any response other than the above.
Setting values for <Brightness setting:Number> are -20 to 20.
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
X X X O X O O O O O O O O
Remarks
(1) This sets the currently selected input signal and image mode.
Input
- 26 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
COLOR_TEMP
Color temperature
Format
Setting Command COLOR_TEMP=<Color temperature setting:Number>
Response i:OK
Reference Command GET=COLOR_TEMP
Response g:COLOR_TEMP=<Color temperature setting:Number>
Note: See "Error list" for any response other than the above.
Setting values for <Color temperature setting:Number> are -17 to 21.
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) This sets the currently selected input signal and image mode.
Note: See "Error list" for any response other than the above.
< Dynamic gamma setting parameter:ID >
Parameter Meaning
OFF Off
WEAK Weak
MIDDLE Middle
STRONG Strong
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) This sets the currently selected input signal and image mode.
Input
- 28 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
DZOOM_POS
DZOOM position setting
Format
Setting Command DZOOM_POS=<DZOOM position X:Number>,<DZOOM position Y:Number>
Response i:OK
Reference Command GET=DZOOM_POS
Response g:DZOOM_POS=<DZOOM position X:Number>,<DZOOM position Y:Number>
Note: See "Error list" for any response other than the above.
<DZOOM position X / Y:Number> is a signed integer indicating the central position of the enlarged input image.
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) This command is identical to pressing the arrow keys to move while DZOOM is enabled,
however, the position can be specified in more detail.
(2) If a position outside the range is specified, the position is automatically moved to the nearest
position within the range.
(3) 0 for <DZOOM position X / Y:Number> indicates the center position of the input image.
(4) Positive direction for <DZOOM position X / Y:Number> corresponds to RIGHT and UP keys,
and negative direction corresponds to LEFT and DOWN keys.
(5) The numerical value for <DZOOM position X / Y:Number> represents units in pixels of the
input image.
* For example, in a case where an input image of XGA (1024 x 768) size is enlarged twice the
size (range of 512 x 384 is displayed), up to ±256 for <DZOOM position X:Number>, and up to
±192 for <DZOOM position Y:Number> can be specified.
Input
- 29 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
DZOOM_RAT
DZOOM ratio setting
Format
Setting Command DZOOM_RAT=<DZOOM ratio parameter:ID>
Response i:OK
Reference Command GET=DZOOM_RAT
Response g:DZOOM_RAT=<DZOOM ratio parameter:ID>
Note: See "Error list" for any response other than the above.
< DZOOM ratio parameter:ID >
Parameter Meaning
1 same size (DZOOM disabled)
1.5 1.5x
2 2x
3 3x
4 4x
5 5x
6 6x
8 8x
10 10x
12 12x
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) The SET command can be used when DZOOM is disabled and set to other than "1", to enable
DZOOM and display the ratio on the screen.
(2) The SET command can be used when DZOOM is enabled and set to "1", to disable DZOOM
and hide the ratio from the screen.
Input
- 30 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
ERR
Error information reference
Format
Setting Command -
Response -
Reference Command GET=ERR
Response g:ERR=<ErrorID:Character string>
Note: See "Error list" for any response other than the above.
< DZOOM ratio parameter:ID >
Parameter Meaning
NO_ERROR No error
ABNORMAL_TEMPERATURE Temperature error
FAULTY_LAMP Lamp error
FAULTY_LAMP_COVER Lamp cover error
FAULTY_COOLING_FAN Cooling fan error
FAULTY_POWER_SUPPLY Power supply error
FAULTY_AIR_FILTER Air filter error
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No Yes Ye s Yes YesYesYe s Yes Yes Ye s Yes Yes Yes
Remarks
(1) Information when the warning LED of the projector is flashing can be obtained. "NO_ERROR" is
returned when the warning LED is not lighted.
Input
- 31 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
FINE_GAMMA_R
Fine gamma (R) adjustment
Format
Setting Command FINE_GAMMA_R=<Fine gamma (R) adjustment point 1 adjustment
value:Number>,<Fine gamma (R) adjustment point 2 adjustment
value:Number>,・・・,<Fine gamma (R) adjustment point n adjustment
value:Number>
Response i:OK
Reference Command GET=FINE_GAMMA_R
Response g: FINE_GAMMA_R=<Fine gamma (R) adjustment point 1 adjustment
value:Number>,<Fine gamma (R) adjustment point 2 adjustment
value:Number>,・・・,<Fine gamma (R) adjustment point n adjustment
value:Number>
Note: See "Error list" for any response other than the above.
Adjustment values for <Fine gamma (R) adjustment point n adjustment value:Number> are 0 to 1024.
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) This sets the currently selected input signal and image mode.
Note: See "Error list" for any response other than the above.
< Lamp warning parameter: ID >
Parameter Meaning
OFF Turned off
ON Turned on
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Input
- 41 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
MAIN
Unit control panel emulation
Format
Setting Command MAIN=<Side control emulation button parameters:ID>
Response i:OK
Reference Command -
Response -
Note: See "Error list" for any response other than the above.
< Side control emulation button parameters:ID >
Parameter
POWER
POWER_OFF
MENU
INPUT
AUTOPC
KEYSTONE
UP
UP+REP Button press start
DOWN
DOWN +REP Button press start
LEFT
LEFT +REP Button press start
RIGHT
RIGHT +REP Button press start
OK
*-REP
Operation Remarks
POWER
-
MENU
INPUT
AUTOPC
KEYSTONE
UP
DOWN
LEFT
RIGHT
OK
-
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No Yes Ye s Yes YesYesYe s Yes Yes Ye s Yes Yes Yes
Remarks
(1) Parameters with "+REP" indicates "Button press start" (same state as when 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 buttons on the panel or the remote are operated
<2> When some command has been received
(2) When ceiling mount setting is made, functions of UP/DOWN/LEFT/RIGHT buttons on the
unit control panel are reversed. But the "MAIN" command's UP/DOWN/LEFT/RIGHT are
unaffected and always work in the same way as when installed on the floor.
(3) Adjust the time between each button press using the application.
(4) When a button press request is accepted properly, the projector returns "i:OK" even when the
function is inexecutable.
(5) All parameters except "Power" are invalid during standby mode.
Meaning
POWER button pressed twice
Button press end
Input
- 42 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
MEMF
Memory color adjustment (flesh)
Format
Setting Command MEMF=<Memory color adjustment parameter:ID>
Response i:OK
Reference Command GET=MEMF
Response g:MEMF=<Memory color adjustment parameter:ID>
Note: See "Error list" for any response other than the above.
< Memory color adjustment parameter:ID >
Parameter Meaning
OFF Turns off
WEAK Weak
MIDDLE Middle
STRONG Strong
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) This setting applies to the currently selected input signals and the image mode.
Input
MEMG
Memory color adjustment (green)
Format
Setting Command MEMG=<Memory color adjustment parameter:ID>
Response i:OK
Reference Command GET=MEMG
Response g:MEMG=<Memory color adjustment parameter:ID>
Note: See "Error list" for any response other than the above.
< Memory color adjustment parameter:ID >
Parameter Meaning
OFF Turns off
WEAK Weak
MIDDLE Middle
STRONG Strong
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) This setting applies to the currently selected input signals and the image mode.
Input
- 43 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
MEMS
Memory color adjustment (sky)
Format
Setting Command MEMS=<Memory color adjustment parameter:ID>
Response i:OK
Reference Command GET=MEMS
Response g:MEMS=<Memory color adjustment parameter:ID>
Note: See "Error list" for any response other than the above.
< Memory color adjustment parameter:ID >
Parameter Meaning
OFF Turns off
WEAK Weak
MIDDLE Middle
STRONG Strong
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) This setting applies to the currently selected input signals and the image mode.
Input
MUTE
Mute control
Format
Setting Command MUTE=<Mute control parameter: ID>
Response i:OK
Reference Command GET=MUTE
Response g:MUTE=<Mute control parameter: ID>
Note: See "Error list" for any response other than the above.
< Mute control parameter: ID >
Parameter Meaning
ON Disables the audio / beep sound.
OFF Enables the audio / beep sound.
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) Mute setting is always set to "OFF" after the projector is turned on.
Mute setting is canceled if audio volume is adjusted during mute.
Note: See "Error list" for any response other than the above.
< Product name:Character string >
Parameter Meaning
WUX450 WUX450 model
WX520 WX520 model
WUX400ST WUX400ST model
WX450ST WX450ST model
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No Yes Ye s Yes YesYesYe s Yes Yes Ye s Yes Yes Yes
Input
- 47 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
RC
Remote control operation emulate
Format
Setting Command RC=<Remote control emulation button parameters:ID>
Response i:OK
Reference Command -
Response -
Note: See "Error list" for any response other than the above.
< Remote control emulation button parameters:ID >
Parameter
POWER POWER
POWER_OFF - POWER button pressed twice
MENU MENU
EXIT EXIT
INPUT INPUT
DPC DIGITAL
APC1 ANALOG PC1
APC2 ANALOG PC2
HDMI HDMI
COMP COMPONENT
ASPECT ASPECT
AUTOPC AUTOPC
UP
UP+REP Button press start
DOWN
DOWN+REP Button press start
LEFT
LEFT+REP Button press start
RIGHT
RIGHT+REP Button press start
OK OK
FOCUS FOCUS
ZOOM ZOOM
SHIFT SHIFT
TPTN TEST PATTERN
KEYSTONE KEYSTONE
NUM_0 0
NUM_1 1
NUM_2 2
NUM_3 3
NUM_4 4
NUM_5 5
NUM_6 6
NUM_7 7
NUM_8 8
NUM_9 9
Operation Remarks
UP
DOWN
LEFT
RIGHT
WUX450 / WX520 / WUX400ST / WX450ST returns
"i:OK" without showing any behavior.
WUX450 / WX520 / WUX400ST / WX450ST returns
"i:OK" without showing any behavior.
WUX450 / WX520 / WUX400ST / WX450ST returns
"i:OK" without showing any behavior.
Meaning
- 48 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
DZOOM_P
DZOOM_P+REP Button press start
DZOOM_M
DZOOM_M+REP Button press start
VOL_P VOL +
VOL_P+REP VOL + Button press start
VOL_M VOL -
VOL_M+REP VOL - Button press start
MUTE MUTE
FN Fn
IMAGE IMAGE
FREEZE FREEZE
BLANK BLANK
GAMMA GAMMA
SPLIT SPLIT
ECO ECO
*-REP -
DZOOM +
DZOOM -
Button press ends ("2Ah," "2Dh," "52h," "45h," and
"50h" in hexadecimal form)
Remarks
(1) A parameter with '+REP' signifies "button press start". (This is the same as the status in
which the remote control button is held down.)
When executing these commands, be sure to send '*-REP' at the end to finish the button press.
The button pressing is ended in the cases below as well.
<1> When buttons on the panel or remote are operated
<2> When a command has been received
(2) When a button press request is accepted properly, "i:OK" is returned.
(without notifying the resulting execution of button operation)
- 49 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
RGBGAIN
RGB gain adjustment
Format
Setting Command RGBGAIN=<R gain setting:Number>,<G gain setting:Number>,
<B gain setting:Number>
Response i:OK
Reference Command GET=RGBGAIN
Response g:RGBGAIN=<R gain setting:Number>,<G gain setting:Number>,
<B gain setting:Number>
Note: See "Error list" for any response other than the above.
Setting values for <R/G/B gain setting:Number> are -60 to 60.
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Remarks
(1) This sets the currently selected input signal and image mode.
* Commands are indicated by ">", and responses are indicated by "<".
Input
- 55 -
WUX450 / WX520 / WUX400ST / WX450ST User Commands
TPTN
Test pattern
Format
Setting Command TPTN=<Test pattern parameter: ID>
Response i:OK
Reference Command GET=TPTN
Response g:TPTN=<Test pattern parameter: ID>
Note: See "Error list" for any response other than the above.
< Test pattern parameter: ID >
Parameter Meaning
OFF Turned off
CB1 Color bar
SSH1 Stair step H No.1
SSH2 Stair step H No.2
SSH3 Stair step H No.3
SSV1 Stair step V No.1
SSV2 Stair step V No.2
SSV3 Stair step V No.3
RTF1 Raster 100% White
RTF2 Raster 100% Red
RTF3 Raster 100% Green
RTF4 Raster 100% Blue
RTH1 Raster 50% White
RTH2 Raster 50% Red
RTH3 Raster 50% Green
RTH4 Raster 50% Blue
SSC1 Stair step color
CKR1 Checker No.1
CKR2 Checker No.2
MUL1 Multi No.1
MUL2 Multi No.2
CHR1 Character
FCS1 Focus
BDR1 Border
CRS1 Cross hatch 8 divided
CRS2 Cross hatch 12 divided
CRS3 Cross hatch 4 divided
Environment
Power mode restriction
LAN RS-232C
SL0 SL1 SL3 ON ST OND-RGB A-RGB COMPHDMILAN USB None
No No No Yes N o Ye sYes Ye s Yes Yes Ye s Yes Ye s
Input
- 56 -
7. Error List
Response Meaning Reaction
WUX450 / WX520 / WUX400ST / WX450ST User Commands
i:OK
e:0002 INVALID_COMMAND
e:000A INVALID_PARAMETER
e:F001 SYSTEM
e:0005 NOT_POWER_SUPPLIED
i:BUSY
e:1011 FUNCTION_NOT_AVAILABLE
e:201F INVALID_SIGNAL
The command was successfully
processed.
The command was invalid (not
defined), or the command format was
incorrect.
Argument (parameter) of the
command is invalid.
An internal error occurred.
The power is off. Send the command while the power is on.
Cannot execute as the projector is
undergoing internal processing.
The operation is currently invalid.
The setting cannot be made in the
current status.
Cannot execute with the current input
signal.
Use a correct command or correct command
format.
Use a correct argument (parameter).
Note: If the error persists after repeatedly
resending the command with some intervals,
turn off the projector and then disconnect and
reconnect the power cord before resending the
command.
Wait for a while, and resend the command.
Take one of the following actions:
・Return the UI state to the usual projection
mode, and then resend the command.
・Activate the function from the menu, and
resend the command. (Commands may be
deactivated by the related menu items.)
Send the command when a different input
signal is input.
- 57 -
8. Error Processing
Start
Command/parameter
executable during standby?
NO
WUX450 / WX520 / WUX400ST / WX450ST User Commands
Error judgment
YES
NOT_POWER_SUPPLIED"
"e:0005
Command/parameter
executable while power mode
switched?
NO
Undefined command?
NO
Incorrect command format?
NO
Internal processing in progress?
NO
Command-specific error processing
YES
Switching power m odes?
NO
YES
YES
YES
YES
"i:BUSY
"e:0002 INVALID_COMMAND"
"e:000A INVALID_PARAMETER"
"i:BUSY
Command-specific error
found?
NO
User command is
executable
Finished
YES
Command-specific error
- 58 -
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.