SlideShare a Scribd company logo
1 of 6
Download to read offline
INTERNATIONAL JOURNAL OF Issue 1, January- February (2013), © IAEME–
 International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976
 6545(Print), ISSN 0976 – 6553(Online) Volume 4, ELECTRICAL ENGINEERING
                            & TECHNOLOGY (IJEET)
ISSN 0976 – 6545(Print)
ISSN 0976 – 6553(Online)
Volume 4, Issue 1, January- February (2013), pp. 75-80
                                                                             IJEET
© IAEME: www.iaeme.com/ijeet.asp
Journal Impact Factor (2012): 3.2031 (Calculated by GISI)                 ©IAEME
www.jifactor.com




       ANALYSIS AND IMPLEMENTATION OF LOCAL MODULAR
      SUPERVISORY CONTROL FOR A MANUFACTURING CELL - A
                         CASE STUDY

                                S.C. Ramesh a, Dr.G.Kalivarathanb
                    a
                     Research Scholar, CMJ University, Meghalaya, Shillong.
    b
      Principal/ PSN Institute of Technology and Science, Tirunelveli, Tamilnadu, Supervisor,
                   CMJ University, Shillong. Email:sakthi_eswar@yahoo.com


   ABSTRACT

           In this Paper, a viable analysis and implementation of local modular Supervisory
   Control Theory for a manufacturing cell is predicted in the best possible manners to capture
   the necessities of idealizing the programmable logic controller (PLC). By means of local
   modular approach a methodology that reveals modularity of the plant and of the behavioral
   specifications models optimal supervisors are obtained without state-space explosion. For the
   purpose of simplifying the ladder diagram implementation in the PLC, reduced supervisors
   are implemented in a three level structure that executes the modular supervisor’s concurrent
   action and interfaces the theoretical model with the real system. The flexible and productive
   manufacturing cell behavior, after the control system practical implementation, and the final
   PLC code readability and flexibility are positive quality indicators to the applied
   methodology.

   Keywords: Programmable logic controller, Supervisory control theory, Discrete event
   systems, Supervisor generated controllable events

   1. INTRODUCTION

          With current technology, It is capable of building extremely large and complex
   systems. It is becoming increasing difficult to design controllers that guarantee the proper
   operation of such systems. For Discrete Event Systems, It enables us to design controllers for
   a given system that are mathematically guaranteed to be always controllable and to never
   deadlock. This is highly desirable in systems that are safety intensive. Our current work
   addresses the conversion of a theoretical supervisor to a physical implementation on a

                                                75
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 1, January- February (2013), © IAEME

Programmable Logic Controller (PLC). This has been investigated previously. To this end a
testbed that physically simulates a manufacturing work cell was built around an Allen-
Bradley PLC. In the remainder of this paper describe the modeling of the testbed, and the
design of its controllers. Finally, we present several results that identify reduced plant models
for verifying controllability and nonblocking. The Supervisory Control Theory (SCT),
initiated by Ramadge and Wonham is a powerful framework for the synthesis of control for
Discrete-Event Systems (DES). Although the SCT has obtained a wide acceptance in
academy and some experimental applications have elucidated its potential, the extensive use
of SCT in industry remains a promise. There are many reasons for the lack of industrial
applications of SCT, including the computational complexity and state space explosion in the
synthesis process. The number of states of the global system model grows exponentially with
the number of subsystems. For that reason the complexity of computing optimal supervisors,
although polynomial in the size of the global system, is a barrier for real problems that
involve a large number of subsystems. Advances in computational hardware and complexity
reduction techniques can help overcoming this barrier in many applications. However, the
physical implementation of supervisors with a large number of states renders the control
program immense, unreadable and, thus, untrustworthy. This approach reduces the
computational complexity of the synthesis process and the size of supervisors by exploiting
modularity of specifications and the decentralized structure of composite plants. Instead of a
monolithic supervisor for the entire plant, a modular supervisor is obtained for each
specification, taking into account only its local plant (affected subsystems). A necessary and
sufficient condition named local modularity assures that the set of local modular supervisors
has the same performance as the monolithic supervisor. As a consequence of the limited size
of the resulting supervisors, the exponentially complex algorithm for optimal reduction of
supervisors as becomes feasible. When local modularity holds, this approach has the
advantage of providing more flexibility, computational efficiency and safety to the control
application. This paper presents the results of an application of the local modular approach to
the control program synthesis for a real manufacturing cell commanded by a programmable
logic controller (PLC). Several new challenges and solutions arise from the process of linking
the theory to reality, concerning aspects from the open-loop system modeling to the final
structure of the control program. To guide the physical implementation of the control system
from abstract supervisors, the authors propose a three level program structure that plays the
set of reduced local modular supervisors concurrently, commands the evolution of
decentralized sub plants and acts as an interface between the theoretical model and real
control signals. This control structure differs from the implementation scheme proposed by
other works for playing the supervisors exactly as previewed by the SCT while the interface
levels resolve the differences between the abstract model and the real system. This
characteristic allows a modular implementation of plant and of supervisors, what renders the
control program clean and clear.

2. SUPERVISOR GENERATED CONTROLLABLE EVENTS

        The standard RW theory model consists of a plant which spontaneously generates
events, some controllable (can be disabled) and some uncontrollable, and a supervisor that
tracks the plant's events, disabling controllable events according to some control law.




                                               76
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 1, January- February (2013), © IAEME




                             (a)                                  (b)
                Figure 1. (a) RW Feedback Loop (b) Balemi Feedback Loop

The plant is considered to be that which generates the events in the plant models. This
includes the normal plant generator and the supervisor. In particular, it is not an important
concern for the testbed since the plant model was designed to be flexible enough to allow for
any contingency of the supervisor generating an event.




                                  Figure 2. Plant Models


                                             77
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 1, January- February (2013), © IAEME

3. CRANE SUPERVISORS

        The testbed's safety and operation specifications are given below. They are discussed
in detail in the following subsections.
        1. Prevent trains from colliding.
        2. Ensure switches are set correctly while train traverses them.
        3. Enforce specified route.
        4. Synchronize trains to permit loading by cranes.
A crane supervisor continually monitors the sensor just in front of it for a train. When a train
arrives, the supervisor stops the train and activates the crane, which then proceeds to load the
train. When the crane finishes loading the train, the supervisor releases the train. In additional
to feasibility issues, modular supervisors are easier (and more accurate in general) to design,
modify, and implement. It permits one to easily convert the 25 supervisors discussed in this
section into PLC code by hand. One single centralized supervisor would require computer
software to do the conversion and the resulting PLC code would be far more massive than the
modular code




                                  Figure 3. Crane Supervisor

4. ROUTING SUPERVISORS

        The routing supervisors enforce the specified route of each train. Each train has its
own set of supervisors, one for each switch used. The path of each train is controlled by the
position of the switches as the train passes through them. The required pattern of switch
settings for each train's route was found by tracing the path of each train. This overall pattern

                                               78
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 1, January- February (2013), © IAEME

was then further reduced by observing the individual pattern of each switch. Finally, a
supervisor was written for each switch to generate the prescribed pattern as the given train
traverses the tracks. When all six supervisors for a given train are put together, the overall
pattern creates the proper route for the train. Supervisors are the simplest form of supervisors,
and are all very similar to the supervisor for track section RS23 and RS24. The layout of
track section is RS23 and RS24. Sensor RS23 marks the start of the section, sensor RS26
marks the start of the adjoining section, and sensor RS22 marks the end of the preceding
section. This causes complications, since a supervisor wants to interfere as little as possible
with a train that plans to enter the other track, but the supervisor has no knowledge of the
train's intended path.




                                 Figure 4. Routing Supervisor

5. CONCLUSION

        The advantage of the testbed demonstrates that supervisory control can effectively be
used as a design tool for reasonably large, real systems. It is noticed that modular design of
both the plant model and the supervisor is essential to deal with large, real systems. The size
of such systems currently makes any other method infeasible. The model reduction theorems
greatly extend the possible size of plants that RW theory can be applied to. The theorems
immensely reduce the amount of computations necessary. By considering the plant model as
an interface specification, RW theory can easily be applied to programmable plants. The
interface specification provides a necessary abstraction level between the high level DES
supervisors and the low level software and hardware. The generic implementation

                                               79
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 1, January- February (2013), © IAEME

methodology presented provides an excellent means to bridge the gap between DES theory
and applications. By giving a physical interpretation to the theory, the implementation
method makes it easier for designers to model real plants, and to design effective supervisors.
Because the method is generic, it can be applied to a wide range of applications. Also, since
the method uses CMSSM as an intermediate step, it can easily be modified for
implementation on any digital logic device.

REFERENCES

[1] T. Catherall. A User's Guide to the MÄarklin Digital System. MÄarklin, Inc., 4th edition,
1991.
[2] Data I/O Corporation. ABEL-HDL Design Software, Language Reference, October
1991.
[3] W. Ford and W. Topp. MC68000, Assembly Language and Systems Programming.
D.C. Heath and Company, 1987.
[4] Gebr. MÄarklin & Cie GmbH. MÄarklin Digital Control Unit 6021, 1993.
[5] D. Johnson. Programmable Controllers for Factory Automation. Marcel Dekker, 1987.
[6] R.J. Leduc and W.M. Wonham. Discrete event systems modeling and control of a man-
ufacturing testbed. In Canadian Conference on Electrical and Computer Engineering,
pages 793{796, Sept 1995.
[7] R.J. Leduc and W.M. Wonham. PLC implementation of a DES supervisor for a man-
ufacturing testbed. In Thirty-third Annual Allerton Conference on Communication,
Control, and Computing, Oct 1995.
[8] Yong Li. Supervisory control of real-time discrete-event systems. Master's thesis,
Department of Electrical Engineering, University of Toronto, Toronto, ONT, 1986.
[9] G. Michel. Programmable Logic Controllers- Architecture and Applications. Wiley,
1990.
[10] M.P.O Morford and R.J. Lenardon. Classical Mythology. David McKay Company,
1976.
[11] Motorola, Inc. Motorola Freeware 32-bit Cross Assembler User's Manual.
[12] Motorola, Inc. MC68681 Dual Asynchronous Receiver/Transceiver, 1985.
[13] Motorola, Inc. MC68332 User's Manual, 1990.
[14] P. Ramadge and W.Wonham. Supervisory control of a class of discrete-event processes.
SIAM J. Control Optim, 25(1):206{230, 1987.
[15] J. Stenerson. Fundamentals of Programmable Logic Controllers, Sensors, and Com-
munications. Prentice Hall, Inc., 1993.
[16] R. Strobel and A. Johnson. Pocket pagers in lots of one. IEEE Spectrum, pages 29{32,
Sept 1993.
[17] J. Wakerley. Digital Design Principles. Prentice-Hall, Inc., 1990.
[18] W. Wonham and P. Ramadge. On the supremal controllable sublanguage of a given
language. SIAM J. Control Optim, 25(3):637{659, 1987.
[19] W.M. Wonham. Notes on Control of Discrete-Event Systems. Department of Electrical
and Computer Engineering, University of Toronto, 1995.




                                              80

More Related Content

What's hot

IRJET- An Adaptive Neuro Fuzzy based SMO for Speed Estimation of Sensorle...
IRJET-  	  An Adaptive Neuro Fuzzy based SMO for Speed Estimation of Sensorle...IRJET-  	  An Adaptive Neuro Fuzzy based SMO for Speed Estimation of Sensorle...
IRJET- An Adaptive Neuro Fuzzy based SMO for Speed Estimation of Sensorle...IRJET Journal
 
IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...
IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...
IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...IRJET Journal
 
Towards a good abs design for more Reliable vehicles on the roads
Towards a good abs design for more Reliable vehicles on the roadsTowards a good abs design for more Reliable vehicles on the roads
Towards a good abs design for more Reliable vehicles on the roadsijcsit
 
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...IRJET Journal
 
Design and implementation of antenna control servo system for satellite grou
Design and implementation of antenna control servo system for satellite grouDesign and implementation of antenna control servo system for satellite grou
Design and implementation of antenna control servo system for satellite grouIAEME Publication
 
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET Journal
 
Unity Feedback PD Controller Design for an Electronic Throttle Body
Unity Feedback PD Controller Design for an Electronic Throttle BodyUnity Feedback PD Controller Design for an Electronic Throttle Body
Unity Feedback PD Controller Design for an Electronic Throttle BodySteven Ernst, PE
 
A Novel Technique for Tuning PI-controller in Switched Reluctance Motor Drive...
A Novel Technique for Tuning PI-controller in Switched Reluctance Motor Drive...A Novel Technique for Tuning PI-controller in Switched Reluctance Motor Drive...
A Novel Technique for Tuning PI-controller in Switched Reluctance Motor Drive...IJECEIAES
 
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...Sheikh R Manihar Ahmed
 
IRJET- Vibration Analysis and Optimization of Housing for ECU in Automobile u...
IRJET- Vibration Analysis and Optimization of Housing for ECU in Automobile u...IRJET- Vibration Analysis and Optimization of Housing for ECU in Automobile u...
IRJET- Vibration Analysis and Optimization of Housing for ECU in Automobile u...IRJET Journal
 
Test platform for electronic control units of high-performance safety-critica...
Test platform for electronic control units of high-performance safety-critica...Test platform for electronic control units of high-performance safety-critica...
Test platform for electronic control units of high-performance safety-critica...IJECEIAES
 
Design of 64 bit error tolerant adder
Design of 64 bit error tolerant adderDesign of 64 bit error tolerant adder
Design of 64 bit error tolerant adderiaemedu
 
Study the performance of anfis controller for flexible link manipulator
Study the performance of anfis controller for flexible link manipulatorStudy the performance of anfis controller for flexible link manipulator
Study the performance of anfis controller for flexible link manipulatorIAEME Publication
 
Design and simulation of radio frequency
Design and simulation of radio frequencyDesign and simulation of radio frequency
Design and simulation of radio frequencyeSAT Journals
 
Modeling and Simulation of Induction Motor based on Finite Element Analysis
Modeling and Simulation of Induction Motor based on Finite Element AnalysisModeling and Simulation of Induction Motor based on Finite Element Analysis
Modeling and Simulation of Induction Motor based on Finite Element AnalysisIJPEDS-IAES
 
IRJET - Effect of Changing Membership Functions in the Operation of Fuzzy Con...
IRJET - Effect of Changing Membership Functions in the Operation of Fuzzy Con...IRJET - Effect of Changing Membership Functions in the Operation of Fuzzy Con...
IRJET - Effect of Changing Membership Functions in the Operation of Fuzzy Con...IRJET Journal
 
Application of mrac techniques to the pid controller for nonlinear magnetic...
Application of  mrac techniques to the pid  controller for nonlinear magnetic...Application of  mrac techniques to the pid  controller for nonlinear magnetic...
Application of mrac techniques to the pid controller for nonlinear magnetic...Alexander Decker
 
Simulation and synthesis of error tolerance adder
Simulation and synthesis of error tolerance adderSimulation and synthesis of error tolerance adder
Simulation and synthesis of error tolerance addervenkatesh deekonda
 

What's hot (20)

G43013539
G43013539G43013539
G43013539
 
IRJET- An Adaptive Neuro Fuzzy based SMO for Speed Estimation of Sensorle...
IRJET-  	  An Adaptive Neuro Fuzzy based SMO for Speed Estimation of Sensorle...IRJET-  	  An Adaptive Neuro Fuzzy based SMO for Speed Estimation of Sensorle...
IRJET- An Adaptive Neuro Fuzzy based SMO for Speed Estimation of Sensorle...
 
IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...
IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...
IRJET- A Research on Vibration Analysis & Optimization of Housing for ECU in ...
 
Towards a good abs design for more Reliable vehicles on the roads
Towards a good abs design for more Reliable vehicles on the roadsTowards a good abs design for more Reliable vehicles on the roads
Towards a good abs design for more Reliable vehicles on the roads
 
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
 
Design and implementation of antenna control servo system for satellite grou
Design and implementation of antenna control servo system for satellite grouDesign and implementation of antenna control servo system for satellite grou
Design and implementation of antenna control servo system for satellite grou
 
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
 
Unity Feedback PD Controller Design for an Electronic Throttle Body
Unity Feedback PD Controller Design for an Electronic Throttle BodyUnity Feedback PD Controller Design for an Electronic Throttle Body
Unity Feedback PD Controller Design for an Electronic Throttle Body
 
A Novel Technique for Tuning PI-controller in Switched Reluctance Motor Drive...
A Novel Technique for Tuning PI-controller in Switched Reluctance Motor Drive...A Novel Technique for Tuning PI-controller in Switched Reluctance Motor Drive...
A Novel Technique for Tuning PI-controller in Switched Reluctance Motor Drive...
 
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
 
IRJET- Vibration Analysis and Optimization of Housing for ECU in Automobile u...
IRJET- Vibration Analysis and Optimization of Housing for ECU in Automobile u...IRJET- Vibration Analysis and Optimization of Housing for ECU in Automobile u...
IRJET- Vibration Analysis and Optimization of Housing for ECU in Automobile u...
 
Test platform for electronic control units of high-performance safety-critica...
Test platform for electronic control units of high-performance safety-critica...Test platform for electronic control units of high-performance safety-critica...
Test platform for electronic control units of high-performance safety-critica...
 
Design of 64 bit error tolerant adder
Design of 64 bit error tolerant adderDesign of 64 bit error tolerant adder
Design of 64 bit error tolerant adder
 
Study the performance of anfis controller for flexible link manipulator
Study the performance of anfis controller for flexible link manipulatorStudy the performance of anfis controller for flexible link manipulator
Study the performance of anfis controller for flexible link manipulator
 
Design and simulation of radio frequency
Design and simulation of radio frequencyDesign and simulation of radio frequency
Design and simulation of radio frequency
 
Modeling and Simulation of Induction Motor based on Finite Element Analysis
Modeling and Simulation of Induction Motor based on Finite Element AnalysisModeling and Simulation of Induction Motor based on Finite Element Analysis
Modeling and Simulation of Induction Motor based on Finite Element Analysis
 
An044259264
An044259264An044259264
An044259264
 
IRJET - Effect of Changing Membership Functions in the Operation of Fuzzy Con...
IRJET - Effect of Changing Membership Functions in the Operation of Fuzzy Con...IRJET - Effect of Changing Membership Functions in the Operation of Fuzzy Con...
IRJET - Effect of Changing Membership Functions in the Operation of Fuzzy Con...
 
Application of mrac techniques to the pid controller for nonlinear magnetic...
Application of  mrac techniques to the pid  controller for nonlinear magnetic...Application of  mrac techniques to the pid  controller for nonlinear magnetic...
Application of mrac techniques to the pid controller for nonlinear magnetic...
 
Simulation and synthesis of error tolerance adder
Simulation and synthesis of error tolerance adderSimulation and synthesis of error tolerance adder
Simulation and synthesis of error tolerance adder
 

Viewers also liked

Advanced environment protection techniques by industries potential for corporate
Advanced environment protection techniques by industries potential for corporateAdvanced environment protection techniques by industries potential for corporate
Advanced environment protection techniques by industries potential for corporateIAEME Publication
 
Design and development of rectangular microstrip
Design and development of  rectangular microstripDesign and development of  rectangular microstrip
Design and development of rectangular microstripIAEME Publication
 
Mathematical modelling and analysis of three dimensional darcy
Mathematical modelling and analysis of three dimensional darcyMathematical modelling and analysis of three dimensional darcy
Mathematical modelling and analysis of three dimensional darcyIAEME Publication
 
A closed form solution for stress concentration around a circular hole in a l
A closed form solution for stress concentration around a circular hole in a lA closed form solution for stress concentration around a circular hole in a l
A closed form solution for stress concentration around a circular hole in a lIAEME Publication
 
Comparison of performance of coated carbide inserts with uncoated carbide
Comparison of performance of coated carbide inserts with uncoated carbideComparison of performance of coated carbide inserts with uncoated carbide
Comparison of performance of coated carbide inserts with uncoated carbideIAEME Publication
 
Web based e manufacturing of prototypes by using rapid prototyping technology
Web based e  manufacturing of prototypes by using rapid prototyping technologyWeb based e  manufacturing of prototypes by using rapid prototyping technology
Web based e manufacturing of prototypes by using rapid prototyping technologyIAEME Publication
 
Interfirm comparison on select private banking companies in india
Interfirm comparison on select private banking companies in indiaInterfirm comparison on select private banking companies in india
Interfirm comparison on select private banking companies in indiaIAEME Publication
 
Price area congestion management in radial system under de regulated environment
Price area congestion management in radial system under de regulated environmentPrice area congestion management in radial system under de regulated environment
Price area congestion management in radial system under de regulated environmentIAEME Publication
 

Viewers also liked (9)

Advanced environment protection techniques by industries potential for corporate
Advanced environment protection techniques by industries potential for corporateAdvanced environment protection techniques by industries potential for corporate
Advanced environment protection techniques by industries potential for corporate
 
9926009601
99260096019926009601
9926009601
 
Design and development of rectangular microstrip
Design and development of  rectangular microstripDesign and development of  rectangular microstrip
Design and development of rectangular microstrip
 
Mathematical modelling and analysis of three dimensional darcy
Mathematical modelling and analysis of three dimensional darcyMathematical modelling and analysis of three dimensional darcy
Mathematical modelling and analysis of three dimensional darcy
 
A closed form solution for stress concentration around a circular hole in a l
A closed form solution for stress concentration around a circular hole in a lA closed form solution for stress concentration around a circular hole in a l
A closed form solution for stress concentration around a circular hole in a l
 
Comparison of performance of coated carbide inserts with uncoated carbide
Comparison of performance of coated carbide inserts with uncoated carbideComparison of performance of coated carbide inserts with uncoated carbide
Comparison of performance of coated carbide inserts with uncoated carbide
 
Web based e manufacturing of prototypes by using rapid prototyping technology
Web based e  manufacturing of prototypes by using rapid prototyping technologyWeb based e  manufacturing of prototypes by using rapid prototyping technology
Web based e manufacturing of prototypes by using rapid prototyping technology
 
Interfirm comparison on select private banking companies in india
Interfirm comparison on select private banking companies in indiaInterfirm comparison on select private banking companies in india
Interfirm comparison on select private banking companies in india
 
Price area congestion management in radial system under de regulated environment
Price area congestion management in radial system under de regulated environmentPrice area congestion management in radial system under de regulated environment
Price area congestion management in radial system under de regulated environment
 

Similar to Analysis and implementation of local modular supervisory control for

Modeling the enablers for implementing ict enabled wireless control in industry
Modeling the enablers for implementing ict enabled wireless control in industryModeling the enablers for implementing ict enabled wireless control in industry
Modeling the enablers for implementing ict enabled wireless control in industryIAEME Publication
 
Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...
Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...
Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...IJAPEJOURNAL
 
Design approach for fault
Design approach for faultDesign approach for fault
Design approach for faultVLSICS Design
 
Model predictive control techniques for cstr using matlab
Model predictive control techniques for cstr using matlabModel predictive control techniques for cstr using matlab
Model predictive control techniques for cstr using matlabIAEME Publication
 
IRJET- Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...
IRJET-  	  Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...IRJET-  	  Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...
IRJET- Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...IRJET Journal
 
Techno-economical Unit Commitment Using Harmony Search Optimization Approach
Techno-economical Unit Commitment Using Harmony Search Optimization ApproachTechno-economical Unit Commitment Using Harmony Search Optimization Approach
Techno-economical Unit Commitment Using Harmony Search Optimization ApproachIJAPEJOURNAL
 
DESIGN, IMPLEMENTATION, AND REAL-TIME SIMULATION OF A CONTROLLER-BASED DECOUP...
DESIGN, IMPLEMENTATION, AND REAL-TIME SIMULATION OF A CONTROLLER-BASED DECOUP...DESIGN, IMPLEMENTATION, AND REAL-TIME SIMULATION OF A CONTROLLER-BASED DECOUP...
DESIGN, IMPLEMENTATION, AND REAL-TIME SIMULATION OF A CONTROLLER-BASED DECOUP...IAEME Publication
 
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...ijsrd.com
 
STUDY AND ANALYSIS OF PROTECTION SCHEME OF DIGITAL SUBSTATION USING IEC61850-...
STUDY AND ANALYSIS OF PROTECTION SCHEME OF DIGITAL SUBSTATION USING IEC61850-...STUDY AND ANALYSIS OF PROTECTION SCHEME OF DIGITAL SUBSTATION USING IEC61850-...
STUDY AND ANALYSIS OF PROTECTION SCHEME OF DIGITAL SUBSTATION USING IEC61850-...IAEME Publication
 
Monte Carlo simulation convergences’ percentage and position in future relia...
Monte Carlo simulation convergences’ percentage and position  in future relia...Monte Carlo simulation convergences’ percentage and position  in future relia...
Monte Carlo simulation convergences’ percentage and position in future relia...IJECEIAES
 
IRJET- Automatic Load Balancing and Phase Balancing by PLC and Scada
IRJET-  	  Automatic Load Balancing and Phase Balancing by PLC and ScadaIRJET-  	  Automatic Load Balancing and Phase Balancing by PLC and Scada
IRJET- Automatic Load Balancing and Phase Balancing by PLC and ScadaIRJET Journal
 
IRJET- Fuzzy predictive control of Variable Speed Wind Turbines using Fuzzy T...
IRJET- Fuzzy predictive control of Variable Speed Wind Turbines using Fuzzy T...IRJET- Fuzzy predictive control of Variable Speed Wind Turbines using Fuzzy T...
IRJET- Fuzzy predictive control of Variable Speed Wind Turbines using Fuzzy T...IRJET Journal
 
Speed control of a dc motor a matlab approach
Speed control of a dc motor a matlab approachSpeed control of a dc motor a matlab approach
Speed control of a dc motor a matlab approachIAEME Publication
 
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...Waqas Tariq
 
Sensrless Luenberger Observer Based Sliding Mode Control of DC Motor
Sensrless Luenberger Observer Based Sliding Mode Control of DC MotorSensrless Luenberger Observer Based Sliding Mode Control of DC Motor
Sensrless Luenberger Observer Based Sliding Mode Control of DC MotorIRJET Journal
 
IRJET- Sensrless Luenberger Observer Based Sliding Mode Control of DC Motor
IRJET- 	  Sensrless Luenberger Observer Based Sliding Mode Control of DC MotorIRJET- 	  Sensrless Luenberger Observer Based Sliding Mode Control of DC Motor
IRJET- Sensrless Luenberger Observer Based Sliding Mode Control of DC MotorIRJET Journal
 
IRJET- A Literature Study on Fault Recognition in Different System
IRJET- A Literature Study on Fault Recognition in Different SystemIRJET- A Literature Study on Fault Recognition in Different System
IRJET- A Literature Study on Fault Recognition in Different SystemIRJET Journal
 

Similar to Analysis and implementation of local modular supervisory control for (20)

Modeling the enablers for implementing ict enabled wireless control in industry
Modeling the enablers for implementing ict enabled wireless control in industryModeling the enablers for implementing ict enabled wireless control in industry
Modeling the enablers for implementing ict enabled wireless control in industry
 
Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...
Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...
Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...
 
Design approach for fault
Design approach for faultDesign approach for fault
Design approach for fault
 
Design and implementation of variable and constant load for induction motor
Design and implementation of variable and constant load for induction motorDesign and implementation of variable and constant load for induction motor
Design and implementation of variable and constant load for induction motor
 
E04702056061
E04702056061E04702056061
E04702056061
 
40220130405017
4022013040501740220130405017
40220130405017
 
Model predictive control techniques for cstr using matlab
Model predictive control techniques for cstr using matlabModel predictive control techniques for cstr using matlab
Model predictive control techniques for cstr using matlab
 
IRJET- Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...
IRJET-  	  Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...IRJET-  	  Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...
IRJET- Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...
 
Techno-economical Unit Commitment Using Harmony Search Optimization Approach
Techno-economical Unit Commitment Using Harmony Search Optimization ApproachTechno-economical Unit Commitment Using Harmony Search Optimization Approach
Techno-economical Unit Commitment Using Harmony Search Optimization Approach
 
DESIGN, IMPLEMENTATION, AND REAL-TIME SIMULATION OF A CONTROLLER-BASED DECOUP...
DESIGN, IMPLEMENTATION, AND REAL-TIME SIMULATION OF A CONTROLLER-BASED DECOUP...DESIGN, IMPLEMENTATION, AND REAL-TIME SIMULATION OF A CONTROLLER-BASED DECOUP...
DESIGN, IMPLEMENTATION, AND REAL-TIME SIMULATION OF A CONTROLLER-BASED DECOUP...
 
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
 
STUDY AND ANALYSIS OF PROTECTION SCHEME OF DIGITAL SUBSTATION USING IEC61850-...
STUDY AND ANALYSIS OF PROTECTION SCHEME OF DIGITAL SUBSTATION USING IEC61850-...STUDY AND ANALYSIS OF PROTECTION SCHEME OF DIGITAL SUBSTATION USING IEC61850-...
STUDY AND ANALYSIS OF PROTECTION SCHEME OF DIGITAL SUBSTATION USING IEC61850-...
 
Monte Carlo simulation convergences’ percentage and position in future relia...
Monte Carlo simulation convergences’ percentage and position  in future relia...Monte Carlo simulation convergences’ percentage and position  in future relia...
Monte Carlo simulation convergences’ percentage and position in future relia...
 
IRJET- Automatic Load Balancing and Phase Balancing by PLC and Scada
IRJET-  	  Automatic Load Balancing and Phase Balancing by PLC and ScadaIRJET-  	  Automatic Load Balancing and Phase Balancing by PLC and Scada
IRJET- Automatic Load Balancing and Phase Balancing by PLC and Scada
 
IRJET- Fuzzy predictive control of Variable Speed Wind Turbines using Fuzzy T...
IRJET- Fuzzy predictive control of Variable Speed Wind Turbines using Fuzzy T...IRJET- Fuzzy predictive control of Variable Speed Wind Turbines using Fuzzy T...
IRJET- Fuzzy predictive control of Variable Speed Wind Turbines using Fuzzy T...
 
Speed control of a dc motor a matlab approach
Speed control of a dc motor a matlab approachSpeed control of a dc motor a matlab approach
Speed control of a dc motor a matlab approach
 
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
 
Sensrless Luenberger Observer Based Sliding Mode Control of DC Motor
Sensrless Luenberger Observer Based Sliding Mode Control of DC MotorSensrless Luenberger Observer Based Sliding Mode Control of DC Motor
Sensrless Luenberger Observer Based Sliding Mode Control of DC Motor
 
IRJET- Sensrless Luenberger Observer Based Sliding Mode Control of DC Motor
IRJET- 	  Sensrless Luenberger Observer Based Sliding Mode Control of DC MotorIRJET- 	  Sensrless Luenberger Observer Based Sliding Mode Control of DC Motor
IRJET- Sensrless Luenberger Observer Based Sliding Mode Control of DC Motor
 
IRJET- A Literature Study on Fault Recognition in Different System
IRJET- A Literature Study on Fault Recognition in Different SystemIRJET- A Literature Study on Fault Recognition in Different System
IRJET- A Literature Study on Fault Recognition in Different System
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Analysis and implementation of local modular supervisory control for

  • 1. INTERNATIONAL JOURNAL OF Issue 1, January- February (2013), © IAEME– International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print), ISSN 0976 – 6553(Online) Volume 4, ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) ISSN 0976 – 6545(Print) ISSN 0976 – 6553(Online) Volume 4, Issue 1, January- February (2013), pp. 75-80 IJEET © IAEME: www.iaeme.com/ijeet.asp Journal Impact Factor (2012): 3.2031 (Calculated by GISI) ©IAEME www.jifactor.com ANALYSIS AND IMPLEMENTATION OF LOCAL MODULAR SUPERVISORY CONTROL FOR A MANUFACTURING CELL - A CASE STUDY S.C. Ramesh a, Dr.G.Kalivarathanb a Research Scholar, CMJ University, Meghalaya, Shillong. b Principal/ PSN Institute of Technology and Science, Tirunelveli, Tamilnadu, Supervisor, CMJ University, Shillong. Email:sakthi_eswar@yahoo.com ABSTRACT In this Paper, a viable analysis and implementation of local modular Supervisory Control Theory for a manufacturing cell is predicted in the best possible manners to capture the necessities of idealizing the programmable logic controller (PLC). By means of local modular approach a methodology that reveals modularity of the plant and of the behavioral specifications models optimal supervisors are obtained without state-space explosion. For the purpose of simplifying the ladder diagram implementation in the PLC, reduced supervisors are implemented in a three level structure that executes the modular supervisor’s concurrent action and interfaces the theoretical model with the real system. The flexible and productive manufacturing cell behavior, after the control system practical implementation, and the final PLC code readability and flexibility are positive quality indicators to the applied methodology. Keywords: Programmable logic controller, Supervisory control theory, Discrete event systems, Supervisor generated controllable events 1. INTRODUCTION With current technology, It is capable of building extremely large and complex systems. It is becoming increasing difficult to design controllers that guarantee the proper operation of such systems. For Discrete Event Systems, It enables us to design controllers for a given system that are mathematically guaranteed to be always controllable and to never deadlock. This is highly desirable in systems that are safety intensive. Our current work addresses the conversion of a theoretical supervisor to a physical implementation on a 75
  • 2. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 1, January- February (2013), © IAEME Programmable Logic Controller (PLC). This has been investigated previously. To this end a testbed that physically simulates a manufacturing work cell was built around an Allen- Bradley PLC. In the remainder of this paper describe the modeling of the testbed, and the design of its controllers. Finally, we present several results that identify reduced plant models for verifying controllability and nonblocking. The Supervisory Control Theory (SCT), initiated by Ramadge and Wonham is a powerful framework for the synthesis of control for Discrete-Event Systems (DES). Although the SCT has obtained a wide acceptance in academy and some experimental applications have elucidated its potential, the extensive use of SCT in industry remains a promise. There are many reasons for the lack of industrial applications of SCT, including the computational complexity and state space explosion in the synthesis process. The number of states of the global system model grows exponentially with the number of subsystems. For that reason the complexity of computing optimal supervisors, although polynomial in the size of the global system, is a barrier for real problems that involve a large number of subsystems. Advances in computational hardware and complexity reduction techniques can help overcoming this barrier in many applications. However, the physical implementation of supervisors with a large number of states renders the control program immense, unreadable and, thus, untrustworthy. This approach reduces the computational complexity of the synthesis process and the size of supervisors by exploiting modularity of specifications and the decentralized structure of composite plants. Instead of a monolithic supervisor for the entire plant, a modular supervisor is obtained for each specification, taking into account only its local plant (affected subsystems). A necessary and sufficient condition named local modularity assures that the set of local modular supervisors has the same performance as the monolithic supervisor. As a consequence of the limited size of the resulting supervisors, the exponentially complex algorithm for optimal reduction of supervisors as becomes feasible. When local modularity holds, this approach has the advantage of providing more flexibility, computational efficiency and safety to the control application. This paper presents the results of an application of the local modular approach to the control program synthesis for a real manufacturing cell commanded by a programmable logic controller (PLC). Several new challenges and solutions arise from the process of linking the theory to reality, concerning aspects from the open-loop system modeling to the final structure of the control program. To guide the physical implementation of the control system from abstract supervisors, the authors propose a three level program structure that plays the set of reduced local modular supervisors concurrently, commands the evolution of decentralized sub plants and acts as an interface between the theoretical model and real control signals. This control structure differs from the implementation scheme proposed by other works for playing the supervisors exactly as previewed by the SCT while the interface levels resolve the differences between the abstract model and the real system. This characteristic allows a modular implementation of plant and of supervisors, what renders the control program clean and clear. 2. SUPERVISOR GENERATED CONTROLLABLE EVENTS The standard RW theory model consists of a plant which spontaneously generates events, some controllable (can be disabled) and some uncontrollable, and a supervisor that tracks the plant's events, disabling controllable events according to some control law. 76
  • 3. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 1, January- February (2013), © IAEME (a) (b) Figure 1. (a) RW Feedback Loop (b) Balemi Feedback Loop The plant is considered to be that which generates the events in the plant models. This includes the normal plant generator and the supervisor. In particular, it is not an important concern for the testbed since the plant model was designed to be flexible enough to allow for any contingency of the supervisor generating an event. Figure 2. Plant Models 77
  • 4. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 1, January- February (2013), © IAEME 3. CRANE SUPERVISORS The testbed's safety and operation specifications are given below. They are discussed in detail in the following subsections. 1. Prevent trains from colliding. 2. Ensure switches are set correctly while train traverses them. 3. Enforce specified route. 4. Synchronize trains to permit loading by cranes. A crane supervisor continually monitors the sensor just in front of it for a train. When a train arrives, the supervisor stops the train and activates the crane, which then proceeds to load the train. When the crane finishes loading the train, the supervisor releases the train. In additional to feasibility issues, modular supervisors are easier (and more accurate in general) to design, modify, and implement. It permits one to easily convert the 25 supervisors discussed in this section into PLC code by hand. One single centralized supervisor would require computer software to do the conversion and the resulting PLC code would be far more massive than the modular code Figure 3. Crane Supervisor 4. ROUTING SUPERVISORS The routing supervisors enforce the specified route of each train. Each train has its own set of supervisors, one for each switch used. The path of each train is controlled by the position of the switches as the train passes through them. The required pattern of switch settings for each train's route was found by tracing the path of each train. This overall pattern 78
  • 5. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 1, January- February (2013), © IAEME was then further reduced by observing the individual pattern of each switch. Finally, a supervisor was written for each switch to generate the prescribed pattern as the given train traverses the tracks. When all six supervisors for a given train are put together, the overall pattern creates the proper route for the train. Supervisors are the simplest form of supervisors, and are all very similar to the supervisor for track section RS23 and RS24. The layout of track section is RS23 and RS24. Sensor RS23 marks the start of the section, sensor RS26 marks the start of the adjoining section, and sensor RS22 marks the end of the preceding section. This causes complications, since a supervisor wants to interfere as little as possible with a train that plans to enter the other track, but the supervisor has no knowledge of the train's intended path. Figure 4. Routing Supervisor 5. CONCLUSION The advantage of the testbed demonstrates that supervisory control can effectively be used as a design tool for reasonably large, real systems. It is noticed that modular design of both the plant model and the supervisor is essential to deal with large, real systems. The size of such systems currently makes any other method infeasible. The model reduction theorems greatly extend the possible size of plants that RW theory can be applied to. The theorems immensely reduce the amount of computations necessary. By considering the plant model as an interface specification, RW theory can easily be applied to programmable plants. The interface specification provides a necessary abstraction level between the high level DES supervisors and the low level software and hardware. The generic implementation 79
  • 6. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 1, January- February (2013), © IAEME methodology presented provides an excellent means to bridge the gap between DES theory and applications. By giving a physical interpretation to the theory, the implementation method makes it easier for designers to model real plants, and to design effective supervisors. Because the method is generic, it can be applied to a wide range of applications. Also, since the method uses CMSSM as an intermediate step, it can easily be modified for implementation on any digital logic device. REFERENCES [1] T. Catherall. A User's Guide to the MÄarklin Digital System. MÄarklin, Inc., 4th edition, 1991. [2] Data I/O Corporation. ABEL-HDL Design Software, Language Reference, October 1991. [3] W. Ford and W. Topp. MC68000, Assembly Language and Systems Programming. D.C. Heath and Company, 1987. [4] Gebr. MÄarklin & Cie GmbH. MÄarklin Digital Control Unit 6021, 1993. [5] D. Johnson. Programmable Controllers for Factory Automation. Marcel Dekker, 1987. [6] R.J. Leduc and W.M. Wonham. Discrete event systems modeling and control of a man- ufacturing testbed. In Canadian Conference on Electrical and Computer Engineering, pages 793{796, Sept 1995. [7] R.J. Leduc and W.M. Wonham. PLC implementation of a DES supervisor for a man- ufacturing testbed. In Thirty-third Annual Allerton Conference on Communication, Control, and Computing, Oct 1995. [8] Yong Li. Supervisory control of real-time discrete-event systems. Master's thesis, Department of Electrical Engineering, University of Toronto, Toronto, ONT, 1986. [9] G. Michel. Programmable Logic Controllers- Architecture and Applications. Wiley, 1990. [10] M.P.O Morford and R.J. Lenardon. Classical Mythology. David McKay Company, 1976. [11] Motorola, Inc. Motorola Freeware 32-bit Cross Assembler User's Manual. [12] Motorola, Inc. MC68681 Dual Asynchronous Receiver/Transceiver, 1985. [13] Motorola, Inc. MC68332 User's Manual, 1990. [14] P. Ramadge and W.Wonham. Supervisory control of a class of discrete-event processes. SIAM J. Control Optim, 25(1):206{230, 1987. [15] J. Stenerson. Fundamentals of Programmable Logic Controllers, Sensors, and Com- munications. Prentice Hall, Inc., 1993. [16] R. Strobel and A. Johnson. Pocket pagers in lots of one. IEEE Spectrum, pages 29{32, Sept 1993. [17] J. Wakerley. Digital Design Principles. Prentice-Hall, Inc., 1990. [18] W. Wonham and P. Ramadge. On the supremal controllable sublanguage of a given language. SIAM J. Control Optim, 25(3):637{659, 1987. [19] W.M. Wonham. Notes on Control of Discrete-Event Systems. Department of Electrical and Computer Engineering, University of Toronto, 1995. 80