SlideShare a Scribd company logo
Advance in Mechatronics
Muzammil Nakadey, Shaikh Moinuddin, Merchant Bilal 1
Kalsekar Polytechnic
Address
Mechanical Department, 2nd
year (inst.code-1608)
1
bmerchant96@yahoo.in
Abstract— Mechatronics does not have a
definite definition; However, Mechatronics could
roughly be defined as an interdisciplinary
engineering with a synergistic combination of
mechanical engineering. The portmanteau
"Mechatronics" was first coined by Mr. Tetsuro
Mori, a senior engineer of the Japanese company
Yaskawa, in 1969.The major advantages of
Mechatronics Systems are that they are simpler,
economical, reliable and versatile systems when
integrated than being operated as individual
systems. Due to these major advantages, its field
of application is very vast like Automotives,
Defence, Medical, Smart consumer products,
Manufacturing, etc. Cars, CD players, washing
machines, railways are all examples of
mechatronic systems. The main characteristic
(and driving force) of recent advances is the
progressively tighter coupling of mechanic and
electronic components with software.
In this paper we survey current developments
and discuss future trends in mechatronics, the
future of mechatronics will specifically see a
move towards a high degree
of adaptability and self-organization.
Keywords— Mechatronics, Actuators,
Automation, Miniaturization, Modularization,
etc.
I. INTRODUCTION
Mechatronics is “the application of
microelectronics in mechanical engineering” (the
original definition suggested by MITI of Japan).
Previously, mechatronics just meant
complementing mechanical parts with some
electrical units, a typical representant being a photo
camera. Today, mechatronics is an area combining
a large number of advanced techniques from
engineering, in particular sensor and actuator
technology, with computer science methods. Figure
1 depicts the three areas of mechatronics and their
overlap.
Typical examples of mechatronic systems are
automotive applications, e.g. advanced braking
systems, fly/steer-by wire or active suspension, but
also DVD-players or washing machines.
Mechatronic systems are characterized by a
combination of basic mechanical devices with a
processing unit monitoring and controlling it via a
number of actuators and sensors. The introduction
of mechatronics is a tight integration of mechanical,
electrical and information-driven units.
Fig. 1 Areas of Mechatronics
II. CHANGES IN THE NATURE OF TECHNOLOGICAL PROCESSORS
AND PRODUCTS
In the era prior to the invention of the
electromagnetic induction dynamo (1830-40) by
Michael Faraday, all “machines” (technological
processes and products) were mechanical (M) in
nature, i.e., composed essentially of mechanical
units. Since mechanical units exhibit large inertia,
machines of this era tended to be large,
cumbersome, slow, “uni-functional” and “non-user
friendly (difficult to control and maintain)”.
However, it sufficed for the innovators of such
machines to be well versed in mechanical sciences
and arts.
By the late 19th century, since electrical (E1)
energy can be transmitted and transformed much
more easily than mechanical energy, the energy
receiving and manipulating units within machines
(technological processes and products) started to be
replaced by functionally comparable electric units. As
a result, machines became more compact, controllable
and user-friendly.
A technological transformation occurred with the
advent of analog electronic (E2) valves in the
earlier half of the last century. This transformation
accelerated after the 1950s owing to the
development of transistors, digital electronics and
power electronics (E3). Wherever possible,
electrical functional units were replaced by such
electronic units so as to attain several orders
superior performance in terms of size,
controllability and user-friendliness. The synergistic
combination of E1, E2, and E3 technologies may be
collectively referred to as E technologies
(electrical/electronic technologies).
The second half of the last century saw dramatic
changes in technological processes and products
owing to the rapid extension of earlier successes in
electronic technologies towards the development of
a bewildering array of digital computational units
(computers): general purpose integrated chips (IC),
application specific ICs (ASIC), microprocessors
(µp), etc. These functional units are now so small in
size (miniaturized) that they can be embedded
within the functional units.
III. STATE OF ART
Modeling & Tools: In a certain sense, modeling
and even model driven development, i.e. the
generation of executable code from a model, has
long been existing in the mechatronic world to
improve software quality based on model analysis.
Code Generation: Based on such a specification,
model based development ideally requires the
generation of code which meets all real time
constraints. This requires the code generator to
know about all platform specific constraints like
speed and number of processors or available
memory. Only a very few research oriented
approaches exist to support a uniform modeling of
the behavior of all system components including the
specification of real time constraints and a
corresponding code generation.
Processes: The above description focused on
modeling the software part of mechatronic systems.
One of the most prominent problems in current
industrial development and even research
approaches is however the lack of integration
between the different disciplines, namely
mechanical and electrical engineering and computer
science or software engineering more specifically.
Usually, the mechanical engineer starts with
designing the shape and mechanical parts, then the
electrical engineer plans the wiring and finally the
software engineer has to write the code. This
approach leads to a lot of design errors and costly
rework when it is finally noticed that some parts do
not fit together or the simple layout of processors
and memory make certain software solutions
impossible.
Analysis & Tools: A rather large percentage of
mechatronic systems are deployed in safety critical
areas (e.g. the automotive or rail domain). This
makes analysis of mechatronic systems (or first of
all, their models) one of the main areas of work for
software engineers employed in the design of such
systems. Since its invention in the late 80’s model
checking has become a standard technique for
verification, in particular for hardware systems.
The main advantage of model checking which
makes it interesting for mechatronic systems is its
(almost) full automation, providing tool support for
analysis. Notwithstanding recent advances and
success stories, the main challenge is still the so-
called state explosion problem: model checking
techniques (most often) rely on a search of the
whole state space, and this can grow to arbitrarily
large dimensions. For Example: SAT solvers are
combined with decision procedures (giving so-
called SMT-solvers), model checking with specific
AI search methods, bounded model checking is
parallelized or model checking combined with
static analysis methods.
Mechatronic systems present a further challenge
for verification as they belong to the area of hybrid
systems, characterized by a combination of discrete
and continuous parts. The software constitutes the
discrete part, while the continuous dynamics
corresponds to the physical system with its sensors
and actuators. Verification of hybrid systems today
is still in its infancy. System models in this class are
written as timed automata, and a number of tools
support verification of timed automata with respect
to reachability or even temporal logic specified
properties. Automation can still only partially be
achieved; the algorithms employed in the model
checking are not guaranteed to terminate anymore.
In order to make the actual system fit into the
required subclass, approximations of the real
system are used.
Fig. 2 Composition of Mechatronics system
IV.FUTURE DEVELOPMENTS AND CHALLENGES
We believe that future mechatronic systems will
consist of several autonomously acting agents
capable of monitoring their own physical
environment as well exchanging information with
other agents. Constructing the software of advanced
systems requires a number of significant changes of
current software engineering techniques. In
particular, the following issues have to be addressed
to build the next generation systems properly.
A. Current software design processes are
tailored towards a particular domain rather than
spanning over all involved domains.
B. Modeling formalisms allow for a description
of static systems but not for their volatility. Model
transformations are meant for transforming models
towards a particular use on a platform but not for
describing the change in that model.
C. Analysis techniques mainly rely on the
knowledge about a global state space and cannot
cope with properties only emerging due to the
volatility of systems.
D. Secure exchange of information is usually
based on a central unit and cannot manage
decentralized highly distributed systems of agents
dynamically building as well as resolving clusters.
The integration of mechanical, electrical and
software parts poses challenges which so far have
only partly been addressed. For the analysis of
today’s mechatronic systems we can identify the
following shortcomings:
 Precise hybrid modeling: No hybrid
modeling techniques exist today which are
able to describe the diverse parts of a
mechatronic system in a uniform and precise
way. Current formalisms try to simply
combine some of the existing modeling
language from the three areas but most often
without giving a meaning to the mixed use of
diagrams.
 Integrated hybrid analysis: The three
disciplines involved in the construction of
mechatronic systems all have analysis
techniques on their own. Instead of applying
these in isolation, an integrated analysis
framework is needed in which a particular
type of analysis in one area supports & relies
on analysis in another area.
Fig. 3 Example of Miniaturization
Verification Systems with discrete and
continuous parts are intrinsically difficult to verify.
Model checking of hybrid systems and the transfer
of known verification techniques to the domain of
hybrid systems remains a challenge.
Volatility Evolution according to new data from
the environment will be one main characteristic of
future advanced mechatronic systems. The behavior
of such systems will thus not be completely fixed
during design, but is allowed to adapt to
environmental changes. The permitted degree of
change might partially be laid down by model
transformations being part of the model itself.
Verification thus has to show that the system
remains safe under all possible influences from the
environment.
V. FUTURE TRENDS IN MECHATRONICS ENGINEERING
By definition, automation is the replacement of
human labour. And technology is (just) a bag of
tools that come in the form of hardware and/or
software. A tool is something that assists in
performing existing tasks better or enables new
tasks to be performed. In other words, it somehow
replaces human labour, i.e., automates the task.
Thus progress in technology (through mechatronics,
or otherwise) is synonymous to automation. Human
activity can be broadly divided into two categories:
individual or collective (social). Individual
activities may be purely mental or combined with
physical activity. Irrespective of whether it is
reflexive or reflective, any human physical act
requires effort at five levels:
i. Setting the goal (a purely mental activity).
ii. Sensing the environment through the five
sensory organs: eyes, ears, skin, tongue, and nose.
iii. Communicating the sensory signals to the
central neural processor called the brain.
iv. Fusing the signals to recognize patterns of
interest and output the command signals to human
limbs.
v. Performing the physical task using limbs
(actuators).
A remarkable human ability is to learn from the
results obtained from past acts so as to perform
better when executing similar tasks in the future.
This learning ability provides human beings with
the ability to act as autonomous units. A further
ability lies in communicating with other human
beings so as to undertake collective tasks.
The above description of human abilities provides a
basis for understanding trends in mechatronics.
A. Sensing and sensor fusion (task ii) will be
the next capability to be acquired by mechatronic
systems. Already, many mechatronic units possess
rudimentary sensing abilities. For instance, modern
air conditioning units are able to sense air
temperature and humidity through separate sensors
and fuse the signals through fuzzy logic reasoning.
Likewise, sensors in the form of transducers have
long been used to enable feedback control in
machines. However, there is still a long way to go.
Sensors produce copious amounts of data that need
to be digested to discover patterns of interest before
control can be effected through the “actuators”.
Advances in high-speed microcomputers and signal
processing algorithms have now opened the door
for the exploitation of sensors exploiting a wide
range of physical, chemical and, even, biological
phenomena. While actuators are limited in variety,
the variety of possible sensors is almost unlimited.
For instance cutting forces in CNC machining
(Figure 4) and its consequences (e.g., tool fracture)
can today be monitored and controlled using
commercially available devices capable of sensing
machining noise, machine vibrations, acoustic
emission, drive motor current, etc. Future
mechatronic engineers will have to possess deeper
understanding of natural sciences so as to cope with
the growing variety of sensors.
Fig. 4 CNC Machine
B. Machine learning: Intelligence means
adapting to the environment and improving
performance over time. Within the domain of
mechatronic engineering, “there has been
considerable interest in learning through the use of
ANN and fuzzy logic for applications in control and
robotics, autonomous guided vehicles (AGV), etc.,
that require mainly reflective intelligence when
performed by human operators and tasks, such as
machine diagnostics, requiring combinations of
reflexive intelligence and low level reflective
intelligence.” This interest will continue well into
the future.
Fig. 5 Example of sensing and sensor fusion: Robots
C. Autonomization refers to the development
of the ability to survive and perform robustly while
the external environment changes. With progress in
sensor and learning technologies, tomorrow’s
mechatronic devices can be expected to become
progressively more autonomous. They will be able
to reset their local goals autonomously under
changing external environments so as to meet the
broad system-level goals set by human beings.
D. Modularization will be a consequence of
autonomization. Mechatronic sub-units will come
in modular form, i.e., with all the abilities required
for local goal setting, control, and learning
encapsulated within the sub-unit. Thus, in time,
every mechatronic sub-unit will be self-contained
and intelligent.
E. Miniaturization refers to the trend towards
mechatronic units of significantly smaller size
(Figure 3). Progress in precision engineering, newer
materials (composites, diamond coatings, etc.), and
nano-technologies will contribute to this
development.
F. Links to the Internet: The Internet will
become ubiquitous within the mechatronic world.
Every autonomous mechatronic unit will be
connected via broadband and satellite networks to
the rest of the world. Each mechatronic device will
be able to access the information and knowledge
base available on the Internet so as to optimize its
own performance. At the same time, it will be able
to communicate its operational status to remote
monitors.
G. Societies of devices: The metaphor of
society is very similar to that used by Minsky in his
book “The Society of Mind”. He says: “[M]ind is
made up of many smaller processes. These we’ll
call agents. Each mental agent by itself can only do
simple things that need no mind or thought at all.
Yet when we join these agents and societies in
certain special ways this leads to true intelligence.”
Once a mechatronic device has become
autonomous, locally intelligent, and able to
communicate extensively via the Internet, it can
join “societies” of devices with a common purpose
or interest.
VI.CONCLUSIONS
In this article, we have sketched current, future
trends and advancement in the development of
mechatronic systems. In particular, we have
discussed the challenges involved in the
construction of future advanced systems.
Summarizing, these can be roughly divided into
two categories: the challenges arising from the
collaboration of several different disciplines (which
is already an issue today), and those due to the
aspect of self-coordination which seems to be a
main characteristic distinguishing current from
future mechatronic systems. These are challenges to
all involved disciplines, but in particular to software
engineering. Key to a success in mastering them is
the joint effort and collaboration of disciplines,
within computer science and engineering.
ACKNOWLEDGMENT
Healthy thanks to Prof. Aamir Siwani and Prof. Rashid for
their proper guidance and co-operation.
REFERENCES
[1] Nitaigour Premchand Mahalik, Mechatronics, McGraw-
Hill International Edition, 2012
[2] www.advancemechatronics.com
[3] www.sciencedirect.com
[4] wiki.answers.com
[5] seminarprojects.com
[6] www.powershow.com
[7] link.springer.com
[8] www.designnews.com
[9] mechatronics-net.de
[10] www.scribd.com

More Related Content

What's hot

Mechatronics 1
Mechatronics 1Mechatronics 1
Mechatronics 1
VelmuruganChinnappan1
 
PLC Internal Relays
PLC Internal RelaysPLC Internal Relays
PLC Internal Relays
Ameen San
 
Plc notes
Plc notesPlc notes
Plc notes
Nishant Bhamare
 
programmable logic controller presentation
programmable logic controller presentationprogrammable logic controller presentation
programmable logic controller presentation
Ashutosh Verma
 
Plc and scada report
Plc and scada reportPlc and scada report
Plc and scada report
Mayank Verma
 
Synchro and servomotor
Synchro and servomotorSynchro and servomotor
Synchro and servomotor
jawaharramaya
 
Part 3 block diagram of PLC.
Part 3 block diagram of PLC.Part 3 block diagram of PLC.
Part 3 block diagram of PLC.
KuldeepMakwana6
 
PLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSPLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTS
Akshay Dhole
 
Use of plc in industrial automation
Use of plc in industrial automationUse of plc in industrial automation
Use of plc in industrial automation
Aloka Patro
 
CIM Unit 1
CIM Unit 1CIM Unit 1
Electric Motors presentation on Types and Classification
Electric Motors presentation on Types and Classification Electric Motors presentation on Types and Classification
Electric Motors presentation on Types and Classification
Hassan ElBanhawi
 
PLC
PLCPLC
PLC Programming Introduction
PLC Programming IntroductionPLC Programming Introduction
PLC Programming Introduction
PranavAutomation
 
Synchronous motor
Synchronous motorSynchronous motor
Synchronous motor
Chetan Patil
 
INDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLCINDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLC
Mehvish Mushtaq
 
Plc & Scada report 4
Plc & Scada report 4Plc & Scada report 4
Plc & Scada report 4
Lakshminarayan Solanki
 
Basic mechanical engineering
Basic mechanical engineeringBasic mechanical engineering
Basic mechanical engineering
Vyshnavi B Mohan
 
PLC Programming Languages
PLC Programming LanguagesPLC Programming Languages
PLC Programming Languages
LIJU. G. CHACKO
 
Training Report on PLC & SCADA
Training Report on PLC & SCADATraining Report on PLC & SCADA
Training Report on PLC & SCADA
Bhavya Bakshi
 
Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200
Ahmed Elsayed
 

What's hot (20)

Mechatronics 1
Mechatronics 1Mechatronics 1
Mechatronics 1
 
PLC Internal Relays
PLC Internal RelaysPLC Internal Relays
PLC Internal Relays
 
Plc notes
Plc notesPlc notes
Plc notes
 
programmable logic controller presentation
programmable logic controller presentationprogrammable logic controller presentation
programmable logic controller presentation
 
Plc and scada report
Plc and scada reportPlc and scada report
Plc and scada report
 
Synchro and servomotor
Synchro and servomotorSynchro and servomotor
Synchro and servomotor
 
Part 3 block diagram of PLC.
Part 3 block diagram of PLC.Part 3 block diagram of PLC.
Part 3 block diagram of PLC.
 
PLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSPLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTS
 
Use of plc in industrial automation
Use of plc in industrial automationUse of plc in industrial automation
Use of plc in industrial automation
 
CIM Unit 1
CIM Unit 1CIM Unit 1
CIM Unit 1
 
Electric Motors presentation on Types and Classification
Electric Motors presentation on Types and Classification Electric Motors presentation on Types and Classification
Electric Motors presentation on Types and Classification
 
PLC
PLCPLC
PLC
 
PLC Programming Introduction
PLC Programming IntroductionPLC Programming Introduction
PLC Programming Introduction
 
Synchronous motor
Synchronous motorSynchronous motor
Synchronous motor
 
INDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLCINDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLC
 
Plc & Scada report 4
Plc & Scada report 4Plc & Scada report 4
Plc & Scada report 4
 
Basic mechanical engineering
Basic mechanical engineeringBasic mechanical engineering
Basic mechanical engineering
 
PLC Programming Languages
PLC Programming LanguagesPLC Programming Languages
PLC Programming Languages
 
Training Report on PLC & SCADA
Training Report on PLC & SCADATraining Report on PLC & SCADA
Training Report on PLC & SCADA
 
Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200
 

Viewers also liked

Introduction to mechatronics
Introduction to mechatronicsIntroduction to mechatronics
Introduction to mechatronicsRajani Pragada
 
Recent Advances in Finite element methods
Recent Advances in Finite element methodsRecent Advances in Finite element methods
Recent Advances in Finite element methods
Cochin University
 
How to write a biomedical research paper
How to write a biomedical research paperHow to write a biomedical research paper
How to write a biomedical research paper
Ahmed Negida
 
Introduction to mechatronics
Introduction to mechatronicsIntroduction to mechatronics
Introduction to mechatronics
Thulasikanth Vaddi
 
Biomechatronic-hand
Biomechatronic-handBiomechatronic-hand
Biomechatronic-hand
Ñïřőj Ñïřőj
 
Presentation1
Presentation1Presentation1
Presentation1
Ranjitha Molugu
 
Introduction of mechatronics
Introduction of mechatronicsIntroduction of mechatronics
Introduction of mechatronics
ahmed saqer
 
Mechatronics
MechatronicsMechatronics
Mechatronics
Ashraf Aboshosha
 

Viewers also liked (8)

Introduction to mechatronics
Introduction to mechatronicsIntroduction to mechatronics
Introduction to mechatronics
 
Recent Advances in Finite element methods
Recent Advances in Finite element methodsRecent Advances in Finite element methods
Recent Advances in Finite element methods
 
How to write a biomedical research paper
How to write a biomedical research paperHow to write a biomedical research paper
How to write a biomedical research paper
 
Introduction to mechatronics
Introduction to mechatronicsIntroduction to mechatronics
Introduction to mechatronics
 
Biomechatronic-hand
Biomechatronic-handBiomechatronic-hand
Biomechatronic-hand
 
Presentation1
Presentation1Presentation1
Presentation1
 
Introduction of mechatronics
Introduction of mechatronicsIntroduction of mechatronics
Introduction of mechatronics
 
Mechatronics
MechatronicsMechatronics
Mechatronics
 

Similar to Advance in mechatronics

Rajesh_Angadi_(_Mechatronics)_Mart_April_2015
Rajesh_Angadi_(_Mechatronics)_Mart_April_2015Rajesh_Angadi_(_Mechatronics)_Mart_April_2015
Rajesh_Angadi_(_Mechatronics)_Mart_April_2015
Rajesh Angadi
 
mechatronics-1.ppt
mechatronics-1.pptmechatronics-1.ppt
mechatronics-1.ppt
Anand143493
 
Design and Testing Ways for Mechatronic Systems
Design and Testing Ways for Mechatronic Systems Design and Testing Ways for Mechatronic Systems
Design and Testing Ways for Mechatronic Systems
IJCI JOURNAL
 
DESIGN AND TESTING WAYS FOR MECHATRONIC SYSTEMS
DESIGN AND TESTING WAYS FOR  MECHATRONIC SYSTEMSDESIGN AND TESTING WAYS FOR  MECHATRONIC SYSTEMS
DESIGN AND TESTING WAYS FOR MECHATRONIC SYSTEMS
IJCI JOURNAL
 
Mechtronic 2
Mechtronic 2Mechtronic 2
Mechtronic 2
djimatrice
 
Lec 01(introduction) Mechatronic systems
Lec 01(introduction) Mechatronic systems Lec 01(introduction) Mechatronic systems
Lec 01(introduction) Mechatronic systems
Mohamed Atef
 
[1] artigo modelherarquicos
[1] artigo modelherarquicos[1] artigo modelherarquicos
[1] artigo modelherarquicos
Ruben Dario Solarte
 
Mechatronics principles.pptx
Mechatronics principles.pptxMechatronics principles.pptx
Mechatronics principles.pptx
JacksonSaad
 
ME8791 Mechatronics Notes.pptx
ME8791 Mechatronics Notes.pptxME8791 Mechatronics Notes.pptx
ME8791 Mechatronics Notes.pptx
dharma raja`
 
A resonable approach for manufacturing system based on supervisory control 2
A resonable approach for manufacturing system based on supervisory control 2A resonable approach for manufacturing system based on supervisory control 2
A resonable approach for manufacturing system based on supervisory control 2
IAEME Publication
 
wp-electrical-engineering-mechatronic-data-model-en
wp-electrical-engineering-mechatronic-data-model-enwp-electrical-engineering-mechatronic-data-model-en
wp-electrical-engineering-mechatronic-data-model-en
Thomas Gessner
 
College 2 18-2014
College 2 18-2014College 2 18-2014
College 2 18-2014
Anand Ronald
 
Design of mechatronics systems
Design of mechatronics systemsDesign of mechatronics systems
Design of mechatronics systems
Yuga Aravind Kumar
 
performance_6_2_SecretBehindMechatronics
performance_6_2_SecretBehindMechatronicsperformance_6_2_SecretBehindMechatronics
performance_6_2_SecretBehindMechatronics
Adrian Reisch
 
performance_6_2_SecretBehindMechatronics
performance_6_2_SecretBehindMechatronicsperformance_6_2_SecretBehindMechatronics
performance_6_2_SecretBehindMechatronics
Adrian Reisch
 
A proposed approach to mechatronics design and implementation education orien...
A proposed approach to mechatronics design and implementation education orien...A proposed approach to mechatronics design and implementation education orien...
A proposed approach to mechatronics design and implementation education orien...
Alexander Decker
 
IRJET - Design and Investigation of End Effector Possessor for Robotic Limb
IRJET - Design and Investigation of End Effector Possessor for Robotic LimbIRJET - Design and Investigation of End Effector Possessor for Robotic Limb
IRJET - Design and Investigation of End Effector Possessor for Robotic Limb
IRJET Journal
 
Mechanical and production engineering Dr C B Sobhan at IEEE Workshop
Mechanical and production engineering Dr  C B Sobhan at IEEE WorkshopMechanical and production engineering Dr  C B Sobhan at IEEE Workshop
Mechanical and production engineering Dr C B Sobhan at IEEE Workshop
Prof. Mohandas K P
 
Chapter 4 Embedded System: Application and Domain Specific
Chapter 4 Embedded System: Application and Domain SpecificChapter 4 Embedded System: Application and Domain Specific
Chapter 4 Embedded System: Application and Domain Specific
Moe Moe Myint
 
INTRODUCTION TO MECHATRONS systems .ppt
INTRODUCTION TO MECHATRONS    systems  .pptINTRODUCTION TO MECHATRONS    systems  .ppt
INTRODUCTION TO MECHATRONS systems .ppt
JunaidIqbal958705
 

Similar to Advance in mechatronics (20)

Rajesh_Angadi_(_Mechatronics)_Mart_April_2015
Rajesh_Angadi_(_Mechatronics)_Mart_April_2015Rajesh_Angadi_(_Mechatronics)_Mart_April_2015
Rajesh_Angadi_(_Mechatronics)_Mart_April_2015
 
mechatronics-1.ppt
mechatronics-1.pptmechatronics-1.ppt
mechatronics-1.ppt
 
Design and Testing Ways for Mechatronic Systems
Design and Testing Ways for Mechatronic Systems Design and Testing Ways for Mechatronic Systems
Design and Testing Ways for Mechatronic Systems
 
DESIGN AND TESTING WAYS FOR MECHATRONIC SYSTEMS
DESIGN AND TESTING WAYS FOR  MECHATRONIC SYSTEMSDESIGN AND TESTING WAYS FOR  MECHATRONIC SYSTEMS
DESIGN AND TESTING WAYS FOR MECHATRONIC SYSTEMS
 
Mechtronic 2
Mechtronic 2Mechtronic 2
Mechtronic 2
 
Lec 01(introduction) Mechatronic systems
Lec 01(introduction) Mechatronic systems Lec 01(introduction) Mechatronic systems
Lec 01(introduction) Mechatronic systems
 
[1] artigo modelherarquicos
[1] artigo modelherarquicos[1] artigo modelherarquicos
[1] artigo modelherarquicos
 
Mechatronics principles.pptx
Mechatronics principles.pptxMechatronics principles.pptx
Mechatronics principles.pptx
 
ME8791 Mechatronics Notes.pptx
ME8791 Mechatronics Notes.pptxME8791 Mechatronics Notes.pptx
ME8791 Mechatronics Notes.pptx
 
A resonable approach for manufacturing system based on supervisory control 2
A resonable approach for manufacturing system based on supervisory control 2A resonable approach for manufacturing system based on supervisory control 2
A resonable approach for manufacturing system based on supervisory control 2
 
wp-electrical-engineering-mechatronic-data-model-en
wp-electrical-engineering-mechatronic-data-model-enwp-electrical-engineering-mechatronic-data-model-en
wp-electrical-engineering-mechatronic-data-model-en
 
College 2 18-2014
College 2 18-2014College 2 18-2014
College 2 18-2014
 
Design of mechatronics systems
Design of mechatronics systemsDesign of mechatronics systems
Design of mechatronics systems
 
performance_6_2_SecretBehindMechatronics
performance_6_2_SecretBehindMechatronicsperformance_6_2_SecretBehindMechatronics
performance_6_2_SecretBehindMechatronics
 
performance_6_2_SecretBehindMechatronics
performance_6_2_SecretBehindMechatronicsperformance_6_2_SecretBehindMechatronics
performance_6_2_SecretBehindMechatronics
 
A proposed approach to mechatronics design and implementation education orien...
A proposed approach to mechatronics design and implementation education orien...A proposed approach to mechatronics design and implementation education orien...
A proposed approach to mechatronics design and implementation education orien...
 
IRJET - Design and Investigation of End Effector Possessor for Robotic Limb
IRJET - Design and Investigation of End Effector Possessor for Robotic LimbIRJET - Design and Investigation of End Effector Possessor for Robotic Limb
IRJET - Design and Investigation of End Effector Possessor for Robotic Limb
 
Mechanical and production engineering Dr C B Sobhan at IEEE Workshop
Mechanical and production engineering Dr  C B Sobhan at IEEE WorkshopMechanical and production engineering Dr  C B Sobhan at IEEE Workshop
Mechanical and production engineering Dr C B Sobhan at IEEE Workshop
 
Chapter 4 Embedded System: Application and Domain Specific
Chapter 4 Embedded System: Application and Domain SpecificChapter 4 Embedded System: Application and Domain Specific
Chapter 4 Embedded System: Application and Domain Specific
 
INTRODUCTION TO MECHATRONS systems .ppt
INTRODUCTION TO MECHATRONS    systems  .pptINTRODUCTION TO MECHATRONS    systems  .ppt
INTRODUCTION TO MECHATRONS systems .ppt
 

Recently uploaded

Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Zilliz
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 

Recently uploaded (20)

Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 

Advance in mechatronics

  • 1. Advance in Mechatronics Muzammil Nakadey, Shaikh Moinuddin, Merchant Bilal 1 Kalsekar Polytechnic Address Mechanical Department, 2nd year (inst.code-1608) 1 bmerchant96@yahoo.in Abstract— Mechatronics does not have a definite definition; However, Mechatronics could roughly be defined as an interdisciplinary engineering with a synergistic combination of mechanical engineering. The portmanteau "Mechatronics" was first coined by Mr. Tetsuro Mori, a senior engineer of the Japanese company Yaskawa, in 1969.The major advantages of Mechatronics Systems are that they are simpler, economical, reliable and versatile systems when integrated than being operated as individual systems. Due to these major advantages, its field of application is very vast like Automotives, Defence, Medical, Smart consumer products, Manufacturing, etc. Cars, CD players, washing machines, railways are all examples of mechatronic systems. The main characteristic (and driving force) of recent advances is the progressively tighter coupling of mechanic and electronic components with software. In this paper we survey current developments and discuss future trends in mechatronics, the future of mechatronics will specifically see a move towards a high degree of adaptability and self-organization. Keywords— Mechatronics, Actuators, Automation, Miniaturization, Modularization, etc. I. INTRODUCTION Mechatronics is “the application of microelectronics in mechanical engineering” (the original definition suggested by MITI of Japan). Previously, mechatronics just meant complementing mechanical parts with some electrical units, a typical representant being a photo camera. Today, mechatronics is an area combining a large number of advanced techniques from engineering, in particular sensor and actuator technology, with computer science methods. Figure 1 depicts the three areas of mechatronics and their overlap. Typical examples of mechatronic systems are automotive applications, e.g. advanced braking systems, fly/steer-by wire or active suspension, but also DVD-players or washing machines. Mechatronic systems are characterized by a combination of basic mechanical devices with a processing unit monitoring and controlling it via a number of actuators and sensors. The introduction of mechatronics is a tight integration of mechanical, electrical and information-driven units. Fig. 1 Areas of Mechatronics II. CHANGES IN THE NATURE OF TECHNOLOGICAL PROCESSORS AND PRODUCTS In the era prior to the invention of the electromagnetic induction dynamo (1830-40) by Michael Faraday, all “machines” (technological processes and products) were mechanical (M) in nature, i.e., composed essentially of mechanical units. Since mechanical units exhibit large inertia, machines of this era tended to be large, cumbersome, slow, “uni-functional” and “non-user friendly (difficult to control and maintain)”. However, it sufficed for the innovators of such machines to be well versed in mechanical sciences and arts. By the late 19th century, since electrical (E1) energy can be transmitted and transformed much more easily than mechanical energy, the energy
  • 2. receiving and manipulating units within machines (technological processes and products) started to be replaced by functionally comparable electric units. As a result, machines became more compact, controllable and user-friendly. A technological transformation occurred with the advent of analog electronic (E2) valves in the earlier half of the last century. This transformation accelerated after the 1950s owing to the development of transistors, digital electronics and power electronics (E3). Wherever possible, electrical functional units were replaced by such electronic units so as to attain several orders superior performance in terms of size, controllability and user-friendliness. The synergistic combination of E1, E2, and E3 technologies may be collectively referred to as E technologies (electrical/electronic technologies). The second half of the last century saw dramatic changes in technological processes and products owing to the rapid extension of earlier successes in electronic technologies towards the development of a bewildering array of digital computational units (computers): general purpose integrated chips (IC), application specific ICs (ASIC), microprocessors (µp), etc. These functional units are now so small in size (miniaturized) that they can be embedded within the functional units. III. STATE OF ART Modeling & Tools: In a certain sense, modeling and even model driven development, i.e. the generation of executable code from a model, has long been existing in the mechatronic world to improve software quality based on model analysis. Code Generation: Based on such a specification, model based development ideally requires the generation of code which meets all real time constraints. This requires the code generator to know about all platform specific constraints like speed and number of processors or available memory. Only a very few research oriented approaches exist to support a uniform modeling of the behavior of all system components including the specification of real time constraints and a corresponding code generation. Processes: The above description focused on modeling the software part of mechatronic systems. One of the most prominent problems in current industrial development and even research approaches is however the lack of integration between the different disciplines, namely mechanical and electrical engineering and computer science or software engineering more specifically. Usually, the mechanical engineer starts with designing the shape and mechanical parts, then the electrical engineer plans the wiring and finally the software engineer has to write the code. This approach leads to a lot of design errors and costly rework when it is finally noticed that some parts do not fit together or the simple layout of processors and memory make certain software solutions impossible. Analysis & Tools: A rather large percentage of mechatronic systems are deployed in safety critical areas (e.g. the automotive or rail domain). This makes analysis of mechatronic systems (or first of all, their models) one of the main areas of work for software engineers employed in the design of such systems. Since its invention in the late 80’s model checking has become a standard technique for verification, in particular for hardware systems. The main advantage of model checking which makes it interesting for mechatronic systems is its (almost) full automation, providing tool support for analysis. Notwithstanding recent advances and success stories, the main challenge is still the so- called state explosion problem: model checking techniques (most often) rely on a search of the whole state space, and this can grow to arbitrarily large dimensions. For Example: SAT solvers are combined with decision procedures (giving so- called SMT-solvers), model checking with specific AI search methods, bounded model checking is parallelized or model checking combined with static analysis methods. Mechatronic systems present a further challenge for verification as they belong to the area of hybrid systems, characterized by a combination of discrete and continuous parts. The software constitutes the discrete part, while the continuous dynamics corresponds to the physical system with its sensors and actuators. Verification of hybrid systems today is still in its infancy. System models in this class are written as timed automata, and a number of tools support verification of timed automata with respect
  • 3. to reachability or even temporal logic specified properties. Automation can still only partially be achieved; the algorithms employed in the model checking are not guaranteed to terminate anymore. In order to make the actual system fit into the required subclass, approximations of the real system are used. Fig. 2 Composition of Mechatronics system IV.FUTURE DEVELOPMENTS AND CHALLENGES We believe that future mechatronic systems will consist of several autonomously acting agents capable of monitoring their own physical environment as well exchanging information with other agents. Constructing the software of advanced systems requires a number of significant changes of current software engineering techniques. In particular, the following issues have to be addressed to build the next generation systems properly. A. Current software design processes are tailored towards a particular domain rather than spanning over all involved domains. B. Modeling formalisms allow for a description of static systems but not for their volatility. Model transformations are meant for transforming models towards a particular use on a platform but not for describing the change in that model. C. Analysis techniques mainly rely on the knowledge about a global state space and cannot cope with properties only emerging due to the volatility of systems. D. Secure exchange of information is usually based on a central unit and cannot manage decentralized highly distributed systems of agents dynamically building as well as resolving clusters. The integration of mechanical, electrical and software parts poses challenges which so far have only partly been addressed. For the analysis of today’s mechatronic systems we can identify the following shortcomings:  Precise hybrid modeling: No hybrid modeling techniques exist today which are able to describe the diverse parts of a mechatronic system in a uniform and precise way. Current formalisms try to simply combine some of the existing modeling language from the three areas but most often without giving a meaning to the mixed use of diagrams.  Integrated hybrid analysis: The three disciplines involved in the construction of mechatronic systems all have analysis techniques on their own. Instead of applying these in isolation, an integrated analysis framework is needed in which a particular type of analysis in one area supports & relies on analysis in another area. Fig. 3 Example of Miniaturization Verification Systems with discrete and continuous parts are intrinsically difficult to verify. Model checking of hybrid systems and the transfer of known verification techniques to the domain of hybrid systems remains a challenge. Volatility Evolution according to new data from the environment will be one main characteristic of future advanced mechatronic systems. The behavior of such systems will thus not be completely fixed during design, but is allowed to adapt to environmental changes. The permitted degree of change might partially be laid down by model transformations being part of the model itself. Verification thus has to show that the system remains safe under all possible influences from the environment. V. FUTURE TRENDS IN MECHATRONICS ENGINEERING By definition, automation is the replacement of human labour. And technology is (just) a bag of tools that come in the form of hardware and/or software. A tool is something that assists in performing existing tasks better or enables new
  • 4. tasks to be performed. In other words, it somehow replaces human labour, i.e., automates the task. Thus progress in technology (through mechatronics, or otherwise) is synonymous to automation. Human activity can be broadly divided into two categories: individual or collective (social). Individual activities may be purely mental or combined with physical activity. Irrespective of whether it is reflexive or reflective, any human physical act requires effort at five levels: i. Setting the goal (a purely mental activity). ii. Sensing the environment through the five sensory organs: eyes, ears, skin, tongue, and nose. iii. Communicating the sensory signals to the central neural processor called the brain. iv. Fusing the signals to recognize patterns of interest and output the command signals to human limbs. v. Performing the physical task using limbs (actuators). A remarkable human ability is to learn from the results obtained from past acts so as to perform better when executing similar tasks in the future. This learning ability provides human beings with the ability to act as autonomous units. A further ability lies in communicating with other human beings so as to undertake collective tasks. The above description of human abilities provides a basis for understanding trends in mechatronics. A. Sensing and sensor fusion (task ii) will be the next capability to be acquired by mechatronic systems. Already, many mechatronic units possess rudimentary sensing abilities. For instance, modern air conditioning units are able to sense air temperature and humidity through separate sensors and fuse the signals through fuzzy logic reasoning. Likewise, sensors in the form of transducers have long been used to enable feedback control in machines. However, there is still a long way to go. Sensors produce copious amounts of data that need to be digested to discover patterns of interest before control can be effected through the “actuators”. Advances in high-speed microcomputers and signal processing algorithms have now opened the door for the exploitation of sensors exploiting a wide range of physical, chemical and, even, biological phenomena. While actuators are limited in variety, the variety of possible sensors is almost unlimited. For instance cutting forces in CNC machining (Figure 4) and its consequences (e.g., tool fracture) can today be monitored and controlled using commercially available devices capable of sensing machining noise, machine vibrations, acoustic emission, drive motor current, etc. Future mechatronic engineers will have to possess deeper understanding of natural sciences so as to cope with the growing variety of sensors. Fig. 4 CNC Machine B. Machine learning: Intelligence means adapting to the environment and improving performance over time. Within the domain of mechatronic engineering, “there has been considerable interest in learning through the use of ANN and fuzzy logic for applications in control and robotics, autonomous guided vehicles (AGV), etc., that require mainly reflective intelligence when performed by human operators and tasks, such as machine diagnostics, requiring combinations of reflexive intelligence and low level reflective intelligence.” This interest will continue well into the future. Fig. 5 Example of sensing and sensor fusion: Robots C. Autonomization refers to the development of the ability to survive and perform robustly while the external environment changes. With progress in sensor and learning technologies, tomorrow’s mechatronic devices can be expected to become progressively more autonomous. They will be able to reset their local goals autonomously under changing external environments so as to meet the broad system-level goals set by human beings.
  • 5. D. Modularization will be a consequence of autonomization. Mechatronic sub-units will come in modular form, i.e., with all the abilities required for local goal setting, control, and learning encapsulated within the sub-unit. Thus, in time, every mechatronic sub-unit will be self-contained and intelligent. E. Miniaturization refers to the trend towards mechatronic units of significantly smaller size (Figure 3). Progress in precision engineering, newer materials (composites, diamond coatings, etc.), and nano-technologies will contribute to this development. F. Links to the Internet: The Internet will become ubiquitous within the mechatronic world. Every autonomous mechatronic unit will be connected via broadband and satellite networks to the rest of the world. Each mechatronic device will be able to access the information and knowledge base available on the Internet so as to optimize its own performance. At the same time, it will be able to communicate its operational status to remote monitors. G. Societies of devices: The metaphor of society is very similar to that used by Minsky in his book “The Society of Mind”. He says: “[M]ind is made up of many smaller processes. These we’ll call agents. Each mental agent by itself can only do simple things that need no mind or thought at all. Yet when we join these agents and societies in certain special ways this leads to true intelligence.” Once a mechatronic device has become autonomous, locally intelligent, and able to communicate extensively via the Internet, it can join “societies” of devices with a common purpose or interest. VI.CONCLUSIONS In this article, we have sketched current, future trends and advancement in the development of mechatronic systems. In particular, we have discussed the challenges involved in the construction of future advanced systems. Summarizing, these can be roughly divided into two categories: the challenges arising from the collaboration of several different disciplines (which is already an issue today), and those due to the aspect of self-coordination which seems to be a main characteristic distinguishing current from future mechatronic systems. These are challenges to all involved disciplines, but in particular to software engineering. Key to a success in mastering them is the joint effort and collaboration of disciplines, within computer science and engineering. ACKNOWLEDGMENT Healthy thanks to Prof. Aamir Siwani and Prof. Rashid for their proper guidance and co-operation. REFERENCES [1] Nitaigour Premchand Mahalik, Mechatronics, McGraw- Hill International Edition, 2012 [2] www.advancemechatronics.com [3] www.sciencedirect.com [4] wiki.answers.com [5] seminarprojects.com [6] www.powershow.com [7] link.springer.com [8] www.designnews.com [9] mechatronics-net.de [10] www.scribd.com