MAE156a Lab 3: Friction CharacterizationFriction is often the biggest unknown in a mechanical system and it can easily be the difference between success and failure. Friction is so important that that someone even came up with a specific name - Tribology: the study of friction, wear, and lubrication. In lab 3, students will become tribologists and attempt to characterize the friction of two stage mechanical timing belt system. Introduction: Motivation and tools required Learning Objectives:
Arduino Code: link This code runs the motor in open loop for XXX seconds, reads the encoder using interrupts (48CPR), and outputs to the terminal window characters to be saved as a .CSV (comma separated variable). Copy and paste the text from the terminal window into notepad, and save as a .CSV file. Format: [time (ms), ticks (s), velocity (rad/s)] Motor Theory:For the propose of this lab, we will use the following motor values: I_motor = 1 e-6 Kgm^2 K = .020 Vs/rad R = 11.3 ohms Recall that a simple DC motor and Inertial system can be modeled as: Solving the ODE, we obtain: Friction Theory: Coulomb Friction: A constant friction value, independent of speed. Also known as dry friction. Examples: block sliding across a surface, ball bearings, ... Stiction: Also known as static friction. This friction only occurs at zero or low speeds. This friction is very difficult to characterize and model. Viscous Friction: Friction that is proportional to speed. Examples: heavily greased bearings, drag, ... In reality, friction is very difficult to measure and model. Friction is never a simple combination of these models, and it can be a function of temperature, vibration, direction, and change over time. For the simplicity of this lab, we will assume that the viscous friction is small compared to the coulomb friction, so we can ignore it. Part 0: Measuring Mass and Estimating Inertia Measure the mass, radius, and estimate the inertia of the following parts:Acrylic FlywheelCalculate the Inertia of the flywheel. Recall that the moment of inertia of a solid cylinder is: Part I: Cantilevered Mass Click image to enlarge Configure the ball bearings such that A = 15cm and B = 5cm. Attach the flywheel with xxxg of radially symmetric mass onto the first shaft (no timing belt needed). Apply 12v (255) and record data for the 30 seconds. Use the arduino code above to output and save data.
Example: Part II: Dual Shaft Setup Build the dual shaft setup as shown. It is not super critical so try your best to assemble such that A = 15cm and B = 5cm for both shafts. Connect the 10t pulley to the 42t pulley with the timing belt. Attach the flywheel to the end of the 2nd shaft. Repeat the 6 steps in part I
Part III: Predictions & ResultsBefore analyzing the data, make some predictions of the new friction torque and effective inertia. Conclusions:
|
Assignments >