Customer SolutionsMachine Control and Data Acquisition of a Torque Converter Test Stand Using LabVIEW™
Author(s):Anthony Gaskell, Quantum Controls, Inc.
Industry:Automotive
Product:LabVIEW, Signal Conditioning
The Challenge:Controlling a machine that tests automobile clutch torque converters by causing them to slip and/or lock-up, all while collecting pertinent data at speeds up to 2000 HZ and storing it to a PC hard drive for post-test analysis.
The Solution:Using the inherent bitmap and boolean control features of National Instruments LabVIEW to create a graphical monitoring screen, as well as using LabVIEW with SCXI hardware to implement the control system for the machine and high-speed data acquisition.Introduction The graphical user interface (GUI) had to be suitable for operators who are heavily involved in mechanical design and possess limited Windows experience. LabVIEW was used to implement a graphical monitoring screen that features dynamic objects resembling mechanical equipment and pneumatic diagrams. The temperature setpoint is given a deadband around it in which no action is taken by either the heater or cooler. When the ATF temp rises above the deadband, the heat exchanger cools the fluid down. Conversely, when the temperature drops below the deadband, the heater activates to warm the fluid up. Two separate PID loops were implemented for this single application task. The operator is given fields on a password-protected screen to change the deadband width of the temperature PID control loop, as well as change any of the parameters for EACH of the three PID loops. The screen shown in figure 1 is used by operators to change the given fields. The ATF heater was variably controlled using a 4-20mA signal similar to that used for the pressure proportional valve. The heat exchanger, however, was controlled by a digital on/off output (powered from an SCXI-1160 output module). This output was variably controlled using a pulse-width modulation scheme given a reasonable duty cycle for temperature control. A separate monitoring screen was added to the interface that allows the more mechanically inclined operators a chance to get a good overview of the entire system and view the different states of equipment and signals. The screen resembles a pneumatic diagram of the overall torque converter machinery. The different elements of the diagram change color based on their on/off state or fault condition. The screen shown here exhibits the graphical monitoring screen as viewed by the operators. The changing symbols and icons on the graphical monitoring screen were designed to help easily determine the state of the torque converter equipment. The "edit control" feature of LabVIEW proved to be an important tool in the design and creation of these components on the front panel. Most items on the screen (including the Drive Motor and solenoid valves) were first drawn in AutoCAD as part of a drawing set. The pieces were then exported from AutoCAD 2000 into Microsoft Paint, using the inherent cut/copy/paste features of Windows. Fine-tuning of each object was completed, and two copies of each object were saved. One copy consists of the component in its resting (OFF) state, with white used as its main color. The other copy of the BMP shows the object in its active (ON) state, with its object color as green (or red, if fault object being displayed). A boolean indicator was edited, importing the resting BMP as the FALSE case and the active BMP as the TRUE case. By utilizing the "edit control" features of LabVIEW, it is possible to create ANY type of display item desired. View the entire user solution in Adobe Acrobat PDF format. |
