Journal of Robotics, Networking and Artificial Life

Volume 5, Issue 1, June 2018, Pages 27 - 31

Design and Development of a Constant-Temperature Reservoir for a Database-Driven Smart Cultivation System

Authors
Shin Wakitaniwakitani@hiroshima-u.ac.jp
Graduate School of Engineering, Hiroshima University, 1-4-1 Kagamiuyama Higahsi-hiroshima, Hiroshima 739-8527, Japan
Sneha Sharmasharma-sneha-atul@hiroshima-u.ac.jp
Graduate School of Engineering, Hiroshima University, 1-4-1 Kagamiuyama Higahsi-hiroshima, Hiroshima 739-8527, Japan
Toru Yamamotoyama@hiroshima-u.ac.jp
Graduate School of Engineering, Hiroshima University, 1-4-1 Kagamiuyama Higahsi-hiroshima, Hiroshima 739-8527, Japan
Available Online 30 June 2018.
DOI
10.2991/jrnal.2018.5.1.7How to use a DOI?
Keywords
cultivation System; temperature control; database-driven control; nonlinear control
Abstract

Decreasing the number of people working in the agriculture sector is a serious problem in Japan. Production of agricultural products in a plant factory is one of the solutions to the above problem. However, setting optimal environmental conditions is difficult owing to the nonlinearity of the system. This research aims for the realization of a smart cultivation system using a database-driven (DD) technique. In this paper, a pilot scale constant-temperature reservoir with a nonlinearity regarding the Peltier device was developed, and its derivative equations were derived. Moreover, a DD controller was designed for the system, and the simulations demonstrate that the proposed control system could control the temperature to a wide desired temperature range.

Copyright
Copyright © 2018, the Authors. Published by Atlantis Press.
Open Access
This is an open access article under the CC BY-NC license (http://creativecommons.org/licences/by-nc/4.0/).

1. Introduction

In recent years, there has been a growing interest toward and requirement of domestic and pesticide-free production of agricultural products in Japan. However, the decrease in the agricultural workforce has not been abated. Owing to the above situation, a plant factory1, 2 that could automate the production process of various agricultural products and would be able to safely and stably produce food products has garnered much attention. The production schedule of a plant factory can be controlled by manipulating its environmental conditions such as temperature, humidity, and CO2 concentration. Although the environmental control system, which is a cultivation system, must be designed to optimize the above variables, a uniform system design method that can deal with various kinds of plants has not yet been established. Moreover, the controlled objects have strong nonlinearity. Thus, it is difficult to manipulate them using linear controllers such as fixed PID controllers3, which are applied to more than 90% of industrial systems. In addition, it may be difficult to maintain ideal environmental conditions of a cultivation system using such a controller due to the changing environment around the factory and the deterioration of the aging equipment. Because of the above situation, this study considers the establishment of a smart cultivation system based on a database-driven (DD) control system design-method4 that utilizes a database including many previous operational data. According to the method, the controlled parameters can be adaptively tuned to correspond to the nonlinearities and changes in the environmental conditions of the controlled object. In this research, a pilot scale constant-temperature reservoir for a cultivation system is developed. In this system, a Peltier device, which is one of the thermoelectric conversion devices, is implemented to control the temperature in the reservoir. In the Peltier device, by supplying current to the device, one side exhausts the heat and the other side absorbs the heat that corresponds to the amount of the current. Moreover, the exhaust and absorption surface of the heat can be switched by changing the direction of the current. However, the amount of generated heat follows the square of the amount of the current, thus a linear controller with fixed control parameters does not maintain a good control performance due to the nonlinearity. In this study, a DD temperature controller is designed and applied to the nonlinear system. This method is expected to make the temperature follow a wide range of temperature references compared with a fixed PID controller. To verify the effectiveness of the method, the derivative equations of the system are derived and a mathematical model is realized by MATLAB/Simulink. This study is organized as follows. In Section 2, the pilot scale constant-temperature reservoir and its mathematical model is explained. In Section 3, the control results of the fixed PID and the DD controller are shown. Finally, Section 4 summarizes the research findings.

2. Constant-Temperature Reservoir Design

The appearance of the constant-temperature reservoir is shown in Fig. 1. The schematic and system parameters are shown in Fig. 2 and Table 1, respectively. The specific values of the system parameters are identified by the genetic algorithm5.

Fig. 1.

Appearance of a constant-temperature reservoir.

Fig. 2.

Schematic of a constant-temperature reservoir.

Variable name Explanation Value
RP Resistance of Peltier device 3.85
λP Thermal conductivity of Peltier device 10.0
πP Peltier coefficient 1.00
αP Proportionality constant for TPh 5.00
RAB Thermal resistance 0.83
CAl Thermal capacity 5.00
RBox Thermal resistance 39211
CBox Thermal capacity 994.6
Table 1.

System parameters.

2.1. Constant-Temperature Reservoir

A Peltier device is implemented on the system’s background and temperature and humidity sensors are placed on the inside of the wall. Moreover, full color LEDs for growing plants are placed on the ceiling. The Arduino is utilized as the controller, which can manipulate the amount of current from the power supply by changing the duty ratio of the PWM output voltage of the controller.

2.2. Modeling

In this section, the following couple of heat balance relationships are derived:

  1. (1)

    Peltier device – Aluminum block.

  2. (2)

    Aluminum block – Space of constant-temperature reservoir.

A simulator based on these heat balance models is constructed by using MATLAB/Simulink.

2.1.1. Heat balance between Peltier device and aluminum block

The derivative equation regarding the time variation of TAl(t) is given as follows:

CAldTAl(t)dt=qPc(t)qAB(t),
where the maximum voltage of the power supply VPmax is set to 15 V, and the range of the manipulated value uP(t) is set to −100% ≤ uP(t) ≤ 100%. The current in the Peltier device can be given as follows:
i(t)=VPmaxRPuP(t)100.
The qPc(t), which is generated by the above current in the Peltier device is described as follows:
qPc(t)=πPi(t)+λPΔTP(t)+12RPi2(t),
ΔTP(t)=TPh(t)TPc(t).
The exhaust heat surface of the Peltier device touches a water-cooling surface and it is assumed that the temperature of the contact surface is given by the following equation:
TPh(t)=αPi(t).
The qAB(t) is given as follows:
qAB(t)=1RAB{TAl(t)TBox(t)}.

2.1.2. Heat balance between aluminum block and Space of constant-temperature reservoir

The derivative equation related into the time variation of TBox(t) is given as follows:

CBoxdTBox(t)dt=qAB(t)qBR(t)+qLED(t),
where qBR(t) is given as follows:
qBR(t)=1RBR{TBox(t)T0(t)}.
The qLED(t) is the heat flow from the full colored LEDs. Thus, the qLED(t) is given by introducing the maximum heat discharge and command signals of each colored LED (red, green, and blue), qRmax, qGmax, and qBmax, and uR, uG, and uB (0% ≤ uR,G,B ≤ 100%), respectively:
qLED(t)=qRmaxuR(t)100+qGmaxuG(t)100+qBmaxuB(t)100.
The static property between up(t) and TBox(t) of the obtained simulation model is shown in Fig. 3. The figure shows the system’s nonlinearity.

Fig. 3.

Static property of the simulation model.

3. Application of DD Control Technique

The temperature of the constant-temperature reservoir must be controlled properly to produce a variety of plants. In this work, the DD control technique is applied to control the temperature. In the DD controller design scheme, an initial database is required. Thus, to generate an initial database, a fixed PID controller is applied to the system and its operation data is stored into a database.

3.1. Control result by Fixed PID controller

The initial PID parameters are obtained based on model munching. First, it is assumed that the controlled object can be approximated as the following first-order system with a time delay around an equilibrium point:

G(s)=K1+TseLs.
Where, T, K, and L are the time constant, system gain, and time delay, respectively. Using the least squares method, the system parameters around TBox = 20 are obtained as T = 934, K = 0.282, and L = 60, respectively. The following approximated model can be obtained by applying a first-order approximation to the time delay:
G(s)K1+Ts11+Ls.
Furthermore, the following I-PD control law is introduced:
u(t)=kc{1TIe(t)dy(t)dtTDd2y(t)dt2},
e(t)=r(t)y(t),
where u(t) and y(t) are the controller and system outputs, respectively. In this simulation, u(t) = u_P(t) and y(t) = TBox(t). r(t) is the reference temperature. The following transfer function is introduced as a reference model:
Gr(S)=11+(σ2s)2.
σ is the required rise time of the closed loop system, which is arbitrarily set by the user. The following relationship can be obtained by comparing the transfer function of the closed loop system, constructed by (10) and (11), and the reference model (13):
kc=c1,TI=c1c0,TD=c2c1
c0=27(T+L)Kσ3,c1=27(T+L)σ2Kσ2,c2=9(T+L)σTLKσ
The control result by the fixed I-PD controller is shown in Fig. 4. In this simulation, the rise time is set to σ = 500, and the discrete I-PD controller sampling time TS = 10 is applied. Moreover, the reference temperature is given as follows:
r(t)={20(0t<3,600)35(3,600t<7,200)25(7,200t<10,800)15(10,800t<14,400).
From Fig. 4, the controller output around y(t) = 35 oscillates due to the nonlinearity of the system and the tracking property is deteriorating.

Fig. 4.

Control results obtained by the fixed PID controller.

3.2. Control result by DD-PID controller

The control results in Fig. 4 and PID gains are stored into a database, and a DD controller is designed according to the work of Yamamoto et al.4. The control results using the DD controller are shown in Fig. 5, and the trajectories of the PID gains are shown in Fig. 6. In this simulation, the rise time is set to σ = 210 s, which is faster than the fixed I-PD controller design. The results demonstrate that good control performance is obtained by adaptively tuning the PID gains based on the DD control technique.

Fig. 5.

Control results obtained by the DD-PID controller.

Fig. 6.

Trajectories of PID gains corresponding to Fig. 5.

4. Conclusions

In this study, a constant-temperature reservoir was developed to establish a smart cultivation system based on the DD technique. The mathematical model based on the principal of heat balance was derived and a simulator was constructed using MATLAB/Simulink. The DD controller was also designed and its effectiveness was verified using the simulation model. In a future study, the control system will be implemented to the real system and the structure of a smart cultivation system will be designed. The stability analysis of the closed-loop system will also be considered as a future study.

References

1.T Morimoto, T Torii, and Y Hashimoto, Optimal control of physiological processes of plants in a green plant factory, Control Engineering Practice, Vol. 3, No. 4, 1995, pp. 505-511. https://doi.org/10.1016/0967-0661(95)00022-M
2.T Kozai, Plant factory in Japan-current situation and perspectives, Chron. Hortic, Vol. 53, No. 2, 2013, pp. 8-11.
3.A Visioli, Practical PID Control, Springer, 2006.
4.T Yamamoto, K Takao, and T Yamada, Design of a Data-Driven PID Controller, IEEE Trans. Control Systems Technology, Vol. 17, No. 1, 2009, pp. 29-39.
5.M Mitchell, An introduction to genetic algorithms, MIT press, 1998.
Journal
Journal of Robotics, Networking and Artificial Life
Volume-Issue
5 - 1
Pages
27 - 31
Publication Date
2018/06/30
ISSN (Online)
2352-6386
ISSN (Print)
2405-9021
DOI
10.2991/jrnal.2018.5.1.7How to use a DOI?
Copyright
Copyright © 2018, the Authors. Published by Atlantis Press.
Open Access
This is an open access article under the CC BY-NC license (http://creativecommons.org/licences/by-nc/4.0/).

Cite this article

TY  - JOUR
AU  - Shin Wakitani
AU  - Sneha Sharma
AU  - Toru Yamamoto
PY  - 2018
DA  - 2018/06/30
TI  - Design and Development of a Constant-Temperature Reservoir for a Database-Driven Smart Cultivation System
JO  - Journal of Robotics, Networking and Artificial Life
SP  - 27
EP  - 31
VL  - 5
IS  - 1
SN  - 2352-6386
UR  - https://doi.org/10.2991/jrnal.2018.5.1.7
DO  - 10.2991/jrnal.2018.5.1.7
ID  - Wakitani2018
ER  -