Home > Hitachi > Projector > Hitachi Cp X417 Projector Technical Manual

Hitachi Cp X417 Projector Technical Manual

    Download as PDF Print this page Share this page

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

    							
    
    
    Command Control via the Network (continued)
    Command Format
    [TCP #23]
    1. Protocol
    Consist of header (7 bytes) + command data (6 bytes)
    2. Header
    BE + EF + 03 + 06 + 00 + CRC_low + CRC_high
    CRC_low: Lower byte of CRC flag for command data
    CRC_high: Upper byte of CRC flag for command data
    3. Command data
    Command data chart
    byte_0byte_byte_2byte_3byte_4byte_5
    ActionTypeSetting code
    lowhighlowhighlowhigh
    Action (byte_0 - )
    ActionClassificationContent
    SetChange setting to desired value.
    2GetRead projector internal setup value.
    4Increment Increment setup value by .
    5DecrementDecrement setup value by .
    6ExecuteRun a command.
    Requesting projector status (Get command)
    () Send the following request code from the PC to the projector.
    	 Header	+	Command	data	(‘02H’ 	+	‘00H’	+	type	(2	bytes)	+	‘00H’ 	+	‘00H’)	
    (2) The projector returns the response code  ‘1DH’	+	data	(2	bytes)
     to the PC.
    Changing the projector settings (Set command)
    () Send the following setting code from the PC to the projector.
    		 Header	+	Command	data	(‘01H’ 	+	‘00H’	+	type	(2	bytes)	+	setting	code	(2	bytes))	
    (2) The projector changes the setting based on the above setting code.
    (3) The projector returns the response code 	‘06H’	
    to the PC.
    Using the projector default settings (Reset Command)
    () The PC sends the following default setting code to the projector.
    	 Header	+	Command	data	(‘06H’ 	+	‘00H’	+	type	(2	bytes)	+	‘00H’ 	+	‘00H’)	
    (2) The projector changes the specified setting to the default value.
    (3) The projector returns the response code 	‘06H’
     to the PC.
    Increasing the projector setting value (Increment command)
    () The PC sends the following increment code to the projector.
    	 Header	+	Command	data	(‘04H’	+	‘00H’	+	type	(2	bytes)	+	‘00H’ 	+	‘00H’)	
    (2) The projector increases the setting value on the above setting code.
    (3) The projector returns the response code 
    ‘06H’ to the PC. 
    						
    							
    2
    
    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. 
    						
    							
    3
    
    Command Control via the Network (continued)
    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 “e3d97429adffabcef727583d4bde”.
    5)    Add this “e3d97429adffabcef727583d4bde” in front of the commands and 
    send the data.
      Send “e3d97429adffabcef727583d4bde”+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. 
    						
    							
    4
    
    Names Operation TypeHeader Command DataCRCActionType
    Setting Code
    PowerSet Turn off BE  EF0306  00 2A  D3 01  00 00  60 00  00
    Turn on BE  EF0306  00 BA  D2 01  00 00  60 01  00Get BE  EF0306  00 19  D3 02  0000  60 00  00[Example return] 
      00  00  01  00 02  00 
      [Off]  [On] [Cool down]
    Input SourceSetCOMPUTER1 BE  EF0306  00 FE  D2 01  0000  20 00  00COMPUTER2 BE  EF0306  00 3E  D0 01  0000  20 04  00HDMI BE  EF0306  00 0E  D2 01  0000  20 03  00COMPONENT BE  EF0306  00 AE  D1 01  0000  20 05  00S-VIDEO BE  EF0306  00 9E  D3 01  0000  20 02  00VIDEO BE  EF0306  00 6E  D3 01  0000  20 01  00MIU BE  EF0306  00 5E  D1 01  0000  20 06  00Get BE  EF0306  00 CD  D2 02  0000  20 00  00Error StatusGet BE  EF0306  00 D9  D8 02  0020  60 00  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)
    RS-232C communication / Network command table
    (continued on next page)
    BRIGHTNESSGetBE  EF0306  00 89  D2 02  0003  20 00 00Increment BE  EF0306  00 EF  D2 04  0003  20 00  00Decrement BE  EF0306  00 3E  D3 05  00 03  20 00  00
    BRIGHTNESS ResetExecute BE  EF0306  00 58  D3 06  0000  70 00  00
    CONTRASTGet BE  EF0306  00 FD  D3 02  0004  20 00  00Increment BE  EF0306  00 9B  D3 04  0004  20 00  00Decrement BE  EF0306  00 4A  D2 05  00 04  20 00  00
    CONTRAST ResetExecute BE  EF0306  00 A4  D2 06  0001  70 00  00
    PICTURE MODESetNORMAL BE  EF0306  00 23  F6 01  00BA  30 00  00CINEMA BE  EF0306  00 B3  F7 01  00BA  30 01  00DYNAMIC BE  EF0306  00 E3  F4 01  00BA  30 04  00BOARD(BLACK) BE  EF0306  00 E3  EF 01  00BA  30  20  00BOARD(GREEN) BE  EF0306  00 73  EE 01  00BA  30  21  00WHITEBOARD BE  EF0306  00 83  EE 01  00BA  30 22  00DAYTIME BE  EF0306  00 E3  C7 01  00BA  30 40  00Get BE  EF0306  00 10  F6 02  00BA  30 00  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]
    GAMMASet #1 DEFAULT BE  EF0306  00 07 E901  00 A1  30 20  00
    #1 CUSTOM BE  EF0306  00 07 FD01  00A1  30 10  00
    #2 DEFAULT BE  EF0306  00 97 E801  00 A1  30 21  00
    #2 CUSTOM BE  EF0306  00 97 FC01  00A1  30 11  00
    #3 DEFAULT BE  EF0306  00 67 E801  00 A1  30 22  00
    #3 CUSTOM BE  EF0306  00 67 FC01  00A1  30 12  00
    #4 DEFAULT BE  EF0306  00 F7 E901  00 A1  30 23  00
    #4 CUSTOM BE  EF0306  00 F7 FD01  00 A1  30 13  00
    #5 DEFAULT BE  EF0306  00 C7 EB 01  00A1  30 24  00
    #5 CUSTOM BE  EF0306  00 C7 FF01  00A1  30 14  00
    #6 DEFAULT BE  EF0306  00 57 EA01  00 A1  30 25  00
    #6 CUSTOM BE  EF0306  00 57 FE01  00 A1  30 15  00Get BE  EF0306  00 F4 F002  00 A1  30 00  00
    RS-232C communication / Network command table 
    						
    							
    5
    
    RS-232C communication / Network command table (continued)
    Names Operation TypeHeader Command DataCRCActionType
    Setting Code
    User Gamma PatternSetOff BE  EF0306  00 FB  FA 01  0080  30 00  00
    9 steps gray scale BE  EF0306  00 6B  FB 01  0080  30 01  00
    15 steps gray scale BE  EF0306  00 9B  FB 01  0080  30 02  00Ramp BE  EF0306  00 0B  FA 01  0080  30 03  00Get BE  EF0306  00 C8  FA 02  0080  30 00  00
    User Gamma Point 1Get BE  EF0306  00 08  FE 02  0090  30 00  00Increment BE  EF0306  00 6E  FE 04  0090  30 00  00Decrement BE  EF0306  00 BF  FF 05  0090  30 00  00
    User Gamma Point 2Get BE  EF0306  00 F4  FF 02  0091  30 00  00Increment BE  EF0306  00 92  FF 04  0091  30 00  00Decrement BE  EF0306  00 43  FE 05  0091  30 00  00
    User Gamma Point 3Get BE  EF0306  00 B0  FF 02  0092  30 00  00Increment BE  EF0306  00 D6  FF 04  0092  30 00  00Decrement BE  EF0306  00 07  FE 05  0092  30 00  00
    User Gamma Point 4Get BE  EF0306  00 4C  FE 02  0093  30 00  00Increment BE  EF0306  00 2A  FE 04  00 93  30 00  00Decrement BE  EF0306  00 FB  FF 05  0093  30 00  00
    User Gamma Point 5Get BE  EF0306  00 38  FF 02  0094  30 00  00Increment BE  EF0306  00 5E  FF 04  0094  30 00  00Decrement BE  EF0306  00 8F  FE 05  0094  30 00  00
    User Gamma Point 6Get BE  EF0306  00 C4  FE 02  0095  30 00  00Increment BE  EF0306  00 A2  FE 04  0095  30 00  00Decrement BE  EF0306  00 73  FF 05  0095  30 00  00
    User Gamma Point 7Get BE  EF0306  00 80  FE 02  0096  30 00  00Increment BE  EF0306  00 E6  FE 04  0096  30 00  00Decrement BE  EF0306  00 37  FF 05  0096  30 00  00
    User Gamma Point 8Get BE  EF0306  00 7C  FF 02  0097  30 00  00Increment BE  EF0306  00 1A  FF 04  00 97  30 00  00Decrement BE  EF0306  00 CB  FE 05  0097  30 00  00
    COLOR TEMPSetHIGH BE  EF0306  00 0B  F5 01  00B0  30 03  00
    CUSTOM-1 (HIGH) BE  EF0306  00 CB  F8 01  00B0  30 13  00MID BE  EF0306  00 9B  F4 01  00B0  30 02  00
    CUSTOM-2 (MID) BE  EF0306  00 5B  F9 01  00B0  30 12  00LOW BE  EF0306  00 6B  F4 01  00B0  30 01  00
    CUSTOM-3 (LOW) BE  EF0306  00 AB  F9 01  00B0  30 11  00Hi-BRIGHT-1 BE  EF0306  00 3B  F2 01  00B0  30 08  00CUSTOM-4 (Hi-BRIGHT-1)BE  EF0306  00 FB  FF 01  00B0  30 18  00Hi-BRIGHT-2 BE  EF0306  00 AB  F3 01  00B0  30 09  00CUSTOM-5 (Hi-BRIGHT-2)BE  EF0306  00 6B  FE 01  00B0  30 19  00Hi-BRIGHT-3 BE  EF0306  00 5B  F3 01  00B0  30 0A  00CUSTOM-6 (Hi-BRIGHT-3)BE  EF03 06  00 9B  FE 01  00B0  30 1A  00Get BE  EF0306  00 C8  F5 02  00B0  30 00  00
    COLOR  TEMP GAIN RGet BE  EF0306  00 34  F4 02  00B1  30 00  00Increment BE  EF0306  00 52   F4 04  00B1  30 00  00Decrement BE  EF0306  00 83   F5 05  00B1  30 00  00
    COLOR  TEMP GAIN GGet BE  EF0306  00 70   F4 02  00B2  30 00  00Increment BE  EF0306  00 16   F4 04  00B2  30 00  00Decrement BE  EF0306  00 C7   F5 05  00B2  30 00  00
    RS-232C communication / Network command table (continued)
    (continued on next page) 
    						
    							
    6
    
    Names Operation TypeHeader Command DataCRCActionType
    Setting Code
    COLOR TEMP GAIN BGet BE  EF0306  00 8C  F5 02  00B3  30 00  00Increment BE  EF0306  00 EA  F5 04  00 B3  30 00  00Decrement BE  EF0306  00 3B  F4 05  00B3  30 00  00
    COLOR  TEMP 
    OFFSET  RGet BE  EF0306  00 04  F5 02  00B5  30 00  00Increment BE  EF0306  00 62  F5 04  00B5  30 00  00Decrement BE  EF0306  00 B3  F4 05  00B5  30 00  00
    COLOR  TEMP 
    OFFSET  GGet BE  EF0306  00 40  F5 02  00B6  30 00  00Increment BE  EF0306  00 26  F5 04  00B6  30 00  00Decrement BE  EF0306  00 F7  F4 05  00B6  30 00  00
    COLOR  TEMP 
    OFFSET  BGet BE  EF0306  00 BC  F4 02  00B7  30 00  00Increment BE  EF0306  00 DA  F4 04  00 B7  30 00  00Decrement BE  EF0306  00 0B  F5 05  00B7  30 00  00
    COLOR Get BE  EF0306  00 B5  72 02  0002  22 00  00Increment BE  EF0306  00 D3  72 04  0002  22 00  00Decrement BE  EF0306  00 02  7305  0002  22 00  00
    COLOR ResetExecute BE  EF0306  00 80  D0 06  000A  70 00  00TINTGet BE  EF0306  00 49  7302  0003  22 00  00Increment BE  EF0306  00 2F  73 04  0003  22 00  00Decrement BE  EF0306  00 FE  72 05  0003  22 00  00
    TINT  ResetExecute BE  EF0306  00 7C  D1 06  000B  70 00  00SHARPNESSGet BE  EF0306  00 F1  72 02  0001  22 00  00Increment BE  EF0306  00 97  7204  0001  22 00  00Decrement BE  EF0306  00 46  7305  0001  22 00  00
    SHARPNESS ResetExecute BE  EF0306  00 C4  D0 06  0009  70 00  00
    MY  MEMORY  LoadSet1 BE  EF0306  00 0E  D7 01  0014  20 00  002 BE  EF0306  00 9E  D6 01  0014  20 01  003 BE  EF0306  00 6E  D6 01  0014  20 02  004 BE  EF0306  00 FE  D7 01  0014  20 03  00
    MY  MEMORY  SaveSet1 BE  EF0306  00 F2  D6 01  0015  20 00  002 BE  EF0306  00 62  D7 01  0015  20 01  003 BE  EF0306  00 92  D7 01  0015  20 02  004 BE  EF0306  00 02  D6 01  0015  20 03  00PROGRESSIVESetTURN OFF BE  EF0306  00 4A  72 01  00 07  22 00  00TV BE  EF0306  00 DA  73 01  00 07  22 01  00FILM BE  EF0306  00 2A  73 01  00 07  22 02  00Get BE  EF0306  00 79  7202  0007  22 00  00
    VIDEO NRSetLOW BE  EF0306  00 26  7201  0006  22 01  00MID BE  EF0306  00 D6  72 01  0006  22 02  00HIGH BE  EF0306  00 46  7301  0006  22 03  00Get BE  EF0306  00 85  7302  0006  22 00  00ASPECTSet4:3 BE  EF0306  00 9E  D0 01  0008  20 00  0016:9 BE  EF0306  00 0E  D1 01  0008  20 01  0014:9 BE  EF0306  00 CE  D6 01  0008  20 09  00SMALL BE  EF0306  00 FE  D1 01  0008  20 02  00NORMAL BE  EF0306  00 5E  DD 01  0008  20 10  00Get BE  EF0306  00 AD  D0 02  0008  20 00  00
    RS-232C communication / Network command table (continued)
    RS-232C communication / Network command table (continued)
    (continued on next page) 
    						
    							
    7
    
    Names Operation TypeHeader Command DataCRCActionType
    Setting Code
    OVER SCANGet BE  EF0306  00 91  7002  0009  22 00  00Increment BE  EF0306  00 F7  70 04  0009  22 00  00Decrement BE  EF0306  00 26  7105  0009  22 00  00
    OVER SCAN ResetExecute BE  EF0306  00 EC  D9 06  0027  70 00  00
    V POSITIONGet BE  EF0306  00 0D  83 02  0000  21 00  00Increment BE  EF0306  00 6B  83 04  0000  21 00  00Decrement BE  EF0306  00 BA  82 05  00 00  21 00  00
    V POSITION ResetExecute BE  EF0306  00 E0  D2 06  0002  70 00  00
    H POSITIONGet BE  EF0306  00 F1  82 02  0001  21 00  00Increment BE  EF0306  00 97  8204  0001  21 00  00Decrement BE  EF0306  00 46  8305  0001  21 00  00
    H POSITION ResetExecute BE  EF0306  00 1C  D3 06  0003  70 00  00
    H PHASEGet BE  EF0306  00 49  8302  0003  21 00  00Increment BE  EF0306  00 2F  83 04  0003  21 00  00Decrement BE  EF0306  00 FE  82 05  0003  21 00  00
    H SIZEGet BE  EF0306  00 B5  82 02  0002  21 00  00Increment BE  EF0306  00 D3  82 04  0002  21 00  00Decrement BE  EF0306  00 02  8305  0002  21 00  00
    H SIZE ResetExecute BE  EF0306  00 68  D2 06  0004  70 00  00
    AUTO  ADJUSTExecute BE  EF0306  00 91  D0 06  000A  20 00  00
    COLOR SPACESetAUTO BE  EF0306  00 0E  72 01  0004  22 00  00RGB BE  EF0306  00 9E  73 01  0004  22 01  00SMPTE240 BE  EF0306  00 6E  73 01  0004  22 02  00REC709 BE  EF0306  00 FE  72 01  0004  22 03  00REC601 BE  EF0306  00 CE  70 01  0004  22 04  00Get BE  EF0306  00 3D  72 02  0004  22 00  00COMPONENTSetCOMPONENT BE  EF0306  00 4A  D7 01 00 17 20 00  00
    SCART  RGB BE  EF0306  00 DA  D6 01 00 17 20 01  00Get BE  EF0306  00 79  D7 02 0017 20 00  00C-VIDEO FORMATSetAUTO BE  EF0306  00 A2  70 01  0011  22 0A  00NTSC BE  EF0306  00 C2  74 01  0011  22 04  00PAL BE  EF0306  00 52  7501  00 11  22 05  00SECAM BE  EF0306  00 52  7001  00 11  22 09  00NTSC4.43 BE  EF0306  00 62  7701  00 11  22 02  00M-PAL BE  EF0306  00 C2  71 01  0011  22 08  00N-PAL BE  EF0306  00 32  7401  00 11  22 07  00Get BE  EF0306  00 31  7602  00 11  22 00  00
    S-VIDEO FORMATSetAUTO BE  EF0306  00 E6  70 01  0012  22 0A  00NTSC BE  EF0306  00 86  7401  0012  22 04  00PAL BE  EF0306  00 16  7501  0012  22 05  00SECAM BE  EF0306  00 16  7001  0012  22 09  00NTSC4.43 BE  EF0306  00 26  7701  0012  22 02  00M-PAL BE  EF0306  00 86  7101  0012  22 08  00N-PAL BE  EF0306  00 76  7401  0012  22 07  00Get BE  EF0306  00 75  7602  0012  22 00  00HDMISetAUTO BE  EF0306  00 86  D8 01 0022  20 00  00NORMAL BE  EF0306  00 16  D9 01 0022  20 01  00ENHANCED BE  EF0306  00 E6  D9 01 0022  20 02  00Get BE  EF0306  00 B5  D8 02 0022  20 00  00
    RS-232C communication / Network command table (continued)
    RS-232C communication / Network command table (continued)
    (continued on next page) 
    						
    							
    8
    
    NamesOperation TypeHeader Command DataCRCActionType
    Setting Code
    FRAME LOCK – COMPUTER1Set TURN OFF BE  EF0306  00 3B  C2 01  0050  30 00  00
    TURN ON BE  EF0306  00 AB  C3 01  0050  30 01  00Get BE  EF0306  00 08  C2 02  0050  30 00  00
    FRAME LOCK – 
    COMPUTER2Set TURN OFF BE  EF0306  00 0B  C3 01  0054  30 00  00
    TURN ON BE  EF0306  00 9B  C2 01  0054  30 01  00Get BE  EF0306  00 38  C3 02  0054  30 00  00
    FRAME LOCK - 
    HDMISet TURN OFF BE  EF0306  00 7F  C2 01  0053  30 00  00
    TURN ON BE  EF0306  00 EF  C3 01  0053  30 01  00Get BE  EF0306  00 4C  C2 02  0053  30 00  00
    COMPUTER IN1Set SYNC ON G ON BE  EF0306  00 CE  D6 01  0010  20 03  00
    SYNC ON G OFF BE  EF0306  00 5E  D7 01  0010  20 02  00Get BE  EF0306  00 0D  D6 02  0010  20 00  00
    COMPUTER IN2Set SYNC ON G ON BE  EF0306  00 32  D7 01  0011  20 03  00
    SYNC ON G OFF BE  EF0306  00 A2  D6 01  0011  20 02  00Get BE  EF0306  00 F1  D7 02  0011  20 00  00
    KEYSTONE VGet BE  EF0306  00 B9  D3 02  0007  20 00  00Increment BE  EF0306  00 DF  D3 04  0007  20 00  00Decrement BE  EF0306  00 0E  D2 05  0007  20 00  00
    KEYSTONE V ResetExecute BE  EF0306  00 08  D0 06  000C  70 00  00
    KEYSTONE HGet BE  EF0306  00 E9  D0 02  000B  20 00  00Increment BE  EF0306  00 8F  D0 04  000B  20 00  00Decrement BE  EF0306  00 5E  D1 05  000B  20 00  00
    KEYSTONE H ResetExecute BE  EF0306  00 98  D8 06  0020  70 00  00
    AUTO KEYSTONE 
    EXECUTEExecute BE  EF0306  00 E5  D1 06  000D  20 00  00
    WHISPERSetNORMAL BE  EF0306  00 3B  23 01  0000  33 00  00WHISPER BE  EF0306  00 AB  22 01  0000  33 01  00Get BE  EF0306  00 08  2302  0000  33 00  00MIRRORSetNORMAL BE  EF0306  00 C7  D2 01  0001  30 00  00H:INVERT BE  EF0306  00 57  D3 01  0001  30 01  00V:INVERT BE  EF0306  00 A7  D3 01  0001  30 02  00H&V:INVERT BE  EF0306  00 37  D2 01  0001  30 03  00Get BE  EF0306  00 F4  D2 02  0001  30 00  00VOLUME-COMPUTER1Get BE  EF0306  00 CD  CC 02  0060  20 00  00Increment BE  EF0306  00 AB  CC 04  0060  20 00  00Decrement BE  EF0306  00 7A  CD 05  00 60  20 00  00VOLUME-COMPUTER2Get BE  EF0306  00 FD  CD 02  0064  20 00  00Increment BE  EF0306  00 9B  CD 04  0064  20 00  00Decrement BE  EF0306  00 4A  CC 05  00 64  20 00  00VOLUME - HDMIGet BE  EF0306  00 89  CC 02  0063  20 00  00Increment BE  EF0306  00 EF  CC 04  0063  20 00  00Decrement BE  EF0306  00 3E  CD 05  0063  20 00  00VOLUME-COMPONENTGet BE  EF0306  00 01  CC 02  0065  20 00  00Increment BE  EF0306  00 67  CC 04  0065  20 00  00Decrement BE  EF0306  00 B6  CD 05  0065  20 00  00VOLUME-S-VideoGet BE  EF0306  00 75  CD 02  0062  20 00  00Increment BE  EF0306  00 13  CD 04  0062  20 00  00Decrement BE  EF0306  00 C2  CC 05  0062  20 00  00
    (continued on next page)
    RS-232C communication / Network command table (continued)
    RS-232C communication / Network command table (continued) 
    						
    							
    9
    
    Names Operation TypeHeader Command DataCRCActionType
    Setting Code
    VOLUME-VideoGet BE  EF0306  00 31  CD 02  0061  20 00  00Increment BE  EF0306  00 57  CD 04  0061  20 00  00Decrement BE  EF0306  00 86  CC 05  0061  20 00  00
    VOLUME – MIUGet BE  EF0306  00 45 CC 02  0066  20 00  00Increment BE  EF0306  00 23  CC 04  0066  20 00  00Decrement BE  EF0306  00 F2  CD 05  0066  20 00  00MUTESetTURN OFF BE  EF0306  00 46  D3 01  0002  20 00  00
    TURN ON BE  EF0306  00 D6  D2 01  0002  20 01  00Get BE  EF0306  00 75  D3 02  0002  20 00  00SPEAKERSetTURN ON BE  EF0306  00 FE  D4 01  001C  20 01  00
    TURN OFF BE  EF0306  00 6E  D5 01  001C  20 00  00Get BE  EF0306  00 5D  D5 02  001C  20 00  00AUDIO-COMPUTER1SetAUDIO1 BE  EF0306  00 6E  DC 01  0030  20 01  00AUDIO2 BE  EF0306  00 9E  DC 01  0030  20 02  00AUDIO3 BE  EF0306  00 0E  DD 01  0030  20 03  00
    Turn off BE  EF0306  00 FE  DD 01  0030  20 00  00Get BE  EF0306  00 CD  DD 02  0030  20 00  00AUDIO-COMPUTER2SetAUDIO1 BE  EF0306  00 5E  DD 01  0034  20 01  00AUDIO2 BE  EF0306  00 AE  DD 01  0034  20 02  00AUDIO3 BE  EF0306  00 3E  DC 01  0034  20 03  00
    Turn off BE  EF0306  00 CE  DC 01  0034  20 00  00Get BE  EF0306  00 FD  DC 02  0034  20 00  00AUDIO-HDMISetAUDIO1 BE  EF0306  00 2A  DC 01  00 33  20 01  00AUDIO2 BE  EF0306  00 DA  DC 01  00 33  20 02  00AUDIO3 BE  EF0306  00 4A  DD 01  00 33  20 03  00
    AUDIO - HDMI BE  EF0306  00 7A  C4 01  00 33  20 20  00
    Turn off BE  EF0306  00 BA  DD 01  00 33  20 00  00Get BE  EF0306  00 89  DD 02  0033  20 00  00AUDIO-COMPONENTSetAUDIO1 BE  EF0306  00 A2  DC 01  0035  20 01  00AUDIO2 BE  EF0306  00 52  DC 01  0035  20 02  00AUDIO3 BE  EF0306  00 C2  DD 01  0035  20 03  00
    Turn off BE  EF0306  00 32  DD 01  0035  20 00  00Get BE  EF0306  00 01  DD 02  0035  20 00  00AUDIO-S-VIDEOSetAUDIO1 BE  EF0306  00 D6  DD 01  0032  20 01  00AUDIO2 BE  EF0306  00 26  DD 01  0032  20 02  00AUDIO3 BE  EF0306  00 B6  DC 01  0032  20 03  00
    Turn off BE  EF0306  00 46  DC 01  0032  20 00  00Get BE  EF0306  00 75  DC 02  0032  20 00  00AUDIO-VIDEOSetAUDIO1 BE  EF0306  00 92  DD 01  0031  20 01  00AUDIO2 BE  EF0306  00 62  DD 01  0031  20 02  00AUDIO3 BE  EF0306  00 F2  DC 01  0031  20 03  00
    Turn off BE  EF0306  00 02  DC 01  0031  20 00  00Get BE  EF0306  00 31  DC 02  0031  20 00  00AUDIO-MIUSetAUDIO1 BE  EF0306  00 E6  DC 01  0036  20 01  00AUDIO2 BE  EF0306  00 16  DC 01  0036  20 02  00AUDIO3 BE  EF0306  00 86  DD 01  0036  20 03  00MIU BE  EF0306  00 B6  D0 01  0036  20 10  00
    Turn off BE  EF0306  00 76  DD 01  0036  20 00  00Get BE  EF0306  00 45  DD 02  0036  20 00  00
    (continued on next page)
    RS-232C communication / Network command table (continued)
    RS-232C communication / Network command table (continued) 
    						
    							
    20
    
    Names Operation TypeHeader Command DataCRCActionType
    Setting Code
    HDMI-AUDIOSet1 BE  EF0306  00 AE  C6 01  0040  20 01  002 BE  EF0306  00 5E  C6 01  0040  20 02  00Get BE  EF0306  00 0D  C7 02  0040  20 00  00
    REMOTE FREQ.
    NORMALSetOff BE  EF0306  00 FF  3D 01  0030  26 00  00On BE  EF0306  00 6F  3C 01  0030  26 01  00Get BE  EF0306  00 CC 3D 02  0030  26 00  00
    REMOTE FREQ. HIGHSetOff BE  EF0306  00 03  3C 01  0031  26 00  00On BE  EF0306  00 93  3D 01  0031  26 01  00Get BE  EF0306  00 30  3C 02  0031  26 00  00LANGUAGESetENGLISH BE  EF0306  00 F7  D3 01  0005  30 00  00FRANÇAIS BE  EF0306  00 67  D2 01  0005  30 01  00DEUTSCH BE  EF0306  00 97  D2 01  0005  30 02  00ESPAÑOL BE  EF0306  00 07  D3 01  0005  30 03  00ITALIANO BE  EF0306  00 37  D1 01  0005  30 04  00NORSK BE  EF0306  00 A7  D0 01  0005  30 05  00NEDERLANDS BE  EF0306  00 57  D0 01  0005  30 06  00PORTUGUÊS BE  EF0306  00 C7  D1 01  0005  30 07  00BE  EF0306  00 37  D4 01  0005  30 08  00BE  EF0306  00 A7  D5 01  0005  30 09  00BE  EF0306  00 37  DE 01  0005  30 10  00BE  EF0306  00 57  D5 01  0005  30 0A  00SVENSKA BE  EF0306  00 C7  D4 01  0005  30 0B  00PУCCKИЙ BE  EF0306  00 F7  D6 01  0005  30 0C  00SUOMI BE  EF0306  00 67  D7 01  0005  30 0D  00POLSKI BE  EF0306  00 97  D7 01  0005  30 0E  00TÜRKÇE BE  EF0306  00 07  D6 01  0005  30 0F  00Get BE  EF0306  00 C4  D3 02  0005  30 00  00
    MENU POSITION HGet BE  EF0306  00 04  D7 02  0015  30 00  00Increment BE  EF0306  00 62  D7 04  0015  30 00  00Decrement BE  EF0306  00 B3  D6 05  0015  30 00  00MENU POSITION H ResetExecute BE  EF0306  00 DC  C6 06  0043  70 00  00
    MENU POSITION VGet BE  EF0306  00 40  D7 02  0016  30 00  00Increment BE  EF0306  00 26  D7 04  0016  30 00  00Decrement BE  EF0306  00 F7  D6 05  0016  30 00  00MENU POSITION V ResetExecute BE  EF0306  00 A8  C7 06  0044  70 00  00BLANKSetMyScreen BE  EF0306  00 FB  CA 01  0000  30 20  00ORIGINAL BE  EF0306  00 FB  E2 01  0000  30 40  00BLUE BE  EF0306  00 CB  D3 01  0000  30 03  00WHITE BE  EF0306  00 6B  D0 01  0000  30 05  00BLACK BE  EF0306  00 9B  D0 01  0000  30 06  00Get BE  EF0306  00 08  D3 02  0000  30 00  00
    BLANK On/OffSet TURN OFF BE  EF0306  00 FB  D8 01  0020  30 00  00
    TURN ON BE  EF0306  00 6B  D9 01  0020  30 01  00Get BE  EF0306  00 C8  D8 02  0020  30 00  00
    START  UPSetMyScreen BE  EF0306  00 CB  CB 01  0004  30 20  00ORIGINAL BE  EF0306  00 0B  D2 01  0004  30 00  00
    TURN OFF BE  EF0306  00 9B  D3 01  0004  30 01  00Get BE  EF0306  00 38  D2 02  0004  30 00  00
    (continued on next page)
    RS-232C communication / Network command table (continued)
    RS-232C communication / Network command table (continued) 
    						
    All Hitachi manuals Comments (0)

    Related Manuals for Hitachi Cp X417 Projector Technical Manual