Top Banner
33

What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

Jan 03, 2016

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.
Page 2: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

What is Mechatronics?

Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated through the design process. It involves the application of complex decision making to the operation of physical systems. Mechatronic systems depend for their unique functionality on computer software.

Page 3: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

Mechatronics

Mechatronics is the integration of computer Engineering, e

lectronics, control engineering and mechanical engineering.

The integration across the traditional boundaries of mecha

nical engineering, electronics and control engineering has to oc

cur at the earliest stages of the design process if cheaper, more

reliable, and more flexible systems are to be developed.

Mechatronics involves sensors and measurement systems,

drive and actuation systems, analysis of the behavior of system

s, control systems, and micro-processor systems.

Page 4: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

Mechatronics

• The primary disciplines important in the design of mechatronic systems include mechanics, electronics, control and computer engineering.”

• A mechatronic system engineer must be able to design and select analog and digital circuits, microprocessor-based components, mechanical devices, sensors and actuators, and controls so that the final product achieves a desired goal.

Term coined in Japanin the late 60’s

Page 5: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

• Consider a typical mechatronic system

AnalogFiltering

Analog toDigitalConversion

DigitalComputer

Digital toAnalogConversion

ActuatorsProcessSensors

ReferenceSignal

MeasuredSignal

+

-

• In this course we will mainly focus on the filled boxes

Analog Filtering – Needed for conditioning of input signalsA/D and D/A Conversion – For creating the interface between physical signals (voltages) and computer signals (zeros and ones) Actuators and Sensors – For changing the system and measuring its response Mathematical modeling – For design and control purposes

Modeling

Page 6: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

Examples

• Brushless dc motor• Vending machines• ATM machines• Inkjet printers• Photocopiers• Air conditioning units• Internal combustion (IC) engine• Gear pump•Auto camera•Washing machines•Automobile•Mobile Phone

Large number of movies located at http://www.engr.colostate.edu/~dga/video_demos/mechatronics/index.html

Page 7: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.
Page 8: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

1.2 Systems What is a System?

Group of Components that work together for a purpose Service Product Process

Attributes: discernable manifestations of the components

Relationships are links between Components & Attributes

Page 9: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

Components Properties Properties & Behavior of each Component has an

influence on the properties & behavior of the set as a whole

Properties & Behaviors of each component of the set depends on the properties & behaviors of at least one other component

Each possible subset of the components has the two properties listed above: I.E. the components cannot be divided into independent subsets

Page 10: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

A system can be thought of as a black box which has an input and an output.

Page 11: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

A sensor-- responding to the quantity being measured by giving as

its output a signal which is related to the quantity.

A signal conditioner—taking the signal from the sensor and

converting it into a condition which is suitable for either display, or, in

the case of a control system, for use to exercise control.

A display system—displaying the output of signal conditioner.

1.3 Measurement systems

Page 12: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

1.4 Control systems

1.4.1 Open- and closed-loop systems

Open-loop systems—simple, low cost and good reliability.

Closed-loop systems—accurate, more complex and high

cost.

Page 13: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

1.4.2 Basic elements of a closed-loop system

1). Comparison element 2). Control element 3). Correction element (actuator) 4). Process element 5). Measurement element

Page 14: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.
Page 15: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.
Page 16: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.
Page 17: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.
Page 18: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

1.4.3 Sequential controllers

Washing machine system

1.4.4 Microprocessor-based controllers (programmable logic controller)

Microprocessor-based controller which uses programmable memory to store instructions and to implement functions such as logic, sequence, timing counting and arithmetic to control events.

Page 19: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

1.5Digital control and logic gates Analogue control is when the control is continuous with input signals from

sensors and output signals to the actuators being continuously variable.

Digital control is when the control is discontinuous.

1.5.1 Logic gates

Page 20: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

Digital Circuits – NOT Gate Logic Diagram

Single input

Truth Table

Boolean expression:● Also referred to as an Also referred to as an

inverterinverter

A X

A X

0 1

1 0

AX =

Page 21: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

Digital Circuits – AND Gate

A

B

X

A B X

0 0 0

0 1 0

1 0 0

1 1 1

Logic Diagram 2-input AND Gate

Boolean Expression:

Truth Table

X = AB

Page 22: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

Digital Circuits – NAND Gate

A B X

0 0 1

0 1 1

1 0 1

1 1 0

A

B

X

Logic Diagram 2-input NAND Gate

Boolean Expression:

Truth Table

X = AB

Page 23: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

Digital Circuits – NAND GateT0 T1 T2 T3 T4

A

B

X

0 0 1 1

0 01 1

11 1 0

A B X

0 0 1

0 1 1

1 0 1

1 1 0

Timing Diagram 2-input NAND Gate

Truth Table

Page 24: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

A

C

XB

Digital Circuits – NAND Gate Logic Diagram

3-input NAND Gate

Boolean Expression:

A B C X

0 0 0 1

0 0 1 1

0 1 0 1

0 1 1 1

1 0 0 1

1 0 1 1

1 1 0 1

1 1 1 0

Truth Table

X = ABC

Page 25: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

NAND Gate

Referred to as a universal gate – any of the basic logical operations can be performed with NAND gates.

Any digital system can be implemented with NAND gates alone.

Page 26: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

NAND Gate Configuring a NAND gate as an Inverter

AA

A A

Page 27: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

NAND Gate Configuring a NAND gate as an AND gate

ABC

ABC

X = ABC

ABCABC = ABC

Page 28: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

NAND Gate Configuring a NAND gate as an OR

gate

A B X

0 0 0

0 1 1

1 0 1

1 1 1

Truth Table

A

BX

A

B

A

B

AB = A+B= A+B

DeMorgan’s Theorem:X+Y = XYXY = X+Y

Page 29: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

1.6 The mechatronics approach

Mechatronics involves the bringing together of a number

of technologies: mechanical engineering, electronic engineeri

ng, electrical engineering, computer technology, and control e

ngineering.

Mechatronics can be considered to be the application of c

omputer-based digital control techniques, through electronic a

nd electric interfaces, to mechanical engineering problem.

Page 30: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.
Page 31: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

Homework: page 15 problem 4,8

Page 32: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

LEVELS OF EDUCATIONAL OBJECTIVES (Bloom, 1956)

Knowledge - recall, recognition Comprehension - understanding the literal message,

stating the message in one’s own words Application - carrying over understanding into a new area Analysis - breaking material down into its constituent parts

and detecting relationships of the parts Synthesis - putting together elements and parts to form a

whole, creating something new Evaluation - making judgments about the value of ideas,

works, solutions, etc.

Page 33: What is Mechatronics? Mechatronics is the synergistic combination of mechanical engineering, electronics, controls engineering, and computers, all integrated.

Educational Objectives To understand, apply and synthesize mechatroni

cs systems To understand, apply and synthesize computer c

ontrolled systems To develop increased creativity, teamwork, and

presentation skills To develop a greater awareness and respect for

things beyond the traditional ME boundaries To develop engineering common sense - proble

m avoiding and solving skills