ENGR 1182 AEV Lab Proficiency Quiz Review

Slides:



Advertisements
Similar presentations
Quantitative and Scientific Reasoning Standard n Students must demonstrate the math skills needed to enter the working world right out of high school or.
Advertisements

Lab 02: AEV Arduino Programming Basics Advanced Energy Vehicle (AEV)
1 Basic Differentiation Rules and Rates of Change Section 2.2.
ROBOT DYNAMICS. MOTORS supply the FORCE that the robot needs to move Rotational Force is called TORQUE The motor needs to supply force to wheels arms.
Lab 07: System Analysis 3 (Wind Tunnel Testing) Advanced Energy Vehicle.
Lab 06: AEV System Analysis 2 Advanced Energy Vehicle (AEV)
Problem Solving Lab – Part B
Lab 04: AEV External Sensors Advanced Energy Vehicle (AEV)
Available at: – Program Optical Quad Encoders in Autonomous Mode Program optical quad encoders in autonomous mode.
The Quadratic Formula 9-9 and the Discriminant Warm Up
ITC242 – Introduction to Data Communications ITC431 – Computer Networks Week 13 Exam Preparation.
IR SENSORS AND ENCODERS. LCDs Timothy Friez Class # 2.
1 Ultrasonic Distance Sensor. 2 How it Works The distance sensor emits short bursts of sound and listens for this sound to echo off of nearby objects.
ROUNDING DECIMALS.
Rounding Whole Numbers to the Nearest 10, 100, and 1,000
Lab 06: AEV System Analysis 2 Advanced Energy Vehicle (AEV)
Motion Derivatives and Anti-derivatives
Degrees, Minutes, Seconds
KU122 Unit 4 Seminar Percent Notation KU Introduction to Math Skills and Strategies Seminars: Wednesdays at 8:00 PM ET Instructor: Tammy Mata
First-Year Engineering Program Advanced Energy Vehicle System Analysis 2 Reference:  AEV Lab Manual  System Analysis 2 Grading Guidelines.
Section 3.5 Velocities.
Lab 04: AEV External Sensors Advanced Energy Vehicle (AEV)
First-Year Engineering Program Advanced Energy Vehicle Arduino Programming Basics Reference:  AEV Lab Manual  Arduino Programming Basics Grading Guidelines.
Experimental determination of motor model parameters ETEC6419.
Lab 02: Arduino Programming Basics Advanced Energy Vehicle (AEV)
Bell Starter (Day 6 T 9/7 / W9/8) Turn in WB 8—”Force Practice” IN: ON NOTE CARD (name on back): copy and answer (use GUESS): copy and answer (use GUESS):
SISS Day 1: 1.Safety Regulations Test 2. SISS prelaboratory 3. Begin SISS data collection Safety Test 1.Take out one sheet of lined paper and a pen. 2.Take.
Kinetic energy Derivation of kinetic energy. Kinetic Energy 2 starting equations F = m x a (Newton’s 2 nd law) W = Force x distance.
1 Topics Distance, Location, Speed Speed and Direction Directional quantities Acceleration Free Fall Graphs of Motion Derivatives and Integrals.
Objective: Find exact and approximate solutions of equations that contain decimals.
FRI. 17 Oct H … 10 R … 50 MULTIPLE CHOICE questions … 9 Pages … 15 questions correct = questions correct = questions.
DEV 085 Unit 3 Notes Decimals Percents Proportions
Lab 06: AEV System Analysis 2 (Performance Analysis) Advanced Energy Vehicle (AEV)
Basic Math Review Ms. Ryan Medical Math MCATC
1 Week 1: Variables, assignment, expressions READING: 1.2 – 1.4.
First-Year Engineering Program Advanced Energy Vehicle System Analysis 3 Reference:  AEV Lab Manual  System Analysis 3 Grading Guidelines.
Lab 07: System Analysis 3 (Wind Tunnel Testing) Advanced Energy Vehicle.
Lab 04: AEV External Sensors Advanced Energy Vehicle (AEV)
First-Year Engineering Program Advanced Energy Vehicle External Sensors Reference:  AEV Lab Manual  External Sensors Grading Guidelines.
Repetition. Loops Allows the same set of instructions to be used over and over again Starts with the keyword loop and ends with end loop. This will create.
SNC 2P IMPORTANT EXAM INFORMATION. KNOW WHEN AND WHERE YOUR EXAM IS! Thursday, January 22 nd 9:00 a.m. Room 308.
Aim: How to write in Scientific Notation and Count Significant Figures DO NOW: 1. WHAT DOES 10 5 MEAN? 2. WHAT IS THE VALUE OF USING YOUR CALCULATOR,
Simple Percent Problems To solve a simple percent problem, you change the percent to a decimal and multiply. Solve the following percent problems. Remember.
The Decimals Review Tournament Please use official tournament paper & pencil (no calculators permitted)
AEV PROJECT DESIGN--OSWALD GROUP K –MATTHEW BRODSKY, TROY CROSS, HANK MCNAMARA, SIVAN ZOUELA.
Lab 05: System Analysis 1 (Wind Tunnel Testing) Advanced Energy Vehicle.
Lab 07: System Analysis 3 (Wind Tunnel Testing) Advanced Energy Vehicle.
2012 MATH FIELD DAY MENTAL ARITHMETIC No Calculators No Pencil/Paper Computation There are 20 questions on the test. Each one will be flashed on the screen.
College of Engineering Problem Solving Lab Lab – Problem Solving Lab A Engineering Education Innovation Center ENGR 1181.
Ms. Crusenberry
Explanation Answer Code Question A J M X D H P S K L B C X 4
Team Millinium Apache ENG 1182
Aim: How to write in Scientific Notation and Count Significant Figures
SOLVING & Exponential Logarithmic Equations Using a Calculator.
Ultrasonic Distance Sensor
Group B Advanced Energy Vehicle
Group F Asad Idris Kaixin Luo Manan Kedia
Simple Percent Problems
Make sure you know your 3-digit Student Class I.D. number for Math.
Distance, time and speed To work out the speed of an object you need to know: the distance travelled how long it took to travel that distance.
B C A D Velocity and Acceleration Summarizer Speed (m/s) Time (s) 60
What you will learn How to find linear and angular velocity.
Section 1: Rotational Motion
Acceleration The rate at which velocity changes.
Percent II.
A car is decelerated to 20 m/s in 6 seconds
Simple Percent Problems
Ultrasonic Distance Sensor
Presentation transcript:

ENGR 1182 AEV Lab Proficiency Quiz Review

Rules for the Lab Proficiency Quiz A 30 minute quiz on Carmen Closed book/notes Equation sheet will be provided Cell phones off Test is done individually Be on time Bring a calculator and a pencil or pen Location: Your lab room at the beginning of Lab 8 Format Short Answer Calculations Multiple choice

Lab 2: Arduino Programming Basics Give a brief explanation of the following: celerate(1,0,20,5); Accelerate motor 1 from 0% to 20% in 5 seconds motorSpeed(4,23); Set motor speed to 23% for all motors goFor(3); Continue previous statement for 3 seconds brake(4); Brake all motors

Lab 2: Arduino Programming Basics If I have to write a very simple code I will A.) not forget the semi-colon ; B.) not forget what letters are in CAPS (syntax) C.) Remember the proper arguments for 7 basic commands D.) not forget the semi-colon ; E.) All of the above because I studied my stuff and I am going to ace this test!

Lab 2: Arduino Programming Basics Continued goFor(____); has one argument inside the parenthesis. What is that argument and how is it inputted? Time, in seconds. reverse(____); what argument goes inside the parenthesis? Motor number Answer -- time and in milliseconds -- No

AEV Parts Continued What is the object on the left and what is it used for? Reflectance Sensor Used to compute distance Used to determine relative position In ONE wheel revolution how many marks/counts will be recorded? 8 marks

Lab 4: External Sensors goToRelativePosition( ____ ); I want the AEV to go for 4 feet (48 inches), what do I put as the input in the function call above? Note: There are 0.4875 inches/mark. Round to the nearest whole number. Marks = 48/.4875 = 98.4615 = 98 marks. goToAbsolutePosition( ____ ); Same functionality as goToRelativePosition(), but what is different? Keeps Track of cumulative marks instead of relative marks Answer -- 98

Lab 2: Arduino Programming Basics Continued I want to write a code to have the AEV Accelerate all motors from 0 to 26 percent power in 4 seconds. celerate(4,0,26,4); Set motor 1 motor speed to 30 percent power. motorSpeed(1,30); Continue the previous statement for 10 seconds. goFor(10); Decelerate motor 2 to zero percent power in 9 seconds celerate(2,26,0,9);

Lab 5: System Analysis I EEProm Time, te EEProm Current, Ie EEProm Voltage, Ve 1056 92 481 1123 93 Given the following EEProm Data can you calculate (Reference Voltage is VR=2.46): Time { t = te/1000 }: 1.056 seconds Current { 𝐼= 𝐼 𝐸 1024 ∗ 𝑉 𝑅 ∗ 1 𝐴𝑚𝑝 0.185 𝑉𝑜𝑙𝑡𝑠 } 1.19 Amps Voltage { 𝑉= 15∗ 𝑉 𝐸 1024 } 7.05 Volts

Lab 5 & 6: System Analysis I and System Analysis II Time (sec) Current (Amps) Voltage (Volts) Marks 4.4582 0.0234 7.84 59 4.6545 0.0232 62 Given the following Data can you calculate: Distance { 𝑠=0.0124∗𝑀𝑎𝑟𝑘𝑠 } s = [ .73 , .77 ] Meters Velocity { 𝑣 𝑖 = 𝑠 𝑖 − 𝑠 𝑖−1 𝑡 𝑖 − 𝑡 𝑖−1 } v = 0.20 m/s Supplied Power { 𝑃=𝑉∗𝐼 } P = [ 0.1835, 0.1819] Watts Incremental Energy { 𝐸 𝑖 = 𝑃 𝑖 + 𝑃 𝑖+1 2 ∗( 𝑡 2 − 𝑡 1 ) } 𝐸 𝑖 = 0.0359 Joules

Lab 7: System Analysis III Propeller Advance ratio is a function of what three variables: Velocity, RPM, Propeller Diameter 𝐽= 𝑣 𝑅𝑃𝑀 60 ∗𝐷 Bonus: What theorem was the advance ratio derived using? Buckingham PI Theorem

Lab 7: System Analysis III 𝐽= 𝑣 𝑅𝑃𝑀 60 ∗𝐷 Compute the Propeller Advance Ratio. (Note: Assume with power & remember constraints in J).  You are using a 3 inch propeller. Round to the nearest hundredth. The RPM is 1235.10 rpm and the velocity is 0.12 m/s 0.08 BUT applying the constraint we get 0.15 The RPM is 1211.23 rpm and the velocity is 0.24 m/s 0.156 …. are we within the constraints?? YES!!!

Lab 7: System Analysis III Given the following setup, what is the propeller configuration? Pusher Thrust Line What is the other configuration? Puller/Tractor