Page 1
EX112 1 X 2 EX122 2 X 3 EX142 2 X 3 EX152 1 X 2 Read and understand all safety information contained in this document before using this product. 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
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.
Communicating with the Controller ................. 18 Firmware Commands ....................20 Calibrate Extended ....................22 Calibrate Raw ......................24 Diagnostic Command ....................25 Format Raw ......................25 Format Tablet ......................27 Mode Stream ......................28 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Page 4
Unit Type Verify ...................... 31 Appendix A EX122/142 Controller Specifications Technical Specifications ..................34 Physical Dimensions ....................34 Appendix B EX112/152 Controller Specifications Technical Specifications ..................38 Physical Dimensions ....................38 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
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.
Follow all instructions and recommendations in the manufacturer's Material Safety Data Sheet and product label. Sensor Care and Cleaning The sensor requires very little maintenance. 3M Touch Systems recommends that you periodically clean the glass surface. CAUTION To reduce the risk of the potentially hazardous situations associated with the use...
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.
CHAPTER 2 Integrating 3M™ MicroTouch™ EX Serial Controllers The 3M™ MicroTouch™ EX serial controller provides a drop-in replacement for an existing controller with wide dynamic range, increased noise immunity, wide operating temperature stability, reprogrammability using software utilities and improved capability in ungrounded environments.
A method of supplying power to the controller -- either internal or external. • A touch driver with a calibration routine. You can use 3M™ MicroTouch™ MT 7 software which includes the necessary touch driver and utilities software. Handling and ESD Protection When mounting the sensor and controller, use normal precautions for handling electrostatic sensitive devices.
AC waveform. White Upper right (UR) corner Lower right (LR) corner Black Upper left (UL) corner Blue Lower left (LL) corner 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Page 12
Connects to the flex tail shield, which must not be grounded wire because the EX112 drives the flex tail shield with an AC waveform. Lower right (LR) corner Lower left (LL) corner 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
When creating a custom serial cable connection, you can provide power to the controller through the mating Molex connector: (refer to Table 1 for more information on actual cable connections). 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
2. Attach power and ground to the connector, (Pin 6: +5V to +12V, Pin 7: Ground). Using an External Wall-Mount Power Supply If you are using a standard 3M™ MicroTouch™ RS-232 serial cable (P/N 7310101), consult your applications engineer for power supply specifications.
Page 15
Note 1: this is a fatal error. Note 2: this error is detected by the ROM code Note 3: indicates that the EEPROM is not formatted when given by the ROM code 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
3M™ MicroTouch™ Controller EX Serial Reference Guide Installing 3M™ MicroTouch™ Software 3M™ MicroTouch™ Software includes the driver that enables your sensor to work with your computer. 3M Touch Systems has touch drivers for many operating systems, including Windows® 7, Windows® Vista, Windows® XP, Windows® XP embedded, Windows®...
3M™ MicroTouch™ EX Serial Controller Communications This chapter discusses the fundamentals of communicating with the 3M™ MicroTouch™ EX serial controller. The firmware commands, which are usually issued by a driver or utility program on the host system, control the operation of the touch controller, however developers can enter these commands directly.
Data format refers to the type of packet the controller uses to send the X/Y touch coordinates to the host system. Format Tablet is the default format for the 3M™ MicroTouch™ EX serial controller. In Format Tablet, the controller sends 5 bytes per point and provides the most rapid response time to a touch.
Page 19
3M™ MicroTouch™ Controller EX Serial Reference Guide The commands listed in the following table are those that 3M Touch Systems currently uses for development. 3M Touch Systems recommends that you use only these commands for 3M™ MicroTouch™ EX serial controller development.
<SOH>Response<CR> Controller Initialization To initialize the EX serial controller for new development, 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 21
To optimize the performance of the touch controller and simplify the development of custom drivers, 3M Touch Systems recommends you use the commands listed in Table 5 for current development. Using these commands ensures compatibility with all 3M™...
Calibrate Extended Syntax: <SOH>CX<CR> Note: This command should not be used when 3M™ MicroTouch™ Software is being used. The CX command will interfere with the auto orientation algorithm. To calibrate, use the 2- or 4-point calibration in 3M™ MicroTouch™ Software.
Page 23
3. Touch the sensor at an upper right target, which is located 12.5% (1/8) in from the corner of the video image. The controller returns an acknowledgment of 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
8-bit communication mode. To end Calibrate Raw mode, issue a Reset command. 3M Touch Systems uses the Calibrate Raw command during manufacturing and testing, and recommends you only use this command for diagnostics when you want raw data.
This command requests that the controller check for sensor failures such as broken corners, broken wires, etc. Response: <SOH>0<CR> Positive response. <SOH>1<CR> Command not supported. <SOH>2<CR> Failure detected. Format Raw Syntax: <SOH>FR<CR> 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Page 26
I component of lower left (LL) corner 27-31 Q component of lower left (LL) corner 32-36 I component of lower right (LR) corner 37-41 Q component of lower right (LR) corner 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Xx = X (horizontal) coordinate data; second and third bytes of data. Yy = Y (vertical) coordinate data; fourth and fifth bytes of data. Table 10 Data Sequence MSB* Bits LSB* Data Sequence 7 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
This string contains the controller model number and current firmware revision number. The content and format of this command can change and therefore is not intended for normal customer use. 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Returns a 6-character random identifier, which describes the controller type and the firmware version number. Response: <SOH>CcXxxx<CR> where: = Two ASCII characters that describe the type of 3M™ MicroTouch™ controller. Xxxx = Four ASCII characters that indicate a build identifier. Parameter Set Syntax: <SOH>Ppds[b]<CR>...
Reset command also cancels the Format Raw, Calibrate Raw, and Calibrate Extended commands and returns the controller to normal operation. 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.
Description: Returns to the factory default operating parameters. The Restore Defaults command copies the 3M Touch Systems factory default parameters from ROM to the non-volatile memory (NOVRAM) and then executes a Reset command. Table 12 lists the factory defaults for the EX serial controller. The Restore Defaults command is useful in situations where inadvertent commands to the controller have rendered the sensor inoperative.
Page 32
Table 2 defines the meaning of each bit (LED flashes minus 1) in the status byte. Each bit can be set to 1 or 0, where: 1 = Error 0 = No error 00 = No diagnostic errors (normal response) 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Page 33
(3.75 x 2.5 x 0.9 inches) and mounted to the back or side of your display. The following figures show the overall dimensions of the EX122/EX142 controller and the locations of the mounting holes and connectors. Figure 1 Uncased EX122 Touch Controller 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Figure 2 Cased EX142 Touch Controller Technical Specifications The controller specifications listed below were validated in test systems containing 3M Touch Systems components. These specifications may not be valid if configured with components from suppliers other than 3M Touch Systems. All components in the manufacture of electronic controllers are RoHS Directive compliant (2011/65/EU).
Page 35
≥ 36 °C (refer to Figure 4) Storage Humidity Range < 36°C 0-80% RH Performance and Reliability Minimum Touch Duration 5.4 msec. Touch Resolution – (Maximum addressable coordinates generated by the 16K x 16K controller) 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Page 36
Sensor Compatibility 3M™ MicroTouch™ Capacitive Sensors Communications Protocol Serial RS 232 Figure 4 Storage and Operating Temperature with Humidity Conditions ESD discharges to a 3M™ MicroTouch™ sensor connected to the controller 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Page 37
The following figures show the overall dimensions of the EX112/EX152 controller and the locations of the mounting holes and connectors. Figure 3 EX112 Touch Controller 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Figure 4 EX152 Touch Controller Technical Specifications The controller specifications listed below were validated in test systems containing 3M Touch Systems components. These specifications may not be valid if configured with components from suppliers other than 3M Touch Systems. All components in the manufacture of electronic controllers are RoHS Directive compliant (2011/65/EU).
Page 39
Operating Humidity Range < 36° C 0-95% RH -50 °C to +85 °C Storage Temperature Range ≥ 36 °C (refer to Figure 4) Storage Humidity Range < 36°C 0-80% RH 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Page 40
Sensor Compatibility 3M™ MicroTouch™ Capacitive Sensors Communications Protocol Serial RS 232 Figure 4 Storage and Operating Temperature with Humidity Conditions ESD discharges to a 3M™ MicroTouch™ sensor connected to the controller 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Page 41
3M™ MicroTouch™ Controller EX Serial Reference Guide 3M Touch Systems, Inc. Proprietary Information – TSD-29087 Rev D...
Need help?
Do you have a question about the MicroTouch EX Series and is the answer not in the manual?
Questions and answers