by William L. Winterbauer, Ph.D., Principal Engineer, QED Services, Ann Arbor, Mich.
The U.S. military has demanding requirements for the hardware it needs. Take, for instance, a set of gearboxes built by Excel Gear Inc., Roscoe, Ill, (excelgear.com) for missile launchers on the U.S. Navy’s new DDG1000 series of ships. The gearboxes are drive elements for the servo systems that rotate and elevate the missile launcher. For good servo performance the boxes must meet the Navy’s requirements for stiffness, efficiency, and low backlash.
A prototype was tested using a time consuming manual method. Although satisfactory, the method required careful checking to prevent data entry errors. Requirements for the test system called for high accuracy, elimination of measurement errors, and elimination of data entry errors. The company’s experience automating the test procedures provides a useful design lesson.
After successfully completing the prototypes, Excel Gear president N.K. Chinnusamy, decided the production run needed improved assembly procedures and to automat the test methods. Preload on the bearings was identified as an important factor – too little preload allowed excessive backlash while too much decreases efficiency and generates heat. A measurement accurate enough to size an optimum preload spacer is difficult because before the spacer is in place, the bearing can tip from side to side.
The company manufactured a set of fixtures to prevent bearing tipping and improve the repeatability of the preloads. The fixtures also improved the efficiency of the first production boxes and reduced their backlash from what had been attained in the prototype boxes.
Types of tests
The units called for several tests. For example:
Temperature tests during run-in: The primary sources of heat in the gearbox are seal friction, bearing friction, and oil churning. The heat generated by oil churning distributes throughout the box and dissipates through the case. Seal and bearing friction are concentrated and, if excessive, will cause failure. Temperatures are checked near the bearings on the high-speed shaft, where measurements on the prototype boxes showed the highest temperatures. These areas were also near the seals. Although it isn’t possible to separate the heat generated by the bearings and seals, the seals seem to generate the most heat.
Temperatures were recorded for two hours with the box running at maximum speed. After cooling, the test was repeated with the box running in the opposite direction. In the test, temperatures rise rapidly at first and then at a decreasing rate. While the temperatures do not reach equilibrium, in operation the boxes will not run continuously for two hours, and they will reach top speed only intermittently.
Gear-train stiffness: This characteristic, measured with the output shaft locked, is the ratio of the input-shaft motion to the torque applied, in Nm/rad. Torque was applied using a hydraulic actuator with two opposed cylinders driving two racks against a pinion. The racks are held in the pinion by a bushing. This results in friction force opposite to the direction of motion. Because the friction in the hydraulic actuator would cause measurement inaccuracies, the torque is measured between the actuator and the input shaft using a Dataflex 42/1000 torque transducer. This sensor has a capacity of 1,000 Nm in either direction. Torque is determined by measuring the twist in the transducer shaft using rotary encoders in a differential circuit. An encoder rotor is mounted at each end of the shaft. Because the encoder read heads are mounted to the stationary part of the transducer, there are no slip rings. The A-quad-B output from the transducer is converted to a voltage by an encoder electronic box. The voltage output range is 0 to 10V with a no load value of 5V, and the calibration constant is 0.200 Nm/mV. Rotary motion was measured using a 2,000 line rotary encoder (resolution of 0.018° ). Because the input shaft extends through the box, the encoder is mounted on the opposite end of the shaft from the hydraulic actuator. When the box is in operation, a brake is mounted on this end of the shaft.
The A-quad-B output from the encoder is converted to a voltage by the programmable encoder-control box. The range and number of volts per degree can be set depending on the amount of rotation to be measured. The output has a range of 0 to10V. For this test, the output was 8.100° per V and the no-rotation voltage was 5V.
Gear train backlash: Some backlash is necessary to provide running clearance for the gears. Too little backlash results in overheating and premature failure, and too much degrades servo performance. Backlash is determined from the data collected for gear train stiffness.
Breakaway torque: For these boxes, it was low and measured manually using a snap-torque wrench. Although automated tests are usually preferred, a few are so simple that the programming required is not justified. This test, for instance, was the only one not automated.
Gearbox power losses over the full range of speeds: Input torque was measured with the gearbox running at a set of speeds both clockwise and counterclockwise. The torque is a nearly linear function of speed with a small component of stiction. This is preferred in a servo system because it contributes to servo loop damping. Because the torque is nearly a linear function of speed, the power-loss curve is nearly parabolic.
Test equipment
Accompanying images show the test equipment and The test hardware table lists a few of its details. The software used, DASYlab, is a graphical programming language. It is programmed by placing block diagrams representing data collection operations on a screen and connecting them with “wires” to control data flow. In the system used here, processed data is written to disk in a tab-separated format suitable for further analysis using Microsoft Excel.
More detail of the test equipment is listed in the accompanying table
Programming the data collection: The DASYlab block diagram provides an example programming screen. Each block represents an operation on the data such as collecting, scaling, saving to disk, and displaying. This programming method is faster than writing code. For example, the voltage output from the torque transducer, encoder, and thermocouples was connected to the electronic interface box. This box has a built in reference junction for the thermocouples. The device also has digital and analog outputs but these were not used. The interface box scans its inputs and converts from analog to digital values. These are passed to the computer through a USB connection at about 1Hz. This is relatively slow for data acquisition, but more than adequate for these quasistatic tests.
In the DASYlab program, the first box is an input box that “talks” to the hardware and places the input values on its outputs in digital form. Typically this is a special module that works only with particular hardware. Most other boxes do not depend on the type of hardware in the system. The other boxes used are numerical displays, graphical displays, and output boxes to record the data on disk. These boxes have corresponding components on a display screen. This screen can be a virtual instrument, that is, it can look like instruments such as voltmeters, oscilloscopes, and chart recorders. For this test the program converts the inputs to engineering units and displays the values several ways. Digital displays show the current numerical values of inputs.
Another display, an XY-plot, shows rotation on the Y-axis and torque on the X-axis. This feedback gives a preview of results. It can save much time because if something is wrong, such as a broken wire or failed thermocouple, it quickly becomes apparent. The test can be stopped, the problem corrected, and the test resumed. A problem that goes undetected until the data is analyzed wastes the entire test period.
A disadvantage of DASYlab is that this program had to be written with the computer attached to the interface hardware. It would be a great advantage to write the program sitting in front of a desktop computer rather than working in the test area using a laptop.
Details of the analysis
Backlash and Compliance: One advantage of automated data collection is the larger amount of accurate information than can be manually collected in a reasonable period. The additional data gives a better picture of the equipment characteristics than would otherwise be possible. In Backlash and compliance, the red line simulates points collected when the torque was varied from zero to maximum, to minimum, and back to zero three times. (The data shown are not actual values but they are an accurate representation of the type of data collected.) The data showed good consistency and repeatability, which produces confidence in the results. For instance, the blue line shows the curve fitted to the backlash and compliance data. The length of the vertical line at zero-load is reported as backlash. The slope of the lines fitted to the observations is the stiffness. This is a conservative method for determining such values. The normal manual four-point test would have given both lower backlash and compliance numbers. The four-point test uses two torques that are just a little higher than breakaway torque in each direction and two torques that are a quarter to one half of the full load torque.
Converting from manual to automated testing: The first use of an automated system involves debugging because the test system, as well as the tested device, may have problems. An advantage to starting this system was that previous manually collected results were available for reference. Problems with the test system are seen quickly. For the first test, some manual measuring devices were used in parallel with the new test equipment. This either verified the results or showed problems. For example, an incorrect scaling factor was quickly detected and corrected. This illustrates one principle of successful testing: Check the calibration of the test equipment before running the tests.
About the author: William Winterbauer is principal engineer with QED Services and a consultant to Excel Gear Inc.
Excel Gear Inc.
www.excelgear.com
Leave a Reply
You must be logged in to post a comment.