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ę "kontroler PI" wg kryterium: Temat


Wyświetlanie 1-4 z 4
Tytuł:
Control of the mobile robot using controllers of types P, PI, PID
Autorzy:
Skrobek, D.
Cekus, D.
Zając, T.
Powiązania:
https://bibliotekanauki.pl/articles/122354.pdf
Data publikacji:
2018
Wydawca:
Politechnika Częstochowska. Wydawnictwo Politechniki Częstochowskiej
Tematy:
line-follower
mobile robot
controller P
controller PI
controller PID
robot mobilny
kontroler P
kontroler PI
kontroler PID
Opis:
The paper presents a method for control of a mobile robot. The task of the Line-follower was to cover the route set programmatically as accurately as possible using the controllers P, PI or PID without the use of sensors to detect the line. The work also consists of a description of the mobile robot development and the results of the experimental research with discussion.
Źródło:
Journal of Applied Mathematics and Computational Mechanics; 2018, 17, 1; 69-78
2299-9965
Pojawia się w:
Journal of Applied Mathematics and Computational Mechanics
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Fuzzy controller of model reduction distillation column with minimal rules
Autorzy:
Alawad, Nasir
Alseady, Afaf
Powiązania:
https://bibliotekanauki.pl/articles/118163.pdf
Data publikacji:
2020
Wydawca:
Polskie Towarzystwo Promocji Wiedzy
Tematy:
distillation column
model reduction
pi controller
fuzzy inference system
MATLAB tool
kolumna destylacyjna
redukcja modelu
kontroler pi
system wnioskowania rozmytego
narzędzie MATLAB
Opis:
In this paper the control of a binary distillation column is described. This control is done with fuzzy logic, one with PI- like fuzzy controller and the other with modified PI fuzzy controller, using the minimal rules for fuzzy processing. This work is focused on model reduction of Wood and Berry binary distillation column to get the best performance. It is desired to minimize the rules in order to reduce the computation time to make a faster decision. Comparisons will be made between two versions of fuzzy controllers utilizing reduced rules to verify the outputs. The controlled variables are top composition with high concentration and bottom composition with low. To demonstrate the performance of the fuzzy PI control schemes, results are compared with a classical PI controller and optimal methods, like Differential Evolution (DE), Invasive Weed Optimization (IWO). The proposed structure is able to quickly track the parameter variation and perform better in load disturbances and also for set point changes. Then all the processes of the distillation column with itۥ s fuzzy controllers are simulated in MATLAB software as the results are shown.
Źródło:
Applied Computer Science; 2020, 16, 2; 80-94
1895-3735
Pojawia się w:
Applied Computer Science
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Kontroler CPLD dla magistrali zewnętrznej mikrokomputera Raspberry PI
A CPLD controller for the external bus of a Raspbery PI microcomputer
Autorzy:
Arnold, K.
Michalak, S.
Powiązania:
https://bibliotekanauki.pl/articles/152312.pdf
Data publikacji:
2013
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
Raspberry Pi
podsystem transmisji równoległej
kontroler magistrali
układy CPLD
PPI subsystem
bus controller
CPLD
Opis:
W pracy przedstawiono możliwości zwiększania liczby wejść i wyjść równoległych popularnego modułu Raspberry PI z wykorzystaniem programowalnych układów peryferyjnych (PPI). Wskazano na ograniczenia w zakresie rozszerzania portów równoległych, związane z liczbą dostępnych linii I/O Raspberry PI. Zaproponowano rozwiązanie wykorzystujące zewnętrzny kontroler implementowany w strukturze CPLD, odpowiedzialny za adresowanie układów PPI, przyjmowanie zgłoszeń przerwań i wystawienie na magistralę wektora przerwań.
In this paper the possibility of increasing parallel inputs and outputs in a microprocessor system based on an educational microcomputer Raspberry PI (Fig. 1) and a programmable peripheral interface (PPI) is presented. An example of multi-channel communication between the central processor unit, PPI devices and parallel interface modes for 82C55A PPI is described (Fig. 2). A system composed of a Raspberry PI unit, a hardware CPLD controller and four parallel transmission devices is proposed (Fig. 3). The external address/interrupt controller is responsible for external PPI addressing – the word address is written with a confirmation signal /LOAD (Fig. 5), and for registering interrupts. The controller takes over the tasks of decoding and interrupts receiving, so consequently minimizes the time required by the Raspberry PI for interruption of the current program, servicing of the peripheral units, and resumption of the interrupted program. The data bus can be implemented inside the CPLD, but also it is possible to use one of any external level translators with three-state output mode (OE signal). This controller was implemented in one of XC9500XL family devices (Tab. 1). For each device from this family the I/Os are fully 5V (CMOS, TTL) tolerant even though the core power supply of the Raspberry PI is 3.3 volts. In mixed (5V/3.3V/2.5V) systems, a controller can work with low power supply CPU. Use of this one programmable device gives us a chance for creating a flexible controller, which can work with different kind of 8-bit central units.
Źródło:
Pomiary Automatyka Kontrola; 2013, R. 59, nr 8, 8; 766-768
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Implementacja kontrolera SPI/PPI w układzie CPLD dla zastosowań z mikrokomputerem Raspberry PI
Implementation of the SPI/PPI controller in a CPLD structure for the systems with a Raspberry PI microcomputer
Autorzy:
Arnold, K.
Michalak, S.
Powiązania:
https://bibliotekanauki.pl/articles/972186.pdf
Data publikacji:
2014
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
Raspberry Pi
podsystem transmisji równoległej
kontroler magistrali
układy CPLD
PPI subsystem
bus controller
CPLD
Opis:
W pracy wskazano potrzebę rozszerzania portów równoległych w systemach z komputerem Raspberry PI. Przedstawiono możliwości programowalnych układów peryferyjnych (PPI). Zaproponowano rozwiązanie problemu komunikacji komputera Raspberry z układami peryferyjnymi, polegające na wprowadzeniu kontrolera układów PPI, wyposażonego w interfejs SPI. Przedstawiono koncepcję integracji modułu SPI, dekodera adresów układów PPI i enkodera przerwań w strukturze CPLD. Zaprezentowano wyniki implementacji logiki kontrolera w układzie CPLD.
In this paper the necessity of increasing parallel I/O lines in a microprocessor system based on the Raspberry PI, a very popular small educational microcomputer, is described. The possibility of increasing parallel inputs and outputs with a programmable peripheral interface (PPI), and also hardware architecture of 82C55A is presented (Fig. 1). The cooperation rules between the central unit and PPI devices are given. The general block diagrams of the system with the Raspberry PI and the implemented PPI controller, with parallel and serial (SPI) interface, are shown and discussed (Fig. 2). An effective solution of communication between Raspberry PI and 82C55A PPI devices, using an external programmable controller with a simplified SPI, is suggested. The SPI/PPI controller takes over the duties of controlling the modes of 82C55A PPI devices, relieves the central unit and decreases the usage of I/O lines. The instruction sequences are composed of two bytes, the higher one includes codes for creating control signals for the controller and read/write cycles for 82C55A devices, the lower includes the data. The address and data words are written with the confirmation signal /STR (Fig. 3). The controller is responsible for PPI addressing and also takes over the tasks of decoding and receiving interrupts. This version of a controller was implemented in the XC9572XL (Xilinx) device, so we had additionally I/Os fully 5V (CMOS, TTL) tolerant, even though the core power supply of the Raspberry PI and its I/O lines were 3.3 volts. The Behavioral and Post-Fit Simulations results are shown (Figs. 4,5 and 6).
Źródło:
Pomiary Automatyka Kontrola; 2014, R. 60, nr 7, 7; 462-464
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
    Wyświetlanie 1-4 z 4

    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