Controlling the projector using a personal computer
This projector can be controlled by connecting a personal computer with RS-232C terminal.
In addition, by connecting multiple projectors to each other in a daisy chain configuration, you can control each
projector from one personal computer.
PC-controllable functions:
• Turning the power ON or OFF
• Changing input signals
• Inputting commands by pressing the buttons on the control panel and remote control
• Menu setting
[Compatibility with the former models]
To use the RS-232C commands designed for the form er mode ls of Mitsubishi proje ctor, by input t ing
“00COMMAND0”, the projector responds in the same way as the former models. (No NAK is returned. ID code
cannot be designated at command sending.)
(For the recommended procedure to use the former command systems, see “Controlling the projector using a
personal computer” for FL7000U.)
ITEM
Changing the RS-232C
command system
CharacterASCII code
COMMAND
Function
43h 4Fh 4Dh 4Dh 41h 4Eh 44h
0 (Former command system), 1 (New
command system)
Data
Connection
Important:
• Make sure that your computer and projector are turned off before connection.
• Boot up the computer rst, and then plug the power cord of the projector.
(If you do not follow this instruction, the Com port may not function.)
• To use a daisy chain conguration, make sure to use Mitsubishi projectors supporting RS-232C communication. If
the projectors or other devices made by other manufacturers are connected, operation is not guaranteed.
To connect with one projector:
To connect with multiple projectors (in a daisy chain configuration):
1
• Example of ID setting (When Group A, which performs multi-projection with two projectors, and Group B, which
Projector 1
PROJECTOR ID : 01
GROUP ID : A
Multi-projection Group A
Projector 2
PROJECTOR ID : 02
GROUP ID : A
Projector 3
PROJECTOR ID : 03
GROUP ID : B
Multi-projection Group B
Projector 4
PROJECTOR ID : 04
GROUP ID : B
Projector 5
PROJECTOR ID : 05
GROUP ID : B
performs multi-projection with three projectors, are connected.)
You can assign the ID code to the control command.
• When the command having the PROJECTOR ID is sent, only the projector having the corresponding ID returns the
response.
(When the PROJECTOR ID is set to ALL on the projector, the projector responds to all the PROJECTOR ID
numbers assigned to the commands.)
• When the command having the GROUP ID is sent, all the projectors having the corresponding ID return the
response.
• When the command having no ID code is sent, all the projectors return response.
When the projectors are connected in a daisy chain conguration, you are recommended to set the PROJECTOR ID
to other than “ALL” and assign the PROJECTOR ID differently for each projector to communicate with each projector
individually. Refer to the operation manual of the projector for setting the PROJECTOR ID.
When you use a daisy chain conguration, set the STANDBY MODE to “STANDARD.” Refer to the operation manual
of the projector for setting the STANDBY MODE.
Important:
• Adapters may be necessary depending on the PC connected to this projector. Contact your dealer for details.
1. Interface
1.1 Pin assignment of SERIAL IN and SERIAL OUT terminals (D-SUB 9-pin)
This projector uses RXD, TXD and GND lines for RS-232C control.
For RS-232C cable, the supplied cable (crossover cable) should be used.
2
2. Control command configuration
Computer
Projector 1
1
3
Projector 2
2
3
4
5
6
5
6
6
The command consists of the address code, ID code, function code, data code, ACK/NAK, and end code. The length
of the command varies among the functions.
ASCII code‘30h’ ‘30h’‘30Bh’ ID ‘30Bh’FunctionData‘3Ah’ ‘4Eh’‘0Dh’
Character00;ID;FunctionData:N
[Address code] Fixed to 00. (‘30h’ ‘30h’ in the ASCII code)
[ID code] Code specifying the projector to be controlled (For ID, specify either the PROJETOR ID (00 to
63) or GROUP ID (0A to 0Z). When the code is not specied, all the connected projectors are
controlled.)
[Function code] Code unique to each control operation.
[Data code] Data (value) unique to each control operation (Not always indicated.)
[ACK/NAK] Code indicating the NAK return as described below
Fixed to :N (‘3Ah’ ‘3Eh’ in the ASCII code. Not added to ACK.)
[End code] Fixed to . (‘0Dh’ in the ASCII cade)
3. Control sequence
[Example] When the personal computer and two projectors are daisy-chained:
SequenceNote
Send the command from the
1
personal computer to the projector.
The command input from the
SERIAL IN terminal is sent to the
2
projector connected to the SERIAL
OUT terminal.
After receiving the end code, the
projector sends the return command
to the device connected to the
SERIAL IN terminal.
3
The return command input from the
SERIAL OUT terminal is sent to the
4
device connected to the SERIAL IN
terminal.
The personal computer checks the
5
command and confirms if the sent
command has been received or not.
Use the check command to see
if the projector has executed the
6
command.
If the projector does not receive commands
normally, that is, if the projector is not connected
physically or unable to receive commands, it does
not send out a return command.
In addition, when the ID code of the command is not
corresponded to that of the projector, the projector
doesn’t send a return command.
The projector sends out a return command within
one second at the latest.
When the received command cannot be executed,
NAK is returned (as described below).
The personal computer receives the commands as
many as the number of the projectors that send the
returned commands. However, the receiving order
of the returned commands may vary depending
on the projector status.
This projector sends various codes other than the
return code. When having a control sequence by
RS-232C, reject other codes from the personal
computer.
• NAK return
In the following cases, the projector returns the command with “:N” added.
(1) Though the command sent from the computer is received by the projector successfully, it cannot be
executed because the projector is in the operation prohibition state.
(2) The data length of the sent command is incorrect or the command is invalid.
(3) The ID assigned to the command is out of the valid range (other than 00 to 63 or 0A to 0Z).
(4) The signal length of the command is 48 bytes or longer.
• When a command is sent out during the following operations, it may not be executed.
(1) During signal switching
(2) In the process of the auto position
(3) After the power is turned on.
After the power is turned on, no command is received until the image is displayed. (Usually, it takes about
20 seconds. However, when the lamp illumination takes time, more time will be required accordingly.) In
this case, the projector returns the received command with NAK added.
• The return command is sent out within 1 second at the latest.
• When sending commands successively, wait to receive the return command of the current command before
sending a next command.
3
• The projector may not receive a command when the splash screen is being displayed immediately after
turning on the power. Use command “00r10” to cancel the splash screen.
• While using the LAN terminals, the LAN functions take precedence.
• For the LAN terminals, the same commands as those for connecting with the TCP/IP (port number 63007) are
available. Note, however, that the response becomes slightly slower than when using the RS-232C terminals.
For the use of LAN terminals, see page 17.
[Example 1] Turning ON the power. (Values enclosed in quotation marks are ASCII codes.):
• When ID is not specied:
Command sent from the PC
‘30’ ‘30’ ‘21’ ‘0D’
00!
‘30’ ‘30’ ‘21’ ‘0D’
00!
Status code returned
from the projector
Description
Command for POWER ON
(ID command is omitted.)
Command receipt confirmation
(The statuses are echoed back as
many as the number of the connected
projectors.)
• When ID is specied (when the command is sent to the projector with the ID of “01” or “ALL”):
Command sent from the PC
‘30’ ‘30’ ‘3B’ ‘30’ ‘31’ ‘3B’ ‘21’ ‘0D’
00;01;!
‘
30’ ‘ 30’ ‘3B’ ‘30’ ‘31’ ‘3B’ ‘21’ ‘0D’
00;01;!
Status code returned
from the projector
Description
Command for POWER ON is sent to
the projector with the ID of “01” or
“ALL.”
The projector with the ID of “01”
or “ALL” receives the command.
(The status is echoed back from the
projector with the ID of “01” or “ALL.”)
[Example 2] Selecting VIDEO as the input signal during auto positioning (Values enclosed in quotation marks are
ASCII codes.):
• When ID is not specied:
Command sent from the PC
30’ ‘30’ ‘5F’ ‘76’ ‘31’ ‘0D’
00_v1
‘
30’ ‘30’ ‘5F’ ‘76’ ‘31’ ‘3A ’‘4E’ ‘0D’
00_v1:N
Status code returned
from the projector
Description
(During auto positioning)
Command for selecting VIDEO as the
input signal is sent out.
The command is received by the
projector but cannot be executed.
(NAK return)
• When ID is specied (when the command is sent to the projector with the ID of “01” or “ALL”):
Command sent from the PC
‘30’ ‘30’ ‘3B’ ‘30’ ‘31’ ‘3B’ ‘5F’ ‘76’ ‘31’
‘0D’
00;01;_v1
‘30’ ‘30’ ‘3B’ ‘30’ ‘31’ ‘3B’ ‘5F’ ‘76’ ‘31’
‘3A’ ‘4E’ ‘0D’
00;01;_v1:N
Status code returned
from the projector
Description
(During auto positioning)
Command for selecting VIDEO as the
input signal is sent to the projector
with the ID of “01” or “ALL.”
The projector with the ID of “01” or
“ALL” receives the command, but
cannot execute it.
(NAK return)
• The owchart on the next page shows the recommended operating sequence for your reference to create a
program.
4
Projector error
Send out “00vER” to check error details.
Recover from error state.
0–3
To normal operation
4
Enter password.
Send out “00PASS****.”
Projector is functioning.
Use “00FNCOFF” to cancel the current function.
65
Sending “00vST”
Checking response to “00vST”
[Method of checking state of projector]
Sending out command
Awaiting response
from projector
Checking execution of
command (sending out
check command)
OK
NG
No response for
1 second or longer
END
NAK returned
Command is sent successfully.
Command execution fails.
Command is sent successfully.
Command is executed successfully.
Command sending fails.
No NAK returned
[RS-232C control flowchart]
START
Check the following.
•
The ID code is out of the valid range.
• Check that the function code is
correct.
• Check that the data code is correct.
• Check that the projector is able to
issue the return command.
→ Check the projector’s operation
using the 00vST command.
Note: In the following cases, NAK is
returned even when the
projector is in normal condition.
•
Immediately after the power is
turned on (about 20 seconds to 2
minutes)
• During input switching
• During auto positioning
• During password lock
Check the following.
• Check that the command begins
with “00”.
• The projector is not supplied with
AC power.
→ Check that AC power cord is
connected.
→ Turn on the power. (Turn on the
circuit breaker or main switch.)
• Not connected with the projector.
→ Check that the RS-232C cable is
connected.
→ Check the RS-232C cable for
electrical discontinuity.
• There is no projector with the
specified ID in the daisy chain
configuration.
→ Check that the ID is correct.
→ Check whether that there is a
projector of which power (AC) is
turned off in the daisy chain
configuration.
5
4. Command list
4.1 Operation commands
The operation commands are used for the basic operation setting of this projector. They may not be executed
while the signals are changed. The operation commands have no data codes. (When the commands for input
select are sent while the splash screen is being displayed, the splash screen is only canceled.)
!
"
_r1
_r2
_d1
_d2
_v1
_v2
Function
ASCII code
21h
22h
5Fh 72h 31h
5Fh 72h 32h
5Fh 64h 31h
5Fh 64h 32h
5Fh 76h 31h
5Fh 76h 32h
This command is invalid for 2 minutes after the power is turned off.
This command is invalid for 1 minute after the power is turned on.
This command is not received during stand-by, BLANK, and input switch control with
the contact control.
This command is not received during stand-by, BLANK, and input switch control with
the contact control.
This command is not received during stand-by, BLANK, and input switch control with
the contact control.
This command is not received during stand-by, BLANK, and input switch control with
the contact control.
This command is not received during stand-by, BLANK, and input switch control with
the contact control.
This command is not received during stand-by, BLANK, and input switch control with
the contact control.
Status code returned
from the projector
‘30’ ‘30’ ‘5F’ ‘72’ ‘31’ ‘0D’
00_r1
Note
Description
Command for setting the input signal
to COMPUTER 1 (ID command is
omitted.)
Command receipt confirmation
(The statuses are echoed back as
many as the number of the connected
projectors.)
ITEM
POWER ON
POWER OFF
INPUT COMPUTER 1
INPUT COMPUTER 2
INPUT HDMI
INPUT DVI
INPUT VIDEO
INPUT S-VIDEO
Character
[Example] When setting the input signal to COMPUTER 1. (Values enclosed in quotation marks are ASCII
codes.):
• When ID is not specied:
Command sent from the PC, etc.
‘30’ ‘30’ ‘5F’ ‘72’ ‘31’ ‘0D’
00_r1
• When ID is specied (when the command is sent to the projector with the ID of “01” or “ALL”):
Command sent from the PC, etc.
‘30’ ‘30’ ‘3B’ ‘30’ ‘31’ ‘3B’ ‘5F’ ‘72’
‘31’ ‘0D’ 00;01;_r1
‘30’ ‘30’ ‘3B’ ‘30’ ‘31’ ‘3B’ ‘5F’ ‘72’
‘31’ ‘0D’
00;01;_r1
Status code returned
from the projector
Description
Command for setting the input
signal to COMPUTER 1 is sent to the
projector with the ID of “01” or “ALL.”
The projector with the ID of “01”
or “ALL” receives the command.
(The status is echoed back from the
projector with the ID of “01” or “ALL.”)
4.2 Reading command diagram
The projectors operating status, such as POWER-ON/OFF and the currently selected input terminal, etc. can be monitored.
ITEM
POWER ONvP176h 50h31h
POWER OFFvP076h 50h30h
INPUT COMPUTER 1vIr176h 49h72h 31h
INPUT COMPUTER 2 vIr276h 49h72h 32h
INPUT HDMIvId176h 49h64h 31h
INPUT DVIvId276h 49h64h 32h
INPUT VIDEOvIv176h 49h76h 31h
INPUT S-VIDEO vIv276h 49h76h 32h
POWER ON/OFF IMPOSSIBLEvPK076h 50h 4Bh30h
POWER ON/OFF POSSIBLEvPK176h 50h 4Bh31h
NO SIGNAL SUPPLIEDvSM076h 53h 4Dh30h
SIGNAL SUPPLIEDvSM176h 53h 4Dh31h
CharacterASCII code
FunctionData (Receive)FunctionData (Receive)
6
Loading...
+ 11 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.