Home
>
Digital Projection
>
Projector
>
Digital Projection Projector E-Vision 6500 Series User Manual
Digital Projection Projector E-Vision 6500 Series User Manual
Have a look at the manual Digital Projection Projector E-Vision 6500 Series 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+.
Digital Projection E-Vision 6500 Series Menu Map Operating Guide Page 45 Menu Map Menu Submenus and controls PICTURE Picture Mode Presentation, Standard, Game, Movie, sRGB BrilliantColor 0, 1, 2 Brightness Contrast Color Tint Sharpness Advanced Setting Signal Type Auto, RGB, YCrCb, YPrPb Color Temperature Standard, Cold, Warm Red Blue Color Manager Hue, Saturation and Value settings for: Red, Green, Blue, Cyan, Magenta and Yellow Film Mode Noise Reduction Off, Level 1, Level 2, Level 3 Dynamic Black On, Off Reset Projector will ask for confirmation before restoring all settings in this menu (except Picture Mode and Signal Type) to factory defaults. SIGNAL Horizontal Position Vertical Position Phase Clock Reset Projector will ask for confirmation before restoring the four settings above to factory defaults. Resolution Auto, Wide, 4:3 Auto Sync On, Off Notes Some of the information in this menu map is summarised. See the actual menu on the projector for full detail. Some menu options and controls may not be available due to settings in other menus. These will be shaded grey on the actual menu. Where it would be helpful, some menu options are described in more detail earlier in this operating guide. Rev D July 2014
Digital Projection E-Vision 6500 Series Menu Map Operating Guide Page 46 VIDEO Overscan On, Off Video System Auto, PAL, SECAM, NTSC4.43, NTSC3.58, PAL-M, PAL-N, PAL-60 Video Setup 0IRE, 7.5IRE Closed Caption Off, CC1 SETUP Auto Search On, Off Auto Power Off On, Off Auto Power On On, Off Standby Mode Standard, Eco Background Logo, Custom, Blue, None 3D Mode DLP®Link™ On, Off DLP®Link™ Invert Aspect Ratio Normal, Full, 4:3, 16:9, Native Advance Setting Security Lock Disable, Password Keypad Lock Yes, No Image Capture Save image, Delete image Wall Color Off, Whiteboard, Blackboard Digital Zoom Messaging On, Off Menu Submenus and controlsNotes Some of the information in this menu map is summarised. See the actual menu on the projector for full detail. Some menu options and controls may not be available due to settings in other menus. These will be shaded grey on the actual menu. Where it would be helpful, some menu options are described in more detail earlier in this operating guide. Rev D July 2014
Digital Projection E-Vision 6500 Series Menu Map Operating Guide Page 47 INSTALLATION Language Select from list Lamp Control Both, Lamp 1, Lamp 2, Auto 1 Lamp Mode Normal, Eco Projection Mode Front, Rear, Ceiling and Rear, Front and Rear Fan Mode Normal, High, Up & Down Test Pattern None, RGB Ramps, Color Bars, Step Bars, Checkboard, Grid, Horizontal Lin\ es, Vertical Lines, Diagonal lines, Horizontal Ramp, Vertical Ramp, White Advance Setting Keystone Image Resizing Filter Message 100H, 200H, 500H, Off LAN/RS232C LAN, RS232C Network Link, DHP Client On/Off, IP Address, Subnet Mask, Gateway, DNS Communication Speed 38,400, 19,200, 9,600 Apply Projector will ask for confirmation before applying the above changes Reset All Reset Projector will ask for confirmation before restoring all settings to factory defaults Filter Timer Reset Projector will ask for confirmation before resetting the timer to zero Information Input, Signal Info, Lamp 1 Timer, Lamp 2 Timer, Filter Timer, Model Name, SN, Software Version Menu Submenus and controlsNotes Some of the information in this menu map is summarised. See the actual menu on the projector for full detail. Some menu options and controls may not be available due to settings in other menus. These will be shaded grey on the actual menu. Where it would be helpful, some menu options are described in more detail earlier in this operating guide. Rev D July 2014
Digital Projection E-Vision 6500 Series OPERATING GUIDE This page is intentionally left blank.
E-Vision 6500 Series High Brightness Digital Video Projector REMOTE COMMUNICATIONS GUIDE LENS SHIFTZOOM –FOCUS+ MENU ENTER RETURN SOURCE POWER WARNING LAMP1LAMP2AU TO Rev D July 2014
Digital Projection E-Vision 6500 Series IN THIS GUIDE Remote Communications Guide IN THIS GUIDE Introduction ........................................................................\ ................................51 RS232 Control Commands ........................................................................\ .....52 Header code ...............................................................................................................52 Examples .....................................................................................................\ ...................52 The commands ..........................................................................................................53 Command Group 00 ....................................................................................................\ ...53 Command Group 01 ....................................................................................................\ ...53 Command Group 02 ....................................................................................................\ ...54 Command Group 03 ....................................................................................................\ ...54 Command Group 04 (Remote Control buttons) ..............................................................55 PJLink ........................................................................\ ...........................................57 Settings ......................................................................................................................57 Host Name .....................................................................................................\ .................57 Domain Name .....................................................................................................\ ............57 Mail ....................................................................................................\ .............................57 PJLink .....................................................................................................\ ........................57 LAN Control Utility ........................................................................\ ...................58 Power ON/STANDBY .................................................................................................58 Picture controls .........................................................................................................58 Input Select ................................................................................................................58 AV Mute ......................................................................................................................58 Status .........................................................................................................................58 Rev D July 2014
Digital Projection E-Vision 6500 Series Introduction Remote Communications Guide 51 Introduction The projector can be controlled by using an external control system in three dif ferent ways: • All of the projector’s features can be controlled via a serial connection, using the control \ strings described in this guide. • All of the projector’s features can be controlled via a LAN connection, using the industry st\ andard PJLInk commands. For more information about this, see PJLink later in this guide. • A number of basic picture and input settings can be controlled directly u\ sing the embedded LAN Control utility. For more information about this, see LAN Control Utility later in this guide. Notes Details of how to connect to the projector using the LAN or RS232 input, can be found in the Connections Guide. Rev D July 2014
Digital Projection E-Vision 6500 Series RS232 Control Commands Remote Communications Guide 52 RS232 Control Commands There are 2 types of command, Get commands and Set commands. The individual commands are described later in this guide. All commands consist of ascii text strings ending wit an ascii carriage return character . • Set commands: S [CR] • Set commands wit data S [CR] • Get commands: G [CR] The projector sends a reply string to each command. Header code The header code, comprises the following three ascii characters: ascii: V99 hex: 56 39 39 Examples Set Power On: ascii: V99 S 0001 [CR] projector return result in ascii: P hex: 56 39 39 53 30 30 30 31 0D projector return result in hex: 50 Set brightness to 25: ascii: V99 S 0101 25 [CR] projector return result in ascii: P hex: 56 39 39 53 30 31 30 31 32 35 0D projector return result in hex: 50 Get brightness (brightness is 18 in this example): ascii: V99 G 0101 [CR] projector return result in ascii: P 18 hex: 56 39 39 47 30 31 30 31 0D projector return result in hex: 50 31 38 Notes Serial port settings: Baud rate 9,600 bps Data length 8 bits Stop bits one Parity none Flow control none The Communication speed (baud rate) can be adjusted. For details, see the Operating Guide. Spaces are shown in the examples for clarity, but are NOT used in the actual commands or replies. In the Return Result Strings: ‘P’ is returned for a successful Set command; ‘Pn’ is returned for a successful Get command; ‘F’ is returned for a failed command. Rev D July 2014
Digital Projection E-Vision 6500 Series RS232 Control Commands Remote Communications Guide 53 Notes Note: spaces are shown in the examples for clarity, but are NOT used in the actual commands or replies. In the Ascii column, the final [CR] has been omitted for clarity. In the Command Strings and the Return Results, ‘n’ represents a data string. In the Return Result Strings: ‘P’ is returned for a successful Set command; ‘Pn’ is returned for a successful Get command; ‘F’ is returned for a failed command. The commands The commands are divided into five groups, the group number forming the first two characters of the command. Command Group 00 AsciiHexFunctionDescriptionReturn String V99S000156 39 39 53 30 30 30 31 0DPower OnP/F V99S000256 39 39 53 30 30 30 32 0DPower OffP/F V99S000356 39 39 53 30 30 30 33 0DResyncP/F V99G000456 39 39 47 30 30 30 34 0DGet Lamp1 HoursPn/F V99G000556 39 39 47 30 30 30 35 0DGet Air filter timern=0~999999Pn/F V99S000656 39 39 53 30 30 30 36 0DSystem ResetP/F V99G000756 39 39 47 30 30 30 37 0DGet System Status 0: Reset 1: Standby 2: Operation 3: Cooling Pn/F V99G000856 39 39 47 30 30 30 38 0DGet F/W VersionPn/F V99G001056 39 39 47 30 30 31 30 0DGet Lamp2 HoursPn/F Command Group 01 AsciiHexFunctionDescriptionReturn String V99G010156 39 39 47 30 31 30 31 0DGet Brightnessn= -30~30Pn/F V99S0101n56 39 39 53 30 31 30 31 n 0DSet Brightnessn= -30~30P/F V99G010256 39 39 47 30 31 30 32 0DGet Contrastn= -30~30Pn/F V99S0102n56 39 39 53 30 31 30 32 n 0DSet Contrastn= -30~30P/F V99G010356 39 39 47 30 31 30 33 0DGet Colorn= -30~30Pn/F V99S0103n56 39 39 53 30 31 30 33 n 0DSet Colorn= -30~30P/F V99G010456 39 39 47 30 31 30 34 0DGet Tintn= -30~30Pn/F V99S0104n56 39 39 53 30 31 30 34 n 0DSet Tintn= -30~30P/F V99G010556 39 39 47 30 31 30 35 0DGet Sharpnessn= -30~30Pn/F V99S0105n56 39 39 53 30 31 30 35 n 0DSet Sharpnessn= -30~30P/F Continued Rev D July 2014
Digital Projection E-Vision 6500 Series IN THIS GUIDE Remote Communications Guide 54 ASCIIHEXFunctionDescriptionReturn String V99G010656 39 39 47 30 31 30 36 0DGet Color Temperature 0: Warm 1: Standard 2: Cold Pn/F V99S0106n56 39 39 53 30 31 30 36 n 0DSet Color Temperature 0: Warm 1: Standard 2: Cold P/F Command Group 02 ASCIIHEXFunctionDescriptionReturn String V99S020156 39 39 53 30 32 30 31 0DSelect RGBP/F V99S020256 39 39 53 30 32 30 32 0DSelect BNCP/F V99S020356 39 39 53 30 32 30 33 0DSelect ComponentP/F V99S020456 39 39 53 30 32 30 34 0DSelect VideoP/F V99S020556 39 39 53 30 32 30 35 0DSelect S-VideoP/F V99S020656 39 39 53 30 32 30 36 0DSelect DVIP/F V99G022056 39 39 47 30 32 32 30 0DGet Current Source 0: RGB 1: BNC 2: Component 3: Video 4: S-Video 5: DVI Pn/F Command Group 03 ASCIIHEXFunctionDescriptionReturn String V99G030156 39 39 47 30 33 30 31 0DGet Scaling0: Normal 1: Full 2: 4: 3 3: 16: 9 4: Native Pn/F V99S0301n56 39 39 53 30 33 30 31 n 0DSet Scaling0: Normal 1: Full 2: 4: 3 3 : 16:9 4 : Native P/F Continued Notes Note: spaces are shown in the examples for clarity, but are NOT used in the actual commands or replies. In the Ascii column, the final [CR] has been omitted for clarity. In the Command Strings and the Return Results, ‘n’ represents a data string. In the Return Result Strings: ‘P’ is returned for a successful Set command; ‘Pn’ is returned for a successful Get command; ‘F’ is returned for a failed command. Rev D July 2014