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ę "the controller" wg kryterium: Temat


Wyświetlanie 1-3 z 3
Tytuł:
Badanie procedury samostrojenia cyfrowego regulatora PID
The study of digital PID autotuning procedure
Autorzy:
Obstawski, P.
Powiązania:
https://bibliotekanauki.pl/articles/156908.pdf
Data publikacji:
2014
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
regulator PID
samostrojenie PID
identyfikacja obiektu
PID controller
autotuning PID controller
identification of the control object
Opis:
Przedstawiono procedurę autotuningu altorytmu PID zaimplementowaną w przemysłowym regulatorze cyfrowym. Procedura składa się z dwóch etapów: identyfikacji obiektu regulacji oraz wyliczenia nastaw regulatora PID z jednego z dostępnych kryteriów. W badaniach skupiono się na etapie identyfikacji obiektu regulacji, który można przeprowadzić za pomocą metody Zieglera-Nicholsa i Cohena-Coona. Badania wykonano w warunkach laboratoryjnych co umożliwiło określenie powtarzalności wyników.
The procedure of PID controller autotuning is presented in the paper. It consists of two steps: identification of the control object and calculation of PID controller settings with one of the available criteria. A user has the possibility to interfere in the procedure of autotuning. By the definition value of the specified control register, the user selects the identification method, determines the value of stabilization time and the stabilization deviation as well as defines the criterion of controller settings. The stabilization of deviation and the time of stabilization determine the steady state of the object, and so the duration of the autotuning procedure. This paper is focused on the identification process of the object control, which can be realized by the Ziegler-Nichols and Cohen-Coon methods. Investigations were performed in a laboratory for different combinations of the deviations of stabilization and the stabilization times. This allowed determining the repeatability of the autotuning procedure results. These results show that the identification process accuracy of the object of control depends on the value of the deviation of stabilization and the stabilization time defined by the user. Regardless of the identification method, the value of the deviation of stabilization should be as small as possible and should be on 1% level. In case of identification of the control object by the Ziegler-Nichols method, the minimum value of the stabilization time should be about 25% of the time constant of the control object. In case of identification of the control object by the Cohen-Coon method, the minimum value of the stabilization time should be 45% value of the time constant of the control object. Use of both methods of the control object identification gave reproducible results, which demonstrates the stability of the autotuning procedure.
Źródło:
Pomiary Automatyka Kontrola; 2014, R. 60, nr 1, 1; 45-48
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
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ł:
Redukcja rozmiaru mikroinstrukcji w projektowaniu sterowników mikroprogramowanych
Microinstruction length reduction in design of microprogrammed controllers
Autorzy:
Wiśniewska, M.
Powiązania:
https://bibliotekanauki.pl/articles/151802.pdf
Data publikacji:
2009
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
hypergraph
hipergraf
klasa kompatybilności
sterownik (układ) mikroprogramowany
mikrooperacja
mikroinstrukcja
redukcja rozmiaru pamięci
compatibility class
microprogrammed controller (control unit)
microoperation
microinstruction
reduction of the microinstruction length
Opis:
Problem redukcji rozmiaru mikroinstrukcji jest ważnym etapem w procesie projektowania sterowników mikroprogramowanych. Jest to problem NP-trudny, dlatego też powstało wiele metod poszukujących rozwiązania. Zdecydowana większość zaproponowanych algorytmów bazuje na tradycyjnej teorii grafów. W artykule przedstawiono nową metodę redukcji rozmiaru mikroinstrukcji pamięci sterowników mikroprogramowanych. Algorytm bazuje na reprezentacji klas kompatybilności mikrooperacji z zastosowaniem teorii hipergrafów, a redukcja rozmiaru mikroinstrukcji obliczana jest na podstawie najmniejszej transwersali hipergrafu.
A microprogrammed controller (also called microprogrammed control unit) consisting of two main parts is one of realizations of the control unit. The first part is responsible for addressing microinstructions that are kept in the control memory. The role of the second part is to hold and generate adequate microinstructions. Typically, the control memory is implemented as a ROM or RAM memory. Many controllers have a long microinstruction width. It may cause serious problems in the prototyping process. If the design is realized as a System-On-Programmable-Chip (SoPC), the memory can be implemented with dedicated memory blocks of Field Programmable Gate Arrays (FPGAs). However, if the microinstruction length exceeds the length of the dedicated memory block offered by an FPGA, the controller's memory ought to be decomposed. In case of controllers implemented as a System-On-Chip (SoC), the memory is treated as an independent module. It means that each additional bit in the microinstruction width increases the total cost of the memory and the whole device. Therefore, the microinstruction length reduction is a very important part of the designing process of the microprogrammed controllers in a digital system. In the paper, we propose the method of microinstruction length reduction, where the hypergraph theory is applied. The microinstruction length reduction is reached thanks to the calculation of the dual hypergraph and computation of its minimum transversal (minimal vertices cover).
Źródło:
Pomiary Automatyka Kontrola; 2009, R. 55, nr 8, 8; 575-577
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
    Wyświetlanie 1-3 z 3

    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