Engineering H192 - Computer Programming
Lab 4
Winter Quarter Gateway Engineering Education Coalition Lab 5 P. 1
Engineering H192 - Computer Programming
Objectives
• To understand how engineers compare different materials.
• To understand how a strain gage works.
• To understand important issues for data acquisition.
• To understand the need for experimental data.
• To understand some basic structural features of a bicycle.
• To make measurements on a statically loaded bicycle.
• To understand why different materials are used to make bicycles.
Winter Quarter Gateway Engineering Education Coalition Lab 5 P. 2
Engineering H192 - Computer Programming
Strain:
E
Stress vs. Strain
Stress: l
F
A
Where:
E = Modulus of Elasticity
= stress
= strain
For the bike fork material E = 29.0 x 10 6 psi.
Winter Quarter Gateway Engineering Education Coalition Lab 5 P. 3
Engineering H192 - Computer Programming
Measuring Load on a Bicycle Fork
Loads applied by rider
Winter Quarter
STRAIN GAGE
A sensor that measures strain
When the bicycle is loaded (a person is riding), the fork is loaded. Due to the load, the fork deforms. The STRAIN GAGE is used to measure the strain in the fork.
Gateway Engineering Education Coalition Lab 5 P. 4
Engineering H192 - Computer Programming
Loads on a Bicycle Fork
Bending
Compression
Shearing
Winter Quarter
Gateway Engineering Education Coalition Lab 5 P. 5
Engineering H192 - Computer Programming
Strain
Gage
Transducer
Converts measured quantity to measurable electrical quantity
Winter Quarter
Wheatstone Bridge
+ Amplifier
Conditioning
Circuits
Recorder
Data
Processing
Converts transducer output to electrical signal to be amplified
Gateway Engineering Education Coalition
Records amplifier output.
Recorder may be analog or digital
Lab 5
Computer analysis, display graphs, tables
P. 6
Transducer: Strain Gage
Backing Film
• The strain gage is a resistor.
Its resistance changes if its length changes.
• Measured Quantity: strain
• Measurable Electrical
Quantity: resistance.
• The strain gage is cemented to the bicycle fork. When the bicycle is loaded the fork is strained and the strain gage resistance changes.
Grid
(electrical resistor)
Copper-plated
Solder tabs
Winter Quarter
Engineering H192 - Computer Programming
Gateway Engineering Education Coalition Lab 5 P. 7
Engineering H192 - Computer Programming
• Resistance is Proportional to Length
R
R or
S g
R
R
Where: S g is the “gage factor” and
is the strain.
Winter Quarter Gateway Engineering Education Coalition Lab 5 P. 8
Engineering H192 - Computer Programming
• The strain gages are connected as the four resistors in the Wheatstone Bridge.
• The bridge converts the change in the strain gage resistance to an output voltage (Vout) that is proportional to the strain in the fork due to the forces acting on the fork. The output voltage is fed to an amplifier.
Winter Quarter Gateway Engineering Education Coalition Lab 5 P. 9
Engineering H192 - Computer Programming
The change in the output voltage from the
Wheatstone Bridge is related to the strain of the strain gage by:
V out
V in
A
S g
Where:
V in
= 5.0 volts
A = 500 (amplification)
is
V out the strain is the change in the voltage
S g
= 2.085 (gage factor)
The equation can be solved to give the strain as a function of the output voltage.
Winter Quarter Gateway Engineering Education Coalition Lab 5 P. 10
Engineering H192 - Computer Programming
Lab Experience: Part 1 – Static Test
•
The goal in this part of the lab is to find a correlation between the weight of the bicycle rider and the stress/strain due to loading of the front fork.
•
Set up the data logger as described in the quick reference guide . Record each rider’s weight.
• With the bike trainer attached to the bicycle, collect data with the data logger for each member of your group. Use the following sequence to collect one set of data (all times are approximate). Do not stop the data logger between each step or between each rider.
– 5 seconds for an unloaded bike.
–
5-10 seconds for rider 1 in riding position (no pedaling).
–
15 seconds for rider 1 pedaling.
–
Repeat for remaining team members.
• Upload your data from the data logger to the PC. Export your data as an
ASCII file (consult the quick reference guide) and save it on a diskette.
Winter Quarter Gateway Engineering Education Coalition Lab 5 P. 11
Engineering H192 - Computer Programming
•
The goal in this part of the lab is to observe the loading conditions in the front fork of a bicycle while being ridden, and to compute the maximum and minimum stress values.
•
Select the lightest and heaviest person in your team. These two will ride the bike.
•
Set up the data logger as described in the Quick Reference Guide . Use the
“real-time data acquisition” mode to view the data collected by the data logger.
•
Make sure that the initial output signal without a rider is near two volts.
Record the obtained value.
• With each rider sitting still, record the output signal (in volts). Record the weights of each rider.
• Reset the data logger to have an acquisition rate of 50 Hz.
• Take the bicycle outside following the instructor’s direction and have both riders ride the bike for about 45 seconds each. Leave the bike sit unloaded between riders for a few seconds so you know when you switched riders.
•
Bring the bike back to the lab. Upload your data from the data logger to the
PC. Export your data as an ASCII file (consult the Quick Reference Guide ) and save it on a diskette.
Winter Quarter Gateway Engineering Education Coalition Lab 5 P. 12
Engineering H192 - Computer Programming
• Cover page including name, class, team #, date and instructor.
• Use the sample lab report format given.
• Lab Experience:
– PART 1: Static Test
– Plot the raw voltage data vs. time and identify each event on the graph, i.e. unloaded bike, rider 1 gets on, rider 1 sits on bike, rider 1 pedals bike, etc.
– Calculate the strain and the stress at each data point.
– Create a graph of stress vs. time. Label your graph.
– Using average value of stress for each rider in the riding position while pedaling, create a plot of stress vs. weight of each rider. Create a linear trend line for the data and show the equation of the line on the graph.
– Include sample calculations (calculating strain from voltage, calculating stress from strain)
Winter Quarter Gateway Engineering Education Coalition Lab 5 P. 13
Engineering H192 - Computer Programming
– PART 2: Dynamic Test
– Plot raw voltage data vs. time.
– Modify your assignment E13 to determine the maximum and minimum peak stresses and the corresponding elapsed times when they occur for your data. Document your program and tabulate the obtained results.
– For each rider, compare the maximum and minimum stress values to the ones obtained from the static test.
What is the ratio of the two quantities?
• Analysis of Plots/Results.
• Conclusions
Winter Quarter Gateway Engineering Education Coalition Lab 5 P. 14
Engineering H192 - Computer Programming
Recall that
where: out
=
Equations
V in
.
A
.
S g
.
V in
V
= supply voltage (5.0) out
= change in voltage
S g
= gage factor (2.085)
A = amplification (500)
= strain.
also,
E
where: E = Modulus of Elasticity
= stress
= strain
For the bike fork, E = 29.0 x 10 6 psi.
Winter Quarter Gateway Engineering Education Coalition Lab 5 P. 15