Home AMX User Forum AMX Control Products
Options

Touch Panel Interface

We have a New ELO Touch panel interface. Our control system is an AXB-TPI. We were hoping we could just plug it in and it would work, but no such luck. Could someoen tell us what drivers we would need to upload to the AXB-TPI. The touchpanel is an ET1939L from Touch system.

Comments

  • Options
    Configuring the touch protocol, either by SEND_COMMAND thru the master, or by terminal directly on the TPI:
    "'MOUSE <touch_type>'"
    Turn On serial mouse or other touch devices by setting the serial touch
    interface type. When changing the serial touch device, you must connect
    the hardware before setting the device type. This command soes NOT allow
    you to "turn mouse off". The <touch_type> is the touch mode from below.

    Syntax:
    SEND_COMMAND <DEV>,"'MOUSE <touch_type>'"

    Variables:
    Serial touch types <touch_types>:
    00: Touch OFF touch interface (Microsoft? serial mouse)
    01: Microsoft? serial mouse (PC Presenter)
    02: Second Microsoft? serial mouse (MX-MM MobileMouse)
    10: Dynapro? mouse
    11: MicroTouch?
    12: Elo IntelliTouch? touch monitor (G3 touch panels)
    13: Elo AccuTouch? touch monitor and VTM-D15/A MultiMedia
    Touch Panel
    15: EZ Screen? touch monitor
    8000: Touch Output to Serial Port (Elo IntelliTouch)
    FF: External touch driver

    Example:
    SEND_COMMAND Panel,"'MOUSE 11'"
    Sets the touch interface to MicroTouch.
    The TPI just supports IntelliTouch and Accutouch protocol. From the Tyco homepage, the 1939 screen can be ordered with much more touch types. I don't know if their protocols are identical to IntelliTouch or AccuTouch.
    http://www.elotouch.com/products/LCDs/1939L/default.asp
  • Options
    marshootmarshoot Posts: 7
    Interface

    Thanks that worked. the drivers were already in the TPI we just need to resign and calabrate.
Sign In or Register to comment.