Mia Notes Unit 01 and Unit 02
Mia Notes Unit 01 and Unit 02
Key Features:
Example: A modern car with electronic stability control (ESC), anti-lock braking systems (ABS), and
adaptive cruise control.
1.2 Identification of Key Elements of Mechatronics Systems and Representation into Block Diagram
Key Elements:
5. Interface Elements: Connect sensors and actuators to controllers (e.g., amplifiers, converters).
Block Diagram:
css
Copy code
[Sensor] ---> [Signal Conditioning] ---> [Controller] ---> [Actuator] ---> [Mechanical System]
Concept of Transfer Function: A mathematical representation that defines the output response of a system
to any given input, typically used in control systems to analyze and design system behavior.
222232
1.3 Advantages, Disadvantages & Applications of Mechatronics Systems
Advantages:
Disadvantages:
Applications:
222232
1.4 Sensors
Potentiometer Sensor:
Proximity Sensor:
Optical Encoder:
Pneumatic Sensor:
Piezoelectric Sensor:
222232
Tactile Sensor:
Light Sensor:
Limit Switches:
Relays:
Solenoids:
222232
1.6 Motors
DC Motor:
Brushless DC Motor:
AC Motor:
Stepper Motor:
Servo Motor:
222232
CHAPTER 02
Open-Loop Control:
• Definition: A control system that acts without using feedback. The output is not
measured or used to adjust the input.
• Example: A washing machine cycle set to a fixed time regardless of the amount of
clothes.
Closed-Loop Control:
• Definition: A control system that uses feedback to compare the actual output with the
desired output and adjust the input accordingly.
• How It Works: The controller continuously monitors the output and makes
adjustments to minimize the error between the actual and desired values.
• Example: A thermostat that adjusts the heating based on the actual room temperature.
Definition:
• A type of control system where the output is fed back into the input to adjust and
improve performance.
Components:
Example:
• A cruise control system in a car that adjusts the throttle to maintain a constant speed.
222232
2.3 Feed Forward Control System
Definition:
• A control system that anticipates changes and adjusts the input based on the expected
disturbances before they affect the output.
Components:
Example:
• An air conditioning system that adjusts cooling based on weather forecasts to maintain
a stable indoor temperature.
Definition:
• A simple control mechanism where the output is either fully on or off, with no
intermediate states.
How It Works:
• When the measured value deviates from the setpoint, the system switches the output
fully on or off to correct the deviation.
Example:
• A basic home heating system that turns the heater on or off based on the room
temperature reaching a certain threshold.
222232
2.5 Proportional, Derivative, and Integral Control Systems
• Definition: Adjusts the control output based on the current error value.
• Action: The larger the error, the larger the control action.
• Definition: Adjusts the control output based on the rate of change of the error.
• Action: Helps to predict and react to changes, reducing overshoot and oscillation.
• Definition: Adjusts the control output based on the accumulation of past errors.
222232