Digital Projection E-Vision Series User Guides
Have a look at the manual Digital Projection E-Vision Series User Guides 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 A January 2012 E-Vision series High Brightness Digital Video Projector REMOTE COMMUNICATIONS GUIDE 112-461A BOOK CONTENTS REMOTE COMMUNICATIONS GUIDE About this Guide Symbols used in this guide Warnings Notes Product revision
Digital Projection E-Vision series CONTENTS Remote Communications Guide Rev A January 2012 CONTENTS About this Guide ........................................................................\ .........Rem_1 Symbols used in this guide ................................................................Rem_1 Warnings.........................................................................\ .............Rem_1 Notes.........................................................................\ ...................Rem_1 Product revision ........................................................................\ ..........Rem_1 Introduction ........................................................................\ ...................Rem_2 RS232 Control Commands ...........................................................Rem_3 Header.code........................................................................\ ........Rem_3 Examples.........................................................................\ ............Rem_3 The Commands ........................................................................\ ...........Rem_4 Command.Group.00....................................................................Rem_4 Command.Group.01....................................................................Rem_4 Command.Group.02....................................................................Rem_5 Command.Group.03....................................................................Rem_5 Command.Group.04.(Remote.Control.buttons)...........................Rem_6 PJLink ........................................................................\ ................................Rem_8 Settings ........................................................................\ ........................Rem_8 Host.Name.........................................................................\ ..........Rem_8 Domain.Name.........................................................................\ .....Rem_8 Mail........................................................................\ ......................Rem_8 PJLink.........................................................................\ .................Rem_8 LAN Control Utility ........................................................................\ ....Rem_9 Power.ON/STANDBY...................................................................Rem_9 Picture.and.Volume.controls........................................................Rem_9 Input.Select.........................................................................\ .........Rem_9 AV.Mute.........................................................................\ ...............Rem_9 Status.........................................................................\ ..................Rem_9
Digital Projection E-Vision series ABOUT THIS GUIDE Remote Communications Guide Page Rem_1Rev A January 2012 About this Guide Please.read.this.guide.carefully.before.using.the.projector,.and.keep.it.handy.for.future.reference. A.serial.number.is.located.on.the.side.of.the.projector..Record.it.here:. Symbols used in this guide Warnings ELECTRICAL WARNING: this symbol indicates that there is a danger of electrical shock\ unless the instructions are closely followed. WARNING: this symbol indicates that there is a danger of physical injury \ to yourself and/or damage to the equipment unless the instructions are closely followed. Notes NOTE: this symbol indicates that there is some important information that you should read. Product revision Because.we.at.Digital.Projection.continually.strive.to.improve.our.products,.we.may.change.specifications.and.designs,.and.add.new.features. without.prior.notice..Projectors.built.prior.to.this.revision.of.the.Operating.Guide.may.therefore.not.include.all.the.features.described.
Digital Projection E-Vision series INTRODUCTION Remote Communications Guide Page Rem_2Rev A January 2012 Introduction The.projector.can.be.controlled.by.using.an.external.control.system.in.three.different.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.standard.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.using.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.
Digital Projection E-Vision series RS 232 CONTROL COMMANDS Remote Communications Guide Page Rem_3Rev A January 2012 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 Details of how to connect to the projector, using the LAN or RS232 input, can be found in the Connections Guide. Note: 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.
Digital Projection E-Vision series RS 232 CONTROL COMMANDS Remote Communications Guide Page Rem_4Rev A January 2012 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.Colourn=.-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
Digital Projection E-Vision series RS 232 CONTROL COMMANDS Remote Communications Guide Page Rem_5Rev A January 2012 ASCIIHEXFunctionDescriptionReturn String V99G010656.39.39.47.30.31.30.36.0DGet.Colour. Temperature 0:.Warm. 1:.Standard.. 2:.Cold Pn/F V99S0106n56.39.39.53.30.31.30.36.n.0DSet.Colour. 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.
Digital Projection E-Vision series RS 232 CONTROL COMMANDS Remote Communications Guide Page Rem_6Rev A January 2012 ASCIIHEXFunctionDescriptionReturn String V99G030256.39.39.47.30.33.30.32.0DGet.AV.MutePn/F V99S0302n56.39.39.53.30.33.30.32.n.0DSet.AV.MuteP/F V99G030456.39.39.47.30.33.30.34.0DGet.Image.FreezePn/F V99S0304n56.39.39.53.30.33.30.34.n.0DSet.Image.FreezeP/F V99G030556.39.39.47.30.33.30.35.0DGet.Volumen=.0~60Pn/F V99S0305n56.39.39.53.30.33.30.35.n.0DSet.Volumen=.0~60P/F V99G030856.39.39.47.30.33.30.38.0DGet.Projection. Mode 0:.Front. 1:.Rear. 2:.Ceiling.+.Front. 3:.Ceiling.+.Rear Pn/F V99S0308n56.39.39.53.30.33.30.38.n.0DSet.Projection. Mode 0:.Front. 1:.Rear. 2:.Ceiling.+.Front. 3:.Ceiling.+.Rear P/F V99G030956.39.39.47.30.33.30.39.0DGet.Vertical. Keystone n=.-80~80Pn/F V99S0309n56.39.39.53.30.33.30.39.n.0DSet.Vertical. Keystone n=.-80~80P/F Command Group 04 (Remote Control buttons) ASCIIHEXFunctionDescriptionReturn String V99S040156.39.39.53.30.34.30.31.0DONP/F V99S040256.39.39.53.30.34.30.32.0DOFFP/F V99S040356.39.39.53.30.34.30.33.0DFocus+P/F V99S040456.39.39.53.30.34.30.34.0DFocus-P/F V99S040756.39.39.53.30.34.30.37.0DTEST .PatternP/F V99S040856.39.39.53.30.34.30.38.0DLENS.SHIFTP/F V99S040956.39.39.53.30.34.30.39.0DUPP/F V99S041056.39.39.53.30.34.31.30.0DDOWNP/F V99S041156.39.39.53.30.34.31.31.0DLEFTP/F V99S041256.39.39.53.30.34.31.32.0DRIGHTP/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. When Standby Mode is set to Eco: the RS232 connection is disabled, so it will not be possible to turn the projector On remotely, except via the LAN connection.
Digital Projection E-Vision series RS 232 CONTROL COMMANDS Remote Communications Guide Page Rem_7Rev A January 2012 ASCIIHEXFunctionDescriptionReturn String V99S041356.39.39.53.30.34.31.33.0DENTERP/F V99S041456.39.39.53.30.34.31.34.0DMENUP/F V99S041556.39.39.53.30.34.31.35.0DRETURNP/F V99S041656.39.39.53.30.34.31.36.0DINPUTP/F V99S041756.39.39.53.30.34.31.37.0DPICTUREP/F V99S041856.39.39.53.30.34.31.38.0DAVMUTEP/F V99S041956.39.39.53.30.34.31.39.0DAUTO.SYNCP/F V99S042056.39.39.53.30.34.32.30.0DASPECTP/F V99S042156.39.39.53.30.34.32.31.0DVOL+P/F V99S042256.39.39.53.30.34.32.32.0DVOL-P/F V99S042356.39.39.53.30.34.32.33.0DOVERSCANP/F V99S042456.39.39.53.30.34.32.34.0DFREEZEP/F V99S042556.39.39.53.30.34.32.35.0D3D.MODEP/F V99S042656.39.39.53.30.34.32.36.0DINFO.P/F 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.
Digital Projection E-Vision series PJLINK Remote Communications Guide Page Rem_8Rev A January 2012 Notes For full details of how to use the menu system, see the Operating Guide. The PJLink specification can be downloaded from http://pjlink.jbmia.or.jp/english - click on the Specifications link. PJLink The.LAN IP Address.of.the.projector.can.be.set.by.using.the.Network.submenu,.which.can. be.found.in.the.Advanced Setting.submenu.in.the.Installation.menu. Once.the.LAN.IP .Address.has.been.set,.it.is.possible.to.assign.a.Host Name.and.Domain Name.to.the.projector,.and.to.set.up.an.Alert Mail.address.and.PJLink.password: Point.your.browser.at.the.projector.by.typing.the.url. http:///lanconf.html.into.the.address.bar,. then.press.the.Enter.key. The.embedded.webpage.shown.here.should.appear. Settings Host Name Up.to.60.alpha-numeric.characters.can.be.entered..Press.the.Apply. button.to.confirm.the.new.name. Domain Name Up.to. 60.alpha-numeric. characters..Press. the.Apply.button.to. confirm. the.new.name. Mail When.enabled,.an.email.will.be.sent.to.up.to.three.specified. addresses,.when.the.lamp.reaches.the.end.of.its.useable.life,.or.if.an. error.occurs.on.the.projector..Press.the.Apply.button.to.confirm.the. new.settings. A.test.mail.can.be.sent.to.check.that.the.settings.have.been.made. correctly..Press.the.Execute.button.to.send.the.test.message. PJLink When.enabled,.a.password.can.be.set..Press.the.Apply.button.to. confirm.the.new.password. The.projector.supports.all.the.commands.of.PJLink.Class.1. • •