SciELO - Scientific Electronic Library Online

 
vol.21 número1Metodología para el Diseño de una Arquitectura de un Sistema Inteligente de Transporte para una Ciudad Intermedia ColombianaMetodologia para el ajuste de la función de la protección pérdida de carga desequilibrada - secuencia negativa ansi 46 de un generador sincrónico de un relé siemens 7um62 índice de autoresíndice de materiabúsqueda de artículos
Home Pagelista alfabética de revistas  

Servicios Personalizados

Revista

Articulo

Indicadores

Links relacionados

  • En proceso de indezaciónCitado por Google
  • No hay articulos similaresSimilares en SciELO
  • En proceso de indezaciónSimilares en Google

Compartir


Ingeniería y competitividad

versión impresa ISSN 0123-3033

Ing. compet. vol.21 no.1 Cali ene./jun. 2019

https://doi.org/10.25100/iyc.v21i1.7655 

Artículos

Modeling of an automated integral logistics system using colored petri nets

Modelamiento de un sistema automatizado de logística integral usando redes de petri coloreadas

María P. Ochoa1 

Julián Davila1 

1 Programa de Ingeniería Industrial, Universidad Militar Nueva Granada, Bogotá, Colombia. u2902678@unimilitar.edu.co, julian.davila@unimilitar.edu.co


Abstract

A system is a set of heterogeneous elements that work in direct relation with each other for a specific purpose; through its automation, it is possible to carry out productive processes with machines, without the direct participation of a human operator. The Automated Integrated Logistics System (SALI by it’s acronym in Spanish) is a didactic environment that allows to emulate the activities and operation of a Logistic Distribution Center (DC), developed at the New Granada Military University as a teaching and learning tool for engineering. The current system programming in the software system allows a serial processing of a purchase order, from the moment in which the customer, passing through all the stations, until it is sent to a delivered point, requires the product. The present investigation presents a modeling of the system through Colored Petri Nets (CPN) it’s made, with the purpose of achieve a better understanding of the dynamics of the system, the relationships between the stations, the flow of materials during the process and the cycles of these over the stations; as well as identifying the restrictive stations within the process that are susceptible to an improvement to be raised in a future work.

Keywords: Automation; Modeling; Petri Nets; Systems

Resumen

Un sistema es un conjunto de elementos heterogéneos que trabajan en relación directa unos con otros para un fin o propósito específico; mediante su automatización, es posible realizar procesos productivos con máquinas, sin la participación directa de un operador humano. El Sistema Automatizado de Logística Integral (SALI) es un entorno didáctico que permite emular las actividades y el funcionamiento de un Centro de Distribución Logístico (CEDI), desarrollado en la Universidad Militar Nueva Granada como una herramienta de enseñanza y aprendizaje para ingeniería. La programación actual del sistema en el software, permite un procesamiento en serie de una orden de pedido, desde el momento en que el producto es requerido por el cliente, su paso por todas las estaciones, hasta que es entregado en un punto de despacho. En la presente investigación se realiza el modelamiento del sistema mediante Redes de Petri coloreadas (RdPC), con el fin de tener una mejor comprensión de la dinámica del sistema, las relaciones entre las estaciones, el flujo de materiales durante el proceso y los ciclos de estos sobre las estaciones; así como identificar las estaciones restrictivas dentro del proceso que sean susceptibles a una mejora para ser planteadas en un trabajo futuro.

Palabras clave: Automatización; Modelamiento; Redes de Petri; Sistemas

1. Introduction

The systems are an interconnection of components, devices or subsystems. In contexts ranging from signal processing and communications to electromechanical engines, automotive vehicles and chemical process plants, a system can be considered as a process in which the input signals are transformed by the system or cause it to respond in some way, which results in other signals as outputs 1.

A system can be defined as a set of elements linked by interaction or interdependence relationships. In the field of productive systems, these elements usually have a common goal. The systems can be classified into three general groups. The first is given by the relationship between the change of its variables over time: the static and dynamic systems; the second classification obeys to the nature of its components: deterministic and stochastic systems; and the third group for dependence over time: discrete and continuous systems 2.

SALI is a didactic environment design and assembled with Fischertechnik® technology at the New Granada Military University as a teaching and learning tool for engineering. These Fischertechnik® bricks allow a multitude of systems and 3D models to be created by slotting precision-engineered parts together and provide a hands-on approach to technology education 3. This construction, allows emulating the activities and functioning of a Logistic Distribution Center (DC) where the main four activities are 4:

  1. Reception

  2. Storage

  3. Order preparation

  4. Expedition or dispatch

SALI is an interconnection of six stations or subsystems that perform the previously mentioned activities; these are reception, classification, enlistment, transport system, AS/RS (Automated Storage and Retrieval System) and dispatch.

To be able of develop a continuous improvement of the systems, it is necessary to search tools that brought improving options for the systems and processes, that can be used both in the academic environment as well as in the productive one. By modeling the systems, it is possible to understand the specific behavior of the processes and activities that are executed within the system to obtain their result.

A model is a simplified representation of a system that will make it easier for us to explain, understand, change, preserve and, possibly, control its behavior. It can be the substitute of a specific physical system and must represent the knowledge that is had of a system so that it facilitates its interpretation, formalizing only the relevant factors to the objectives of the modeling 5.

Alvarado 6 presents a model as a mathematical abstraction of a system, which allows to replace it when studying the relationship between input and output signals.

It is understood that models are constructed through abstraction processes in order to facilitate the understanding of certain aspects of a given real system. In this way, part of the complexity of the real system is lost in the process of creating a model 7.

There are seven main steps to follow for the construction of the model 8:

  1. Definition of the problem

  2. Formulation of the preliminary model

  3. Collection of empirical data

  4. Calculation of parameters

  5. Preliminary tests of the model

  6. New tests of the model

  7. Acceptance or modifying of the model.

Petri Nets, according to Murata 9, are a graphical and mathematical tool for system modeling. They serve to describe and study information-processing systems which main characteristic is being concurrent, asynchronous, distributed, parallel, non-deterministic and/or stochastic. Carl A. Petri created this method of study for dynamic systems of discrete events in his PhD thesis dedicated to communication between automats in 1962.

They allow an accurate visualization of discrete event systems and provide a graphic structure that enables the design of a model for the systems and their visualization through simulation with different configurations. A Petri Net is a particular kind of bipartite directed graphs populated by four type of objects. These objects are places, transitions, directed arcs and tokens 10.

This tool stand out in current engineering for the following qualities 11:

  • Capture precedence relationships and structural links of real systems

  • They are graphically expressive

  • Model conflicts and rows

  • They have a mathematical and practical foundation

  • Admit various relationships (Timed, colored, stochastic, reliability nets, etc.)

A net involves a broad mathematical theory that allows the analysis of the system's behavior, as well as different techniques for its optimization, such as the simplification of implicit places, the reduction of places, or the method of the source places. The analysis of a Petri Net usually consists of validation, verification and analysis of properties 12.

A large number of extensions of petri nets, termed high-level petri nets, have been proposed; among these, colored petri nets. In ordinary nets there is only one type of token, which do not allow differentiation of resources in one place, therefore, different places are necessary to express similar resources. Ordinary nets do not yet allow the model to be refined, so there is no an execution hierarchical order 13. Colored Petri Nets (CPN) are another powerful extension of standard Petri nets for coping with highly complex systems, where a group of structurally or functionally similar components are defined as a set of colors, each individual component is described and distinguished by one of the colors in the set 14. The graphical model becomes complex due to multiple parameter, such as parts. Each one will have its separate loop in the Petri net model wich not only exponentially increases the resultant elementary circuits but also the complexity of the graphical representation of the model. This graphical complexity has considerably been reduced by introducing the idea of colored tokens 15.

The basic elements that allow the definition of a Petri Net are polyvalent and largely can be freely interpreted. The places, represented by a circle, can be interpreted as a condition, a partial state, a wait, a set, a set of resources, a geographical position or a transport system. A transition, represented by a bar or rectangle, is associated with an event that occurs in the system. Finally, a token, presented by a dot in a place, indicates the condition associated with the place that is being verified 16.

In Figure 1, a breve example of a retrieval process is shown. The Warehouse and the conveyor are physical devices in the system, represented in the net as circles which are places; the retrieval process is the transition, represented as a rectangle; and a single product is been kept in the warehouse in the form of a dot that is a token.

Figure 1 Petri net elements, Author. 

2. Materials and methods

SALI works sequentially performing a purchase order that after being requested by a client start its processing in the system. The modeling of the system is going to be represented in to two individual models due to the behavior of the components that carries out different activities. The first model represents the carousel storage system loading activity, and the second model is the processing of a purchase order.

The first model has its first operation in the reception station, which is in charge of entering the products in the system in shapes of red, white and blue cylinders that are later on palletized and accommodated on the carousel storage system of the classification station. These two stations work independently from the other four, to ensure that the nine storage spaces, three for each color, are always properly stocked.

The second model has their operations form the moment in which a customer requests an order until its delivery. The first operation is a consolidation pallet entering the system, and then, the required products are requested to the classification station according to their color, to be later loaded by the delta robot of the enlistment station towards its position in the consolidation pallet that is on the conveyor. The next operation is taking the consolidated order towards the AS/RS where it awaits to be withdrawn for delivery at the dispatch station.

The objective of the model is to obtain a graphical representation of the SALI, where it can clearly be seen and understood the functioning of the components on the stations, the flow of material through the system, the transformation of the product and its status in each one of the representative places of the process, this, to be able to carry out a detailed analysis of the system identifying faults or possible points of improvement such as in the software programming, in the overall design of the system or in the activities execution order.

2.1 Colored Perti Net creating process

The CPN creating process will start after the analysis and recognition of the system, for which is necessary to make a close study of the activities of the system, the processes and the materials on it, as well as the overall functioning and precedence of the activities among the stations. To explain in detail the construction of a Colored Petri Net, the first model for fulfill the carousel storage system process will be made along.

⏺ Define the elements requiring color assignation

The first step is to identify the elements that require a color a color assignation. They represent the materials or products that are transported and transformed in the system; there are two types of pallets, on both its empty and full configuration, three types of products, and the default token necessary for the functioning of the state machines. This materials and products are going to be the tokens represented by dots on the colored Petri Net (Tabla 1).

Table 1 Token’s Color assignment, Author. 

Token name Token color
Red product Red
Blue product Blue
White product Grey
Empty pallet Purple
Empty consolidation pallet Violet
Red palletized product Orange
Blue palletized product Green
White palletized product Yellow
Consolidated order Pink
Default Black

⏺ Create the places that identify each device

The second step is to identify the places, that represent devices or components in the system that fulfill a representative function inside the process, whether be storage or transport. Represented by circles in the Petri Net they contain the tokens that move through the system.

⏺ Set up each place with capacity restrictions

For the third step, it is necessary to known each device capacity depending on its operation along the process, this capacity will represent the maximum amount of tokens that can be in one place at the same time and their specific color (Figure 2).

Figure 2 CPN at third step, Author. 

The places with the largest capacity are the warehouses or temporary storage devices, where product and pallets warehouses have a five tokens capacity, the red, blue and white warehouses have a three tokens capacity each, and the AS/RS have an eighteen tokens capacity. There’s also two special devices where the palletizing activity is carried out; for the first model is the manipulator with a two token capacity and for the second model is the conveyor section two, where the consolidate order is made and has a five token capacity. Finally, the ramps of the dispatch station have a two token capacity each. All the remaining places as well as the state machines have a one token capacity.

⏺ Define the transitions between places

The transitions, represented by black rectangles are the sub processes that are carried out between the places and where some materials or products change their state; in the CPN is where the tokens change their state by changing its color.

⏺ Create the arcs that connect the transitions with the places

In this step, all the places previously stablished are connected to the transitions to define the direction in which the tokens will move among the system. Each connection allows only one direction of movement (Figure 3).

Figure 3 CPN at fifth step, Author. 

⏺ Provide the weight to each arch according to the working conditions

The weight of each arch represents the amount of tokens that are allowed to pass through the arches towards transitions. For these models, the palletizing operation requires that two or more tokens merge into one, so on, the weight of the arch will depend of the type of order and will allow the pass of the desire amount of tokens.

At the end of the previous six steps, the graphic representation of the system is obtained, then, operating conditions such as the initial tokens in the warehouses and the state machines must be added. This are physically non-existent places in the system but that condition the activation of the transitions, for the automatic operation and the simulation of the process in the order of execution of the real system.

The first obtained model representing the loading of the carousel storage system (Figure 4.) (Figure 5) has an initial tokens configuration of three empty pallets in each color warehouse, five tokens in each color product warehouse and one token in the state manipulator machine.

Figure 4  Colored Petri Ne for loading the carousel storage system process, Initial configuration, Author. 

Figure 5 Colored Petri Net for loading the carousel storage system process, Final configuration, Author 

The second model (Figure 6) representing the processing of a 3,321 purchase order (meaning two red products and one both blue and withe products) have an initial tokens configuration of the requested products in each color warehouse, the empty consolidation pallets to be filled in the pallet warehouse and only one state machine to dispatch pallets with, with one token. The remaining places, including state machines, have a zero token initial configuration.

Figure 6: Colored Petri Net for processing of a purchase order, Initial configuration. Author. 

3. Results and Discussion

Through the analysis, of the first model and its software simulation is possible to obtain a clear identification of the critical device, which is the manipulator. Its activity among the process is extremely important for being the main device and the one that transport the products among the stations.

The second model analysis and simulation, allows identifying the transport system as the restrictive station of the process and both the conveyor section two and the rotating conveyor as critical devices. This station is connected with three other stations (Enlistment, AS / RS and dispatch) and is the largest one in the system, as well as having the most representative amount of places in the SALI CPN.

With the CPN second obtained model, is also clearly seen the flow of materials among the devices, where, in order to complete the palletizing process, a huge amount of resources is required, as well as making a loop kind of process instead of a flow one, because when a palletized product is took from the color warehouses for making an order, an empty pallet must came back for the product being replaced after, and meanwhile the process this operation is repeated as many times as needed for the enlistment of a purchase order. Once the order is ready it clearly have a flow kind processing where only the pass through the rotating conveyor is repeated, and only to connect the transport system with the AS/RS and the dispatch station.

Figure 7 presents the second CPN model after the processing of a purchase order; it will have a final tokens configuration of four empty pallets on each color warehouse, four empty consolidation pallets on the pallet warehouse and the consolidated order on the first ramp of the dispatch station.

Figure 7: Colored Petri Net for processing of a purchase order, Final configuration. Author 

For a new order processing, it is necessary to restart the initial conditions of the model including, if is type of order different from 3,321, modify the amount of products on the warehouses and the weight of the arch that leads to the same named transition. So on, this model allows to process all type of orders from one till four products depending on clients request, according to the real SALI procedures, and represent an accurate representation of the system, being a digitalized and graphic form of it, that allows to analyze the amount of places needed for the actual process and if they will be longer need in a further configuration of it that will be considered having in mind the loop kind of process identified as a result.

4. Conclusiones

Colored Petri Nets are an efficient tool for modeling automated systems and obtaining graphical representations that allows making a detailed analysis of a production system or a process to establish critical points in the operation or points of improvement within the system. With these models, it was allowed to identify the transport system as the restrictive station of the process and both the conveyor section two of the enlistment station and the rotating conveyor of the transport system as critical devices, for their importance in the process.

The rotating conveyor is a multitasking element because it deliver the dispense the pallets into the transport system and carries the products in three different directions, toward the enlistment station, from or to the AS/RS to be stored or retrieved, and to be sent to the dispatch station and the conveyor section two is where the palletizing activity is made, the most important in the process that represents the greatest use of resources in the system. This activity also represent the biggest problem, making a loop process by having to return the empty pallets after the order preparation to its location on the carrousel storage system, because that conditions the process to a same repetitive activity several times.

These models are also going to be the theoretical base for a decision making process where an improvement has to be made on the design of the system and the overall plant distribution, in order to decrease the amount of activities carried out by the transport system and the loop processes, to be able to decrease the amount of non-value adding activities inside the purchasing order processing.

In terms of design of the stations, a valuable propose is increasing the amount of storage space in the classification station to be able to have a four of the same color products in an order, giving more variability and option choices for the costumer, because the actual design reduces it to only three of the same color products. Also in terms of design, in the transportation system, conveyor section 5 is an unused place that only extends the operation and process times, if it is not going to add value to the process a reducing or eliminating action must take place for this device.

At last, before the modeling of the system, it seemed to be a much more complex element but after the abstraction process that leads to the models, part of the complexity of the system was lost, giving specific points of improvement in all aspects desired in the objective of the investigation.

5. References

1. Oppenheim AV, Willsky AS, Hamid NS, Mata HG, Suarez FA. Señales y sistemas. Pearson; 1998. p 11-2. Available from: https://books.google.es/books?hl=es&lr=&id=g2750K3PxRYC&oi=fnd&pg=PR17&dq=+procesamiento+de+señales&ots=f-QIilhi4C&sig=asyzscEbjeCe5XNEXrD0LTk4qvk#v=onepage&q=procesamiento de señales&f=falseLinks ]

2. Garcia SA, Ortega MM. Introduccion a la simulacion de sistemas discretos. 2006. Available in: http://www.iol.etsii.upm.es/arch/intro_simulacion.pdfLinks ]

3. Chang GK, Fan SY, Shue RL, Lu WS. Incorporating the Fischertechnik Bricks Into Undergraduate Mechatronics Courses. EE2006; 2006.518-33. [ Links ]

4. Mora L. Gestión logística en Centros de Distribución, Bodegas y Almacenes. Bogotá: ECOE; 2012. Available in: https://books.google.com/books/about/Gesti%C3%B3n_log%C3%ADstica_en_centros_de_distri.html?id=hXs5DwAAQBAJLinks ]

5. Guasch A, Piera MÁ, Casanovas J, Figueras J. Modelado y simulación: aplicación a los procesos logísticos de fabricación y servicios. Catalunya: Edicions UPC; 2002. Available in: https://books.google.com.co/books?id=KZDPoE0uWTkC&source=gbs_navlinks_s Links ]

6. Alvarado MP. Señales y sistemas. Fundamentos matemáticos. Cartago, Costa Rica: Centro de Desarrollo de Material Bibliografico; 2010 https://www.academia.edu/649488/Se%C3%B1ales_y_Sistemas_Fundamentos_Matem%C3%A1ticos Links ]

7. Izquierdo LR, Galán OJM, Santos JI, Del Olmo MR. Modelado de sistemas complejos mediante simulación basada en agentes y mediante dinámica de sistemas. Empiria. 2008; 16: 85-112. Available from: http://revistas.uned.es/index.php/empiria/article/view/1391Links ]

8. Marcatinco LM, Lara JE. Construcción de modelos. Revista de la Facultad de Ciencias Económicas de la UNMSM. 2005; 10(28):177-184. https://docplayer.es/91139162-Construccion-de-modelos.htmlLinks ]

9. Murata T. Petri Nets:Properties, Analysis and Applications. Proceding IEEE. 1989;(4):39. DOI: 10.1109/5.24143 [ Links ]

10. Wang J. Petri Nets for Dynamic Event-Driven System Modeling. Transition. 2006;(4):1-17. available in: http://bluehawk.monmouth.edu/~jwang/Ch024.pdfLinks ]

11. De Moraes, CC, De Lauro CP. Engenharia de automação industrial. Grupo Gen-LTC, 2000. 361 p. [ Links ]

12. Jiménez E, Pérez M, Sanz F. Modelado y simulación de sistemas logísticos y de producción mediante Redes de Petri. Rev Iberoam Automática e Informática Ind. 2005; 2(4):39-53. [ Links ]

13. Maciel PRM, Lins RD, Cunha PRF. Introdução às redes de Petri e aplicações. Campinas: UNICAMP-Instituto de Computaçãoo, 1996. 187p. Trabalho apresentado na 10. Escola de Computação, 1996, Campinas, SP. [ Links ]

14. Herajy M, Liu F, Rohr C, Heiner M. Coloured Hybrid Petri Nets: An adaptable modelling approach for multi-scale biological networks. Comput Biol Chem. 2018;76:87-100. Available from: https://doi.org/10.1016/j.compbiolchem.2018.05.023Links ]

15. Shah SA, Bohez ELJ, Shah K, ul Haq I, Azam K, Anwar S. Colored Petri net model for significant reduction of invariants in flexible manufacturing systems. The International Journal of Advanced Manufacturing Technology. 2017;88(5-8):1775-87. available in: https://doi.org/10.1007/s00170-016-8864-1Links ]

16. Cardoso J, Valette R. Redes de petri. Sba: Controle. Florianópolis; 1997. [ Links ]

Received: June 13, 2018; Accepted: October 25, 2018

Creative Commons License This is an open-access article distributed under the terms of the Creative Commons Attribution License