Canon REALIS WUX10 MARK II D DICOM User Manual

Canon
g
WUX10 Summary of Remote Control Commands (User Commands) (abbreviated version)
1.Connection
Connect the serial port (RS-232C connector) on the computer and the service port on the projector. Connect the computer and projector in a direct 1:1 connection.
If the number of pins or format of the connectors do not match, conversion adapters are required.
COM
PORT
PC
Dedicated cable
2.Communication Format
Specification
Item
Communication Method
Transmission Speed
Character Length
Flow Control
No. of bytes
Delimiters
Message codes
Protocol
Flow control
Error control
Break signal
RS-232-C start-stop synchronization, semi-duplex communication 19200 bps 8 bits
Stop Bit
2 bits
Parity
None None
Item
Specification Variable length (up to 256 bytes including delimiter) CR, LF, CR+LF or null (00h)
In this summary, CR is expressed as <CR>, LF as <LF>, CR+LF as <CR>+<LF> and null as <00>.
ASCII code (typical characters: 20h to 7Fh) No differentiation is made in recognition between lower-case and upper-case letters (case-insensitive). <CR> is 0Dh, <LF> is 0Ah, <CR>+<LF> is 0Dh0Ah, and <00> is 00h. No protocol None None Not supported
Between characters :5 seconds (10ms for timeouts between CR and LF)
SERVICE
PORT
Projector
Canon
Item
Connection system
signal line
Connectin
Connecting cable
PC: Directly connected to projector (1:1)
Specification
Send data SD SD Send data
Receive data RD RD Receive data
Signal ground SG SG Signal ground
Only the 3 signals lines of SD, RD and SG are used in the WUX10.
<1byte> <1byte>
Within 5 seconds
Between command and response: 10 seconds
Timeouts
PC Projector
Command
Within 10 seconds
Response
After sending one command, the next command must not be sent without waiting for the response to the first command. Otherwise, an error will result.
3.Control Flowchart
START
Command sent
Response received
NO
Have 10 seconds
elapsed?
YES
First failure?
NO
No response from projector
◆Confirm that the power of the projector is on.
◆Check the AC cord.
◆Check the control cable.
NO
YES
Error response Check the status on the response table, and take the remedial measures as needed.
NO
NO
Response received?
YES
Response
successful?
YES
(Confirm) command sent
Same response standby
processing as above
Expected results?
YES
END
Notes
When sending commands in succession, wait until a response is received from the first command before sending the next command.
The command timeout is 10 seconds. If no response is returned within 10 seconds after a command is sent, the command or response may not have reached the destination. Check the power supply of the device and the communication cable, and resend the command.
4.Power Control
4.1 [Power Control] Commands
Commands for controlling the power or for acquiring the power mode
Contact the service center for command details or information about all the commands.
Power
Get power mode
Power ON Power OFF
4.2 [Power Control] Responses
Responses to commands for power control or for acquiring the power mode
Power
Get power mode
※ OFF indicates the standby mode, ON indicates that the projector is running, and PMM indicates the power management mode.
Success i:OK<CR> 69h 3Ah 4Fh 4Bh 0Dh Failure <Refer to the Error List> OFF g:POWER=OFF<CR> 67h 3Ah 50h 4Fh 57h 45h 52h 3Dh 4Fh 46h 46h 0Dh OFF→ON g:POWER=OFF2ON<CR> 67h 3Ah 50h 4Fh 57h 45h 52h 3Dh 4Fh 46h 46h 32h 4Fh 4Eh 0Dh ON g:POWER=ON<CR> 67h 3Ah 50h 4Fh 57h 45h 52h 3Dh 4Fh 4Eh 0Dh ON→PMM g:POWER=ON2PMM<CR> 67h 3Ah 50h 4Fh 57h 45h 52h 3Dh 4Fh 4Eh 32h 50h 4Dh 4Dh 0Dh PMM g:POWER=PMM<CR> 67h 3Ah 50h 4Fh 57h 45h 52h 3Dh 50h 4Dh 4Dh 0Dh PMM→ON g:POWER=PMM2ON<CR> 67h 3Ah 50h 4Fh 57h 45h 52h 3Dh 50h 4Dh 4Dh 32h 4Fh 4Eh 0Dh ON→OFF g:POWER=ON2OFF<CR> 67h 3Ah 50h 4Fh 57h 45h 52h 3Dh 4Fh 4Eh 32h 4Fh 46h 46h 0Dh Failure <Refer to the Error List>
※ '→'indicates a transition to another mode.
ASCII notation Binary NotationCommand Type
POWER ON<CR> 50h 4Fh 57h 45h 52h 20h 4Fh 4Eh 0Dh POWER OFF<CR> 50h 4Fh 57h 45h 52h 20h 4Fh 46h 46h 0Dh GET POWER<CR> 47h 45h 54h 20h 50h 4Fh 57h 45h 52h 0Dh
ASCII notation
PC⇒PRJ
PRJ⇒PC
Binary NotationResponse Type
5.Input Source Selection
5.1 [Input Source Selection] Commands
Commands for switching the input source or for acquiring the input source selection value
Input source
Get input source GET INPUT<CR> 47h 45h 54h 20h 49h 4Eh 50h 55h 54h 0Dh
5.2 [Input Source Selection] Responses
Responses to commands for input source selection or for acquiring the input source selection value
Input source
Get input source
Command Type ASCII notation Binary Notation
DigitalPC DigitalVideo AnalogPC1 AnalogPC2 Component Video
INPUT=D-RGB<CR> 49h 4Eh 50h 55h 54h 3Dh 44h 2Dh 52h 47h 42h 0Dh INPUT=HDMI<CR> 49h 4Eh 50h 55h 54h 3Dh 48h 44h 4Dh 49h 0Dh INPUT=A-RGB1<CR> 49h 4Eh 50h 55h 54h 3Dh 41h 2Dh 52h 47h 42h 31h 0Dh INPUT=A-RGB2<CR> 49h 4Eh 50h 55h 54h 3Dh 41h 2Dh 52h 47h 42h 32h 0Dh INPUT=COMP<CR> 49h 4Eh 50h 55h 54h 3Dh 43h 4Fh 4Dh 50h 0Dh INPUT=VIDEO<CR> 49h 4Eh 50h 55h 54h 3Dh 56h 49h 44h 45h 4Fh 0Dh
Response Type ASCII notation Binary Notation
Success i:OK<CR> 69h 3Ah 4Fh 4Bh Failure <Refer to the Error List> DigitalPC g:INPUT=D-RGB<CR> 67h 3Ah 49h 4Eh 50h 55h 54h 3Dh 44h 2Dh 52h 47h 42h 0Dh DigitalVideo g:INPUT=HDMI<CR> 67h 3Ah 49h 4Eh 50h 55h 54h 3Dh 48h 44h 4Dh 49h 0Dh AnalogPC1 g:INPUT=A-RGB1<CR> 67h 3Ah 49h 4Eh 50h 55h 54h 3Dh 41h 2Dh 52h 47h 42h 31h 0Dh AnalogPC2 g:INPUT=A-RGB2<CR> 67h 3Ah 49h 4Eh 50h 55h 54h 3Dh 41h 2Dh 52h 47h 42h 32h 0Dh Component g:INPUT=COMP<CR> 67h 3Ah 49h 4Eh 50h 55h 54h 3Dh 43h 4Fh 4Dh 50h 0Dh Video g:INPUT=VIDEO<CR> 67h 3Ah 49h 4Eh 50h 55h 54h 3Dh 56h 49h 44h 45h 4Fh 0Dh Failure <Refer to the Error List>
PC⇒PRJ
PRJ⇒PC
6.Image Mode Selection
6.1 [Set Image Mode] Commands
Commands for switching the image mode or for acquiring the image mode setting value
Image mode
Get image mode
6.2 [Set Image Mode] Responses
Responses to commands for setting the image mode or for acquiring the image mode setting value
Image mode
Get image mode
Command Type ASCII notation Binary Notation
STANDARD IMAGE=STANDARD<CR> 49h 4Dh 41h 47h 45h 3Dh 53h 54h 41h 4Eh 44h 41h 52h 44h 0Dh PRESENTATION IMAGE=PRESENTATION<CR> 49h 4Dh 41h 47h 45h 3Dh 50h 52h 45h 53h
SRGB IMAGE=SRGB<CR> 49h 4Dh 41h 47h 45h 3Dh 53h 52h 47h 42h 0Dh MOVIE IMAGE=MOVIE<CR> 49h 4Dh 41h 47h 45h 3Dh 4Dh 4Fh 56h 49h 45h 0Dh
GET IMAGE<CR> 47h 45h 54h 20h 49h 4Dh 41h 47h 45h 0Dh
Response Type ASCII notation Binary Notation
Success i:OK<CR> 69h 3Ah 4Fh 4Bh 0Dh Failure <Refer to the Error List> STANDARD g:IMAGE=STANDARD<CR> 67h 3Ah 49h 4Dh 41h 47h 45h 3Dh 53h 54h
PRESENTATION g:IMAGE=PRESENTATION<CR> 67h 3Ah 49h 4Dh 41h 47h 45h 3Dh 50h 52h
SRGB g:IMAGE=SRGB<CR> 67h 3Ah 49h 4Dh 41h 47h 45h 3Dh 53h 52h 47h 42h 0Dh MOVIE g:IMAGE=MOVIE<CR> 67h 3Ah 49h 4Dh 41h 47h 45h 3Dh 4Dh 4Fh 56h 49h 45h 0Dh
PC⇒PRJ
45h 4Eh 54h 41h 54h 49h 4Fh 4Eh 0Dh
PRJ⇒PC
41h 4Eh 44h 41h 52h 44h 0Dh
45h 53h 45h 4Eh 54h 41h 54h 49h 4Fh 4Eh 0Dh
7.Brightness
7.1 [Set Brightness] Commands
Commands for setting the brightness or for acquiring the brightness setting value
Command Type ASCII notation Binary Notation
Brightness Get brightness
Example:
7.2 [Set Brightness] Responses
Responses to commands for setting the brightness or for acquiring the brightness setting value
Brightness
Get brightness
Example: g:BRI=-20<CR> 67h 3Ah 42h 52h 49h 3Dh 2Dh 32h 30h 0Dh
Numerical setting BRI=<numerical value><CR> 42h 52h 49h 3Dh <numerical code> 0Dh
GET BRI<CR> 47h 45h 54h 20h 42h 52h 49h 0Dh BRI=-10<CR> 42h 52h 49h 3Dh 2Dh 31h 30h 0Dh
Response Type ASCII notation
Success i:OK<CR> 69h 3Ah 4Fh 4Bh 0Dh Failure <Refer to the Error List>
g:BRI=<numerical value><CR> 67h 3Ah 42h 52h 49h 3Dh <numerical code> 0Dh
PC⇒PRJ
PRJ⇒PC
Binary Notation
Loading...
+ 7 hidden pages