Annals of DAAAM for 2011 & Proceedings of the 22nd International DAAAM Symposium, Volume 22, No. 1, ISSN 1726-9679 ISBN 978-3-901509-83-4, Editor B. Katalinic, Published by DAAAM International, Vienna, Austria, EU, 2011 Make Harmony between Technology and Nature, and Your Mind will Fly Free as a Bird Annals & Proceedings of DAAAM International 2011 THE REAL EQUIPMENT MODELS LABORATORY AND THEIR CONTROL POSSIBILITIES SYSALA, T[omas] & NEUMANN, P[etr] Abstract: This paper describes laboratory models that are used in the educational process at our faculty. Those real equipment models are controlled through the programmable logical controllers (PLC). As a first task step, students have to connect the particular model to a PLC. As a further step, they have to create a program for the model control, and verify the program functionality. The second part is the description of possibilities for the model control Key words: real model, real model control, PLC, education 1. INTRODUCTION Curriculums at our faculty are specialized on applied informatics and technological processes control. Our students attend several different mainly theoretical courses specialized on the control theory, like the Automatic control theory, System simulation, System identification, Measurement and control in technological processes, and other control related subjects. In relation to that, they pass also through application courses, like Microcomputers and their applications, Programmable logical controllers and many others where they apply their knowledge gained in preceding courses. In those application courses, students need to understand the particular method of measurement. Students also have to be familiar with sensor types for various application areas, like temperature and pressure measurement, speed, power and liquid level measurement (Sysala et al., 2006). In the PLC course, the teacher specifies both a model to control and a control method as well. Students have to propose the controller version, and they implement it into control software of a PLC then. For the sake of that, they have to be familiar with its programming system and its programming language. Providing the realized application proves functional, students create a visualization project in some SCADA/HMI software. 2. REAL MODELS There are several models in our laboratory for PLC programming education. Among those models are real equipment models and models based on a microcontroller. All models are connected to a PLC and optionally that PLC is connected to a PC. 2.1 Models based on a microcontroller All models from this group look very similar. They consist of a microcontroller board where the program is stored, LED diodes board for an equipment simulation, connector and cable to connect a PLC. A microcontroller program simulates behaviour of real equipment. It reads inputs (outputs from a PLC), and it sets outputs (inputs to PLC) so that the PLC doesn’t identify whether the signals were send by a model or by a real equipment (Kohout, 2004). There is a second board embedding the above mentioned microcontroller board. Example: A washing machine model PLC sends a signal “heating”, “rotation left or right”, “wringing”, etc. The model sends back to the PLC water temperature and water level. There are following microcontroller models at our laboratory: washing machine, interfluent unit, cross-roads, autoclave, moveable conveyer, seven segments LED display for a number representation. 2.2 Real equipment models The second group is a group of real equipment models. Each model is connected to a PLC and we can control all inputs and measure all outputs of the model. There are the following models at our laboratory: elevator model (1 cab, 3 floors), railway model, small fountain, family house model (Dvoracek, 2007), ball levitation on a water column model (Vrzal, 2007), elevator model (2 cabs, 5 floors) (Vrzal, 2010). 3. REMOTE CONTROL There are several possibilities how to change some parameters for a process control flow stored in PLC memory, or how to present data related to a technological process or PLC memory. Some of them are described hereafter. 3.1 HMI Panel HMI panel Human Machine Interface panel is the easiest way to change parameters in the PLC. But this way has a disadvantage we have to be close to the control PLC so that it is not a remote control situation. Fig. 1. Model control through HMI panel 0273