[BACK]
Intelligent Automation & Soft Computing
DOI:10.32604/iasc.2022.022374
images
Article

An Innovative Approach for Water Distribution Systems

Van-Phuong Ta*, Dinh-Nhon Truong and Nguyen-Thanh Nhan

Ho Chi Minh City University of Technology and Education, Ho Chi Minh, 70000, Vietnam
*Corresponding Author: Van-Phuong Ta. Email: phuongtv@hcmute.edu.vn
Received: 05 August 2021; Accepted: 06 September 2021

Abstract: Water Distribution System (WDS) is one of the important phases of the Water Treatment Plant (WTP) and plays a crucial role in plant, animal, and human life. The WDS aims not only to supply a continuous, stable water amount but also to reduce energy consumption as little as possible during operation. To keep the continuous, stable water amount, the water pressure in the pipe network of the WDS must be maintained at desired set points under the effecting of uncertainties, disturbances, and noises. For saving the energy requirement, a Variable Frequency Driver (VFD) was utilized to control the speed of the Water Boost Pump (WBP) as speed as the WDS requires and a Recurrent Cerebellar Model Articulation Control System (RCMACS) was proposed to keep the water pressure at desired reference under abnormal events. Furthermore, to adapt to the industrial environment, the RCMACS was implemented on the Allen-Bradly Programmable Logic Controller (PLC), and industrial networks were also proposed to connect and transfer data between control stations and field devices.

Keywords: Water distribution system (WDS); cerebellar model articulation controller (CMAC); compensator controller; variable frequency driver; programmable logic controller; industrial networks

1  Introduction

The Water Distribution System (WDS) plays an important role in plant, animal, and human life [1]. Due to its continuous operation, the WDS guarantees not only a continuous, stable, and quality water amount to meet the demands of customers but also to reduce electrical energy consumption as little as possible during operation. According to the structure of the WDS, guaranteeing the continuous, stable, and water amount for reality demands can be done by keeping the pressure in the water pipe system at desired set points under the presence of uncertainties such as uncertain water consumption, uncertain current, the friction coefficient of the pipe, valve status, and so on [25]. Due to the effect of many uncertainties, the stability of the pressure in the pipe is a very difficult task [6,7]. To achieve stability of control systems, the Proportional Integral Derivative (PID) controller has been developed and applied in many applications [8,9]. However, the influences of the uncertainties, disturbance, and noises, the dynamic model of the practical systems are hardly be established [10]. Consequently, model-based controllers such as the PID can’t obtain desired performances [1114].

Neural networks (NNs) can approximate non-linear functions to arbitrary precision by learning ability Therefore, it has been proposed to cope with uncertainty systems and obtained good results in realistic applications [1517]. However, weights of the NNs are updated in each learning cycle, this is not suitable for applications requiring online learning. Furthermore, the selection of the number of neurons and hidden layers to achieve good performances is usually obtained by trial and error.

To improve the learning ability of the NNs in real-time, the Recurrent Cerebellar Model Articulation Controllers (RCMAC) have been developed and applied for uncertain, non-model, and non-linear systems [18,19]. The effectiveness of the RCMAC in controlling practical applications have achieved good responses [20,21].

Although the RCMAC can deal with uncertain systems to achieve desired performances. However, the implementation of this controller for industrial applications has not been widespread. Consequently, implementing the RCMAC on the Programmable Logic Controller (PLC) to stabilize the water pressure for the WDS is one of the aims of this work.

Along with archiving the water pressure stability for the WDS, saving energy has been also extremely important. For the WDS, the highest energy consumption comes from the WBP. To reduce the energy consumption of the WBP, a VFD was utilized to control the speed of the WBP. By using the VFD, the WBP was supplied only enough energy to meet demand. Therefore, it can be considered as a very effective control method for the WBP to save energy. From the point of view of the stability, robustness, and saving energy for the WDS, this article proposed a recurrent cerebellar model articulation control system (RCMACS) to maintain the pressure in the water pipe system at desired set points. Besides the VFD was utilized to control the WBP for saving energy. With this solution, not only the persistence of the system was guaranteed but also the energy consumption was decreased significantly comparing with the non-VFD solution [22]. Furthermore, to adapt to the industrial environment, the control system was implemented on an industrial programmable logic controller (PLC) of Rockwell Automation and industrial network solutions were also utilized to connect and transfer data between the control stations and field devices [23,24].

The rest of this paper is organized as follows: Section 2 presents the structure of the WDS and the proposed control system. Section 3 describes designing of the proposed control system. The experimental results were shown in Section 4 and Section 5 is the conclusions and suggestions for the next works

2  Introduction the Water Distribution System and Proposed Control System

2.1 The Structure of the Water Distribution System

The Water Distribution System (WDS) is one of the important phases in the Water Treatment Plant (WTP). There are many different models of the WDS in the WTP. In this article, the structure of the WDS is described in Fig. 1. The WDS is a remote station that contains a ControlNet Module CNB2 to connect to the central station by ControlNet Network, a DeviceNet Module DNB to connect to the VFD by DeviceNet Network. The VFD is used to control the WBP to supply clean water to customers continuously and stably at desired set points; the pressure in the pipe was measured by a pressure transmitter (PT) then the PT’s signal was fed to the VFD and sent back to the central station via the DeviceNet Network and ControlNet Network. The central station which contains a ControlLogix L71, an Ethernet Module EN2T, and a ControlNet Module CNB receives the pressure value (PV) from the PT and the setpoints from PC or HMI to manipulate controlled variables by the RCMACS before sending the signal control to the VFD via the ControlNet and DeviceNet Network.

images

Figure 1: Experimental structure of the water distribution system

2.2 The Proposed Control System

The dynamic model of practical industrial applications is extremely difficult to define. In this research, the dynamic equation of the pressure in the water pipe of the WDS was identified by the Matlab tool. The linearized dynamic model under the effects of uncertainties, disturbances, and non-linear parts is given as bellow

y..=0.043y˙0.0012yudn+0.01u (1)

where u and y are the control signal and the pressure in the water pipe. udn stands for uncertainties, disturbances, and noises.

To reduce the order of the dynamic equation, the sliding error surface was defined and used during designing and computing the control system [25]. The sliding error surface has the following form

S=e˙+k1e+k2e (2)

where e=ydy is the error, yd is the desired pressure setpoint, and S=e˙+k1e+k2e is the error sliding surface of the system. Derivative both sides of S and refer to the dynamic equation Eq. (1), yields

S˙=e¨+k1e˙+k2e=y¨dy¨+k1e˙+k2e=y¨d+a13y˙+a2y+udn+b0u+k1e˙+k2e (3)

where b0=0.01,a1=0.043,a2=0.0012

In case of uncertainties, disturbances, and noise udn are exactly known, a nominal controller, unom is designed to guarantee the stability of the system as follows [22].

unom=1b0[y¨da1y˙a2yudn+k1e˙+k2e] (4)

Replacing u in (1) by unom in (4), yields

e¨+k1e˙+k2e=0 (5)

If both coefficients of k1 and k2 are selected by the Routh-Hurwitz criterion, the stability of the system is guaranteed. However, for the WDS, the uncertainties, disturbances, and noise, udn , can’t be measured or estimated exactly. Consequently, the stability and robustness of the system can’t achieve by using only the unom . To cope with this problem, a control system includes unom , uRCMAC , and uCC was proposed in Fig. 2. In this control system, the unom can stabilize the pressure in the pipe in case uncertainties, disturbances, and noise is non-existent. The RCMAC learns the uncertainties caused by non-linear parts and changes of parameters to minimize the error sliding surface and uCC maintains the pressure at set points under the effects of uncertainties, disturbances, and noise. The proposed control system is a combination of three terms as below.

uRCMACS=unom+uRCMAC+uCC (6)

To adapt to the industrial environment, the RCMACS was implemented on the industrial ControlLogix L71 at the central station. The central station plays the principal role in data collecting, processing, and controlling the operation of all systems

images

Figure 2: The proposed control system for the WDS

3  Designing the Proposed Control System

3.1 Structure of the RCMAC

The uRCMAC aims to learn the uncertainties, udn , due to the effects of uncertainties to minimize the sliding error surface [21]. The structure of the RCMAC is shown in Fig. 3. It includes input Space S , association memory space A , receptive field space R , weight memory space W , and output spaces O [26].

images

Figure 3: The structure of the RCMAC

The data propagation from inputs to outputs of the RCMAC is described as bellow [21,26]

Sri(k)=Si(k)+wrikμik(k1),i=1,2,...,n (7)

μik(Sri)=exp[(Srimik)2σik2],k=1,2,...,nb (8)

bik=i=1nμik(Sri),i=1,2,...,n,k=1,2,...,nb (9)

Oj=uRCMAC=j=1n0k=1nbwjki=1nμik(Sri)=wTb,j=1,2,...,n0 (10)

where n , no , and nb are the number of inputs, outputs, and layers; Sr , μ , b , and O are the inputs, membership function, receptive space, and outputs respectively; m and σ are mean and deviation of membership function; wr and w are recurrent and output weights.

3.2 Learning Rules of the RCMAC

In this research, V(s)=12S2 is selected as an error function, V˙(s)=SS˙ , the RCMAC turns the parameters to converge V(s)=12S2 by minimizing V˙(s) . Refer to Eqs. (1)(4) yields

SS˙=S(e¨+k1e˙+k2e)=S(y¨dy¨+k1e˙+k2e)=S(a1y˙+a2y)1b0S(unom+uRCMAC+uCC)+S(y¨dudn+k1e˙+k2e) (11)

According to the back-propagation algorithm, the parameters Δwkj , Δmik , Δσik , and Δwrik are turned to decrease the error function by the following rules

Δwkj=ηwSS˙wkj=ηwSS˙uRCMACuRCMACwkj=ηwS1b0(i=1niμik(Sri)) (12)

Δmik=ηmSS˙mik=ηmSS˙uRCMACuRCMACμikμikmik=ηmS1b0wkj2(Srimik)σik2 (13)

Δσik=ησSS˙σik=ησSS˙uRCMACuRCMACμikμikσik=ησS1b0wkj2(Srimik)2σik3 (14)

Δwrik=ηwrikSS˙wrik=ηwrikSS˙uRCMACuRCMACμikμikSriSriwrik=ηwrikS1b0wkj2(Srimik)σik2μi(k1) (15)

3.3 The Compensator Controller

As the error sliding surface converges to zero, the compensator controller aims to maintain the system at this state under the effects of disturbances and noises. To achieve this target, a sliding mode control-based compensator controller can be designed as below

ucc=1b0B^sign(S) (16)

where B is the error boundary and B^ is an estimation of B . The error boundary of disturbances and noises cannot be exactly measured. Furthermore, to reduce the output chattering phenomenon, the error boundary was estimated instead of the pre-fixed value. The estimate rule was selected as bellow [21].

B^=ηB||S|| (17)

According to the sense of Barbalat’s Lemma [27,28], the estimating rule given in Eq. (16) guarantees the robustness of the system.

3.4 The Industrial Communication Network Solutions

Industrial automation systems need many sensors, actuators, remote stations, and a large industrial space. In these systems, noise, disturbances, and signal attenuation problems affect significantly the performance of the system [29]. To cope with these problems, industrial network solutions have been developed to connect and transfer data between the central control station and field devices [30]. Fig. 4 presents industrial networks that have been developed by Rockwell Automation.

images

Figure 4: Industrial network solutions of rockwell automation

Depend on the number of sensors, actuators, distance, baud rates, engineers can choose a suitable industrial network. The specifications of DeviceNet Network, ControlNet Network, and Ethernet Network of Rockwell Automation were given in Tab. 1

images

4  Experimental Results

An image of the practical workbench of the WDS is shown in Fig. 5. The major devices of the experiment include a Central Station, Water Distribution System (WDS) station, a Pressure Transmitter (PT), a Variable Frequency Drive (VFD), a Water Boost Pump (WBP), Pressure Tanks, and Storage Tank.

The central station is installed a ControlLogix L71, an Ethernet Module EN2T, and a ControlNet Module CNB2. The WDS is installed a ControlNet Module CNB2, a Device Module DNB.

The connection between the central station and the WDS is carried out by the ControlNet Network, the WDS connects to the VFD by DeviceNet Network. PT is connected to the analog input of the VFD and data of the PT is transferred to the WDS by the DeviceNet Network. The WBP is controlled by the Drive to achieve the desired speed depending on the setpoint of pressure in the pipe.

The controllers, network modules, and the VFD are produced by Rockwell Automation. The control algorithms were programmed and embedded in the ControlLgoix L71 at the central station. To prove the effectiveness of the RCMACS in real-time, a PID controller was also used to control the system with the same setpoints with the RCMACS, both the PID controller and the RCMACS were implemented on the ControlLogix L71 at the central station.

The initial parameters of the RCMACS were given as bellow

ηw=ηm{=ησ=ηwr=ηB=0.0015,n=n0=1,nb=9,k1=9.32,k2=0.02

w=[0.50.40.250.1500.150.250.40.5]

m=[0.80.60.40.200.20.40.60.8]

σ=[0.30.30.30.30.30.30.30.30.3]

wrik=[0.50.40.250.1500.150.250.40.5]

The tracking and error responses of the pressure in the water pipe with step commands for the RCMACS and PID controller were represented in Figs. 6 and 7, respectively.

images

Figure 5: Image of the practical workbench of the WDS

images

Figure 6: Tracking response of the pressure in the pipe with step commands

images

Figure 7: Error Response of the pressure in the pipe with step commands

The experiment results showed that the RCMACS can achieve stability and robustness for the WDS. Compare to the PID controller, the RCMACS has better performances in setting time, overshoot, and error. The performances of the RCMACS and PID controller were also represented in detail in Tab. 2.

images

5  Conclusion and Next Researches

In this work, the WDS is controlled successfully by the RCMACS in real-time under the presence of uncertainties, external disturbances, and noise, udn .

The experimental results of the WDS proved the effectiveness of the proposed control system. Furthermore, the existent of uncertainties, non-linear, disturbances, and noises of the practical industrial applications firmly occur. Therefore, the proposed control system can be deployed to other practical applications.

By implementing the RCMACS on the industrial controller ControlLogix L71 and utilizing the industrial network solutions, the proposed control system is suitable for practical industrial applications. However, the control system should be implemented for fault detection and diagnosis during the operation of the system in the next works.

Acknowledgement: This research is supported by Ho Chi Minh City University of Technology and Education (HCMUTE), Vietnam.

Funding Statement: The authors have received funding support by Ho Chi Minh City University of Technology and Education (HCMUTE), Vietnam.

Conflicts of Interest: The authors declare that they have no conflicts of interest to report regarding the present study.

References

  1. A. Kumar, K. Kumar, B. Bharanidharan, N. Matial, E. Dey et al., “Designing of water distribution system using EPANET,” International Journal of Advanced Research, vol. 3, no. 9, pp. 789–812, 2015.
  2. Z. S. Kapelan, D. A. Savic and G. A. Walters, “Multiobjective design of water distribution systems under uncertainty,” Water Resource Research, vol. 41, no. 11, pp. 1–15, 2005.
  3. P. F. Boulos, B. W. Karney, D. J. Wood and S. Lingireddy, “Hydraulic transisten guidelines for protecting water distribution system,” Journal American Water Work Association, vol. 97, no. 5, pp. 111–124, 2005.
  4. G. Galuppini, L. Magnib and E. Creaco, “Stability and robustness of real-time pressure control in water distribution systems,” Journal of Hydraulic Engineering, vol. 146, no. 4, pp. 1–17, 2020.
  5. A. Lakehal and F. Laouacheria, “A bayesian approach to predicting water supply and rehabilitation of water distribution networks,” International Journal of Advanced Computer Science and Applications, vol. 7, no. 12, pp. 99–106, 2016.
  6. A. Sniders and T. Komass, “Invariant method of load independent pressure control in steam boiler,” Electrical Control, and Communication Engineering, vol. 1, no. 1, pp. 5–10, 2012.
  7. A. Venuprasad and Y. S. Narayan, “Automatic monitoring and controlling of pressure using PLC and SCADA,” International Journal of Innovative Research in Science, Engineering and Technology, vol. 5, no. 7, pp. 13671–13677, 2016.
  8. J. Ye, “PID tuning method using single-valued neutrosophic cosine measure and genetic algorithm,” Intelligent Automation and Soft Computing, vol. 25, no. 1, pp. 15–23, 2019.
  9. J. M. Valenzuela, R. P. Alcocer, M. G. Medina and A. Dzul, “Nonlinear PID-type controller for quadrotor trajectory tracking,” IEEE/ASME Transactions on Mechatronics, vol. 23, no. 5, pp. 2436–2447, 2018.
  10. J. G. Avila, C. Villaseñor, J. H. Barragan, N. A. Daniel, A. Y. Alanis et al., “Neural PD controller for an unmanned aerial vehicle trained with extended kalman filter,” Algorithms, vol. 13, no. 2, pp. 1–18, 2020.
  11. Z. Civelek, M. Lüy, E. Çam and N. Barışçı, “Control of pitch angle of wind turbine by fuzzy PID controller,” Intelligent Automation and Soft Computing, vol. 22, no. 3, pp. 463–471, 2015.
  12. W. Wang and X. Z. Gao, “A single neuron PID controller based on immune tuning and it's application,” in Sixth Int. Conf. on Natural Computation, Yantai, China, pp. 2831–2836, 2010.
  13. C. L. Franco, J. G. Avila, A. Y. Alanis, N. A. Daniel and C. Villaseñor, “Visual servoing for an autonomous hexarotor using a neural network based PID controller,” Sensors, vol. 17, no. 8, pp. 1–17, 2017.
  14. O. A. Mejía and R. T. Olvera, Parameter Tuning of a PID Controller with Reactive Bio-Inspired for PMSM. Ixtapa, Mexico: IEEE International Autumn Meeting on Power, Electronics and Computing, 2018.
  15. O. A. Mejía, R. T. Olvera, A. V. González and I. R. Cambero, “Adaptive neural network control of chaos in permanent magnet synchronous motor,” Intelligent Automation and Soft Computing, vol. 22, no. 3, pp. 1–9, 2016.
  16. J. M. Valenzuela, C. A. Avelar, S. P. Guzmán and V. Santibáñez, “Two adaptive control strategies for trajectory tracking of the inertia wheel pendulum: Neural networks vis à vis model regressor,” Intelligent Automation and Soft Computing, vol. 23, no. 1, pp. 1–11, 2017.
  17. S. Jung, “Stability analysis of reference compensation technique for controlling robot manipulators by neural network,” International Journal of Control, Automation and Systems, vol. 15, no. 2, pp. 952–958, 20
  18. C. M. Lin and H. Y. Li, “TSK fuzzy CMAC-based robust adaptive backstepping control for uncertain non-linear systems,” IEEE Transactions on Fuzzy Systems, vol. 20, no. 6, pp. 1147–1154, 2012.
  19. T. Q. Ngo and V. P. Ta, “Robust adaptive self-organizing wavelet fuzzy CMAC tracking control for deicing robot manipulator,” International Journal of Computers Communication & Control, vol. 10, no. 4, pp. 567–578, 2015.
  20. V. P. Ta, X. K. Dang and T. Q. Ngo, “Adaptive tracking control based on CMAC for non-linear systems,” in Proc. of the Int. Conf. on System Science and Engineering,, Ho Chi Minh City, Vietnam, pp. 494–498, 2017.
  21. V. P. Ta and X. K. Dang, “An innovative recurrent cerebellar model articulation controller for piezo-driven micro-motion stage,” International Journal of Innovative Computing, Information and Control, vol. 14, no. 4, pp. 1527–1535, 2018.
  22. I. A. Bahadly, “Energy saving with variable speed drives in industry applications,” in Proc. of the 2007 WSEAS Int. Conf. on Circuits, Systems, Signal and Telecommunications, Gold Coast, Australia, pp. 53–58, 2007.
  23. G. V. Palomo and J. A. Rossiter, “Programmable logic controller implementation of an auto-tuned predictive control based on minimal plant information,” Elsevier, vol. 50, no. 1, pp. 92–100, 2011.
  24. C. Parrott and G. K. Venayagamoorthy, Real-Time Implementation of Intelligent Modeling and Control Techniques on a PLC Platform. Edmonton, AB, Canada: IEEE Industry Applications Society, pp. 1–7, 2008.
  25. M. Bahita, “Neural stable adaptive control for a class of non-linear systems,” Journal of Engineering Science and Technology, vol. 7, no. 1, pp. 97–118, 2012.
  26. X. K. Dang and V. P. Ta, “Robust recurrent cerebellar model articulation controller for non-linear mimo systems,” International Journal of Advanced Computer Science and Applications, vol. 10, no. 3, pp. 38–47, 2019.
  27. L. Behera, S. Kumar and A. Patnaik, “On adaptive learning rate that guarantees convergence in feedforward networks,” IEEE Transactions on Neural Networks, vol. 17, no. 5, pp. 1117– 1125, 2006.
  28. C. M. Lin and H. Y. Li, “A novel adaptive wavelet fuzzy cerebellar model articulation control system design for voice coil motors,” IEEE Transactions on Industrial Electronics, vol. 59, no. 4, pp. 2024–2033, 2012.
  29. S. C. Pereira, A. S. Caporali and I. R. S. Casella, “Power line communication technology in industrial networks,” in 2015 IEEE Int. Symp. on Power Line Communications and Its Applications, Austin, TX, USA, pp. 216–221, 2015.
  30. W. S. Ocaña, Ó. Proaño, P. Salazar, E. Salazar, W. Loza et al., “Distributed system SCADA using multiple industrial communication protocols on allen bradley equipment,” Indian Journal of Science and Technology, vol. 12, no. 14, pp. 1–6, 2019.
images This work is licensed under a Creative Commons Attribution 4.0 International License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.