Wear Testing Rig
Wear Testing Rig
Wear Testing Rig
INTRODUCTION
Moving parts of mechanical devices fail after some time
because they are subject to wear. Wear is the progressive
loss of material from the surface of a body due to friction. It
is responsible for the large sums of money spent on spare
parts, repairs and down times. Modern engineering
education devotes a particular interest in the study of friction
and wear.
Tribologists study causes and mechanisms of wear in daily
applications. To investigate the individual effects of varying
conditions, tribologists use simulation. The factors such as
load, speed, type of material, size of specimen, temperature,
humidity among others can thus be varied and the effects of
each on wear observed individually. Wear testing rigs are
devices used to simulate wear in the laboratory.
A wear testing rig is a simple apparatus designed to make
two or more surfaces in contact move relative to each other
under controlled conditions. Essentially, wear testing rigs
enable the recreation of the real life conditions under which
wear occurs and the observation of their effects on samples
of commonly used or newly designed materials and
lubricants.
This paper presents a project involving the design and
implementation employing a top-down methodology to
develop a 486 PC based wear testing. In this project the
student has to do hardware-software co-design by using his
Session 6D5
CONCEPTUAL D ESIGN
There are essentially two main types of actuation, namely
rotary and reciprocating and wear testing rigs are found to
have mainly these two types of sliding frictional motion
between surfaces under test. The features offered in
commercially available wear testing machines are numerous
and some of them optional for the tribologists to pick for a
customized version of the device. The most common
features not all necessarily offered on the same apparatus
are:
1. Standard loads up to 150N
2. Rotational speeds up to 1500 rpm
3. Continuous wear depth measurement option
4. Complete software to set up experiments, handle,
store and analyze data with real time display of
measurement data
5. Removable upper wear specimen (pin) for in process measurements
6. Variable test path radius
7. Automatic stop when the coefficient of friction
reaches a threshold value or when a specified
number of turns is reached
8. Enclosure so that controlled atmospheres of varying
humidity or composition can be used
9. Specialized
versions
developed
for
high
temperature operations of up to 150 degrees
Celsius, where a heating module is added to heat
the sample under test
10. Special versions developed for high vacuum testing
In this project the pin-on-disk is chosen because it a simple
method which facilitates the study of friction and wear
behaviour of almost every solid-state material combination,
with varying time, contact pressure, velocity, temperature,
humidity and lubricant.
Development of the overall system calls for expertise in
various areas of Electrical Engineering, namely Power
Electronics, Electronic System Design, Circuit Theory, C
Programming, Microprocessor Programming, Interfacing
and Instrumentation. Modules covering these subject areas
are thoroughly covered during the first three years of a
B.Eng. (Hons.) course in Electrical and Electronic
Engineering, and hence offer the necessary pre-requisites for
undertaking the project at final year level. Above all, the
project work is backed by systems engineering lectures,
where the student is exposed to the structured approaches [13] or problem solving, through case studies. In the process,
students become proficient in all aspects of the design,
implementation and testing phases for both hardware and
software-based systems.
Specifications
The choice of the features listed below in the proposed wear
testing machine was determined by order of importance and
constrained by the facilities available at the university. The
following features were selected:
1.
2.
3.
FIGURE 1.
BLOCK DIAGRAM OF THE PROPOSED WEAR TESTING RIG
Session 6D5
and a 486 based computer equipped with a 1GB hard disk
drive and 8MB of volatile random access memory. This
computer has a free ISA (Industry Standard Architecture)
slots on its motherboard on which the analogue to digital
converter card can be fitted. The parallel port of the
computer is used as the input-output device to communicate
with the wear testing machine.
The speed control of dc motors does not involve the
complex inverters required as in the case of ac motors. The
basic concept in the design of dc motor controllers is that the
speed is approximately proportional to the voltage applied to
the motor. A dc motor, rated 24V, 27A, equipped with its
reduction gearbox and tachogenerator, is chosen. This
choice is constrained by the availability of such motors on
the local market.
The tachogenerator fitted with the motor generates
20V/1000 rpm.
Since the output voltage of the
tachogenerator during operation will exceed the maximum
value which can be fed to the A/D card, some potential
divider circuit is used
To control the stepper motor, a low cost stepper motor driver
kit was obtained from Oatley Electronics, Australia. This kit
functions similarly to some previous stepper motor driver
kits (up to 100V, 4A max with good heat sinking) but has
improvements to the driver electronics that can allow larger
motors to be driven more efficiently. The controller has
much reduced loading on the computer parallel port, with
opto-isolation between the stepper driving circuit and the
computer. The kit can drive up to two 4, 5, 6 or 8 wire
stepper motors from a PC parallel port (DB25 connector
included). A separate power supply is needed for the motors
The energise-to-hold electromagnet provides optimum
performance when used with its armature although suitable
for holding any smooth ferrous surface of adequate
thickness. The remanence (about 5% of holding force) may
be reduced by fitting non-magnetic shims between the
magnet and the armature. This should easily lift the arm
when energised at the end of experiments.
To sense the temperature near the tip of the pin of the wear
testing machine a platinum resistance sensor is used. The
PT100 sensor (is an economical precision temperature
measurement device. The thin film glass coated Pt100
elements have 10mm leads for ease of connection and are of
small physical size (2x10mm) for fast thermal response.
The PT100 sensor follows BS 1904 standard and is designed
to operate in the range of 50 to 500 o C, the resistance at 0
o
C being 100 ohms.
To deduce the coefficient of friction during the experiments,
the force acting on the arm has to be measured and a strain
gauge is quite suitable.
DESIGN AND I MPLEMENTATION
The speed control of the rotating disk of the wear testing
machine is the most critical part of the design since the
Input
Controller
A/D
converter
Interfacing
circuit & power
converter
motor
Tachogenerator
FIGURE 2.
BLOCK DIAGRAM OF SPEED CONTROL
Session 6D5
as the size of the motor increases. Hence, the approximation
becomes more accurate as the size of the motor increases.
Using this approximate relationship, it can be deduced that if
the voltage can be varied then the speed of rotation can be
varied accordingly. To vary the voltage fed to the dc motor,
pulse width modulation is used.
Heat Sink for the IRF150 Mosfet and Rectifiers
Due to the large currents flowing in the circuit, and the
expected resulting heat dissipation, a heat sink is required
for the MOSFET. Since the switching frequency is above
1kHz and the duty ratios intended for use are above 20%, the
steady-state model for heat flow was used. The total power
loss in the MOSFET is 52.4 W. Figure 4 gives the steady
state model for the heat sink requirement with the following
requirement:
FIGURE 3
POWER CIRCUIT TO SUPPLY THE DC MOTOR
FIGURE 5
GATE DRIVE FOR IRF150 MOSFET
150 0 C max
300 C
FIGURE 4
Session 6D5
ambient temperature would induce the experimenter in error
by giving a value of strain even when the strain gauge was
not stressed at all.
FIGURE 6
DEBOUNCING CIRCUIT FOR LIMIT SWITCH
Tachogenerator Circuit
The tachogenerator was the only active transducer used as
sensor. As such, it did not require a Wheatstone bridge but
the expected output was too high to be fed to the A/D card.
Some simple potential divider circuit and proper signal
conditioning was required. The circuit used is shown in
Figure 8.
SOFTWARE D EVELOPMENT
Session 6D5
readily be transferred and applied to more complex research
based projects.
FIGURE 10:
FLOWCHART OF THE CONTROL PROGRAM
REFERENCES
[1]
[2]
[3]
[4]
[5]
CONCLUSION