Studying accelerated motion: an excuse to know how to implement data logging UPNA Public University of Navarra.

Slides:



Advertisements
Similar presentations
Mechanics of Rigid Body. C
Advertisements

Sonar and Localization LMICSE Workshop June , 2005 Alma College.
Physics Montwood High School R. Casao
Inclined Planes Lecture and Lab!!. Inclined Planes and Gravitational Force To analyze the forces acting on an object on an inclined plane (a tilted surface),
IYPT 2010 Austria, I. R. Iran Reporter: Reza M. Namin 1.
Justin Heyer Ted Keppner. Build an autonomous barn floor scrapper Needs to be able to be adapted to multiple barns Solutions to clean either slotted/solid.
Inclined Plane Problems
 To describe how a force affects the motion of an object.  To interpret and construct free body diagrams.  To recognize Newton's laws of motion in.
IMPLEMENTATION ISSUES REGARDING A 3D ROBOT – BASED LASER SCANNING SYSTEM Theodor Borangiu, Anamaria Dogar, Alexandru Dumitrache University Politehnica.
Review Significant Figures, Vector Math Velocity, Acceleration, Force.
Speed Racer PowerPoint Irene Olivera Mrs. Falk. Objective Build fan-powered car and use mathematical methods and physics to understand its motion and.
Matter in Motion Chapter 1 Page 3.
Rolling Ball. To Start Off Materials Needed: Incline plane (binder), Tennis ball, Baseball, solid object.
STATIC EQUILIBRIUM [4] Calkin, M. G. “Lagrangian and Hamiltonian Mechanics”, World Scientific, Singapore, 1996, ISBN Consider an object having.
Computer Science Lego Robotics Lab 07 Page 51. CS Lego Robotics Lab 07 (Updated ) Objectives: 1.Extend the Lego robot with three sensors. 2.Program.
1 Volleyball & Wumpus World CSCE 488 By Cody Boettcher and Jason Williams.
Repository of examples V2 9/3/08. 1 – The TinyTurtle Subjects Math, geometry, procedural programming, basic robotics Language NXT-G State Developed Description.
Final Presentation.  Software / hardware combination  Implement Microsoft Robotics Studio  Lego NXT Platform  Flexible Platform.
Vectors and the Geometry of Space 9. Three-Dimensional Coordinate Systems 9.1.
Falling Objects and Projectile Motion Physics June 2012.
Building Maps and Navigation for Autonomous Robots Arindam Khaled AI and Knowledge Based Sys II.
CS 478: Microcontroller Systems University of Wisconsin-Eau Claire Dan Ernst Feedback Control.
GRAPHING EQUATIONS. 6.EE.9 Use variables to represent two quantities in a real- world problem that change in relationship to one another; write an equation.
Site Administration: Using Pressure Sensor Akhil Pai Ramkumar Chandrasekaran.
Force and Newton Word Wall. Balanced Force The forces are balanced when the forces acting on an object are equal.
Artificial Intelligence in Game Design Lecture 8: Complex Steering Behaviors and Combining Behaviors.
Physics. Session Rotational Mechanics - 3 Session Objectives.
Mechanics 1 Friction.
Physics 11 Dynamics 14 – Inclined Planes Mr. Jean.
February 8, 2016 Warm-Up: Electricity WS Homework: Read & take notes chapter 18, section 3. USA Test Prep and Skills Tutor #9 due Friday by 4:15. Quiz.
Module 1.1 – Displacement and Velocity Vectors
1 1 The diagram provided shows a fixed pulley system.
Scenario use cases Szymon Mueller PSNC. Agenda 1.General description of experiment use case. 2.Detailed description of use cases: 1.Preparation for observation.
Foundations of Technology.  Common components (levers, inclined planes, wedges, wheels and axles, pulleys, screws, gears, cams, linkages, shafts, couplings,
Camera Motion System Requirement Design Details FEA.
Dot Product of Vectors.
Objectives Use properties of the dot product of two vectors.
Vectors and the Geometry
Copyright © Cengage Learning. All rights reserved.
What are the key components of your robot?
Copyright © Cengage Learning. All rights reserved.
Newton’s Laws - continued
Copyright © Cengage Learning. All rights reserved.
Chapter 4 Laws of Motion.
Chapter 1 - General Principles
Down the Slope Inclined Planes.
Physics I Class 05 Newton’s Second Law for More Complex Cases.
CHANGE MANAGEMENT SYSTEM (CMS) PROCESS DOCUMENTATION
Student misconceptions
EXAMPLE 2 Identify parallel lines
4th Grade Science Ch. 5-6 Forces and Motion
Vectors and the Geometry
Applied Dynamics - Assignment
Down the Slope Inclined Planes.
Aim: How do we explain motion along an inclined plane?
Patent Liability Analysis
Friction.
Gravity & Energy of Motion
Aim: How do we explain motion along an inclined plane?
Work and Energy 2/4/2019 SHOW WORK DONE BY A COMPRESSED SPRING
Motion on Inclined Planes
Newton’s Laws - continued
36. Dot Product of Vectors.
25. Dot Product of Vectors.
ABC Wireless Vibration Meter
Computer Science The 6 Programming Steps.
Physics I Class 04 Newton’s Second Law for More Complex Cases.
Effects of Rotation Motions on a Seismogram
Physical Science: Chapter 11 Section 2
COMPASS Practice Test 16.
Presentation transcript:

Studying accelerated motion: an excuse to know how to implement data logging UPNA Public University of Navarra

The problem…. How accelerated motion can be easily produced? How can accelerated motion be measured and verified? Which role do the NXT and the PC play in the solution?

A vehicle without motor and one sonar…

Measuring distances to wall in a slope…

How can accelerated motion be easily produced? The acceleration is given by the component of the vehicle weight which is parallel to the inclinated plane This component is the projection of the gravity acceleration (g) parallel to the plane The other component, orthogonal to the plane, is compensated by its static reaction

How can accelerated motion be measured and verified? The sonar sensor gives the increasing measure of the distance between a fixed obstacle (at the starting point of the motion) and the moving vehicle (see previous figure) We have to read regularly the sonar produced values and to verify the quadratic relation plot of these values with respect to the time So we need to make what we call a “data logging”… The manual version (with a timer) is hard to be done with enough precision… We do not know how to send every value to the PC during the motion… So the automatic data logging provides a reasonable way to store the read values into a file inside the NXT and sending them to the PC after the end of the experiment

Program…

Uploading…

Exploiting results…

The theory….. The mesures….. Distance Time displacementvelocity

Which is the role do the NXT and the PC play in the solution? The NXT is the real data logger The PC is used for analysing & visualizing purposes

Activity to do… 1.Choose one or more sensors 2.Choose one situation where data logging is necessary or interesting 3.Design and implement one mini didactical unit arounf this activity