Microsoft Word - 14-3340_s_ETASR_V10_N2_pp5419-5422 Engineering, Technology & Applied Science Research Vol. 10, No. 2, 2020, 5419-5422 5419 www.etasr.com Belkhir: Simple Implementation of a Fuzzy Logic Speed Controller for a PMDC Motor with a Low Cost … Simple Implementation of a Fuzzy Logic Speed Controller for a PMDC Motor with a Low Cost Arduino Mega Kamel Salim Belkhir Department of Electrical Engineering Faculty of Technology University Ferhat Abbas Setif 1 Setif, Algeria ksbelkhir@univ-setif.dz Abstract—Control of the permanent magnetic direct current PMDC motor is a common practice, hence the importance of the implementation of the PMDC motor speed controller. The results of a fuzzy logic speed controller for the PMDC motor rely on an appropriate base. As the dimension of the rules increases, its difficulty rises which affects computation time and memory requirements. Fuzzy Logic Controller (FLC) can be carried out by a low-cost Arduino Mega which has a small flash memory and a maximum clock speed of 16MHz. It is realized by three membership functions and each was divided into three memberships. The results of the FLC are satisfactory, revealing superior transient and steady-state performance. In addition, the controller is robust to speed mode variations. Keywords-fuzzy logic; PMDC motor; Arduino Mega I. INTRODUCTION Permanent magnetic direct current PMDC motors have long been commonly used in the industry control area, due to their high performance and the fact that the torque is directly proportional to the field flux, which means that the speed can be adjusted by the terminal voltage [1]. In classical PID controllers, proportional, derivative, and integral control actions are applied together. They are simple in construction, and are appropriate to control the processes with well-defined mathematical models. Generally, the exact model is not available, so the conventional PID controller may not be the best choice [2-5]. To overcome this problem, FLC is proposed. The FLC does not rely on a mathematical model [6]. It can be successfully functional to control nonlinear systems using basic engineering logic [7-8]. With the rapid developments of microprocessors and semiconductor materials, many classical and intelligent control techniques can be applied to control the speed of the DC motor in order to achieve high performance. A minor overshoot and quicker response of motor speed signal were stated in the fuzzy PID control compared to the classic PID control [9]. The neuro-fuzzy controller performed better compared to the PID controller in different loads [10]. Compared H2 and H∞ control methods for a DC motor [11], adaptive robust control method for DC motor [12], and speed control of a DC motor used hybrid control methods [13]. These techniques offer a good instrument for the control of nonlinear systems that are hard to model. When choosing FLC parameters, several problems occur. Among the proposed solutions, adaptive controllers are able to adjust to reach optimum performance [14-17]. However, as the number of rules and large membership functions for fuzzy logic increase, calculation speed and memory storage become serious problems [18-19], so the need for excessive memory and high speed capacity materials for the implementation becomes necessary. Fuzzy-logic controllers require more processing power to work in real time as the number of inputs/outputs of the controller increases. In this case, conventional microprocessors are not adequate for most real-time applications. In [20], in order to control the system, Quanser Q8 data acquisition card along with high performance computers were used for sending analog signals and getting encoder signals. In [21], the data exchange with the PC was provided by a NI USB-6812 DAQ card, which sent the signals that it received from the feedback tacho generator and control signals to the DC motor control module. In both cases vast resources were used for the control of DC motor. In this concern, the main contribution of the current work is the implementation of the proposed FLC controller on the conventional and low cost Arduino Mega board. The board uses the three membership functions and each membership function’s inputs were divided to three memberships. II. CONTROL STRATEGY The PMDC motor Simulink program given in Figure 1 was implemented by using the following structures. The inputs of FLC are the error speed E and its derivative dE by subtracting PMDC motor speed value ω from the reference speed value ω * . E (t) and dE (t) for each sampling time t are given as: ���� = �∗���− ���� (1) ���� = ���� − ��� − 1� (2) The output dV is the change in armature voltage V is: ���� = ���� − ��� − 1� (3) Corresponding author: Kamel Salim Belkhir Engineering, Technology & Applied Science Research Vol. 10, No. 2, 2020, 5419-5422 5420 www.etasr.com Belkhir: Simple Implementation of a Fuzzy Logic Speed Controller for a PMDC Motor with a Low Cost … Fig. 1. Control speed strategy The linguistic terms used to represent input and output are defined by three variables: Negative (N), Zero (Z) and Positive (P). Triangular and Gaussian membership functions are used. Agreeing to the rated speed of the PMDC motor, the interval of discourse of the speed error is between -3000rpm/mn and 3000rpm/mn. The supported rules are shown in Table I. TABLE I. FINAL RULES E dE N Z P N N P P Z N Z P P N N P After adjustments, the final membership functions are obtained (Figure 2). The defuzzification method is used at the center of gravity of the membership function dV. (a) (b) (c) Fig. 2. Input and output membership functions: (a) error speed, (b) change in error speed, (c) change in armature voltage III. HARDWARE IMPLEMENTATION The hardware block diagram is shown in Figure 3 and the hardware implementation in Figure 4. A Matlab program was used to transfer the FLC algorithm to the Arduino Mega card (Figure 5) which received the feedback signal from the tachometer and sent signal in the form of PWM to the PMDC motor via DC-DC converter module. The motor specifications ares illustrated in Table II. The PMDC motor was set at no- load, 30% load, and 95% load. Fig. 3. Hardware blok Fig. 4. Hardware implementation Fig. 5. Arduino Mega TABLE II. PMDC MOTOR PARAMETERS Rated power 3.8W Rated voltage 20V Rated speed 3000rpm IV. EXPERIMENTAL RESULTS An experiment test was set to demonstrate the performance of the FLC. The output voltage was 0-3V to control the motor speed 0–3000rpm. Engineering, Technology & Applied Science Research Vol. 10, No. 2, 2020, 5419-5422 5421 www.etasr.com Belkhir: Simple Implementation of a Fuzzy Logic Speed Controller for a PMDC Motor with a Low Cost … (a) (b) (c) (d) (e) Fig. 6. Operation at various speeds and loads: (a) 1000rpm, 0%, (b) 2000rpm,0%, (c) 2600rpm, 0% (d) 1000rpm, 30%, (e) 1800rpm, 95% The aim was to make the PMDC motor operate at a constant speed for various loads. In order to test whether the system could remain at a constant speed under no-load, the motor was operated at 1000rpmm 2000rpm, and 2600rpm (Figure 6(a), 6(b) and 6(c) respectively). It was observed that oscillations were low. Also it was shown that the motor achieves the desired speed in less than 5s for overshoot less than 30%. As a next step, the motor was operated at 1000rpm under 30% load at 24s (Figure 6(d)) and 1800rpm under 95% load at 22s (Figure 6(e)). In the latter case, even though the motor was almost loaded, the FLC controller keep the speed constant with no oscillations. The PMDC motor was regulated by the controller and still rotated at the desired speed. The fuzzy controller was capable to realize intelligent control for each speed. Explicitly, the speed overshoot and the swings were small. V. CONCLUSION In this paper, a low cost FLC controller was designed to control the speed of a PMDC motor. The design extremely diminishes the necessary hardware to the simple conventional Arduino Mega and on the other hand, the used program was rather simple. In contrast with some distinct fuzzy controllers with several rules and membership functions running on computer systems, a simple FLC controller using a small number of rules and a simple implementation program were able to control the speed of the PMDC motor. The controller shows good performance in tracking the reference speed and in terms of reducing steady state error. REFERENCES [1] N. Matsui, “Sensorless PM brushless DC motor drives”, IEEE Transactions on Industrial Electronics, Vol. 43, No. 2, pp. 300-308, 1996 [2] A. W. Nasir, I. Kasireddy, A. K. Singh, “Real time speed control of a DC motor based on its integer and non-integer models using PWM signal”, Engineering, Technology & Applied Science Research, Vol. 7, No. 5, pp. 1980-1986, 2017 [3] M. Ndje, J. M. Nyobe Yome, A. T. Boum, L. Bitjoka, J. C. Kamgang, “Dynamic matrix control and tuning parameters analysis for a DC motor system control”, Engineering, Technology & Applied Science Research, Vol. 8, No. 5, pp. 3416-3420, 2018 [4] L. A. Gadeh, “Outline of a new approach to the analysis complex systems and decision processes”, IEEE Transactions on Systems, Man, and Cybernetics, Vol. SMC-3, No. 1, pp. 28-44, 1973 [5] E. Gowthaman, C. D. Balaji, “Self tuned PID based speed control of PMDC drive”, 2013 International Mutli-Conference on Automation, Computing, Communication, Control and Compressed Sensing, Kottayam, India, March 22-23, 2013 [6] R. Kushwah, S. Wadhwani, “Speed control of separately excited dc motor using fuzzy logic controller”, International Journal of Engineering Trends and Technology, Vol. 4, No. 6, pp. 2518-2523, 2013 [7] A. H. O. Ahmed, “Optimal speed control for direct current motors using linear quadratic regulator”, Journal of Science and Technology, Vol. 13, No. 3, pp. 32-38, 2012 [8] D. Drainkov, H. Hellendoorn, M. Reinfrank, An Introduction to Fuzzy Control, Springer-Verlag, 1993 [9] Z. Z. Liu, F. L. Luo, M. H. Rashid, “Speed nonlinear control of dc motor drive with field weakening”, IEEE Transactions on Industry Applications, Vol. 39, No. 2, pp. 417-423, 2003 [10] S. V. S. R. Pavankumar, S. Krishnaveni, Y. B. Venugopal, Y. S. Kishore Babu, “A neuro-fuzzy based speed control of separately excited DC motor”. International Conference on Computational Intelligence and Communication Networks, Bhopal, India, November 26-28, 2010 [11] Y. Shi, J. Huang, B. Yu, “Robust tracking control of networked control systems: Application to a networked DC motor”, IEEE Transactions on Industrial Electronics, Vol. 60, No. 12, pp. 5864-5874, 2013 Engineering, Technology & Applied Science Research Vol. 10, No. 2, 2020, 5419-5422 5422 www.etasr.com Belkhir: Simple Implementation of a Fuzzy Logic Speed Controller for a PMDC Motor with a Low Cost … [12] Z. Li, J. Chen, G. Zhang, M. G. Gan, “Adaptive robust control for dc motors with ınput saturation”, IET Control Theory & Applications, Vol. 5, No. 16, pp. 1895-1905, 2011 [13] S. H. Kim, K. Ishiyama, “Hybrid speed control of a DC motor for magnetic wireless manipulation based on low power consumption: Application to a magnetic wireless blood pump”, IEEE Transactions on Magnetics, Vol. 50, No. 4, Article ID 5000307, 2014 [14] A. Fereidouni, M. A. S. Masoum, M. Moghbel, “A new adaptive configuration of PID type fuzzy logic controller”, ISA Transactions, Vol. 56, pp. 222–240, 2015 [15] H. Acikgoz, “Speed control of DC motor using interval type-2 fuzzy logic controller”, International Journal of Intelligent Systems and Applications in Engineering, Vol. 6, No. 3, pp. 197-202, 2018 [16] A. Ramya, M. Balaji, V. Kamaraj, “Adaptive MF tuned fuzzy logic speed controller for BLDC motor drive using ANN and PSO technique”, IET The Journal of Engineering, Vol. 2019, No. 17, pp. 3947–3950, 2019 [17] D. K. Panicker, M. R. Mol, “Hybrid PI-fuzzy controller for brushless DC motor speed control”, IOSR Journal of Electrical and Electronics Engineering, Vol. 8, No. 6, pp. 33-43, 2013 [18] L. T. Ngo, D. D. Nguyen, L. T. Pham, C. M. Luong, “Speed up of interval type 2 fuzzy logic systems based on GPU for robot navigation”, Advances in Fuzzy Systems Vol. 2012, Article ID 698062, 2012 [19] D. K. Chaturvedi, R. Umrao, O. P. Malik, “Adaptive polar fuzzy logic based load frequency controller”, International Journal of Electrical Power & Energy Systems, Vol. 66, pp. 154-159, 2015 [20] A. Avcu, A. F. Bozkurt, K. Erkan, I. Kurt, S. Sezer, “Comparison of IPD and fuzzy logic velocity control in two degree of freedom DC motor system”, International Journal Of Engineering Science And Application Vol. 2, No. 1, pp. 1-7, 2018 [21] I. Kandilli, “Real-time speed controlling of a DC motor using fuzzy logic controller”, Pamukkale University Journal of Engineering Sciences, Vol. 23, No. 5, pp. 543-549, 2017