Home > Dukane > Projector > Dukane Imagepro 8918 Projector Users Manual

Dukane Imagepro 8918 Projector Users Manual

    Download as PDF Print this page Share this page

    Have a look at the manual Dukane Imagepro 8918 Projector Users 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+.

    							
    32
    
    e-SHOT (Still Image Transfer) Display
    e-SHOT (Still Image Transfer) Display
    The projector can display a still image that is transferred via the netw\
    ork.
    Communication Port
    The following port is used for e-SHOT.
         TCP #9716
    (9)
    e-SHOT (Still Image Transfer) Settings
    Configure the following items from a web browser when e-SHOT is used.
    Example: If the IP address of the projector is set to 192.168.1.10:
    • e-SHOT is not available via communication ports which are used for 
    the command control (TCP #23 and TCP #9715).
    NOTE
    ) Enter [https://192.168.1.10] into the address bar of the web browser.
    )   Enter the Administrator ID and Password and 
    click [Logon]. 
    3) Click [Port settings] on the main menu.
    4)  Click the [Enable] check box to open the 
    [Image Transfer Port (Port: 9716)]. Click the 
    [Enable] check box for the [Authentication] 
    setting when authentication is required, 
    otherwise clear the check box.
    5) Click the [Apply] button to save the settings. 
    						
    							
    33
    
    e-SHOT(Still Image Transfer) Display
    e-SHOT (Still Image Transfer) Settings (Continued)
    When the authentication setting is enabled, the following settings are r\
    equired.
     6) Click [Security Settings] on the main menu.
      )   Select [Network Control] and enter the desired authentication password. * 
    see Note   
      ) Click the [Apply] button to save the settings. * see Note 
    • The Authentication Password will be the same for [Network Control 
    Port1 (Port: 23)], [Network Control Port2 (Port: 9715)], and [Image Transfer 
    Port (Port: 9716)].
    NOTE1
    • The new configuration settings are activated after restarting the 
    network. Restart the network connection when any configuration settings are 
    changed. The network connection can be restarted using [Network Restart] on 
    the main menu.
    NOTE2
    e-SHOT (Still Image Transfer) Transmission
    e-SHOT transmission requires an exclusive application for your PC. You can 
    download it from the Hitachi web site. Refer to the manual for the appli\
    cation for 
    instructions. 
    						
    							
    34
    
    Command Control via the Network
    Command Control via the Network
    You can configure and control the projector via the network using RS-232C 
    commands.
    Communication Port
    The following two ports are assigned for the command control.
         TCP #23
         TCP #9715
    Command Control Settings
    Configure the following items from a web browser when command control is used.
    Example: If the IP address of the projector is set to 192.168.1.10:
    • Command control is not available via communication port (TCP 
    #9716) that is used for the e-SHOT transmission function.
    NOTE
    ) Enter [https://192.168.1.10] into the address bar of the web browser.
    ) Enter the Administrator ID and Password and click [Logon].
    3) Click [Port settings] on the main menu.
    4)   Click the [Enable] check box to open [Network Control Port (Port: 23)] to use 
    TCP #23. Click the [Enable] check box for the [Authentication] setting when 
    authentication is required, otherwise clear the check box.
    5)  Click the [Enable] check box to open [Network Control Port (Port: 9715)] to 
    use TCP #9715. Click the [Enable] check box for the [Authentication] setting 
    when authentication is required, otherwise clear the check box. 
    6) Click the [Apply] button to save the settings.
    (9) 
    						
    							
    35
    
    Command Control via the Network
    Command Control Settings (Continued)
    When the authentication setting is enabled, the following settings are r\
    equired.
    (20)
      ) Click [Security Settings] on the main menu.
      )   Click [Network Control] and enter the desired authentication password. * See 
    Note  .
     9) Click the [Apply] button to save the settings. * See Note  .
    • The Authentication Password will be the same for [Network Control 
    Port1 (Port: 23)], [Network Control Port2 (Port: 9715)], and [Image Transfer 
    Port (Port: 9716)].
    NOTE1
    • The new configuration settings are activated after restarting the 
    network. Restart the network when any configuration settings are changed. 
    The network connection can be restarted using [Network Restart] on the main 
    menu.
    NOTE2 
    						
    							
    36
    
    Command Control via the Network
    Command format
    Command formats differ among the different communication ports.
         TCP #23
    You can use the RS-232C commands without any changes. The reply data format 
    is the same as the RS-232C commands. However, the following reply will be sent 
    back in the event of authentication failure when authentication is enabl\
    ed.
    
    ReplyError code
    0x1F0x040x00
         TCP #9715
    Send Data format
    The following formatting is added to the header (0x02), Data length (0x0D), 
    Checksum (1byte) and Connection ID (1 byte) of the RS-232C commands.
    HeaderData lengthRS-232CcommandChecksumConnection ID
    0x020x0D13 bytes byte byte
    Header   →   0x02, Fixed
    Data length  →   RS-232C commands byte length (0x0D, Fixed)
    RS-232C commands  →   RS-232C commands that start with 0xBE 0xEF (13 bytes)
    Check Sum  →    This is the value to make zero on the addition of the lower 
     bits from the header to the checksum.
    Connection ID   →    Random value from 0 to 255 (This value is attached to 
    the reply data) 
    						
    							
    37
    
    Command Control via the Network
    Reply Data format
    The connection ID (the data is same as the connection ID data on the se\
    nding 
    data format) is attached to the RS-232C commands reply data.
    
    ReplyConnection ID
    0x06 byte
    
    ReplyConnection ID
    0x15 byte
    
    ReplyError codeConnection ID
    0x1C bytes byte
    
    
    
    ReplyDataConnection ID
    0x1D bytes byte
    ReplyStatus codeConnection ID
    0x1F bytes byte
    ReplyAuthentication Error codeConnection ID
    0x1F0x040x00 byte 
    						
    							
    38
    Command Control via the Network
    Automatic Connection Break
    The TCP connection will be automatically disconnected after there is no 
    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 eight bytes will be returned\
     if 
    authentication is enabled. Bind this received   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 “passw\
    ord” and the 
    random eight bytes are “a572f60c”.
      ) Select the projector.
     2) Receive the random eight bytes “a572f60c” from the projector .
     3)  Bind the random eight bytes “a572f60c” and the authentication password 
    “password” and it becomes “a572f60cpassword”.
     4)  Digest this bind “a572f60cpassword” with MD5 algorithm. 
    It will be “e3d97429adffa11bce1f7275813d4bde”.
     5)  Add this “e3d97429adffa11bce1f7275813d4bde” in front of the commands and 
    send the data. 
    Send “e3d97429adffa11bce1f7275813d4bde”+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. 
    						
    							
    
    About The Symbols
    Varioussymbols areused inthis manual, theuser’s manual andonthe product
    itself toensure correctusage,toprevent dangertothe user andothers, andto
    prevent property damage. Themeanings ofthesesymbols aredescribed below.
    Itis important thatyouread these descriptions thoroughlyand fully understand
    thecontents.
    Projector
    User's Manual - Safety Guide
    Typical Symbols
    T h i ss y m b o l i n d i c a t e s a n a d d i t i o n a l w a r n i n g ( i n c l u d i n g c a u t i o n s ) . A n
    illustrationisprovidedtoclarifythecontents.
    This symbol indicates aprohibited action.Thecontents willbeclearly
    indicated inan illustration ornearby (thesymbol tothe leftindicates that
    disassemblyisprohibited).
    Thissymbol indicates acompulsory action.Thecontents willbeclearly
    indicated inan illustration ornearby (thesymbol tothe leftindicates that
    thepowerplugshouldbedisconnectedfromthepoweroutlet).
    Thankyouforpurchasingthisprojector.
    NOTE•Theinformationinthismanualissubjecttochangewithoutnotice.
    •The manufacturer assumesnoresponsibility forany errors thatmay appear in
    thismanual.
    •The reproduction, transmissionoruse ofthis document orcontents isnot
    permittedwithoutexpresswrittenauthority.
    WARNING    • Before  using,  read  these  user's  manuals  of  this  projector  to  ensure 
    correct  usage  through  understanding.  After  reading,  store  them  in  a  safe  place  for 
    future reference. Incorrect handling of this product could possibly result in personal injury 
    or  physical  damage.  The  manufacturer  assumes  no  responsibility  for  any  damage  caused 
    by mishandling that is beyond normal usage defined in these manuals of this projector.
    WARNING
    This symbol indicates information that,ifignored, could
    possiblyresult in personal injury or even death due to
    incorrecthandling.
    CAUTION
    This symbol indicates information that,ifignored, could
    resultpossibly in personal injury or physical damage
    duetoincorrecthandling.
    Read this Safety Guide first. 
    						
    							
    
    
     Safety Precautions
     WARNING
    Never use the projector if a problem should occur.
    Abnormaloperations suchassmoke, strange odor,noimage, nosound,excessive sound,damaged casingorelements orcables, penetration ofliquidsorforeignmatter,etc.cancauseafireorelectricalshock.Insuch case, immediately turnoffthe power switch andthen disconnect thepowerplugfrom thepower outlet.Aftermaking surethatthesmoke orodorhas stopped, contactyourdealer. Neverattempt tomake repairs yourselfbecausethiscouldbedangerous.•Thepoweroutletshouldbeclosetotheprojectorandeasilyaccessible.
    Use special caution for children and pets.
    Incorrect handlingcouldresult infire, electrical shock,injury,burnorvisionproblem.Usespecialcautioninhouseholdswherechildrenandpetsarepresent.
    Do not insert liquids or foreign object.
    Penetration ofliquids orforeign objects couldresult infire orelectrical shock.Usespecialcautioninhouseholdswherechildrenarepresent.Ifliquids orforeign objectshould entertheprojector, immediately turn offthepower switch, disconnect thepower plugfrom thepower outletandcontactyourdealer.•Donotplacetheprojectornearwater(ex.abathroom,abeach,etc.).•Do not expose theprojector torain ormoisture. Donot place theprojectoroutdoors.•Do not place flower vases, pots,cups, cosmetics, liquidssuchaswater, etconoraroundtheprojector.•Donotplacemetals,combustibles,etconoraroundtheprojector.•To avoid penetration offoreign objects, donot puttheprojector into acaseor bag together withanything except theaccessories ofthe projector,signalcablesandconnectors.
    Never disassemble and modify.
    The projector containshighvoltage components. Modificationand/ordisassembly oftheprojectororaccessoriescouldresultinfireorelectricalshock.•Neveropenthecabinet.•Askyourdealertorepairandcleaninsider.
    Do not give the projector any shock or impact.
    If the projector shouldbeshocked and/orbroken, itcould result inan injury,andcontinuedusecouldresultinfireorelectricalshock.Ifthe projector isshocked, immediately turnoffthe power switch, disconnectthepowerplugfromthepoweroutletandcontactyourdealer.
    Do not place the projector on an unstable surface.
    Ifthe projector shouldbedropped and/orbroken, itcould result inan injury,andcontinuedusecouldresultinfireorelectricalshock.•Do not place theprojector onanunstable, slantorvibrant surface suchasawobblyorinclinedstand.•Usethecasterbrakesplacingtheprojectoronastandwithcasters.•Do not place theprojector inthe side upposition, thelens upposition orthelensdownposition.•In the case ofaceiling installation orthe like, contact yourdealer beforeinstallation.
    Disconnecttheplugfromthepoweroutlet.
    Donotdisassemble. 
    						
    							
    
    
     WARNING
    Be cautious of High temperatures of the projector.
    Hightemperatures aregenerated whenthelamp islit. Itcould result infire orburn.Usespecialcautioninhouseholdswherechildrenarepresent.Donot touch about thelens, airfans andventilation openingsduringuseorimmediatelyafteruse,topreventaburn. Takecareofventilation.•Keep aspace of0cmormore between thesides andother objects suchaswalls.•Donotplacetheprojectoronametallictableoranythingweakinheat.•Do not place anything aboutthelens, airfans andventilation openingsoftheprojector.•Neverblocktheairfanandventilationopenings.•Donotcovertheprojectorwithatablecloth,etc.•Donotplacetheprojectoronacarpetorbedding.
    Never look through the lens or openings when the lamp is on.
    Thepowerfullightcouldadverselyaffectvision.Usespecialcautioninhouseholdswherechildrenarepresent.
    Use only the correct power cord and the correct power outlet.
    Incorrectpowersupplycouldresultinfireorelectricalshock.•Use only thecorrect poweroutletdepending onthe indication ontheprojectorandthesafetystandard.•The enclosed powercordmust beused depending onthe power outlettobeused.
    Be cautious of the power cord connection.
    Incorrectconnectionofthepowercordcouldresultinfireorelectricalshock.•Donottouchthepowercordwithawethand.•Check thattheconnecting portionofthe power cordisclean (withnodust),beforeusing.Useasoftanddryclothtocleanthepowerplug.•Insert thepower plugintoapower outletfirmly. Avoidusingaloose,unsoundoutletorcontactfailure.
    Be sure to connect with ground wire.
    Connect theground terminal ofAC inlet ofthis unit with theground terminalprovided atthe building usingthecorrect powercord;otherwise, fireorelectricshockcanresult.•Don’ttakethecoreofpowercordaway.
     Safety Precautions (continued)
    Surelyconnectthegroundwire. 
    						
    All Dukane manuals Comments (0)

    Related Manuals for Dukane Imagepro 8918 Projector Users Manual