Home > Dukane > Projector > Dukane Imagepro 8943a Projector Technical Manual

Dukane Imagepro 8943a Projector Technical Manual

    Download as PDF Print this page Share this page

    Have a look at the manual Dukane Imagepro 8943a Projector Technical Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 615 Dukane manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.

    							
    
    
    Command Control via the Network (continued)
    Decreasing the projector setting value (Decrement command)
    ( )   The PC sends the following decrement code to the projector.
    	 Header
    	 + 	 Command 	 data 	 (‘05H’ 	 + 	 ‘00H’ 	 + 	 type 	 (2 	 bytes) 	 + 	 ‘00H’ 	 + 	 ‘00H’)
    (2) The projector decreases the setting value on the above setting code.
    (3) The projector returns the response code ‘06H’ to the PC.
    When the projector cannot understand the received command
    When the projector cannot understand the received command, the error code  ‘15H’ 	
    is sent back to the PC.
    Sometimes  the  projector  cannot  properly  receive  the  command.  In  such  a  case, 
    the  command  is  not  executed  and  the  error  code ‘15H’ 	is  sent  back  to  the  PC.  If 
    this error code is returned, send the same command again.
    When the projector cannot execute the received command.
    When the projector cannot execute the received command, the error code  ‘1CH’ 	 + 	
    ‘xxxxH’ is sent back to the PC. 
    When  the  data  length  is  greater  than  indicated  by  the  data  length  code,  the 
    projector ignore the excess data code. Conversely when the data length is shorter 
    than indicated by the data length code, an error code will be returned t\
    o the PC.
    When authentication error occurred.
    When  authentication  errorr  occurred,  the  error  code  the ‘1FH’ 	 + 	 ‘0400H’  is  sent 
    back to the PC.
    [TCP #9715]
    1. Protocol
    Consist  of  header  (
       byte)  +  data  length  (    byte)  +  command  data  (  3  bytes)  + 
    check sum (
      bytes) + connection ID (   byte).
    2. Header
    02, Fixed
    3. Data Length
    Network control commands byte length (0D, Fixed)
    4. Command data
    Network control commands that start with BE EF (  3bytes).
    5. Check Sum
    This is the value to make zero on the addition of the lower 8 bits from the header 
    to the checksum.
    6. Connection ID
    Random value from 0 to 255 (This value is attached to the reply data).\
    NOTE • Operation cannot be guaranteed when the projector receives an undefined command or data.• Provide an interval of at least 40ms between the response code and \
    any other code.• Commands are not accepted during warm-up. 
    						
    							
    2
    
    7. Reply Data
    The  connection  ID  (the  data  is  same  as  the  connection  ID  data  on  the  sending 
    data format) is attached to the Network control commands reply data.
    ACK reply:  ‘06H’ 	 + 	 ‘xxH’
    NAK reply: ‘15H’ 	 + 	 ‘xxH’
    Error reply: ‘1CH’ 	 + 	 ‘xxxxH’ 	 + 	 ‘xxH’
    Data reply: ‘1DH’ 	 + 	 ‘xxxxH’ 	 + 	 ‘xxH’
    Projector busy reply: ‘1FH’ 	 + 	 ‘xxxxH’ 	 + 	 ‘xxH’
    Authentication error reply: ‘1FH’ 	 + 	 ‘0400H’ 	 + 	 ‘xxH’
    (‘xxH’ : connection ID)
    Automatic Connection Break
    T h e   T C P  c o n n e c t i o n   w i l l   b e   a u t o m a t i c a l l y   d i s c o n n e c t e d   a f t e r   t h e r e   i s   n o 
    communication for 30 seconds after being established.
    Authentication
    The  projector  does  not  accept  commands  without  authentication  success 
    when  authentication  is  enabled.  The  projector  uses  a  challenge  response  type 
    authentication  with  an  MD5  (Message  Digest  5)  algorithm.  When  the  projector  is 
    using  a  LAN,  a  random  8  bytes  will  be  returned  if  authentication  is  enabled.  Bind 
    this  received  8  bytes  and  the  authentication  password  and  digest  this  data  with 
    the MD5 algorithm and add this in front of the commands to send.
    Following  is a sample  if the authentication  password  is set to “password”  and  the 
    random 8 bytes are “a572f60c”.
    
    )
     Select the projector.
    2)
     
    Receive the random 8 bytes “a572f60c” from the projector.
    3)
       
    B i n d   t h e   r a n d o m   8   b y t e s   “ a 5 7 2 f 6 0 c ”   a n d   t h e   a u t h e n t i c a t i o n   p a s s w o r d 
    “password” and it becomes “a572f60cpassword”.
    4)
       
    Digest this bind “a572f60cpassword” with MD5 algorithm.
     
    It will be “e3d97429adffa  bce  f72758  3d4bde”.
    5)
       
    Add this “e3d97429adffa  bce  f72758  3d4bde” in front of the commands and 
    send the data.
     
    Send “e3d97429adffa  bce  f72758  3d4bde”+command.
    6)
       
    When  the  sending  data  is  correct,  the  command  will  be  performed  and  the 
    reply data will be returned. Otherwise, an authentication error will be \
    returned.
    NOTE  •  As  for  the  transmission  of  the  second  or  subsequent  commands,  the authentication data can be omitted when the same connection.
    Command Control via the Network (continued) 
    						
    							
    3
    
    Names 	 Operation 	 TypeHeader Command 	 DataCRCActionType
    Setting 	 Code
    PowerSetTURN 	 OFFBE 		 EF0306 		 002A 		 D301 		 0000 		 6000 		 00
    TURN
    	
    ON BE
    		
    EF03 06 		 00BA 		 D201 		 0000 		 6001 		 00GetBE 		 EF0306 		 0019 		 D302 		 0000 		 6000 		 00
    [Example
    	
    return]	
    	 00
    		
    00	 01 		 00	 02 		 00	
    	 [Off]	 [On]	 [Cool
    	
    down]
    Input
    	
    Source
    SetRGB1 BE 		 EF0306 		 00FE 		 D201 		 0000 		 2000 		 00RGB2BE 		 EF0306 		 003E 		 D001 		 0000 		 2004 		 00HDMIBE 		 EF0306 		 000E 		 D201 		 0000 		 2003 		 00VIDEOBE 		 EF0306 		 006E 		 D301 		 0000 		 2001 		 00S-VIDEOBE 		 EF0306 		 009E 		 D301 		 0000 		 2002 		 00COMPONENTBE 		 EF0306 		 00AE 		 D101 		 0000 		 2005 		 00GetBE 		 EF0306 		 00CD 		 D202 		 0000 		 2000 		 00
    Error
    	
    StatusGet BE 		 EF0306 		 00D9 		 D802 		 0020 		 6000 		 00
    [Example
    	
    return]	
    	 00
    		
    00	 01 		 00	 02 		 00	 03 		 00	
    	 [Normal]	 [Cover
    	
    error]	 [Fan
    	
    error]	 [Lamp
    	
    error]	
    	 04
    		
    00	 05
    		
    00	 06
    		
    00	 07
    		
    00	
    	 [Temp
    	
    error]	 [Air
    	
    flow
    	
    error]	 [Lamp
    	
    time
    	
    error]	 [Cold
    	
    error]	
    	 08
    	
    00	09 	 00	 10 	 00		 [Filter	 error]	(Filter	 missing 	 error)	(Inner 	 Sencer 	 error)BRIGHTNESSGetBE 		 EF0306 		 0089 		 D202 		 0003 		 2000 		 00
    IncrementBE 		 EF0306 		 00EF 		 D204 		 0003 		 2000 		 00
    DecrementBE 		 EF0306 		 003E 		 D305 		 00 	 03 		 2000 		 00
    BRIGHTNESS
    	
    Reset
    Execute BE 		 EF0306 		 0058 		 D306 		 0000 		 7000 		 00
    CONTRASTGetBE 		 EF0306 		 00FD 		 D302 		 0004 		 2000 		 00
    IncrementBE 		 EF0306 		 009B 		 D304 		 0004 		 2000 		 00
    DecrementBE 		 EF0306 		 004A 		 D205 		 0004 		 2000 		 00
    CONTRAST
    	
    Reset
    Execute BE 		 EF0306 		 00A4 		 D206 		 0001 		 7000 		 00
    PICTURE
    	
    MODE
    SetNORMAL BE 		 EF0306 		 0023 		 F601 		 00BA 		 3000 		 00
    CINEMABE 		 EF0306 		 00B3 		 F701 		 00BA 		 3001 		 00
    DYNAMICBE 		 EF0306 		 00E3 		 F401 		 00BA 		 3004 		 00
    BOARD(BLACK)BE 		 EF0306 		 00E3 		 EF01 		 00BA 		 30 	 20 		 00
    BOARD(GREEN)BE 		 EF0306 		 0073 		 EE01 		 00BA 		 30 	 21 		 00
    WHITEBOARDBE 		 EF0306 		 0083 		 EE01 		 00BA 		 3022 		 00
    DAY
    	
    TIME BE
    		
    EF
    03 06 		 00E3 		 C701 		 00BA 		 3040 		 00
    GetBE 		 EF0306 		 0010 		 F602 		 00BA 		 3000 		 00
    [Example
    	
    return]
    	
    	
    												
    00
    		
    00
    																								 01 		 00 																							 04 		 00 																				 10 		 00	 													
    	
    									
    [NORMAL]
    																
    [CINEMA]
    																		
    [DYNAMIC]
    												
    [CUSTOM]	
    		
    	
    												
    20
    		
    00
    																								
    21
    		
    00	
    																							
    22
    		
    00	
    																			
    40
    		
    00
    	
    			
    [BOARD(BLACK)
    	
    ]
    					
    [BOARD(GREEN)	]
    						
    [WHITEBOARD]
    						
    [DAY
    	
    TIME]
    RS-232C Communication / Network command table (continued) 
    						
    							
    4
    
    RS-232C Communication / Network command table (continued)
    Names 	 Operation 	 TypeHeader Command 	 DataCRCActionType
    Setting 	 Code
    GAMMASet#1 	 DEFAULT BE 		 EF0306 		 0007 		 E901 		 00A1 		 3020 		 00
    #1
    	
    CUSTOM BE
    		
    EF03 06 		 0007 		 FD01 		 00A1 		 3010 		 00
    #2
    	
    DEFAULT BE
    		
    EF03 06 		 0097 		 E801 		 00A1 		 3021 		 00
    #2
    	
    CUSTOM BE
    		
    EF03 06 		 0097 		 FC01 		 00A1 		 3011 		 00
    #3
    	
    DEFAULT BE
    		
    EF03 06 		 0067 		 E801 		 00A1 		 3022 		 00
    #3
    	
    CUSTOM BE
    		
    EF03 06 		 0067 		 FC01 		 00A1 		 3012 		 00
    #4
    	
    DEFAULT BE
    		
    EF03 06 		 00F7 		 E901 		 00A1 		 3023 		 00
    #4
    	
    CUSTOM BE
    		
    EF03 06 		 00F7 		 FD01 		 00 	 A1 		 3013 		 00
    #5
    	
    DEFAULT BE
    		
    EF03 06 		 00C7 		 EB01 		 00A1 		 3024 		 00
    #5
    	
    CUSTOM BE
    		
    EF03 06 		 00C7 		 FF01 		 00A1 		 3014 		 00
    #6
    	
    DEFAULT BE
    		
    EF03 06 		 0057 		 EA01 		 00A1 		 3025 		 00
    #6
    	
    CUSTOM BE
    		
    EF03 06 		 0057 		 FE01 		 00A1 		 3015 		 00GetBE 		 EF0306 		 00F4 		 F002 		 00A1 		 3000 		 00
    User
    	
    Gamma
    	
    PatternSetOff BE 		 EF0306 		 00FB 		 FA01 		 0080 		 3000 		 00
    9
    	
    steps
    	
    gray
    	
    scale BE
    		
    EF03 06 		 006B 		 FB01 		 0080 		 3001 		 00
    15
    	
    steps
    	
    gray
    	
    scale BE
    		
    EF03 06 		 009B 		 FB01 		 0080 		 3002 		 00RampBE 		 EF0306 		 000B 		 FA01 		 0080 		 3003 		 00GetBE 		 EF0306 		 00C8 		 FA02 		 0080 		 3000 		 00
    User
    	
    Gamma
    	
    Point
    	
    1Get BE 		 EF0306 		 0008 		 FE02 		 0090 		 3000 		 00IncrementBE 		 EF0306 		 006E 		 FE04 		 0090 		 3000 		 00DecrementBE 		 EF0306 		 00BF 		 FF05 		 0090 		 3000 		 00
    User
    	
    Gamma
    	
    Point
    	
    2Get BE 		 EF0306 		 00F4 		 FF02 		 0091 		 3000 		 00IncrementBE 		 EF0306 		 0092 		 FF04 		 0091 		 3000 		 00DecrementBE 		 EF0306 		 0043 		 FE05 		 0091 		 3000 		 00
    User
    	
    Gamma
    	
    Point
    	
    3Get BE 		 EF0306 		 00B0 		 FF02 		 0092 		 3000 		 00IncrementBE 		 EF0306 		 00D6 		 FF04 		 0092 		 3000 		 00DecrementBE 		 EF0306 		 0007 		 FE05 		 0092 		 3000 		 00
    User
    	
    Gamma
    	
    Point
    	
    4Get BE 		 EF0306 		 004C 		 FE02 		 0093 		 3000 		 00IncrementBE 		 EF0306 		 002A 		 FE04 		 0093 		 3000 		 00DecrementBE 		 EF0306 		 00FB 		 FF05 		 0093 		 3000 		 00
    User
    	
    Gamma
    	
    Point
    	
    5Get BE 		 EF0306 		 0038 		 FF02 		 0094 		 3000 		 00IncrementBE 		 EF0306 		 005E 		 FF04 		 0094 		 3000 		 00DecrementBE 		 EF0306 		 008F 		 FE05 		 0094 		 3000 		 00
    User
    	
    Gamma
    	
    Point
    	
    6Get BE 		 EF0306 		 00C4 		 FE02 		 0095 		 3000 		 00IncrementBE 		 EF0306 		 00A2 		 FE04 		 0095 		 3000 		 00DecrementBE 		 EF0306 		 0073 		 FF05 		 0095 		 3000 		 00
    User
    	
    Gamma
    	
    Point
    	
    7Get BE 		 EF0306 		 0080 		 FE02 		 0096 		 3000 		 00IncrementBE 		 EF0306 		 00E6 		 FE04 		 0096 		 3000 		 00DecrementBE 		 EF0306 		 0037 		 FF05 		 0096 		 3000 		 00
    User
    	
    Gamma
    	
    Point
    	
    8Get BE 		 EF0306 		 007C 		 FF02 		 0097 		 3000 		 00IncrementBE 		 EF0306 		 001A 		 FF04 		 0097 		 3000 		 00DecrementBE 		 EF0306 		 00CB 		 FE05 		 0097 		 3000 		 00 
    						
    							
    5
    
    Names 	 Operation 	 TypeHeader Command 	 DataCRCActionType
    Setting 	 Code
    COLOR	 TEMPSetHIGH BE 		 EF0306 		 000B 		 F501 		 00B0 		 3003 		 00
    MIDBE 		 EF0306 		 009B 		 F401 		 00B0 		 3002 		 00
    LOWBE 		 EF0306 		 006B 		 F401 		 00B0 		 3001 		 00
    Hi-BRIGHT-1BE 		 EF0306 		 003B 		 F201 		 00B0 		 3008 		 00
    Hi-BRIGHT-2BE 		 EF0306 		 00AB 		 F301 		 00B0 		 3009 		 00
    Hi-BRIGHT-3BE 		 EF0306 		 005B 		 F301 		 00B0 		 300A 			 00
    CUSTOM-1(HIGH)BE 		 EF0306 		 00CB 		 F801 		 00B0 		 3013 		 00
    CUSTOM-2(MID)BE 		 EF0306 		 005B 		 F901 		 00B0 		 3012 		 00
    CUSTOM-3(LOW)BE 		 EF0306 		 00AB 		 F901 		 00B0 		 3011 		 00
    CUSTOM-4(Hi-BRIGHT-1)BE		 EF03 06 		 00FB 		 FF01 		 00B0 		 3018 		 00
    CUSTOM-5(Hi-BRIGHT-2)BE		 EF03 06 		 006B 		 FE01 		 00B0 		 3019 		 00
    CUSTOM-6(Hi-BRIGHT-3)BE		 EF03 06 		 0098 		 FE01 		 00B0 		 001A 		 00
    GetBE 		 EF0306 		 00C8 		 F502 		 00B0 		 3000 		 00
    COLOR
    	
    TEMP
    	
    GAIN
    	
    R
    Get BE 		 EF0306 		 0034 		 F402 		 00B1 		 3000 		 00
    IncrementBE 		 EF0306 		 0052 			 F404 		 00B1 		 3000 		 00
    DecrementBE 		 EF0306 		 0083 		 F505 		 00B1 		 3000 		 00
    COLOR
    	
    TEMP
    	
    GAIN
    	
    G
    Get BE 		 EF0306 		 0070 		 F402 		 00B2 		 3000 		 00
    IncrementBE 		 EF0306 		 0016 		 F404 		 00B2 		 3000 		 00
    DecrementBE 		 EF0306 		 00C7 		 F505 		 00B2 		 3000 		 00
    COLOR
    	
    TEMP
    	
    GAIN
    	
    B
    Get BE 		 EF0306 		 008C 		 F502 		 00B3 		 3000 		 00
    IncrementBE 		 EF0306 		 00EA 		 F504 		 00B3 		 3000 		 00
    DecrementBE 		 EF0306 		 003B 		 F405 		 00B3 		 3000 		 00
    COLOR
    	
    TEMP
    	
    OFFSET
    	
    R
    Get BE 		 EF0306 		 0004 		 F502 		 00B5 		 3000 		 00
    IncrementBE 		 EF0306 		 0062 		 F504 		 00B5 		 3000 		 00
    DecrementBE 		 EF0306 		 00B3 		 F405 		 00B5 		 3000 		 00
    COLOR
    	
    TEMP
    	
    OFFSET
    	
    G
    Get BE 		 EF0306 		 0040 		 F502 		 00B6 		 3000 		 00
    IncrementBE 		 EF0306 		 0026 		 F504 		 00B6 		 3000 		 00
    DecrementBE 		 EF0306 		 00F7 		 F405 		 00B6 		 3000 		 00
    COLOR
    	
    TEMP
    	
    OFFSET
    	
    B
    Get BE 		 EF0306 		 00BC 		 F402 		 00B7 		 3000 		 00
    IncrementBE 		 EF0306 		 00DA 		 F404 		 00B7 		 3000 		 00
    DecrementBE 		 EF0306 		 000B 		 F505 		 00B7 		 3000 		 00
    COLORGetBE 		 EF0306 		 00B5 		 7202 		 0002 		 2200 		 00
    IncrementBE 		 EF0306 		 00D3 		 7204 		 0002 		 2200 		 00
    DecrementBE 		 EF0306 		 0002 		 7305 		 0002 		 2200 		 00
    COLOR
    	
    Reset
    Execute BE 		 EF0306 		 0080 		 D006 		 000A 		 7000 		 00
    TINTGetBE 		 EF0306 		 0049 		 7302 		 0003 		 2200 		 00
    IncrementBE 		 EF0306 		 002F 		 7304 		 0003 		 2200 		 00
    DecrementBE 		 EF0306 		 00FE 		 7205 		 0003 		 2200 		 00
    TINT
    	
    Reset
    Execute BE 		 EF0306 		 007C 		 D106 		 000B 		 7000 		 00
    SHARPNESSGetBE 		 EF0306 		 00F1 		 7202 		 0001 		 2200 		 00
    IncrementBE 		 EF0306 		 0097 		 7204 		 0001 		 2200 		 00
    DecrementBE 		 EF0306 		 0046 		 7305 		 0001 		 2200 		 00
    SHARPNESS
    	
    Reset
    Execute BE 		 EF0306 		 00C4 		 D006 		 0009 		 7000 		 00
    RS-232C Communication / Network command table (continued) 
    						
    							
    6
    
    Names 	 Operation 	 TypeHeader Command 	 DataCRCActionType
    Setting 	 Code
    MY	 MEMORY 	 LoadSet1 BE 		 EF0306 		 000E 		 D701 		 0014 		 2000 		 00
    2BE 		 EF0306 		 009E 		 D601 		 0014 		 2001 		 00
    3BE 		 EF0306 		 006E 		 D601 		 0014 		 2002 		 00
    4BE 		 EF0306 		 00FE 		 D701 		 0014 		 2003 		 00
    MY
    	
    MEMORY
    	
    Save
    Set1 BE 		 EF0306 		 00F2 		 D601 		 0015 		 2000 		 00
    2BE 		 EF0306 		 0062 		 D701 		 0015 		 2001 		 00
    3BE 		 EF0306 		 0092 		 D701 		 0015 		 2002 		 00
    4BE 		 EF0306 		 0002 		 D601 		 0015 		 2003 		 00
    PROGRESSIVESetTURN 	 OFFBE 		 EF0306 		 004A 		 7201 		 0007 		 2200 		 00
    TVBE 		 EF0306 		 00DA 		 7301 		 0007 		 2201 		 00
    FILMBE 		 EF0306 		 002A 		 7301 		 0007 		 2202 		 00
    GetBE 		 EF0306 		 0079 		 7202 		 0007 		 2200 		 00
    3D-YCSSetTURN 	 OFFBE 		 EF0306 		 00E6 		 7001 		 000A 		 2200 		 00
    MOVIEBE 		 EF0306 		 0076 		 7101 		 000A 		 2201 		 00
    STILLBE 		 EF0306 		 0086 		 7101 		 000A 		 2202 		 00
    GetBE 		 EF0306 		 00D5 		 7002 		 000A 		 2200 		 00
    VIDEO
    	
    NR
    SetLOW BE 		 EF0306 		 0026 		 7201 		 0006 		 2201 		 00
    MIDBE 		 EF0306 		 00D6 		 7201 		 0006 		 2202 		 00
    HIGHBE 		 EF0306 		 0046 		 7301 		 0006 		 2203 		 00
    GetBE 		 EF0306 		 0085 		 7302 		 0006 		 2200 		 00
    ASPECTSet4:3BE 		 EF0306 		 009E 		 D001 		 0008 		 2000 		 00
    16:9BE 		 EF0306 		 000E 		 D101 		 0008 		 2001 		 00
    14:9BE 		 EF0306 		 00CE 		 D601 		 0008 		 2009 		 00
    SMALLBE 		 EF0306 		 00FE 		 D101 		 0008 		 2002 		 00
    NORMALBE 		 EF0306 		 005E 		 DD01 		 0008 		 2010 		 00
    GetBE 		 EF0306 		 00AD 		 D002 		 0008 		 2000 		 00
    OVER	 SCANGet BE 		 EF0306 		 0091 		 7002 		 0009 		 2200 		 00
    IncrementBE 		 EF0306 		 00F7 		 7004 		 0009 		 2200 		 00
    DecrementBE 		 EF0306 		 0026 		 7105 		 0009 		 2200 		 00
    OVER	 SCAN 	 ResetExecute BE 		 EF0306 		 00EC 		 D906 		 0027 		 7000 		 00
    V	 POSITIONGet BE 		 EF0306 		 000D 		 8302 		 0000 		 2100 		 00
    IncrementBE 		 EF0306 		 006B 		 8304 		 0000 		 2100 		 00
    DecrementBE 		 EF0306 		 00BA 		 8205 		 0000 		 2100 		 00
    V	 POSITION 	 ResetExecute BE 		 EF0306 		 00E0 		 D206 		 0002 		 7000 		 00
    H	 POSITIONGet BE 		 EF0306 		 00F1 		 8202 		 0001 		 2100 		 00
    IncrementBE 		 EF0306 		 0097 		 8204 		 0001 		 2100 		 00
    DecrementBE 		 EF0306 		 0046 		 8305 		 0001 		 2100 		 00
    H	 POSITION 	 ResetExecute BE 		 EF0306 		 001C 		 D306 		 0003 		 7000 		 00
    H	 PHASEGet BE 		 EF0306 		 0049 		 8302 		 0003 		 2100 		 00
    IncrementBE 		 EF0306 		 002F 		 8304 		 0003 		 2100 		 00
    DecrementBE 		 EF0306 		 00FE 		 8205 		 0003 		 2100 		 00
    H	 SIZEGet BE 		 EF0306 		 00B5 		 8202 		 0002 		 2100 		 00
    IncrementBE 		 EF0306 		 00D3 		 8204 		 0002 		 2100 		 00
    DecrementBE 		 EF0306 		 0002 		 8305 		 0002 		 2100 		 00
    H	 SIZE 	 ResetExecute BE 		 EF0306 		 0068 		 D206 		 0004 		 7000 		 00
    AUTO	 ADJUSTExecute BE 		 EF0306 		 0091 		 D006 		 000A 		 2000 		 00
    RS-232C Communication / Network command table (continued) 
    						
    							
    7
    
    Names 	 Operation 	 TypeHeader Command 	 DataCRCActionType
    Setting 	 Code
    COLOR	 SPACESetAUTO BE 		 EF0306 		 000E 	 7201 		 0004 		 2200 		 00RGBBE 		 EF0306 		 009E 		 7301 		 0004 		 2201 		 00SMPTE240BE 		 EF0306 		 006E 		 7301 		 0004 		 2202 		 00REC709BE 		 EF0306 		 00FE 		 7201 		 0004 		 2203 		 00REC601BE 		 EF0306 		 00CE 		 7001 		 0004 		 2204 		 00GetBE 		 EF0306 		 003D 		 7202 		 0004 		 2200 		 00COMPONENTSetCOMPONENTBE 		 EF0306 		 004A 		 D701 		 0017 		 2000 		 00
    SCART
    	
    RGB BE
    		
    EF03 06 		 00DA 		 D601 		 0017 		 2001 		 00GetBE 		 EF0306 		 0079 		 D702 		 0017 		 2000 		 00
    C-VIDEO
    	
    FORMATSetAUTO BE 		 EF0306 		 00A2 		 7001 		 0011 		 220A 		 00NTSCBE 		 EF0306 		 00C2 		 7401 		 0011 		 2204 		 00PALBE 		 EF0306 		 0052 		 7501 		 0011 		 2205 		 00SECAMBE 		 EF0306 		 0052 		 7001 		 0011 		 2209 		 00NTSC4.43BE 		 EF0306 		 0062 		 7701 		 0011 		 2202 		 00M-PALBE 		 EF0306 		 00C2 		 7101 		 0011 		 2208 		 00N-PALBE 		 EF0306 		 0032 		 7401 		 0011 		 2207 		 00GetBE 		 EF0306 		 0031 		 7602 		 0011 		 2200 		 00
    S-VIDEO
    	
    FORMATSetAUTO BE 		 EF0306 		 00E6 		 7001 		 0012 		 220A 		 00NTSCBE 		 EF0306 		 0086 		 7401 		 0012 		 2204 		 00PALBE 		 EF0306 		 0016 		 7501 		 0012 		 2205 		 00SECAMBE 		 EF0306 		 0016 		 7001 		 0012 		 2209 		 00NTSC4.43BE 		 EF0306 		 0026 		 7701 		 0012 		 2202 		 00M-PALBE 		 EF0306 		 0086 		 7101 		 0012 		 2208 		 00N-PALBE 		 EF0306 		 0076 		 7401 		 0012 		 2207 		 00GetBE 		 EF0306 		 0075 		 7602 		 0012 		 2200 		 00HDMISetAUTOBE 		 EF0306 		 0086 		 D801 		 0022 		 2000 		 00NORMALBE 		 EF0306 		 0016 		 D901 		 0022 		 2001 		 00ENHANCEDBE 		 EF0306 		 00E6 		 D901 		 0022 		 2002 		 00GetBE 		 EF0306 		 00B5 		 D802 		 0022 		 2000 		 00
    RGB
    	
    1Set SYNC 	 ON 	 G 	 OFFBE 		 EF0306 		 005E 		 D701 		 0010 		 2002 		 00AUTOBE 		 EF0306 		 00CE 		 D601 		 0010 		 2003 		 00GetBE 		 EF0306 		 000D 		 D602 		 0010 		 2000 		 00
    RGB
    	
    2Set SYNC 	 ON 	 G 	 OFFBE 		 EF0306 		 00A2 		 D601 		 0011 		 2002 		 00AUTOBE 		 EF0306 		 0032 		 D701 		 0011 		 2003 		 00GetBE 		 EF0306 		 00F1 		 D702 		 0011 		 2000 		 00
    RS-232C Communication / Network command table (continued) 
    						
    							
    8
    
    Names 	 Operation 	 TypeHeader Command 	 DataCRCActionType
    Setting 	 Code
    FRAME	 LOCKRGB1Set TURN 	 OFFBE 		 EF0306 		 003B 		 2C01 		 0050 		 3000 		 00
    TURN
    	
    ON BE
    		
    EF03 06 		 00AB 		 C301 		 0050 		 3001 		 00GetBE 		 EF0306 		 0008 		 C202 		 0050 		 3000 		 00
    FRAME
    	
    LOCK
    RGB2Set TURN 	 OFFBE 		 EF0306 		 000B 		 C301 		 0054 		 3000 		 00
    TURN
    	
    ON BE
    		
    EF03 06 		 009B 		 2C01 		 0054 		 3001 		 00GetBE 		 EF0306 		 0038 		 C302 		 0054 		 3000 		 00
    FRAME
    	
    LOCK
    HDMISet TURN 	 OFFBE 		 EF0306 		 007F 		 C201 		 0053 		 3000 		 00
    TURN
    	
    ON BE
    		
    EF03 06 		 00EF 		 C301 		 0053 		 3001 		 00GetBE 		 EF0306 		 004C 		 C202 		 0053 		 3000 		 00
    KEYSTONE
    	
    VGet BE 		 EF0306 		 00B9 		 D302 		 0007 		 2000 		 00IncrementBE 		 EF0306 		 00DF 		 D304 		 0007 		 2000 		 00DecrementBE 		 EF0306 		 000E 		 D205 		 0007 		 2000 		 00
    KEYSTONE
    	
    V
    	
    ResetExecute BE 		 EF0306 		 0008 		 D006 		 000C 		 7000 		 00
    AUTO
    	
    KEYSTONE
    	
    V
    	
    EXECUTEExecute BE 		 EF0306 		 00E5 		 D106 		 000D 		 2000 		 00
    AUTO
    	
    KEYSTONE
    	
    V
    Set TURN 	 OFFBE 		 EF0306 		 00EA 		 D101 		 000F 		 2000 		 00
    TURN
    	
    ON BE
    		
    EF03 06 		 007A 		 D001 		 000F 		 2001 		 00GetBE 		 EF0306 		 00D9 		 D102 		 000F 		 2000 		 00
    KEYSTONE
    	
    HGet BE 		 EF0306 		 00E9 		 D002 		 000B 		 2000 		 00IncrementBE 		 EF0306 		 008F 		 D004 		 000B 		 2000 		 00DecrementBE 		 EF0306 		 005E 		 D105 		 000B 		 2000 		 00
    KEYSTONE
    	
    H
    	
    ResetExecute BE 		 EF0306 		 0098 		 D806 		 0020 		 7000 		 00
    ACTIVE
    	
    IRISSet TURN 	 OFFBE 		 EF0306 		 000B 		 2201 		 0004 		 3300 		 00THEATERBE 		 EF0306 		 00CB 		 2F01 		 0004 		 3310 		 00PRESENTATIONBE 		 EF0306 		 005B 		 2E01 		 0004 		 3311 		 00GetBE 		 EF0306 		 0038 		 2202 		 0004 		 3300 		 00WHISPERSetNORMALBE 		 EF0306 		 003B 		 2301 		 0000 		 3300 		 00WHISPERBE 		 EF0306 		 00AB 		 2201 		 0000 		 3301 		 00GetBE 		 EF0306 		 0008 		 2302 		 0000 		 3300 		 00MIRRORSetNORMALBE 		 EF0306 		 00C7 		 D201 		 0001 		 3000 		 00H:INVERTBE 		 EF0306 		 0057 		 D301 		 0001 		 3001 		 00V:INVERTBE 		 EF0306 		 00A7 		 D301 		 0001 		 3002 		 00H&V:INVERTBE 		 EF0306 		 0037 		 D201 		 0001 		 3003 		 00GetBE 		 EF0306 		 00F4 		 D202 		 0001 		 3000 		 00VOLUME-RGB1GetBE 		 EF0306 		 00CD 		 CC02 		 0060 		 2000 		 00IncrementBE 		 EF0306 		 00AB 		 CC04 		 0060 		 2000 		 00DecrementBE 		 EF0306 		 007A 		 CD05 		 0060 		 2000 		 00VOLUME-RGB2GetBE 		 EF0306 		 00FD 		 CD02 		 0064 		 2000 		 00IncrementBE 		 EF0306 		 009B 		 CD04 		 0064 		 2000 		 00DecrementBE 		 EF0306 		 004A 		 CC05 		 0064 		 2000 		 00VOLUME-HDMIGetBE 		 EF0306 		 0089 		 CC02 		 0063 		 2000 		 00IncrementBE 		 EF0306 		 00EF 		 CC04 		 0063 		 2000 		 00DecrementBE 		 EF0306 		 003E 		 CD05 		 0063 		 2000 		 00VOLUME-VIDEOGetBE 		 EF0306 		 0031 		 CD02 		 0061 		 2000 		 00IncrementBE 		 EF0306 		 0057 		 CD04 		 0061 		 2000 		 00DecrementBE 		 EF0306 		 0086 		 CC05 		 0061 		 2000 		 00VOLUME-S-VIDEOGetBE 		 EF0306 		 0075 		 CD02 		 0062 		 2000 		 00IncrementBE 		 EF0306 		 0013 		 CD04 		 0062 		 2000 		 00DecrementBE 		 EF0306 		 00C2 		 CC05 		 0062 		 2000 		 00
    RS-232C Communication / Network command table (continued) 
    						
    							
    9
    
    Names 	 Operation 	 TypeHeader Command 	 DataCRCActionType
    Setting 	 Code
    VOLUME-COMPONENTGet BE 		 EF0306 		 0001 		 CC02 		 0065 		 2000 		 00
    IncrementBE 		 EF0306 		 0067 		 CC04 		 0065 		 2000 		 00
    DecrementBE 		 EF0306 		 00B6 		 CD05 		 0065 		 2000 		 00
    TREBLE-RGB1GetBE 		 EF0306 		 000D 		 C802 		 0070 		 2000 		 00
    IncrementBE 		 EF0306 		 006B 		 C804 		 0070 		 2000 		 00
    DecrementBE 		 EF0306 		 00BA 		 C905 		 0070 		 2000 		 00
    TREBLE-RGB2GetBE 		 EF0306 		 003D 		 C902 		 0074 		 2000 		 00
    IncrementBE 		 EF0306 		 005B 		 C904 		 0074 		 2000 		 00
    DecrementBE 		 EF0306 		 008A 		 C805 		 0074 		 2000 		 00
    TREBLE-HDMIGetBE 		 EF0306 		 0049 		 C802 		 0073 		 2000 		 00
    IncrementBE 		 EF0306 		 002F 		 C804 		 0073 		 2000 		 00
    DecrementBE 		 EF0306 		 00FE 		 C905 		 0073 		 2000 		 00
    TREBLE-VIDEOGetBE 		 EF0306 		 00F1 		 C902 		 0071 		 2000 		 00
    IncrementBE 		 EF0306 		 0097 		 C904 		 0071 		 2000 		 00
    DecrementBE 		 EF0306 		 0046 		 C805 		 0071 		 2000 		 00
    TREBLE-S-VIDEOGetBE 		 EF0306 		 00B5 		 C902 		 0072 		 2000 		 00
    IncrementBE 		 EF0306 		 00D3 		 C904 		 0072 		 2000 		 00
    DecrementBE 		 EF0306 		 0002 		 C805 		 0072 		 2000 		 00
    TREBLE-COMPONENTGetBE 		 EF0306 		 00C1 		 C802 		 0075 		 2000 		 00
    IncrementBE 		 EF0306 		 00A7 		 C804 		 0075 		 2000 		 00
    DecrementBE 		 EF0306 		 0076 		 C905 		 0075 		 2000 		 00
    BASS-RGB1GetBE 		 EF0306 		 000D 		 FB02 		 0080 		 2000 		 00
    IncrementBE 		 EF0306 		 006B 		 FB04 		 0080 		 2000 		 00
    DecrementBE 		 EF0306 		 00BA 		 FA05 		 0080 		 2000 		 00
    BASS-RGB2GetBE 		 EF0306 		 003D 		 FA02 		 0084 		 2000 		 00
    IncrementBE 		 EF0306 		 005B 		 FA04 		 0084 		 2000 		 00
    DecrementBE 		 EF0306 		 008A 		 FB05 		 0084 		 2000 		 00
    BASS-HDMIGetBE 		 EF0306 		 0049 		 FB02 		 0083 		 2000 		 00
    IncrementBE 		 EF0306 		 002F 		 FB04 		 0083 		 2000 		 00
    DecrementBE 		 EF0306 		 00FE 		 FA05 		 0083 		 2000 		 00
    BASS-VIDEOGetBE 		 EF0306 		 00F1 		 FA02 		 0081 		 2000 		 00
    IncrementBE 		 EF0306 		 0097 		 FA04 		 0081 		 2000 		 00
    DecrementBE 		 EF0306 		 0046 		 FB05 		 0081 		 2000 		 00
    BASS-S-VIDEOGetBE 		 EF0306 		 00B5 		 FA02 		 0082 		 2000 		 00
    IncrementBE 		 EF0306 		 00D3 		 FA04 		 0082 		 2000 		 00
    DecrementBE 		 EF0306 		 0002 		 FB05 		 0082 		 2000 		 00
    BASS-COMPONENTGetBE 		 EF0306 		 00C1 		 FB02 		 0085 		 2000 		 00
    IncrementBE 		 EF0306 		 00A7 		 FB04 		 0085 		 2000 		 00
    DecrementBE 		 EF0306 		 0076 		 FA05 		 0085 		 2000 		 00
    RS-232C Communication / Network command table (continued) 
    						
    							
    20
    
    RS-232C Communication / Network command table (continued)
    Names	 Operation 	 TypeHeader Command 	 DataCRCActionType
    Setting 	 Code
    SRS	 WOW 	 – 	 RGB1 	SetTURN 	 OFFBE 		 EF0306 		 00FE 		 FF01 		 0090 		 2000 		 00
    MIDBE 		 EF0306 		 009E 		 FE01 		 0090 		 2002 		 00
    HIGHBE 		 EF0306 		 000E 		 FF01 		 0090 		 2003 		 00
    GetBE 		 EF0306 		 00CD 		 FF02 		 0090 		 2000 		 00
    SRS
    	
    WOW
    	
    –
    	
    RGB2
    Set TURN 	 OFFBE 		 EF0306 		 00CE 		 FE01 		 0094 		 2000 		 00
    MIDBE 		 EF0306 		 00AE 		 FF01 		 0094 		 2002 		 00
    HIGHBE 		 EF0306 		 003E 		 FF01 		 0094 		 2003 		 00
    GetBE 		 EF0306 		 00FD 		 FE02 		 0094 		 2000 		 00
    SRS
    	
    WOW
    	
    –
    	
    HDMI
    Set TURN 	 OFFBE 		 EF0306 		 00BA 		 FF01 		 0093 		 2000 		 00
    MIDBE 		 EF0306 		 00DA 		 FE01 		 0093 		 2002 		 00
    HIGHBE 		 EF0306 		 004A 		 FF01 		 0093 		 2003 		 00
    GetBE 		 EF0306 		 0089 		 FF02 		 0093 		 2000 		 00
    SRS
    	
    WOW
    	
    –
    	
    VIDEO
    Set TURN 	 OFFBE 		 EF0306 		 0002 		 FE01 		 0091 		 2000 		 00
    MIDBE 		 EF0306 		 0062 		 FF01 		 0091 		 2002 		 00
    HIGHBE 		 EF0306 		 00F2 		 FE01 		 0091 		 2003 		 00
    GetBE 		 EF0306 		 0031 		 FE02 		 0091 		 2000 		 00
    SRS
    	
    WOW
    	
    –
    	
    S-VIDEO
    Set TURN 	 OFFBE 		 EF0306 		 0046 		 FE01 		 0092 		 2000 		 00
    MIDBE 		 EF0306 		 0026 		 FF01 		 0092 		 2002 		 00
    HIGHBE 		 EF0306 		 00B6 		 FE01 		 0092 		 2003 		 00
    GetBE 		 EF0306 		 0075 		 FE02 		 0092 		 2000 		 00
    SRS	 WOW 	 – 	COMPONENTSetTURN 	 OFFBE 		 EF0306 		 0032 		 FF01 		 0095 		 2000 		 00
    MIDBE 		 EF0306 		 0052 		 FE01 		 0095 		 2002 		 00
    HIGHBE 		 EF0306 		 00C2 		 FF01 		 0095 		 2003 		 00
    GetBE 		 EF0306 		 0001 		 FF02 		 0095 		 2000 		 00
    MUTESetTURN 	 OFFBE 		 EF0306 		 0046 		 D301 		 0002 		 2000 		 00
    TURN
    	
    ON BE
    		
    EF
    03 06 		 00D6 		 D201 		 0002 		 2001 		 00
    GetBE 		 EF0306 		 0075 		 D302 		 0002 		 2000 		 00
    SPEAKERSetTURN 	 OFFBE 		 EF0306 		 006E 		 D501 		 001C 		 2000 		 00
    TURN
    	
    ON BE
    		
    EF
    03 06 		 00FE 		 D401 		 001C 		 2001 		 00
    GetBE 		 EF0306 		 005D 		 D502 		 001C 		 2000 		 00 
    						
    All Dukane manuals Comments (0)

    Related Manuals for Dukane Imagepro 8943a Projector Technical Manual