Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "Jaszczak, S." wg kryterium: Autor


Tytuł:
Procedura hardware in the loop w syntezie algorytmów sterowania
Hardware in the loop procedure used for the control system synthesis
Autorzy:
Jaszczak, S.
Powiązania:
https://bibliotekanauki.pl/articles/154658.pdf
Data publikacji:
2010
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
HIL
hardware-in-the-loop
PLC
Programmable Logic Controller
OPC (OLE for Process Control)
DDE (Dynamic Data Exchange)
programmable logic controller (PLC)
Opis:
W artykule omówiono wykorzystanie technologii OPC do badania systemów sterowania zgodnie z procedurą Hardware In The Loop. Artykuł jest efektem eksperymentów nad zastosowaniem programu Simulink jako aplikacji klienckiej, za pomocą której zrealizowano model obiektu i KepwareOPC jako serwer OPC. Procedura HIL została przeprowadzona w układzie sterowania kursem pojazdu podwodnego z wykorzystaniem sterownika PLC jako platformy wykonawczej algorytmu sterowania i modelu pojazdu podwodnego w programie Simulink.
In this paper possibility of using OPC technology for the process of designing and testing the heading control algorithm according to the Hardware In The Loop (HIL) procedure is described. The main problem in the design of automated systems is the safe real time testing of the control algorithm, during a deployment. This algorithm synthesized at the computer simulation level according to the Model In The Loop procedure with use of specialized software does not take into account specification of the target platform i.e.: limited time for executing a single algorithm loop, limited program memory, limited precision of signal values etc. According to the HIL procedure the control algorithm is implemented using a target executing platform (i.e. PLC, microcontroller, PC + DAQ board, etc.), whilst a plant is the mathematical model in PC memory. The presented text is a result of the experiments on employing Simulink as a client application, which enables simulation of the specific and KepwareOPC as the OPC. The main advantage of the HIL procedure is the possibility of safe real time testing of the control algorithm. Besides the security reasons, also the cost of implementation and testing of algorithm on real object is essential. In the third paragraph the HIL experiment concerning the control of an underwater vehicle course angle is presented. The PLC controller with the control algorithm is a control system, whereas the underwater vehicle model is implemented in the Simulink.
Źródło:
Pomiary Automatyka Kontrola; 2010, R. 56, nr 7, 7; 685-687
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Szybkie prototypowanie cyfrowego algorytmu fuzzy PID w sterowniku B&R
Rapid prototyping of the digital fuzzy PID algorithm in a B&R controller
Autorzy:
Jaszczak, S.
Powiązania:
https://bibliotekanauki.pl/articles/155034.pdf
Data publikacji:
2011
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
szybkie prototypowanie układów sterowania
sterowanie rozmyte
algorytm PID
wbudowane funkcje wejście/wyjście
rapid prototyping of control systems
fuzzy control
PID algorithm
embedded input/output functions
Opis:
W artykule omówiono zastosowanie biblioteki B&R Automation Studio Toolbox, rozszerzającej program Simulink o możliwość szybkiego prototypowania algorytmów sterowania z przeznaczeniem do urządzeń sterujących B&R. Procedura szybkiego prototypowania algorytmów sterowania cyfrowego została przeprowadzona na przykładzie cyfrowego algorytmu fuzzy PID, który po wygenerowaniu z poziomu programu Simulink, przetestowano w rzeczywistym układzie sterowania temperaturą, w oparciu o urządzenie sterujące PP045.
In this paper there is described application of the B&R Automation Studio Toolbox, giving users of the Simulink an opportunity of rapid prototyping of digital control algorithms for B&R control devices using original embedded functions. The idea of the rapid prototyping in development of digital control systems is related to automatic generation of an executing code in the C/C++ languages with accordance to the control device architecture and specific conditions connected with realization of the algorithm in the real time. Many potentially good ideas have been thrown away because of a long time connected with implementation in a specific device platform and a risk of getting a completely faulty solution. At the beginning, elements of the system of rapid prototyping (Fig.1) with a detailed step by step procedure (Fig.2) are described. In the next part a conception of the fuzzy PID algorithm (Fig.3), being a modification of the classical PID algorithm, is given. Next, a methodology of development of the fuzzy PID algorithm including: fuzzification (Fig.4), inference and defuzzification (Fig.5) and arrangement of the prototype of the fuzzy PID algorithm (Fig.6) in the Matlab/Simulink environment is presented. In the final part of this paper, selected results of the experimental research, related to the temperature stabilization using the developed and implemented fuzzy PID algorithm according to the presented procedure are given and described.
Źródło:
Pomiary Automatyka Kontrola; 2011, R. 57, nr 8, 8; 883-885
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Translacja grafu SFC do programu IL
A translation from the SFC graph to the IL program
Autorzy:
Jaszczak, S.
Wierzbicki, M.
Powiązania:
https://bibliotekanauki.pl/articles/154015.pdf
Data publikacji:
2009
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
PLC
Programmable Logic Controller
IL
Instruction List
SFC
Sequential Function Chart
programmable logic controller
sequential function chart
Opis:
Artykuł poświęcono implementacji metody automatyzacji przekładu algorytmu sterowania sekwencyjnego, dedykowanego sterownikom PLC, zapisanego w postaci grafu SFC w język tekstowy IL i implementacji zaprezentowanej metody w oparciu o środowisko Java. Zastosowanie języka SFC, opierającego się na grafie etapów i przejść ułatwia zadanie programowania procesów sekwencyjnych i modyfikacje kodu sterującego w trakcie rozbudowy systemu, biorąc również pod uwagę tworzenie podprogramów, gwarantujących rekonfigurowalność PLC przy zmieniających się warunkach sterowania. W artykule przedstawiono oryginalne podejście do zagadnienia, polegające na zapisaniu procesu sekwencyjnego w postaci grafu SFC a następnie transformację do postaci IL. Proces tworzenia programu sterującego omówiono na przykładzie procesu cięcia rur.
Authors of this article described an implementation of an automatisation method of the translation a control sequential algorithm, dedicated to programmable controllers (PLC) from the SFC graph to the IL program. An algorithm written in the SFC graph was translated in the IL program, by using an original software created in the Java environment. Using a SFC language based on the graph of stages and transitions simplify a task related to the creation of sequential programs. It could be helpful during any modification and development in future, even years ago after an implementation the controlled system. In the first part were given some arguments confirmed a need of the translation from SFC graph to the IL program, e.g. Proficy Machine Edition, using for programming GeFanuc's PLCs, which have'nt SFC language as a standard tool. In the second part of the article were described all stages of the translation procedure, which are: preparation part, control part, initialization part and final part. In the third part of the article was given an example of the realistic sequential control system, related to the cutting pipes process.
Źródło:
Pomiary Automatyka Kontrola; 2009, R. 55, nr 8, 8; 663-665
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Wieloplatformowy klient OPC do zarządzania sterownikami programowalnymi w warstwie sterowania bezpośredniego
Multiplatform OPC client managing PLC controllers in the direct digital level
Autorzy:
Jaszczak, S.
Bałazy, K.
Powiązania:
https://bibliotekanauki.pl/articles/155492.pdf
Data publikacji:
2014
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
Open Process Control
PLC
OpenOPC
klient OPC
OPC client
Opis:
W artykule omówiono oprogramowanie typu klient OPC, przeznaczone do współpracy z serwerami OPC, działającymi w sieci Ethernet. Wykorzystano bibliotekę OpenOPC, umożliwiającą implementację funkcji klienckich, niezbędnych do współpracy serwerem OPC. Działanie aplikacji testowano w systemie, składającym się z kilku sterowników PLC, włączonych w sieć Ethernet, sterujących obiektami rzeczywistymi. Zaletą rozwiązania jest możliwość łączenia się z dowolnym urządzeniem z zainstalowanym systemem operacyjnym.
In this paper, a multiplatform client software dedicated for the cooperation with OPC servers is described. The main idea is to create a lean OPC client, using an OpenOPC library, which is able to make connection with any OPC server and which is operation system - independent. Generally, the OpenOPC library enables easy implementation of client functions necessary to exchange data with a selected OPC server, like making connection, writing and reading values of OPC tagnames. A ready-made client application was tested in the system, based on several PLC controllers, connected with the Ethernet network and controlled real time plants. A significant advantage of the proposed solution is the opportunity of making connection with any OPC server installed on a device with Windows, or OSX systems. At the beginning, a logical diagram of the system (Fig. 1) with a detailed description is presented. In the next chapter, an example of the use of an implemented lean OPC client is described. There are two possible structures of control systems: a distributed (Fig. 2) and centralized (Fig. 3), which can be operated using an OPC client. Additionally, a selected real time control system i.e. “Modular servo” (Fig. 4) is explained in more detail in relation to the OPC protocol. In the final part of this paper, an example of using the developed OPC client to prepare a communication channel (Fig. 5) and exchange data (Fig. 6) between the application and a selected PLC controller is given and described.
Źródło:
Pomiary Automatyka Kontrola; 2014, R. 60, nr 7, 7; 489-491
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
A model of the refinishing spray booth as a plant of automatic control
Autorzy:
Jaszczak, S.
Nikończuk, P.
Powiązania:
https://bibliotekanauki.pl/articles/114032.pdf
Data publikacji:
2015
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
spray booth
control algorithms
temperature control
overpressure control
Opis:
The authors present a spray booth dynamic model and a short analysis of technological factors, which may influence the dynamics of the controlled parameters. The main idea is to find robust control algorithms (mainly for temperature control), which make the process stable in any operating point. The paper presents a preliminary concept of the temperature and pressure control system dedicated for spray booths. A selected set of results of the temperature stabilization is given in the paper.
Źródło:
Measurement Automation Monitoring; 2015, 61, 7; 361-363
2450-2855
Pojawia się w:
Measurement Automation Monitoring
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
The energy efficiency monitoring of a refrigeration unit
Autorzy:
Jaszczak, S.
Łokietek, T.
Powiązania:
https://bibliotekanauki.pl/articles/114062.pdf
Data publikacji:
2016
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
refrigeration unit
SCADA system
energy efficiency
Opis:
In the paper, a monitoring system of a refrigeration unit is presented. This system consists of several measurement elements e.g. (pressure, temperature, energy, etc. sensors) connected using a serial RS485 network. A measurement level is a source of data for both SCADA environment and a PLC controller which are essential elements of the whole control system. The first stage of the study was related to the selection of measurement devices and a construction of a serial network. The authors also described how to link a serial 485 network with a PLC controller and how to introduce it into TCP/IP network. In the first part of the paper, there is presented a refrigeration unit as a subject of the monitoring. Then the authors describe a theoretical background needed for the energy efficiency calculation. After that the system structure with selected details about hardware integration and SCADA software implementation is presented. The final part contains selected real time experiments to show typical working modes of the refrigeration unit and to prove the efficiency of the developed monitoring system.
Źródło:
Measurement Automation Monitoring; 2016, 62, 6; 202-205
2450-2855
Pojawia się w:
Measurement Automation Monitoring
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Temperature control algorithms for a refinishing spray booth
Autorzy:
Jaszczak, S.
Nikończuk, P.
Powiązania:
https://bibliotekanauki.pl/articles/114535.pdf
Data publikacji:
2015
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
spray booth
control algorithms
temperature control
Opis:
In the paper, a comparative analysis of control algorithms in the temperature control system for spray booths is presented. Additionally, basic technological limits which may have some influence on the quality of control are described. From technological point of view, a typical spray booth operates in two modes i.e. coating and drying, which are related to different temperature work points. In practice, it is the main reason of changes in plant dynamics, precisely changes in dynamical parameters of the spray booth. The authors analyzed other technological factors which might disturb the temperature inside the booth and finally make a painted covering worse or even useless. The main idea was to find robust control algorithms, mainly for temperature control, which make the process stable in any working point. In the final part of the paper, selected real time experiments are presented to show typical working modes of the spray booth and to proof the robustness of the developed and implemented control algorithm.
Źródło:
Measurement Automation Monitoring; 2015, 61, 7; 358-360
2450-2855
Pojawia się w:
Measurement Automation Monitoring
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
A comparative analysis of temperature control algorithms for spray booths
Autorzy:
Jaszczak, S.
Nikończuk, P.
Powiązania:
https://bibliotekanauki.pl/articles/114310.pdf
Data publikacji:
2018
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
spray booth
supervisory control system
safety
Opis:
Authors present a development of the temperature control system in the spray booth equipped with the two - state burner. The paper presents results of temperature control for different conditions of the external air temperature. A typical two-state algorithm isn’t enough effective to minimise temperature fluctuation amplitudes inside a spray booth. Minimisation of the number of burner ignitions with acceptable fluctuation amplitudes of the temperature is possible by means of : modification of the measurement loop, modifications of the two-state algorithm. Minimisation of number of burner ignitions will increase durability of the burner and decrease consumption fuel used to start the burner. In the final part of the article selected results of real time experiments were presented and shortly analysed.
Źródło:
Measurement Automation Monitoring; 2018, 64, 3; 63-66
2450-2855
Pojawia się w:
Measurement Automation Monitoring
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Supervisory system of integrated spray booths
Autorzy:
Jaszczak, S.
Nikończuk, P.
Powiązania:
https://bibliotekanauki.pl/articles/114551.pdf
Data publikacji:
2017
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
spray booth
supervisory control system
safety
Opis:
Authors present a real time supervisory system for two cooperating spray booths, which are elements of the production line. The supervisory system enables a constant observation of such physical parameters like: temperature, pressure, air flow, concentration of styrene etc. The system also warns workers inside spray booths about dangerous events like a critical level of styrene, too low overpressure, the air flow is not high enough, etc. The paper presents results of the hardware and software development.
Źródło:
Measurement Automation Monitoring; 2017, 63, 6; 217-219
2450-2855
Pojawia się w:
Measurement Automation Monitoring
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
A preliminary analysis of spray booth temperature control using PWM modulation with dynamic trigger period
Autorzy:
Jaszczak, S.
Nikończuk, P.
Powiązania:
https://bibliotekanauki.pl/articles/114563.pdf
Data publikacji:
2016
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
spray booth
temperature control
PWM control
Opis:
The authors present a concept of the temperature control system for a spray booth equipped with a single burner. The control system uses PWM modulation with dynamic trigger time periods. The paper presents the results of temperature control simulations for different conditions of external air temperature as well as the analysis of external air temperature and trigger time period impact on temperature fluctuation amplitudes inside the spray booth. A dynamic trigger period will minimize the number of burner ignitions with acceptable fluctuation amplitudes of temperature. The minimization of the number of burner ignitions will increase the life time of a burner and decrease the fuel consumption used to start a burner.
Źródło:
Measurement Automation Monitoring; 2016, 62, 6; 209-211
2450-2855
Pojawia się w:
Measurement Automation Monitoring
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Monitoring pracy centrali klimatyzacyjnej
Monitoring of the Air Handling Unit operation
Autorzy:
Łokietek, T.
Jaszczak, S.
Powiązania:
https://bibliotekanauki.pl/articles/316033.pdf
Data publikacji:
2016
Wydawca:
Instytut Naukowo-Wydawniczy "SPATIUM"
Tematy:
monitoring
centrala klimatyzacyjna
SCADA
Air Handling Unit
Opis:
W artykule został przedstawiony system monitorowania centrali klimatyzacyjnej. System ten składa się z kilku elementów pomiarowych (ciśnienie, temperatura, wilgotność, energia, itp. czujników) połączonych za pomocą sieci szeregowej RS485. Sygnały pomiarowe są źródłem danych dla środowiska SCADA. Pierwszy etap rozwoju był związany z wyborem urządzeń pomiarowych i budowy sieci szeregowej. Autorzy opisali również jak wprowadzić dane do sieci TCP / IP. W pierwszej części artykułu przedstawiono centralę klimatyzacyjną jako obiekt monitoringu. Następnie autorzy opisali podstawy teoretyczne, które są potrzebne dla obliczania wydajności chłodniczej, grzewczej i efektywności odzysku ciepła w centrali. Po tym została omówiona struktura systemu z wybranymi szczegółami odnośnie integracji sprzętowej i implementacji oprogramowania SCADA. W końcowej części zostały przedstawione wybrane zrzuty ekranu, aby pokazać typowe tryby pracy centrali oraz skuteczność opracowanego systemu monitorującego.
In the article a monitoring system of the Air Handling Unit (AHU) was presented. This system consists of several measurement elements e.g. (pressure, temperature, humidity, energy, etc. sensors) connected using a serial RS485 network. A measurement level is a source of data for a SCADA environment. The first stage of the development was related to the selection of measurement devices and a construction of the serial network. Authors also described how to introduce the data into TCP/IP network. In the first part of the article the AHU was presented as a subject of the monitoring. Then authors described a theoretical background, which is needed for a calculation of cooling and heating capacity, heat recovery efficiency. After that a structure of the system was presented with selected details about a hardware integration and a SCADA software implementation. In the final part several screenshots were presented to show typical working modes of the AHU and to proof efficiency of the developed monitoring system.
Źródło:
Autobusy : technika, eksploatacja, systemy transportowe; 2016, 17, 12; 1144-1148
1509-5878
2450-7725
Pojawia się w:
Autobusy : technika, eksploatacja, systemy transportowe
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Stanowisko do testowania układów sterowania temperaturą w kabinie lakierniczej w trybie hardware in the loop
The lab for testing the control systems of temperature inside refinishing spray booth using hardware in the loop mode
Autorzy:
Nikończuk, P.
Jaszczak, S.
Powiązania:
https://bibliotekanauki.pl/articles/311351.pdf
Data publikacji:
2016
Wydawca:
Instytut Naukowo-Wydawniczy "SPATIUM"
Tematy:
symulacja hardware in the loop
kabina lakiernicza
MATLAB/Simulink
hardware in the loop simulations
spray booth
Matlab/Simulink
Opis:
Istotnym walorem symulacji hardware in the loop, jest możliwość testowania układu sterowania w układzie czasu rzeczywistego w bezpiecznych warunkach. W testach wykorzystywany jest model obiektu wraz z elementami układu wykonawczego. W artykule przedstawiono metodykę hardware in the loop z odwołaniem do wykorzystywanych narzędzi wspomagających. Zaprezentowano implementację metody dla układu sterowania temperaturą w renowacyjnej kabinie lakierniczej. Omówiono strukturę stanowiska badawczego z wybranymi szczegółami odnośnie integracji sprzętowej i implementacji oprogramowania. Przedstawiono przykładowe przebiegi symulacji układu z zamodelowanymi zakłóceniami.
An important advantage of simulation in mode of hardware in the loop is the ability to test the real control system in the safe, real time environment. The model used for simulations includes all elements of control object. The paper presents an application of the method for refinishing spray booth. Article presents details of the lab structure, hardware integration and software implementation. The sample simulation results are also presented.
Źródło:
Autobusy : technika, eksploatacja, systemy transportowe; 2016, 17, 12; 1244-1247
1509-5878
2450-7725
Pojawia się w:
Autobusy : technika, eksploatacja, systemy transportowe
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Koncepcja modelowania dynamiki kabiny lakierniczej z wykorzystaniem algorytmów ewolucyjnych
A concept of spray booth’ dynamic modelling using the evolutionary algorithms
Autorzy:
Nikończuk, P.
Jaszczak, S.
Powiązania:
https://bibliotekanauki.pl/articles/254222.pdf
Data publikacji:
2015
Wydawca:
Instytut Naukowo-Wydawniczy TTS
Tematy:
algorytm ewolucyjny
sterowanie temperaturą
transmitancja
dynamika kabiny lakierniczej
evolutionary algorithm
temperature control
transmittance
model of spray booth
Opis:
W artykule omówiony przedstawiono koncepcję liniowego modelu dynamiki kabiny lakierniczej jako obiektu sterowania temperaturą. W modelu poddano analizie elementy składowe oraz ich transmitancje. Transmitancja zastępcza elementów składowych stanowi obiekt automatycznej regulacji. Przedstawiono również koncepcję doboru współczynników równań modelu liniowego kabiny lakierniczej z wykorzystaniem algorytmów ewolucyjnych. Dla proponowanej metody w artykule przedstawiono wyniki oraz wnioski z przeprowadzonej wstępnej weryfikacji.
Paper presents the concept of linear model of spray booth. The numerical model describes the dynamic of temperature automatic control. At the model transfer functions of component elements are discussed. Parameters of dynamic model are selected using evolutionary algorithms. The paper presents also results and discussion of preliminary numerical verification of the method.
Źródło:
TTS Technika Transportu Szynowego; 2015, 12; 1104-1107, CD
1232-3829
2543-5728
Pojawia się w:
TTS Technika Transportu Szynowego
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Praktyczne aspekty metody strojenia algorytmów PID i PID-podobnych opartej na eksperymencie przekaźnikowym
Practical aspects of the PID and PID-like algorithm tuning method based on a relay experiment
Autorzy:
Jaszczak, S.
Lenartowicz, P.
Powiązania:
https://bibliotekanauki.pl/articles/157086.pdf
Data publikacji:
2013
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
metoda przekaźnikowa
algorytm PID
strojenie algorytmów sterowania
relay method
PID control algorithm
tuning of control algorithms
Opis:
W artykule omówiono praktyczne modyfikacje metody strojenia regulatorów PID, opartej na metodzie przekaźnikowej, wynikające z syntezy algorytmu w sterowniku PLC oraz przeprowadzonych eksperymentów w rzeczywistym układzie stabilizacji czynnika redox. Zaletą metody przekaźnikowej, z uwagi na jej prostotę, jest zdolność układu sterującego do dostrajania parametrów nastawnych algorytmu sterującego w trybie on-line, np. przy zmianie wartości zadanej.
A fundamental problem of the control systems dedicated to continuous processes is an optimal tuning in a sense of the specific quality criterion. From a practical point of view a perfect solution in that case would be an opportunity of tuning with a help of the „one push button” application, which releases operators from necessity of manual or semi-manual tuning. In this paper practical modifications of the relay tuning method, dedicated to PID and PID-like algorithms, are described. The most important reasons for using it in a practice are: simplicity of calculations and opportunity of applying without stopping a process. The idea of using an On-Off algorithm in a tuning process is not new, but still there are some practical problems (determination of amplitudes of control signals in ON and OFF states, calculation of the controlled signal amplitude, which generally is disturbed and finally switching a control signal from On-Off state to the continuous control, based on the PID control algorithm) in case of applying it in a real time control system. At the beginning, some additional reasons for using the relay method as a tuning method are described. In the next part a conception of the tuning procedure (Fig. 1) is given. Next, a methodology of applying an On-Off algorithm (Figs. 2, 3) and remarks related to modifications of the original procedure (dynamic determination of On and Off amplitudes in the On-Off control algorithm (Fig. 4), etc.), are presented. In the final part of this paper selected results of the experimental research (Figs. 6, 7), related to the redox stabilization system (Fig. 5), according to the presented procedure are given and described.
Źródło:
Pomiary Automatyka Kontrola; 2013, R. 59, nr 8, 8; 790-792
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Synteza strukturalna algorytmu sterującego w sterownikach logicznych klasy micro
Structural synthesis of the control algorithm in a micro programmable controller
Autorzy:
Jaszczak, S.
Małecki, K.
Powiązania:
https://bibliotekanauki.pl/articles/158520.pdf
Data publikacji:
2013
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
synteza sprzętowo-programowa
PLC
programowanie strukturalne
hardware and software synthesis
structured programming
Opis:
Sterowniki klasy micro mogą być z powodzeniem wykorzystywane do automatyzacji nieskomplikowanych instalacji przemysłowych, zawierających do kilkudziesięciu zmiennych procesowych o charakterze dwustanowym i/lub analogowym. W artykule przedstawiono metodykę tworzenia strukturalnego oprogramowania sterującego na przykładzie modelu laboratoryjnego układu sortowania materiału kolorowego, przy zastosowaniu sterownika klasy micro s7-200 CPU 224 z modułem rozszerzającym EM223.
Micro programmable controllers can be successfully used for automation of unsophisticated industrial installations, containing up to several dozen process variables of two-state and/or analog nature. This paper presents a methodology of creation of structural control software as an example of the laboratory model for sorting colored material, using a class of a micro controller S7-200 CPU 224 with an extended module EM223. The structural synthesis naturally allows taking into account the specific hardware configuration of the control object and functional requirements during the process of control software design. The functional requirements determine the structure of software, i.e. a developer may divide the program into smaller units, corresponding to different functions of the plant. At the beginning, an idea of the structural programming (Fig. 1) with an example in the micro PLC is described. In the next part a detailed example of the hardware and software synthesis, related to a real plant (Fig. 3) is giving. A functional structure of the developed control system (Figs. 4, 5) has a great influence on the software structure (Fig. 6), what is described in details in that part. In the final part of this paper selected remarks about the structural implementation of the developed control algorithm in the s7-200 PLC are given and described.
Źródło:
Pomiary Automatyka Kontrola; 2013, R. 59, nr 8, 8; 793-795
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł

Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies