Home > Digital Projection > Projector > Digital Projection Titan Reference 1080p 3d, Dual 3d, Titan 1080p 3d, Dual 3d Ultra Contrast, Titan Dual Fastframe User Manual

Digital Projection Titan Reference 1080p 3d, Dual 3d, Titan 1080p 3d, Dual 3d Ultra Contrast, Titan Dual Fastframe User Manual

    Download as PDF Print this page Share this page

    Have a look at the manual Digital Projection Titan Reference 1080p 3d, Dual 3d, Titan 1080p 3d, Dual 3d Ultra Contrast, Titan Dual Fastframe User Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 577 Digital Projection manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.

    							Rev C  April 2011 Page 7.15
    Digital Projection TITAN 1080p 3D, Dual 3D. Ultra Contrast User Manual 7. Appendix
    3D sync
    1 unused
    2 Sync OUT
    3 GND
    4 GND
    5 GND
    6 unused
    7 unused
    8 unused
    9 Sync IN
    Serial control input
    1 unused
    2 Received Data (RX)
    3 Transmitted Data (TX)
    4 unused
    5 Signal Ground
    6 unused
    7 unused
    8 unused
    9 unused
    Null-modem cable
    (used to connect the projector to a computer)
    RX  2 --- 3 TX
    TX 3 --- 2 RX
    GND 5 --- 5 GND
    Serial port settings
    Baud rate  19,200 bps
    Data length 8 bits
    Stop bits one
    Parity none
    Flow control none
    •
    •
    •
    •
    •
    Notes
     3D Sync OUT  is switched 
    between 0V and 3.3V
     3D may not be present on some 
    models
     The projector is a DTE, so use:
    a straight cable to connect to a 
    modem, or
    a null-modem cable as shown 
    here to connect to another DTE 
    such as a computer.
     Only one remote connection 
    (RS232, LAN or Wireless LAN) 
    should be used at any one time.
    •
    •
    pin view of female connector
    pin view of female connector 
    						
    							Page 7.16 Rev C  April 2011
    7. Appendix Digital Projection TITAN 1080p 3D, Dual 3D. Ultra Contrast User Manual
    Remote communications protocol
    Version: Revision L 12/10/10
    Introduction
    This protocol document covers all projectors in the Titan series and also the 
    Lightning integrated series.
    Only one remote connection (RS232, LAN or Wireless LAN) should be used at any 
    one time.
    Following the transmission of a command, the control system must wait to receive 
    the complete reply before sending a new command.
    It should be noted that this protocol is a point to point protocol, and any addressing 
    commands relate to the projector’s hand held remote control only.
    Message Structure
    The data type for all data is raw hexadecimal, and all data larger than 1 byte is 
    formatted little endian i.e. LSB first. There are currently two supported message 
    types:
    Operation Messages (message type 03h) 
    normal projector operations, fixed length message
    Enhanced Messages (message type 10h) 
    projector special functions, variable length message
    Responses to all commands start with 1Eh
    Notes
     Details of how to connect to 
    the projector, using the serial 
    control input or via a LAN, can 
    be found earlier in this section.
     The following pages contain 
    an overview of the message 
    structure and examples of some 
    basic Operation commands.
      For full details of all the 
    Operation commands and 
    Enhanced commands, contact 
    Digital Projection at one of the 
    addresses printed near the 
    front of this manual, and ask 
    for a copy of the Titan and 
    Lightning i Series Projector 
    External Control Protocol . 
    						
    							Rev C  April 2011 Page 7.17
    Digital Projection TITAN 1080p 3D, Dual 3D. Ultra Contrast User Manual 7. Appendix
    Operation Messages
    Operation messages are constructed using the following format:
    HeaderTypeSize CRCOper’n 
    typeOperation
    Reserved
    2 bytes 1 byte2 bytes 2 bytes1 byte2 bytes 2 bytes
    Data BEEF03190058580000000000
    Byte # 123456789101112
    Operation Target Operation ValueReserved
    4 bytes 4 bytes4 bytes
    Data 000000000000000000000000
    Byte # 131415161718192021222324
    Reserved Reserved
    4 bytes 4 bytes
    Data 0000000000000000
    Byte # 2526272829303132
    Header is always  EFBEh  (byte 1  = BEh and byte 2 = EFh) 
    Type is always 03h for Operation Messages
    Size is always  0019h (byte 4 = 19h  and byte 5 = 00h)   i.e. 25 bytes after CRC
    CRC can be set to 5858h if you want the CRC to be ignored. However, the CRC  
    should ideally be calculated, as described in the  Titan Projector Series External 
    Control Protocol .
    Operation type is one of the following:
    Set     01h
    Get   02h
    Increment 03h
    Decrement 04h
    Execute   05h
    Set writes a value to the projector.
    Get reads a value from the projector.
    Increment and decrement  increase or decrease a value by one unit.
    Execute executes the current operation (specific commands only).
    Spaces in the example messages are for visual clarity and should not be \
    sent as 
    part of the message.
    Notes
      The following pages contain 
    examples of some basic 
    Operation commands.
      For full details of all the For 
    full details of all the Operation 
    commands and Enhanced 
    commands, contact Digital 
    Projection and ask for a copy 
    of the Titan Projector Series 
    External Control Protocol. 
    						
    							Page 7.18 Rev C  April 2011
    7. Appendix Digital Projection TITAN 1080p 3D, Dual 3D. Ultra Contrast User Manual
    Notes
     The following pages contain 
    examples of some basic 
    Operation commands.
      For full details of all the For 
    full details of all the Operation 
    commands and Enhanced 
    commands, contact Digital 
    Projection and ask for a copy 
    of the Titan Projector Series 
    External Control Protocol.
    Enhanced Messages
    Enhanced messages are constructed using the following format:
    Header TypeSize CRCData typeData length (n)
    2 bytes 1 byte2 bytes 2 bytes2 bytes2 bytes
    Data BEEF10XXXX585800000000
    Byte # 1234567891011
    Data
    n bytes
    Data Data bytes ... ......
    Byte # 12  ......11 + n
    Header  is always EFBEh  (byte 0  = BEh and byte 1 = EFh) 
    Type is always 10h for Enhanced Messages
    CRC can be set to 5858h if you want the CRC to be ignored. However, the CRC  
    should ideally be calculated, as described in the  Titan Projector Series External 
    Control Protocol .
    Size is always Data Length + 4 (4 bytes after CRC and before data) 
    						
    							Rev C  April 2011 Page 7.19
    Digital Projection TITAN 1080p 3D, Dual 3D. Ultra Contrast User Manual 7. Appendix
    Operation Command examples
    All operation commands are located at bytes 9 &10.
    All values are located at bytes 17 & 18 unless otherwise indicated
    power  (0102)
    projector On or Standby
       Value
    On   00h
    Standby   04h
    Examples
    Set Projector (On)
    BEEF  03   1900  5858  01  0102   0000  00000000  00000000  00000000  00000000  00000000
    Response
    1E  BEEF  03  1900  5858  01  0102   0000  00000000  00000000  00000000  00000000  00000000
    Set Projector (Standby)
    BEEF  03  1900  5858  01  0102   0000  00000000  04000000  00000000  00000000  00000000
    Response
    1E  BEEF  03  1900  5858  01  0102   0000  00000000  04000000  00000000  00000000  00000000
    Get Projector Power
    BEEF  03  1900  5858  02  0102   0000  00000000  00000000  00000000  00000000  00000000
    Response (Projector in Standby)
    1E  BEEF  03  1900  5858  02  0102   0000  00000000  04000000  00000000  00000000  00000000
    Notes
     Spaces in example messages 
    are for visual clarity and should 
    not be sent as part of the 
    message.
     In the example messages 
    the CRC is set to 5858h. This 
    value will be ignored. However, 
    the CRC  should ideally be 
    calculated, as described in the 
    Titan Projector Series External 
    Control Protocol. 
    						
    							Page 7.20 Rev C  April 2011
    7. Appendix Digital Projection TITAN 1080p 3D, Dual 3D. Ultra Contrast User Manual
    Source  (3702)
    projector source select
       Value
    RGB1   00h
    RGB2   01h
    DVI   02h
    SDI   03h (not used on this projector)
    Composite 04h
    SVideo   05h
    Component 06h
    Examples
    Set Source  (DVI)
    BEEF  03  1900  5858  01  3702   0000  00000000  02000000  00000000  00000000  00000000
    Response   
    1E  BEEF  03  1900  5858  01  3702   0000  00000000  02000000  00000000  00000000  00000000
    Set Source  (SVideo)
    BEEF  03  1900  5858  01  3702   0000  00000000  05000000  00000000  00000000  00000000
    Response   
    1E  BEEF  03  1900  5858  01  3702   0000  00000000  05000000  00000000  00000000  00000000
    Get Source
    BEEF  03  1900  5858  02  3702   0000  00000000  00000000  00000000  00000000  00000000
    Response  (SVideo)
    1E  BEEF  03  1900  5858  02  3702   0000  00000000  05000000  00000000  00000000  00000000
    Notes
     Spaces in example messages 
    are for visual clarity and should 
    not be sent as part of the 
    message.
     In the example messages 
    the CRC is set to 5858h. This 
    value will be ignored. However, 
    the CRC  should ideally be 
    calculated, as described in the 
    Titan Projector Series External 
    Control Protocol. 
    						
    							Rev C  April 2011 Page 7.21
    Digital Projection TITAN 1080p 3D, Dual 3D. Ultra Contrast User Manual 7. Appendix
    Brightness (E502)
    Adjusts Brightness
    Range:    -128 — +127 (00h - FFh)
    Centre (0): 128 (80h)
     For information about Brightness, Presets and Input 8: 
    see  Section 4, Overview .
    Examples
    Set Brightness  97    (128 + 97 = 225  =  E1h)
    BEEF  03  1900  5858  01  E502   0000  00000000  E1000000  00000000  00000000  00000000
    Response
    1E  BEEF  03  1900  5858  01  E502   0000  00000000  E1000000  00000000  00000000  00000000
    Get Brightness
    BEEF  03  1900  5858  02  E502   0000  00000000  00000000  00000000  00000000  00000000
    Response  (97)
    1E  BEEF  03  1900  5858  02  E502   0000  00000000  E1000000  00000000  00000000  00000000
    Increment Brightness
    BEEF  03  1900  5858  03  E502   0000  00000000  00000000  00000000  00000000  00000000
    Response
    1E  BEEF  03  1900  5858  03  E502   0000  00000000  00000000  00000000  00000000  00000000
    Decrement Brightness
    BEEF  03  1900  5858  04  E502   0000  00000000  00000000  00000000  00000000  00000000
    Response
    1E  BEEF  03  1900  5858  04  E502   0000  00000000  00000000  00000000  00000000  00000000
    Notes
     Spaces in example messages 
    are for visual clarity and should 
    not be sent as part of the 
    message.
     In the example messages 
    the CRC is set to 5858h. This 
    value will be ignored. However, 
    the CRC  should ideally be 
    calculated, as described in the 
    Titan Projector Series External 
    Control Protocol. 
    						
    							Page 7.22 Rev C  April 2011
    7. Appendix Digital Projection TITAN 1080p 3D, Dual 3D. Ultra Contrast User Manual
    Contrast (E602)
    Adjusts Contrast
    Range:    -128 — +127 (00h - FFh)
    Centre (0): 128 (80h)
     For information about Contrast, Presets and Input 8: 
    see  Section 4, Overview .
    Examples
    Set Contrast  97    (128 + 97 = 225  =   E1h)
    BEEF  03  1900  5858  01  E602   0000  00000000  E1000000  00000000  00000000  00000000
    Response
    1E  BEEF  03  1900  5858  01  E602   0000  00000000  E1000000  00000000  00000000  00000000
    Get Contrast
    BEEF  03  1900  5858  02  E602   0000  00000000  00000000  00000000  00000000  00000000
    Response  (97)
    1E  BEEF  03  1900  5858  02  E602   0000  00000000  E1000000  00000000  00000000  00000000
    Increment Contrast
    BEEF  03  1900  5858  03  E602   0000  00000000  00000000  00000000  00000000  00000000
    Response
    1E  BEEF  03  1900  5858  03  E602   0000  00000000  00000000  00000000  00000000  00000000
    Decrement Contrast
    BEEF  03  1900  5858  04  E602   0000  00000000  00000000  00000000  00000000  00000000
    Response
    1E  BEEF  03  1900  5858  04  E602   0000  00000000  00000000  00000000  00000000  00000000
    Notes
     Spaces in example messages 
    are for visual clarity and should 
    not be sent as part of the 
    message.
     In the example messages 
    the CRC is set to 5858h. This 
    value will be ignored. However, 
    the CRC  should ideally be 
    calculated, as described in the 
    Titan Projector Series External 
    Control Protocol. 
    						
    							Rev C  April 2011 Page 7.23
    Digital Projection TITAN 1080p 3D, Dual 3D. Ultra Contrast User Manual 7. Appendix
    Shutter  (CF02)
    Closes and opens shutter
          Target   Value 
          (Set)   (Get)
    Shutter Close   00h   01h
    Shutter Open   01h   00h
    Examples
    Set Shutter  (Close)
    BEEF  03  1900  5858  01  CF02   0000  00000000  00000000  00000000  00000000  00000000
    Response   
    1E  BEEF  03  1900  5858  01  CF02   0000  00000000  00000000  00000000  00000000  00000000
    Set Shutter  (Open)
    BEEF  03  1900  5858  01  CF02   0000  01000000  00000000  00000000  00000000  00000000
    Response   
    1E  BEEF  03  1900  5858  01  CF02   0000  01000000  00000000  00000000  00000000  00000000
    Caution: The Set and Get parameters are different:
    Get Shutter
    BEEF  03  1900  5858  02  CF02   0000  00000000  00000000  00000000  00000000  00000000
    Response  (Closed)
    1E  BEEF  03  1900  5858  02  CF02   0000  00000000  01000000  00000000  00000000  00000000
    Response  (Open)
    1E  BEEF  03  1900  5858  02  CF02   0000  00000000  00000000  00000000  00000000  00000000
    Notes
     Spaces in example messages 
    are for visual clarity and should 
    not be sent as part of the 
    message.
     In the example messages 
    the CRC is set to 5858h. This 
    value will be ignored. However, 
    the CRC  should ideally be 
    calculated, as described in the 
    Titan Projector Series External 
    Control Protocol. 
    						
    							Page 7.24 Rev C  April 2011
    7. Appendix Digital Projection TITAN 1080p 3D, Dual 3D. Ultra Contrast User Manual
    Quick Reference chart
    COMMAND HEX DATA    (MESSAGE LENGTH = 32 BYTES) COMMENTSSwitch Projector On
    BE EF 03 19 00 58 58 
    01 01 02
     00 00 00 00 00 00 
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Switch Projector to Standby
    BE EF 03 19 00 58 58 
    01 01 02
     00 00 00 00 00 00 
    04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select Input 1.RGB1
    BE EF 03 19 00 58 58 
    01 37 02
     00 00 00 00 00 00 
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select Input 2. RGB2
    BE EF 03 19 00 58 58 
    01 37 02
     00 00 00 00 00 00 
    01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select Input 3. DVI
    BE EF 03 19 00 58 58 
    01 37 02
     00 00 00 00 00 00 
    02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select Input 4. SDI
    BE EF 03 19 00 58 58 
    01 37 02
     00 00 00 00 00 00 
    03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    SDI not present on earlier models
    Select Input 5. Composite
    BE EF 03 19 00 58 58 
    01 37 02
     00 00 00 00 00 00 
    04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select Input 6. SVideo
    BE EF 03 19 00 58 58 
    01 37 02
     00 00 00 00 00 00 
    05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select Input 7. Component
    BE EF 03 19 00 58 58 
    01 37 02
     00 00 00 00 00 00 
    06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select Input 8. DVI
    BE EF 03 19 00 58 58 
    01 37 02
     00 00 00 00 00 00 
    07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set aspect ratio to Native
    BE EF 03 19 00 58 58 
    01 7A 02
     00 00 00 00 00 00 
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set aspect ratio to Fill
    BE EF 03 19 00 58 58 
    01 7A 02
     00 00 00 00 00 00 
    01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set aspect ratio to USER
    BE EF 03 19 00 58 58 
    01 7A 02
     00 00 00 00 00 00 
    10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set aspect ratio to 1.33:1
    BE EF 03 19 00 58 58 
    01 7A 02
     00 00 00 00 00 00 
    14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set aspect ratio to 1.78:1
    BE EF 03 19 00 58 58 
    01 7A 02
     00 00 00 00 00 00 
    16 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set aspect ratio to 2.35:1
    BE EF 03 19 00 58 58 
    01 7A 02
     00 00 00 00 00 00 
    17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set aspect ratio to 1.66:1
    BE EF 03 19 00 58 58 
    01 7A 02
     00 00 00 00 00 00 
    18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set aspect ratio to 1.85:1
    BE EF 03 19 00 58 58 
    01 7A 02
     00 00 00 00 00 00 
    19 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select 0% field test pattern
    BE EF 03 19 00 58 58 
    01 7D 02
     00 00 00 00 00 00 
    06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select 20% field test pattern
    BE EF 03 19 00 58 58 
    01 7D 02
     00 00 00 00 00 00 
    07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select 80% field test pattern
    BE EF 03 19 00 58 58 
    01 7D 02
     00 00 00 00 00 00 
    08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select 100% field test pattern
    BE EF 03 19 00 58 58 
    01 7D 02
     00 00 00 00 00 00 
    09 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select chequerboard test pattern
    BE EF 03 19 00 58 58 
    01 7D 02
     00 00 00 00 00 00 
    0C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select colour bars test pattern
    BE EF 03 19 00 58 58 
    01 7D 02
     00 00 00 00 00 00 
    01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select grid test pattern
    BE EF 03 19 00 58 58 
    01 7D 02
     00 00 00 00 00 00 
    0E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Select screen layout test pattern
    BE EF 03 19 00 58 58 
    01 7D 02
     00 00 00 00 00 00 
    0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Turn test patterns off
    BE EF 03 19 00 58 58 
    05 8F 02
     00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set Brightness
    BE EF 03 19 00 58 58 
    01 E5 02
     00 00 00 00 00 00 
    XX 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    XX = required brightness. 00h = -128,  80h = 0,  FFh = +127
    Increment Brightness
    BE EF 03 19 00 58 58 
    03 E5 02
     00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Decrement Brightness
    BE EF 03 19 00 58 58 
    04 E5 02
     00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set Contrast
    BE EF 03 19 00 58 58 
    01 E6 02
     00 00 00 00 00 00 
    XX 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    XX = required contrast.  00h = -128,   80h = 0,  FFh = +127
    Increment Contrast
    BE EF 03 19 00 58 58 
    03 E6 02
     00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Decrement Contrast
    BE EF 03 19 00 58 58 
    04 E6 02
     00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Shutter close
    BE EF 03 19 00 58 58 
    01 CF 02
     00 00 
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Closes optical shutter
    Shutter open
    BE EF 03 19 00 58 58 
    01 CF 02
     00 00 
    01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Opens optical shutter
    Set lamp mode to Dual
    BE EF 03 19 00 58 58 
    01 C5 02
     00 00 00 00 00 00 
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set lamp mode to Alternate
    BE EF 03 19 00 58 58 
    01 C5 02
     00 00 00 00 00 00 
    01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set lamp mode to Single 1
    BE EF 03 19 00 58 58 
    01 C5 02
     00 00 00 00 00 00 
    02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Set lamp mode to Single 2
    BE EF 03 19 00 58 58 
    01 C5 02
     00 00 00 00 00 00 
    03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Auto Image Setup
    BE EF 03 19 00 58 58 
    05 62 02
     00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    						
    All Digital Projection manuals Comments (0)

    Related Manuals for Digital Projection Titan Reference 1080p 3d, Dual 3d, Titan 1080p 3d, Dual 3d Ultra Contrast, Titan Dual Fastframe User Manual