Canon REALiS LCOS SX50 Owner's manual

Category
Data projectors
Type
Owner's manual
SX50 User Commands
2005.2.2
Communication Specifications
Communication Flow
Error List
Command List
Command System Chart
Power Management Mode
Key
 
Spaces of or more characters, Tab (09h), other separators
 
Spaces of 1 or more characters, Tab (09h), other separators
 
Separators between parameters  ,|  
[ ]
Characters in [ ] can be omitted
|
Equivalent to OR
Contents
Item
1. Overview
2. Communication Specifications
3. Communication Flow
4. Command System
5. Control Mode
6. Key/Emulation function
7. Power Management Mode
8. Command List
9. Command Descriptions
REMOTE
LOCAL
POWER
INPUT
AUTOPC
DOTS
TRACK
HPOS  VPOS
HPIX VPIX
SEL
ASPECT
IMAGE
BRI
CONT
SHARP
GAMMA
DGAMMA
PROG
WB
WBRGB
SAT
HUE
ACADJUST
6AXR~Y
LAMP
RESET
VKS
AVOL
MUTE
BVOL
IMAGEFLIP
PMM
PJON
NOSIG
NOSHOW
LOGOPOS
LANG
TERMINAL
KEYLOCK
RCCH
RC
MAIN
GET
RANGE
10. Error List
11. Miscellaneous
Appendix 1 Reset Items
1. Overvie
w
These specifications describe the methods of controlling the SX50 projector from the PC over an RS-232C connection.
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 ,|
[ ]
The data in [ ] can be omitted.
|
Same as OR
:=
The definition name is on the left side of this mark, and the
definition description is on the right side.
2. Communication Specifications
Communication
system
Item
Specifications
Communication system
RS-232-C, Start-stop synchronization, Semi-duplex communication
Transmission speed
19.2 Kbps
Character length
8 bits/character
Stop bit
2 bits
Parity
None
Transmission format
Variable-length record with terminal as delimiter
Maximum transmission length
Maximum of 256 characters (bytes) including delimiters
Delimiters
Delimiters are one of CR, LF, CR+LF, Null (0) (Delimiters are identified automatically.)
Response delimiters are identical to command delimiters.
Transmission codes
ASCII code (General-purpose characters: 20h to 7Fh), Tab (09h)
(Codes other than those above and delimiters are considered “other separator codes”.)
Uppercase and lowercase of alphabetic characters are considered the same character.
Double-byte characters and single-byte characters are not distinguished. All are
considered single-byte characters.
Communication procedure
No procedure
Flow control
None
Error control
None
Break signal
Not supported
Time out
Tc Character interval: 10 ms
Tr Command/response interval: 10 s
Connection
Specifications
Item
Specifications
Connection system PC: “1:1” connection in SX50
Connection signal line
3-line connection of SD, RD, and SG
Connection cable
Dedicated cable
Send data SD SD Send data
Receive data RD RD Receive data
Signal ground SG SG Signal ground
Control
The SX50 has two control modes: LOCAL and REMOTE.
Mode
Most user commands are used in REMOTE mode.
The two modes are set by the REMOTE and LOCAL commands.
REMOTE
LOCAL
• SX50 normal mode
• Except for RC and MAIN, all user commands are
• The available user commands are limited.
available in this mode.
REMOTE, LOCAL, RC, MAIN, GET_MODE
• Except for POWER, all remote control and
only are available
front panel buttons are disabled.
Local
Remote
PC
SX50
専用ケーブル
COM
PORT
SERVICE
PORT
PC-SX5 接続形態
Canon
PC-SX5 connection status
Dedicated cable
Commands
Request transmissions sent from PC to SX50
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
Null
Null command
Character string
Commands with a command character string length of 0. No command processing is performed.
OK
BUSY
WARN
ERR
<Null command character string>:= <Character string with length 0>
GET
RANGE
Control
Control command
Character string
Projector control command. The format of the <command control string> is shown below.
OK
If an Ok is not received, the control results may also be returned in some cases.
BUSY
WARN
ERR
<Control command character string>:= <Control name> [ <Parameter value>] 
GET
RANGE
Setting
Setting command
Character string
Command that sets values for each parameter. The format of the <command character string> is shown below.
OK
BUSY
<Setting command character strings>:= <Parameter name>=<Parameter value>
WARN
ERR
For the definition of <Parameter value>, refer here.
GET
RANGE
Reference
Reference command
Character string
Command that requests the current setting value of each parameter. The format is shown below.
OK
BUSY
<Reference command character string>:=? <Parameter name> | GET <Parameter name> 
WARN
ERR
GET
RANGE
Reference
Range request
Command character string
Command requesting the available setting range for the setting vales of each parameter. The format is shown below.
OK
BUSY
<Range request command character string>:= RANGE <Parameter name> 
WARN
ERR
GET
RANGE
s t
Response Transmissions sent from SX50 to PC in response to commands from PC
mission forma
<Response character string> <Delimiter
>
<Response character string> 
Character strings consisting of one or more ASCII characters
The first two characters are always <one lowercase letter>:
The first character indicates the response type.
Response
type
Meaning
Example
i State response i:OK i:BUSY etc.
w Warning w:USER_COMMAND..
e Error e:000B INVALID..
g Reference command response g:AVOL=10
r
Range request command
response
r:VKS=N, -50, 50
<Delimiters> Delimiters for commands sent from PC
Type
Type Description
OK
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
BUSY response
 This response is sent when a command cannot be received during processing.
<BUSY response character string>:=i:BUSY
Example:
> IMAGE=2
< i:BUSY
WARN
WARN response This response is sent when warning information is issued. Note that this command cannot be executed.
<Warning response character string>:= w:<Warning description>
Example:
> IMAGE=2
< w:USER_COMMAND_VERSION_IS_UPDATED
ERR
ERR response An error message is output.
<Error response character string>:= e:<Error code> <Error message> 
※ <Error code> is expressed as a four-digit hexadecimal number.
* Refer to “Error List”!
Example:
> abcdefg
< e:0002 INVALID_COMMAND
GET
GETresponse
Request response for each parameter.
<GET response character string>:=g<Parameter name>=<Value>
Example: > GET LANG or ? LANG
< g:LANG=JPN
RANGE
RANGE response
This is the settable range response for each parameter.
<Range response character string> := r:<Parameter name>=<Type>, <Setting value range>
<For <Setting value range> refer to the RANGE command.
Example:
> RANGE CONT
<
r:CONT=N, -20, 20
Other
Transmissio
n
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.
<Parameter
value
>
definition
The <Parameter value> is defined as shown below.
<Parameter value>:=<Value 1><Value 2> .. <Value n>
<<Value > := <Numerical value > | <Control value > | <Logical 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.
<Control value> := On | Off
<ID> := 1 or more ASCII characters
<Character string> := 0 or more ASCII characters (20h to 7Fh)
Cable
The connection diagram for the cable connecting the PC and projector is shown below.
3.Communication Flow
Transmission
sent
At the sending side (PC), the transmission is sent within character intervals of Tc (character interval timeout).
Transmission
received
A
t the receiving side (SX50), 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/ One response is always returned for each command sent from the PC.
Response
(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 SX50
Command
Within Tr
Response
*The timeout interval between command and response (Tr) is 10 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”.
4.Command System
The command system for SX50 “User Commands” is shown below.
Mode change
Switch to Remote mode REMOTE
Switch to Local mode LOCAL
Setting/Control
Display setting Input signal switching INPUT
Input signal setting
Total number of dots adjustment
DOTS
Tracking adjustment
TRACK
Horizontal/Vertical position adjustment
HPOS/VPOS
Horizontal/Vertical resolution adjustment
PIX
Input signal selection SEL
* User commands use only automatic selection of input signals.
Screen setting ASPECT
Auto PC AUTOPC
*Running of Auto PC will change the values set in “Input signal selection”.
Menu display position setting
User screen setting User screen registration
User image position LOGOPOS
Input when no signal NOSIG
Screen when nothing shown
NOSHOW
Startup screen PJON
Flip display IMAGEFLIP
Image adjustment
Image quality select IMAGE
Brightness setting BRI
Contrast setting CONT
Sharpness setting SHARP
Gamma correction GAMMA
Dynamic gamma DGAMMA
Progressive PROG
*This is set for each input signal and
image quality.
Screen color correction WB
RGB adjustment WBRGB
Color saturation setting SAT
Hue setting HUE
Advanced color correction ACADJUST
6-axis adjustment (R to Y)
6AXR TO Y
Lamp mode setting LAMP
Image adjustment reset RESET
System setting Terminal setting TERMINAL
Power management PMM
Electronic sound BVOL
Key lock KEYLOCK
Password registration
Password setting
Remote control setting RCCH
Language setting LANG
Reset RESET RESET SYSTEM
Remote control/Key
Power supply
POWER
Input switching
INPUT
Keystone
VKS/HKS
Auto PC
AUTOPC *Running of Auto PC will change the values set in “Input signal selection”.
Spotlight
Volume adjustment
AVOL
Digital zoom
Image quality select
IMAGE *Same as “Setting/Control”-“Image Adjustment”-“Image Quality Select”.
Audio mute
MUTE
Display screen setting when
nothing shown
NOSHOW
Freeze image
Presentation timer setting
Emulate
Remote control emulate RC
Key emulate BTN
Reference
Retrieve each data RET
Setting range request RANGE *
Indicates functions that are available in the menu but not
available in the user commands.
5. Control Mod
e
The table below shows the states and limitations of the LOCAL and REMOTE control modes.
Mode
LOCAL mode REMOTE mode
Item
Description
Mode where projector control/operation is performed by
the main unit or remote control. Normal mode when
microcomputer is started.
Mode where projector control/operation is performed by
a PC or other external device.
(The PC or other external device is connected by a
serial cable.)
LED
State State indicator Constant remote indic
a
2
ALM State indicator State indicator
Transition method
Microcomputer startup REMOTE command
Manual power on/off
LOCAL command
Operation
buttons
Main unit keys All available Only POWER button is available
Remote control keys All available Only POWER button is available
Emulation Available 1 Not available
Standby
mode
Switching 5 minutes elapsed from no signal No switching
Return · Signal input REMOTE command
· Remote control button pressed
· Main unit button pressed
· Emulation
Special mode
Executable with remote control or main unit buttons
Not executable in any state
(Service mode)
1 However, switching to the USB mouse function or Special mode is not allowed.
2 If the control mode is REMOTE, the following are displayed regardless of whether the power is on or off.
LED indicator pattern during REMOTE mode
6. Key/Emulation function
The table below shows how the main unit/remote control keys and Emulation function operate in each control mode.
Key/Emulation
LOCAL mode REMOTE mode
Unlock
Remote
control lock
Main unit key
lock
Unlock
Remote
control lock
Main unit key
lock
Remote control
×
POWER only ×
POWER only
Main unit keys
×
POWER only
POWER only ×
Remote control emulation
×
×
×
Main unit key emulation
× ×
×
7.Power Management Mod
e
During Remote mode, Power Management is not in standby regardless of the SX50 settings.
If the SX50 is set to REMOTE mode during standby, it changes to the projection state.
Remote mode
Projecting in progress
70 seconds elapsed
POWER OFF
Lamp cooling in progress
Commands Power Management activated
Processing only for commands
enabled in Power Management
mode
Power Off
8. Command List
Ite
Command Description Command type
Mode Control Setting Reference
1
REMOTE
Switching to Remote mode
2
LOCAL
Cancel Remote mode
3
POWER
Power supply control
4
INPUT
Input terminal select
5
AUTOPC
Auto PC execution
6
DOTS
Input signal
settings
Total number of dots adjustment
7
TRACK
Tracking adjustment
8
HPOS
Horizontal position adjustment
9
VPOS
Vertical position adjustment
10
HPIX
Horizontal resolution adjustment
11
VPIX
Vertical resolution adjustment
12
SEL
Input select
13
ASPECT
Screen settings
14
IMAGE
Image mode
15
BRI
Brightness setting
16
CONT
Contrast setting
17
SHARP
Sharpness setting
18
GAMMA
Gamma correction
19
DGAMMA
Dynamic gamma
20
PROG
Progressive
21
WB
Screen color correction
22
WBRGB
Screen color correction (RGB adjustment)
23
SAT
Color level setting
24
HUE
Color balance setting
25
ACADJUST
Advanced color adjustment
26
6AXR
6-axis color
adjust
R setting
27
6AXG
G setting
28
6AXB
B setting
29
6AXC
C setting
30
6AXM
M setting
31
6AXY
Y setting
32
LAMP
Lamp mode setting
33
RESET
Reset
34
VKS
Trapezoid adjustment (vertical keystone)
35
HKS
Trapezoid adjustment (horizontal keystone)
36
AVOL
Volume adjustment
37
MUTE
Mute
38
BVOL
Beep sound setting
39
IMAGEFLIP
Image flip H/V control
40
PMM
Power management
41
PJON
Display screen at startup setting
42
NOSIG
Display screen when no signal setting
43
NOSHOW
Display screen when nothing shown setting
44
LOGOPOS
User image position setting
45
LANG
Language selection
46
TERMINAL
Terminal setting
47
KEYLOCK
Key lock setting
48
RCCH
Remote control setting
49
RC
Remote control emulation
50
MAIN
Front panel button operation emulation
51
GET
Obtains various information
52
RANGE
Setting range request
y
9. Command Descriptions
Descriptions of each command are provided starting from the next page.
The command descriptions have the format shown below.
Command type
Command
Alphabetic command name
Mode Control Setting Reference
Function This briefly describes the command function.
Parameters
This explains the required parameters for the command.
Parameter
types
Response
This describes the command response.
Description
This includes the command function, conditions, and notes.
Example
This provides command usage examples.
Supported command states
This defines the environments that support the command (power suppl
state, input signal state, control mode).
Power
Input
Mode
OFF ON PM
D-RGB A-RGB1 A-RGB2 Comp Video S-Video None Remote Local
× ×
××× ○○×
×
The command is enabled in states marked by “ ”. The command is
enabled in control
modes marked by
”.
” when the power supply state is enabled while power
management is in standby.
Input signal is required when “×”.
” when power supply state is ON.
” when power supply state is OFF.
10. Error List
Item
Code
TYPE
Error character string Error description
Remedy
1 0001 e BAD_SEQUENCE Communication sequence error
Wait until the response is received to send the
command.
2
0002
e
INVALID_COMMAND Command is invalid (undefined).
Send the correct command.
3 0003 e INVALID_MODE
The designated command cannot be
executed in this mode.
Switch the mode using the REMOTE or
LOCAL command.
4
0004
e
INVALID_FORMAT The command format is incorrect.
Send in the correct command format.
5
0005
e
NOT_POWER_SUPPLIED Power is not being supplied.
Use the POWER ON command to turn on the
power.
6 - i BUSY
Transition between states or processing is in
progress in the SX50.
Wait until the power supply state changes to
“ON”, “OFF”, or “PMM”.
7 000A e INVALID_PARAMETER
The parameter (type) is invalid (undefined).
This includes the case when the number of
parameters is incorrect.
Use the correct parameter(s).
8
000B
e
JOB_TIMEOUT SX50 internal processing has timed out. Resend the command.
9- w
USER_COMMAND_VERSION_IS_UPDA
TED
The user command version is being updated.
Use GET COMVER to obtain the latest user
command version.
10
F001
e
SYSTEM (UNKNOWN) An internal error occurred. Resend the command.
11 E0XX e COMMUNICATION_ERROR
A communication protocol violation occurred
in the projector.
Resend the command.
12 200X e INVALID_SOURCE (****)
This cannot be executed with the current input
source.
Change the input source.
The current input source is indicated in
parentheses.
13
2010
e
NO_SIGNAL There is no signal input.
Input the signal.
201X e INVALID_SIGNAL (****)
This cannot be executed with the current input
signal.
Change the input signal.
The current input signal is indicated in
parentheses.
14 -
i
BUSY (NOW_SETTING) Signal setting (detection) is in progress.
Wait until the processing is completed.
i
BUSY
(POWER_MANAGEMENT_READY)
Preparing to switch to power management
standby.
i
BUSY (INTERNAL_PROCESS) Heavy processing is in progress.
15
0801
0802
e
INVALID_VALUE
Numerical parameters are invalid or outside
the range.
Use the RANGE command to obtain the
parameter range, and then use a parameter
within the range.
16
1001 e TERMINAL_OUT
The input cannot be selected since the
terminal is set to output.
Use the TERMINAL command to set the
terminal to input, and then select the input
again.
1002 e NO_LOGO_CAPTURED
Processing cannot be executed since the user
image is not registered.
Register the user image.
1003
e
IP_NOT_AVAILABLE
IP conversion cannot be performed. Change to the correct input signal.
203X e INVALID_RESOLUTION (***) The input signal resolution is not correct.
Change to the correct resolution of the input
signal.
The error code is expressed as a four-digit hexadecimal character string. ‘X’ is a number from ‘0’ to ‘9’ or letter from ‘A’ to ‘F’.
Errors with the newer item numbers have higher priority. (When there is more than one error, the highest level error is returned. However, error priority is
the same within the same item number.)
11. Miscellaneou
s
Use the remote control emulation function (RC command) in Local mode for the following functions.
Function RC command parameter
No display NOSHOW
Freeze screen FREEZE
Digital zoom DZOOM_P, DZOOM_M
Presentation timer P_TIMER
Spotlight function SPOT
n
App
endix 1 Reset Item
s
All System Image Item Reset setting
Reference command
In
p
ut source switchin
g
A-RGB2 INPUT
To
gg
le button recordin
g
C1:DRGB C2:ARGB2 ------------
V :VIDEO
●●
A
RGB manual for in
p
ut si
g
nal settin
g
●●
In
p
ut si
g
nal selec
t
AUTO SEL
●●
In
p
ut si
g
nal select P
C
not selected ------------
●●
Screen settin
gs
FULL ASPECT
●●
Menu dis
p
la
y
p
ositio
n
CENTER ------------
●●
Lo
g
o included/not include
d
not included ------------
●●
Lo
g
o
p
osition
CENTER LOGOPOS
●●
Screen when nothin
g
show
n
BLACK NOSHOW
●●
No si
g
nal screen
BLUE NOSIG
●●
Screen at startu
p
CANON PJON
●●
Ima
g
e fli
p
H/V
NONE IMAGEFLIP
●●
Ima
g
e mode
STANDARD IMAGE
STANDARD PRESEN CINEMA SRGB
●●●
Bri
g
htness
0
000
BRI
●●●
Contras
t
00
0
0
CONT
●●●
Shar
p
ness
0
0
0
0
SHARP
●●●
Gamma
0
0
0
0
GAMMA
●●●
D
y
namic
g
amma
0
0
0
0
DGAMMA
●●●
Screen color correction
NORMAL
NORMAL
NORMAL
NORMAL
WB
●●●
Screen color correction va
0, 0, 0
0, 0, 0
0, 0, 0
0, 0, 0
WBRGB
●●●
A
dvanced color ad
j
ustme
NOCORRECT
NOCORRECT
NOCORRECT
NOCORRECT
ACADJUST
●●●
6-axis color ad
j
ust valu
e
0, 0
0, 0
0, 0
0, 0
6AXRY
●●●
Lam
p
mode
NORMAL
NORMAL
SILENT
NORMAL
LAMP
●●●
Color saturation
0
0
0
0
SAT
●●●
Color balance
0
0 0
0
HUE
●●●
Pro
g
ressive
1111
PROG
●●
Terminal settin
g
IN TERMINAL
●●
Power mana
g
emen
t
OFF PMM
●●
Bee
p
1 BVOL
●●
Ke
y
loc
k
OFF KEYLOCK
Password on/of
f
OFF ------------
Password tex
t
none ------------
Remote control
CH1 RCCH
Lan
g
ua
ge
ENG LANG
Menu cate
g
or
y
ite
m
not selected ------------
Last s
p
otli
g
h
t
circle(large) ------------
S
p
otli
g
ht OSD
p
osition
Initial position ------------
Volume
10 AVOL
Ke
y
ston
e
0,0 (HKS,VKS) HKS, VKS
P-Timer
0 ------------
Mute
OFF MUTE
Lam
p
read
y
indicator off fla
g
off ------------
e
e
Commands
REMOTE Mode
Control
Setting
R
eferenc
Function
Switch to Remote mode
Parameter
None
Response
An “i:OK” is returned after switching to the mode is successful.
Description
This switches to Remote mode.
(1)
During Remote mode, all buttons are disabled except for the front panel and remote control POWER button.
(2)
In Local mode, this command can be used in any projector state.
(3)
If a REMOTE command is received for switching to Remote mode while power management is in standby, th
Power On (lamp on) state is activated unconditionally.
(4)
Except for RC and MAIN, the control commands can be used in Remote mode only.
(RC and MAIN can be used in Local mode only.)
(5)
The following projector modes and settings are all canceled when this command is executed.
• Digital zoom
• Presentation timer display
• Spotlight display
• Screen temporary off (NoShow)
• Freeze image (Freeze)
• Commands being executed
(6)
The current mode can be viewed with the GET command.
Example
Mode switching
> REMOTE
< i:OK
Mode viewing
> GET MODE or ?MODE
< g:MODE=LOCAL
*Commands are indicated by “>”, and responses are indicated by “<”.
Supported Command States
Power supply
Input
Mode
OFF ON PM
D-RGB A-RGB1
A-RGB2 Comp
Video
S-Video None Remote Local
○○○
○○○
e
Commands
LOCAL Mode
Control
Setting
R
eferenc
Function
Switch to Local mode
Parameter
None
Response
An “i:OK” is returned after switching to the mode is successful.
Description
This switches to Local mode.
(1)
Only the following commands can be used during Local mode.
•REMOTE
•LOCAL
•RC
•MAIN
•GET MODE
(2)
This command can be used in any projector state.
(3)
The current mode can be viewed with the GET command.
Example
Mode switching
> LOCAL
< i:OK
Mode viewing
> GET MODE or ?MODE
< g:MODE=LOCAL
*Commands are indicated by “>”, and responses are indicated by “<”.
Supported Command States
Power supply
Input
Mode
OFF ON PM
D-RGB A-RGB1 A-RGB2 Comp Video S-Video None Remote Local
○○○
○○○○○○○○○
e
Commands
POWER Mode
Control
Setting
Referenc
Function
This controls the power supply.
Parameter
ID
Parameter Meaning
ON Power ON
OFF Power OFF
The RANGE command can be used to obtain the parameters that can be set at that time.
Response
An “i:OK” is returned after setting is successful.
Description
This performs ON/OFF control of the power supply.
(1)
This command is identical to pressing the POWER button on the remote control or main unit.
(2)
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).
(3)
The table below shows the POWER command responses according to the power supply state.
POWER Command Responses by Power Supply State
Command
POWER ON POWER OFF
Status
Off
○○
Off→lit
○○
Lamp on
○○
Lit→off
△○
Lit→standby
○○
Standby
○: i:OK
Standby→lit
○○
△: i:BUSY
(4)
The current mode can be viewed with the GET command.
Example
Control
>
POWER ON
<
i:OK
Reference
> GET POWER or ?POWER
< g:POWER=OFF
Obtain settable parameters
> RANGE POWER
< r:POWER=I,ON,OFF
*Commands are indicated by “>”, and responses are indicated by “<”.
Supported Command States
Parameter Power supply
Input Mode
OFF ON PM
D-RGB A-RGB1
A-RGB2 Comp
Video
S-Video None Remote
Local
ON
○○○
○○○ ×
OFF
○○○
○○
○○○ ×
When the power supply state is in the process of switching, an “i:BUSY” reply may be sent.
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66

Canon REALiS LCOS SX50 Owner's manual

Category
Data projectors
Type
Owner's manual

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI