3M Touch Screen Controller RX151 Reference Manual
3M Touch Screen Controller RX151 Reference Manual

3M Touch Screen Controller RX151 Reference Manual

Formerly sc500 usb resistive

Advertisement

Quick Links

3M
MicroTouch
Controller RX151
Reference Guide
Formerly
SC500 USB Resistive
Read and understand all safety information
contained in this document before using this product.
3
3M Touch Systems, Inc. Proprietary Information

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Touch Screen Controller RX151 and is the answer not in the manual?

Questions and answers

Summary of Contents for 3M Touch Screen Controller RX151

  • Page 1 MicroTouch ™ ™ Controller RX151 Reference Guide Formerly SC500 USB Resistive Read and understand all safety information contained in this document before using this product. 3M Touch Systems, Inc. Proprietary Information...
  • Page 2 3M Touch Systems, Inc. warranty, then 3M Touch Systems, Inc. sole obligation and User’s and Purchaser’s exclusive remedy, will be, at 3M Touch Systems, Inc. option, to repair or replace that Product quantity or software media or to refund its purchase price.
  • Page 3: Table Of Contents

    3M™ MicroTouch™ Controller RX151 Reference Guide Contents Introduction What You Need to Know ...................5 Important Safety Information ..................5 3M Touch Systems Support Services.................6 Contact 3M Touch Systems ..................7 Chapter 1 Integrating the RX151 Controller Overview of the RX151 Controller ................9 Handling and ESD Protection ..................10...
  • Page 4 3M™ MicroTouch™ Controller RX151 Reference Guide 3M Touch Systems, Inc. Proprietary Information...
  • Page 5: Introduction

    3M Touch Systems is committed to being a premier supplier in touch systems throughout the world. As a 3M Touch Systems customer, you are aware that we have strong internal programs that meet or exceed environmental regulations of our customers and the regions in which we conduct business.
  • Page 6: 3M Touch Systems Support Services

    Data Sheet and product label. 3M Touch Systems Support Services 3M Touch Systems provides extensive support services through our website and technical support organization. Visit the 3M Touch Systems website at http://www.3M.com\touch, where you can download touch software and drivers, obtain regularly updated technical documentation on 3M™...
  • Page 7: Contact 3M Touch Systems

    5:30 p.m. until 8:00 p.m. US Eastern Standard Time – 9 a.m. to 5 p.m. throughout Europe. You can contact 3M Touch Systems Technical Support (US only -- Eastern Standard Time) by calling the hot line, sending email or a fax.
  • Page 9: Chapter 1 Integrating The Rx151 Controller

    • A 5-wire resistive sensor. • A method of establishing the USB communication between the controller and your system. The standard 3M™ MicroTouch™ USB communications cable (P/N7319420) is recommended. • A software utility or driver with a calibration routine. Note: You can use MicroTouch™ Software, which includes the touch driver and utilities software.
  • Page 10: Handling And Esd Protection

    Refer to Appendix A for further specifications. Establishing the Data Connection The RX151 controller requires a 3M™ MicroTouch™ USB communication cable (P/N 7319420) PC 99 compatible or an equivalent interconnect. One end of this cable plugs into the USB connector (JP7) on the RX151 controller.
  • Page 11: Mounting The Controller

    3M™ MicroTouch™ Controller RX151 Reference Guide Mounting the Controller The controller is designed for internal mounting only. Choose a convenient spot away from high-voltage, high power cables and electronics. Use 4-40 metal screws to mount the controller using the two diagonal mounting holes in the board. The controller should be mounted in line with the sensor cable exit point to minimize cable flexing.
  • Page 12: Turning On Your System

    Status Light (LED) Diagnostics 3M™ MicroTouch™ controllers are highly reliable units; however, there may be occasions when the controller does not perform exactly as you expected. The RX151 controller provides diagnostic feedback with a light emitting diode (LED) on the component side of the board that indicates the status of the sensor.
  • Page 13: What's Next

    What's Next? Since this is a HID (human interface device) compatible controller, the controller will operate independent of a 3M™ MicroTouch™ driver. You must obtain a HID calibration utility from the 3M Touch Systems website. Additional 3M Touch Systems documentation is available from the corporate website at www.3Mtouch.com.
  • Page 15: Chapter 2 Rx151 Controller Communications

    You should be aware of the results before executing any firmware commands. To optimize the performance of the RX151 controller and simplify the development of custom drivers, 3M Touch Systems recommends you use the commands listed in this chapter for current development. 3M Touch Systems, Inc. Proprietary Information...
  • Page 16: Communication Basics

    HID. The only required software is a calibration tool used for aligning the sensor to the display. This calibration tool is available from 3M Touch Systems. Receiving Reports from the Controller The controller sends a variety of reports to the computer.
  • Page 17 3M™ MicroTouch™ Controller RX151 Reference Guide HID-Compatible Coordinate Data – Report 1 This is used to transfer the 10-bit coordinate data to the host. This report, when activated, is sent to the host whenever new data is available/scheduled for transmission. It is an asynchronous report that is activated by default at power up.
  • Page 18: Usb Command Set

    The various requests and reports are grouped together by report size under a common feature ID. The commands listed below are those that 3M Touch Systems currently use for communications. 3M Touch Systems recommends that you use only these commands for RX151 controller communications.
  • Page 19: Set Feature - Set Asynchronous Report

    The controller does not support the command. Controller Initialization To initialize the RX151 controller, 3M Touch Systems recommends that the host system issue a Reset command whenever the host system is powered on and is attempting to establish communication with the controller.
  • Page 20: Set Feature - Calibration

    3M™ MicroTouch™ Controller RX151 Reference Guide Note: The Touch_Reports_Utility command causes the controller to send Report 7 from the endpoint 0 exclusively. This action is essential in getting a calibration utility to function. The endpoint 1 does not send any reports at this time. The Touch_Reports_Restore command causes the controller to send the previously active asynchronous report (REPORT_ID_HID or REPORT_ID_PACKED) from endpoint 1.
  • Page 21 3M™ MicroTouch™ Controller RX151 Reference Guide Offset Field Size Value Description wIndex Always 0 wLength Always 8 Table 12. Data Stage Offset Field Size Value Description Report ID 0x21 Host to device Report 0x04 Set Report subtype bCalType 0xXX 0x01 = Extended Calibration (CX)
  • Page 22: Get Feature - Get Status

    3M™ MicroTouch™ Controller RX151 Reference Guide This command corrects for sensor display orientation and sensor pinout variations. This information will be maintained by the controller. The Calibrate 2 Point command initiates an interactive calibration procedure which defines the active area of the sensor by mapping locations to an absolute X,Y coordinate system.
  • Page 23 3M™ MicroTouch™ Controller RX151 Reference Guide The response to the reset request is sent before the request completes. Polling (via the status request) is then used to check the completion of those requests. Table 14. Controller Status Offset Field Size...
  • Page 24: Set Feature - Reset

    3M™ MicroTouch™ Controller RX151 Reference Guide Table 17. Command Status Field Entries Response Description Failure in command processing Command being processed Stage 1 processing complete (for multi-stage commands). Command complete Soft reset occurred Hard reset occurred Stage 2 processing complete (for multi-stage commands) Not used Touch Status –...
  • Page 25: Set Feature - Restore Defaults

    3M™ MicroTouch™ Controller RX151 Reference Guide Set Feature - Restore Defaults This is a request to restore the default values in the controller to the factory presets. You must recalibrate after this command since this request will also default the calibration and display orientation.
  • Page 26: Get Feature - Get Controller Number

    3M™ MicroTouch™ Controller RX151 Reference Guide Offset Field Size Value Description Not used Not used bSubArea 0x05 Block number bIndex 0x00 Index into block bDataLength 0x04 Number of valid data bytes for this xfer (always padded to 64) Not used...
  • Page 27 3M™ MicroTouch™ Controller RX151 Reference Guide Table 27. Data Stage Offset Field Size Value Description bReport ID 0x03 Feature Report ID bmReport 0x02 Indicates a set param index Subtype bArea Memory Area (always 0=Ctrl EEPROM ) Not used Not used...
  • Page 28 3M™ MicroTouch™ Controller RX151 Reference Guide Table 30. Data Stage 2 through 9 (controller response data 8 * 8 data bytes) Offset Field Size Value Description wData 0xXX 4 bytes of data (trailing pad bytes are ignored ) Data Stage The controller ID is in the first 4 bytes of data stage, the remaining bytes are padding.
  • Page 29 3M™ MicroTouch™ Controller RX151 Reference Guide APPENDIX A RX151 Controller Specifications This section provides controller specifications such as power and environmental requirements. The RX151 controller is a compact, small outline USB controller. This controller should be internally mounted in your monitor.
  • Page 30: Technical Specifications

    3M™ MicroTouch™ Controller RX151 Reference Guide Technical Specifications Physical Dimensions Uncased 2.75 in. x 1.3 in. x 0.45 in. (69.9 mm x 33.0 mm x 11.4 mm) Board Level Functions 5 VDC / 12 VDC (15 mA typical, 28 mA touching); ± 5% regulation...
  • Page 31 3M™ MicroTouch™ Controller RX151 Reference Guide 1 false touch allowed ±20KV Air Discharge – Class 1 per section 9 of IEC 61000-4-2 Compliant Normal Operation – No false touches MTBF (by MIL Std. 217F Calculation) >400,000 Hours 3M Touch Systems Parameters Accuracy vs.

This manual is also suitable for:

Sc500 usb resistiveMicrotouch rx151

Table of Contents