Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hardware: Arduino uno, Arduino motor shield, Potentiometer ( input ) , Tachometer ( input ) , Dc motor ( output ) Software: PI controller, Controller

Hardware: Arduino uno, Arduino motor shield, Potentiometer (input), Tachometer( input), Dc motor (output)
Software: PI controller, Controller and Sensor signal processing program
Q1: draw a functional diagram using the components above, show how they are connected to each other.
Q2: Derive the formula of the integration implemented for the PI controller in microcontroller
~ control = kp * Enew + kd * dE / dT;
integral_E = ki *( integral_E + Enew*dT*1e-6);
control = control + integral_E;

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Essentials of Materials Science and Engineering

Authors: Donald R. Askeland, Wendelin J. Wright

3rd edition

978-1111576868, 1111576866, 978-1285677620, 1285677625, 978-1111576851

More Books

Students also viewed these Mechanical Engineering questions