JVC DLA-M2000SC User Manual

TM
D-ILA
PROJECTOR
DLA-G3010
DLA-G3010DLA-G3010 DLA-M2000
DLA-M2000DLA-M2000
series
seriesseries series
seriesseries
RS-232C CONTROL SPECIFICATIONS
Victor Company of Japan, Limited
* D-ILA is a trademark of Victor Company of Japan, Limited.
Document Number CTGKE-0013
1. Outline ..........................................................................................................................2
2. Communication Format.................................................................................................. 2
3. Data Format ..................................................................................................................2
4. Header ..........................................................................................................................4
5. ID.................................................................................................................................. 4
6. CR ................................................................................................................................5
7. Parameters....................................................................................................................5
8. Tally (Response) Data ................................................................................................... 9
9. Internal Errors ............................................................................................................. 10
10 Projector Operation Modes .......................................................................................... 12
11. Source ........................................................................................................................ 13
12. Commands.................................................................................................................. 14
13. Appendix .....................................................................................................................55
CONTENTS
1
1.
1.
1.1.
This document describes the communication and data formats used to control the projector via its RS-232C port.
2.
2.
2.2.
Transfer Rate : 9600, 19200(default) bps Data Length : 8 bits Parity Bit : None Start Bit : 1 bit
3.
3.
3.3.
3.1
Header ID SP Command SP Parameter SP Parameter SP ・・ CR
Header : Indicates the beginning of data and data type ‘!’(21H) Command for the Projector ‘?’(3FH) Query to the Projector (Request for data)
ID Identification number of Projector
SP Indicates the separation between ID and command, command and parameter,
CR : Indicates the end of data(0DH)
3.2
3.2.1 Tally (Response) Data when Terminated Normally
Header ID SP Normal Termination Status SP Parameter SP Parameter ・・ CR
Header : Indicates the beginning of tally (response) data ‘@’(40H)
ID Identification number of the Projector
SP Indicates the separation between ID and status, status and parameter,
Normal Termination : ‘0’(30H) Status
CR Indicates the end of data(0DH)
* Parameter is sent when tally (response) data is issued in response to a query (request for data.) There is
OUTLINE
COMMUNICATION FORMAT
Flow Control : None
DATA FORMAT
Command Data Format (External Control to Projector)
parameter and parameter(20H)
Tally (Response) Data Format (Projector to External Control)
parameter and parameter(20H)
2
no parameter for tally (response) data in response to a command.
3.2.2 Tally Data when Error Occurs
Header ID SP Error Status CR
Header : Indicates the beginning of the tally (response) data ‘@’(40H)
ID Identification number of Projector
SP Indicates the separation between ID and Status(20H)
Error : ‘A00’ (41H 30H 30H) Status ‘A01’ (41H 30H 31H)
‘A02’ (41H 30H 32H) ‘A03’ (41H 30H 33H) ‘A04’ (41H 30H 34H) ‘A05’ (41H 30H 35H) ‘A0A’ (41H 30H 41H) ‘A0B’ (41H 30H 42H)
CR : Indicates the end of the data(0DH)
*For details on error status, refer to 8. Tally (Response) Data.
Internal Error Data Format (Projector to External Control)
3.3
Header ID SP Internal Error Status SP Parameter SP Parameter SP ・・ CR
Header Indicates the beginning of the internal error data ‘&’(26H)
ID Identification of Projector
SP Indicates the separation between ID and status, status and parameter,
parameter and parameter(20H)
Internal Error : ‘E01’ (45H 30H 31H) Status ‘E02’ (45H 30H 32H)
‘E03’ (45H 30H 33H) ‘E04’ (45H 30H 34H) ‘E06’ (45H 30H 36H) ‘E07’ (45H 30H 37H) ‘E08’ (45H 30H 38H) ‘E09’ (45H 30H 39H) ‘E0B’ (45H 30H 42H) ‘E0C’ (45H 30H 43H) ‘E11’ (45H 31H 31H) ‘E12’ (45H 31H 32H) ‘E20’ (45H 32H 30H)
CR Indicates the end of the data(0DH)
* For details on internal error status, refer to 9. Internal Errors.
3
4.
4.
4.4.
Indicates the beginning and type of communication data.
4.1
4.2
HEADER
External Control to Projector
Character HEX Definition
‘!’ 21 Command to the Projector
‘?’ 3F Query (request for information) to the Projector
Projector to External Control
Character HEX Definition
‘@’ 40 Tally (Response) data
5. ID
Numeric characters are used to identify an individual Projector when two or more Projector units are
connected to a single control machine.
Setting separate identification numbers for each Projector allows independent control of each
Projector unit.
# Assignable ID numbers ‘0’(30H) ‘8’ (38H) ‘1’(31H) ‘9’ (39H) ‘2’(32H) ‘A’ (41H) ‘3’(33H) ‘B’ (42H) ‘4’(34H) ‘C’ (43H) ‘5’(35H) ‘D’ (44H) ‘6’(36H) ‘E’ (45H) ‘7’(37H) ‘F’ (46H)
* Factory set ID is ‘1’ (31H).
ID number ‘0’ (30H) should be used when assigning all connected Projector units for batch operations. This means that when assigning independent ID numbers to multiple units, 15 of the 16 assignable numbers (from ‘1’ through ‘F’) can actually be used for registration.
Please note that tally (response) data is not returned from the projector when the global ID assignment function (0) is used.
‘&’ 26 Internal error data
4
6. CR
Indicates the end of each set of data. (0DH)
7. PARAMETERS
There are three types of parameters:
1.Indicates the numeric value.
2.Indicates the ON/OFF status.
3.Special parameter.
7.1 Numeric Value Parameter
Signed 2-byte hexadecimal code represented by 4 (byte) characters. Assignable range is between ‘8000’ and ‘7FFF’.
Ex-1) The parameter indicating ‘20’ (decimal):
Since ‘20’ (decimal) is represented as ‘0014’ in signed 2-byte hexadecimal, its parameter is:
‘0014’(30H 30H 31H 34H)
Ex-2) The parameter to indicate ‘-2’ (decimal):
Since ‘-2’ (decimal) is represented as ‘FFFE’ in signed 2-byte hexadecimal, its parameter is:
‘FFFE’(46H 46H 46H 45H)
ON/OFF Status Parameter
7.2
Indicates the ON/OFF status of items such as POWER or HIDE.
Character HEX Definition
‘0’ 30 OFF
‘1’ 31 ON
5
Special Parameters
7.3
Parameters other than those described in 7.1 to 7.2.
7.3.1 Menu Display Auto OFF Parameter
Character HEX Definition
‘0’ 30 NO
‘1’ 31 YES
7.3.2 Transfer Rate Parameter
Character HEX Definition
‘0’ 30 9600bps
‘1’ 31 19200bps
7.3.3 Decoder Parameter
Character HEX Definition
‘0’ 30 NTSC
‘1’ 31 NTSC4.43
‘2’ 32 PAL
‘3’ 33 SECAM
‘4’ 34 AUTO
7.3.4 Color Temperature Parameter
Character HEX Definition
‘0’ 30 LOW
‘1’ 31 MIDDLE
‘2’ 32 HIGH
7.3.5 Input Select Parameter
Character HEX Definition
‘0’ 30
‘1’ 31 VIDEO
‘3’ 33 D-SUB
‘4’ 34 BNC
YC
6
7.3.6 Projector Operation Mode Parameter
Character HEX Definition
7.3.7 Text Mode Parameter
7.3.8 Aspect Parameter
‘0000’ 30H 30H 30H 30H S t a n d by M o d e
‘0001’ 30H 30H 30H 31H P o w er O N M od e
‘0002’ 30H 30H 30H 32H C oo l - D o wn M o d e
‘0004’ 30H 30H 30H 34H Em er ge n cy M o d e
Character HEX Definition
‘0’ 30 Text 1
‘1’ 31 Text 2
‘2’ 32 Text 3
‘3’ 33 Text 4
‘4’ 34 Text 5
Character HEX Definition
7.3.9 Resize Parameter
‘0’ 30
‘1’ 31
Character HEX Definition
‘0’ 30
‘1’ 31 Full
‘2’ 32 Aspect
43
169
11
7
7.3.10 ID Parameter
Character HEX Definition
‘0’ 30 ID 0(global command for all projectors)
‘1’ 31 ID 1
‘2’ 32 ID 2
‘3’ 33 ID 3
‘4’ 34 ID 4
‘5’ 35 ID 5
‘6’ 36 ID 6
‘7’ 37 ID 7
‘8’ 38 ID 8
‘9’ 39 ID 9
‘A’ 41 ID 10
‘B’ 42 ID 11
7.3.11 Switcher Number Parameter
‘C’ 43 ID 12
‘D’ 44 ID 13
‘E’ 45 ID 14
‘F’ 46 ID 15
Character HEX Definition
‘ 00 01 ’ 30H 30H 30H 31H Switcher No.1
‘ 00 02 ’ 30H 30H 30H 32H
‘ 00 03 ’ 30H 30H 30H 33H
‘ 00 04 ’ 30H 30H 30H 34H
‘ 00 05 ’ 30H 30H 30H 35H
‘ 00 06 ’ 30H 30H 30H 36H
Switcher No.2
Switcher No.3
Switcher No.4
Switcher No.5
Switcher No.6
‘ 00 07 ’ 30H 30H 30H 37H
‘ 00 08 ’ 30H 30H 30H 38H
‘ 00 09 ’ 30H 30H 30H 39H
‘000A’ 30H 30H 30H 41H
8
Switcher No.7
Switcher No.8
Switcher No.9
Switcher No.10
8. TALLY(RESPONSE)DATA
The Projector will only accept and process data when the ID number included with the ID-number registered matches the Projector’s ID, it will return a response to the query from the external control unit. This response data is called "Tally (Response) Data". (However, when ID = ‘0’, tally (response) data is not replied.)
The Tally (Response) Data is normally returned within 3 seconds after the data is received. There are some exceptions, however (e.g. POWER command)
After transmitting data, the external control unit cannot transmit subsequent data until the Tally (Response) Data is received. However, if Tally (Response) Data is not returned within 3 seconds after transmitting the data (there are some exceptions such as the POWER command), data transmission can be retried.
8.1 Tally (Response) Data Status
8.1.1 Normal Termination Status
Character HEX Definition
to the Projector itself. (Except when ID = ‘0’) If the received ID-number
the data coincides with
‘0’ 30 Command received and processing terminated
8.1.2 Status when Error Occurs (Error Status)
Character HEX Definition
‘A00’
‘A01’
‘A02’
‘A03’
‘A04’
‘A05’
‘A0A’
‘A0B’
8.2 Tally (Response) Data Parameter The Tally (Response) Data Parameter is returned when the Tally (Response) Data is issued in response to a query (request for data). No parameter is returned when Tally (Response) Data issued in response to a command or when an error occurs.
41H 30H 30H
41H 30H 31H
41H 30H 32H
41H 30H 33H
41H 30H 34H
41H 30H 35H
41H 30H 41H
41H 30H 42H
Command not supported
Invalid parameter
Parameter value exceeds operation range
Unclassified error
Unacceptable command in current mode
or Unacceptable command with current setting
Command cannot be accepted if no signal.
Time-out occurred with the communication with sub microcomputer
Error occurred with the communication with sub microcomputer
9
9. INTERNAL ERRORS
Error data is returned to the external control unit when an error has occurred.
9.1 Internal Error Data Status (Internal Error Status)
Character HEX Definition
‘E01’
‘E02’
‘E03’
‘E04’
‘E06’
‘E07’
‘E08’ 45H 30H 38H I nt ern a l te m pe r atu re i s too hig h .
‘E09’ 45H 30H 39H Temperature around air intake is going up abnormally.
‘E0B’ 45H 30H 42H Error occurred with the initialization of decoder.
‘E0C’ 45H 30H 43H Initialization of Video Sources (Areas) data was failed.
‘E11’ 45H 31H 31H Sub microcomputer is not boost up correctly.
45H 30H 31H
45H 30H 32H
45H 30H 33H
45H 30H 34H
45H 30H 36H
45H 30H 37H
Lamp did not light
Lamp life exceeds guaranteed time
IIC ACK error occurs
Filter cover on the bottom of the unit is displaced
Lamp suddenly goes out (Lamp Shut Down) while projecting (in Power ON mode)
Fan is locked
‘E12’ 45H 31H 32H Initialization of DDIC/DDCTRL was failed.
‘E20’ 45H 32H 30H Sleep time function works and lamp was lit off.
9.2 Internal Error Data Parameters
There are two parameters for Internal Error Data.
Header ID SP Internal Error Status SP Parameter 1 SP Parameter 2 CR
Each parameter shows the slave address (Parameter 1) and Sub-Address (Parameter 2) when an IIC ACK error (Error status: ‘E03’) occurs. The parameter type is "numeric value".
* Two parameters are also returned when an internal errors other than IIC ACK errors occur.
In this case, however, the parameter’s numeric value has no meaning.
Ex) Internal error data when IIC ACK error occurs with Slave address ‘A0H’ and Sub-address of
‘1F20H’:
ID SP ‘E03’ SP ‘00A0’ SP ‘1F20’ CR
‘&’
10
9.3 Internal Error Data Reply Timing
When returning data, the Projector checks for internal error data. If such data exists, the internal error data is returned before the tally (response) data is transmitted. occurs, the Projector retains the internal error data, returning it in order of precedence a request for tally (response) data is received. Once transmitted, internal error data is deleted from the Projector.
That is, if an internal error
11
10. PROJECTOR OPERATION MODES
This section describes the Projector’s four basic operation modes.
10.1 Standby Mode The Projector enters this mode when it is plugged into an AC outlet and the MAIN POWER switch is turned ON. The lamp does not light and the fans do not operate.
10.2 Power ON Mode This mode is engaged when the POWER ON command is received and processed normally in the Standby mode. The lamp is lighted and the fans start rotating. Images can be projected in this mode.
10.3 Cool-Down Mode This mode is engaged when the POWER OFF command is received and processed normally in the Power ON mode. The lamp goes out and the fans are rotated continuously to cool down the lamp. To avoid the lamp is lighted again in short time, the POWER ON command is not accepted during this mode. The DLA-G3010 series, the Cool-Down Mode time is approximate 90 seconds. The lamp goes out and the fans are rotated continuously during this mode to cool down the lamp. The DLA-M2000 series, the Cool-Down Mode time is approximate 120 seconds. The lamp goes out and the fans are rotated continuously during this mode to cool down the lamp. After the mentioned time lapse, the unit automatically enters the Standby mode.
10.4 Emergency Mode This mode is engaged when the projector malfunctions or is improperly operated. The lamp and the fans are shut down and the MAIN POWER switch is turned OFF. Non-operation status continues until the reset function is activated.
Switch ON the projector’s MAIN POWER
After 90 sec. Lamp cool-down (DLA-G3010 Series) After 120 sec. Lamp cool-down (DLA-M2000 Series)
POWER OFF
Standby Mode
Sleep Time
Cool Down Mode Power ON Mode
Lamp not lit
Lamp shut down
Filter cover Filter cover Fan lock
Emergency Mode Internal temp. abnormal
Fan lock
External temp. abnormal Lamp shut down
* Note that the acceptance/non-acceptance condition of a command differs depending on the operation mode.
12
11. SOURCE
The input signals to projectors can be Computer Sources and Video Sources. Although the specific signal names are not given to Computer Sources , these can be specified with the combination of Frequency and Resolution. Video Sources are as follows:
NTSC(480i) PAL/SECAM NTSC(480p) PAL(625p) DTV(720p) HDTV(1035i) HDTV(1080i)
11.1 Sources (Areas) and Source Numbers
When inputs via a composite / S-VIDEO/RGB
Source Source No. Source No. Source Source No. Source No.
(Character) (HEX) (Character) (HEX)
NTSC(480i) ‘00’ 30H 30H NTSC(480i) ‘80’ 38H 30H
When inputs via a YPbPr
PAL / SECAM ‘02’ 30H 32H PAL / SECAM ‘82’ 38H 32H
NTSC(480p) ‘04’ 30H 34H NTSC(480p) ‘84’ 38H 34H
PAL(625p) ‘05’ 30H 35H PAL(625p) ‘85’ 38H 35H
DTV(720p) ‘06’ 30H 36H DTV(720p) ‘86’ 38H 36H
HDTV(1035i) ‘07’ 30H 37H HDTV(1035i) ‘87’ 38H 37H
HDTV(1080i) ‘08’ 30H 38H HDTV(1080i) ‘88’ 38H 38H
Computer Sources
No Signal ‘FF’ 46H 46H
RGB signals or YPbPr signal is fed to BNC input terminal , the different Source No is given even if the same type of Source.
Note that the acceptance / non-acceptance of a command is differ depending on the Source
(Area) actually registered on the Projector.
‘F0’ 46H 30H No Signal ‘FF’ 46H 46H
13
12. COMMANDS
This section describes the commands that can be used with the Projector.
In the Communication Examples, the ID number registered on the Projector is represented as ‘1’ (31H).
This is the default setting.
"CTLR" refers to transmissions from the external control unit and "DLA" refers to transmissions (Tally
(Response) Data) from the Projector.
"Reply Time" refers to the maximum time required between command reception and return of Tally
(Response) Data. In other words, it refers to the maximum time that the external control unit must wait for the Tally (Response) Data.
For details on the different parameters, refer to 7. Parameters.
Acceptance or non-acceptance of a command in each operation mode is indicated by "O" (accept) or
"X" (does not accept).
14
12.1 HIDE :’U00’(55H 30H 30H)
Definition Controls video signal muting
Command ’U00’(55H 30H 30H) Parameter type :ON/OFF Reply time :3seconds Conditions
Operation mode
X O X X
Communication Examples
#
To turn HIDE ON
CTLR ‘!’ ‘1’ SP ‘U00’ SP ‘1’ CR DLA ‘@’ ‘1’ SP ‘0’ CR
When requesting current HIDE status (if HIDE status is ON)
CTLR ‘?’ ‘1’ SP ‘U00’ CR DLA ‘@’ ‘1’ SP ‘0’ SP ‘1’ CR
When trying to change HIDE status in emergency mode (turn ON)
CTLR ‘!’ ‘1’ SP ‘U00’ SP ‘1’ CR DLA ‘@’ ‘1’ SP ‘A04’ CR
Standby mode Power ON mode Cool-down mode Emergency mode
15
12.2 Horizontal Position :’U02’(55H 30H 32H)
Definition Adjusts the horizontal position
Command ‘U02’(55H 30H 32H) Parameter type Numeric, Reply time :3seconds Conditions Except when there is no Source (Area) signal
Operation mode
Standby mode Power ON mode Cool-down mode Emergency mode
X O X X
Communication Examples
#
When specifying "30" (decimal) as the horizontal position
CTLR ‘!’ ‘1’ SP ‘U02’ SP ‘001E’ CR DLA ‘@’ ‘1’ SP ‘0’ CR
When requesting current horizontal position data (if horizontal position is set to "-1")
CTLR ‘?’ ‘1’ SP ‘U02’ CR DLA ‘@’ ‘1’ SP ‘0’ SP ‘FFFF’ CR
When specifying the horizontal position, but the Source (Area) has no signal input
CTLR ‘!’ ‘1’ SP ‘U02’ SP ‘001E’ CR DLA ‘@’ ‘1’ SP ‘A05’ CR
16
12.3 Vertical Position :’U03’(55H 30H 33H)
Definition Adjusts the vertical position
Command ‘U03’(55H 30H 33H) Parameter type Numeric, Reply time :3seconds Conditions Except when there is no Source (Area) signal
Operation mode
Standby mode Power ON mode Cool-down mode Emergency mode
X O X X
Communication Examples
#
When specifying "5" (decimal) as the vertical position
CTLR ‘!’ ‘1’ SP ‘U03’ SP ‘0005’ CR DLA ‘@’ ‘1’ SP ‘0’ CR
When requesting current vertical position data (if vertical position is set to "16" (decimal))
CTLR ‘?’ ‘1’ SP ‘U03’ CR DLA ‘@’ ‘1’ SP ‘0’ SP ‘0010’ CR
17
Loading...
+ 40 hidden pages