
3.0 PROJECTOR-SIDE CONFIGURATION
R699802 - THEATER System Kit for Inti 13
Lens Control
Examples
3.6 Using a Programmable Infra-Red Remote Control Unit
You may want to use an IR device such as Programmable Remote Control or Tablet to centralize your projector
commands and also to control the Image aspect ratio. The infra red command must be sent using NEC 5 protocol in
ASCII format.
In the following example, Anamorphic Mode A command is 37h 33h 32h 33h, this command has to be converted as
ASCII, it becomes 73 05.
To send this command using long hex Pronto compatible, convert the ASCII code as two hexadecimal numbers as
follow:
73h = 115
23h = 35
Then program the Pronto RCU using the Device number 115 and Function 35:
• Anamorphic mode A: Device Code: 115 (0x73) Function: 35 (0x23):
0000 006D 0001 0011 0141 00A0 0014 003C 0014 003C 0014 0014 0014 0014 0014 003C 0014 003C 0014 003C
0014 0014 0014 003C 0014 003C 0014 0014 0014 0014 0014 0014 0014 003C 0014 0014 0014 0014 0014 030E
• Anamorphic Mode OFF: Device Code: 115 (0x73) Function: 36 (0x24):
0000 006D 0001 0011 0141 00A0 0014 003C 0014 003C 0014 0014 0014 0014 0014 003C 0014 003C 0014 003C
0014 0014 0014 0014 0014 0014 0014 003C 0014 0014 0014 0014 0014 003C 0014 0014 0014 0014 0014 0336
A complete device/function chart with their corresponding long hex commands is available, ask your dealer if
required.
Header (21h) Command Data Description
Lens Menu 52h 43h 37h 33h 33h 30h Lens Menu: Toggle the Lens Menu.
Lens Shift Up 52h 43h 37h 33h 32h 31h Shift the picture upward using lens shift.
Lens Shift Down 52h 43h 37h 33h 32h 32h Shift the picture downard using lens shift.
Lens Shift Right 52h 43h 37h 33h 34h 33h Shift the picture to the right using lens shift.
Lens Shift Left 52h 43h 37h 33h 34h 34h Shift the picture to the left using the lens shift.
Lens Focus + 52h 43h 37h 33h 33h 31h Focus far.
Lens Focus - 52h 43h 37h 33h 33h 32h Focus near
Lens Zoom T 52h 43h 37h 33h 33h 35h Zoom Tele
Lens Zoom W 52h 43h 37h 33h 33h 37h Zoom Wide
You want to... Command to send
Switch the projector ON send: 21h 89h 01h 50h 57h 31h 0Ah
receive: 06h 89h 01h 50h 57h 0Ah
Switch the projector OFF send: 21h 89h 01h 50h 57h 30h 0Ah
receive: 06h 89h 01h 50h 57h 0Ah
Change Active Input to Comp.
send: 21h 89h 01h 49h 50h 32h 0Ah
or
send: 21h 89h 01h 52h 43h 37h 33h 34h 44h 0Ah
Macro to switch to 2.35:1 send: 21h 89h 01h 52h 43h 37h 33h 32h 33h 0Ah
Macro to switch to 16:9 send: 21h 89h 01h 52h 43h 37h 33h 32h 34h 0Ah