Keywords

1 Introduction

In orchard production, protection of trees from pest and disease infestation is most important. In recent years, chemical control, i.e., foliar pesticide application has proved to be most effective pest and disease control method. To apply these pesticides, different equipment are used which uses high-pressure pump to pressurize liquid through nozzles to produce fine droplets. However, all these existing spraying equipment are constant rate applicators and spraying with these sprayers often results in over spraying. Unlike the field crops, orchard crops vary in their structure, size, and density. With the conventional sprayers, applicators are unable to manually adjust sprayer output to match the canopy size of the target trees, which results in wastage of pesticide. To control these losses, Morgon [12] stated the importance of taking into consideration the dimensions and other geometric parameters of the canopy to apply calculated amount of spray. This can be achieved using sensor technologies to identify trees and then apply precise amount of material needed for adequate pest and disease control.

Scientists have used ultrasonic sensors for canopy detection and characterization of plant canopy [7, 10, 15]. Using ultrasonic sensors, various researchers made efforts to develop an automatic spray control system with suitable proportional solenoid valve [1, 5, 811, 14]. Laser sensors were also found to be more suitable for detection of canopy occurrence, size and accordingly vary the spray output [2, 3, 13] but because of the low cost and simplicity, ultrasonic sensors have been extensively used.

The objective of this work was to develop an electronic control system using ultrasonic sensor to characterize the occurrence and width of canopy and then control the spray output to match the target tree structure.

2 Materials and Methods

The basic principle of the system was to control the output of the nozzle according to canopy characteristics and to shut the nozzle off when there is no canopy. The developed system consisted of a pesticide tank, pump, pressure regulator, and nozzle assembly together with an ultrasonic sensor, a microcontroller and a proportional solenoid valve (Fig. 1). The developed system was based on the electronic method for canopy width measurement and the amount of spray liquid was modified accordingly through proportional solenoid valve in order to achieve a proportional spray distribution based on crop geometry [4, 6].

Fig. 1
figure 1

Diagram of the elementary circuit with pump, pressure regulator, sensor, proportional solenoid valve, and nozzles

2.1 Canopy Sensing and Characterization

A high-speed ultrasonic sensor with IP65 water and dust proof rating (Model UC 2000-30GM-1U-V1, Pepperl+Fuchs Group, Germany) was used for canopy detection and characterization. The power to the sensor was provided by a custom designed microcontroller board by regulating 12 V (DC) supply. The sensor was programmed to detect the objects in the range of 200–1700 mm. For the selected range, sensor was giving electronic output signal between 0 and 10 V. Laboratory experiments were conducted to develop a relationship between measured distances and corresponding electronic output signal (Fig. 2). Following equation represents that relation.

Fig. 2
figure 2

Correlation between actual distance measured and observed sensor reading

$$ d_{i} = - 150.35 v_{i} + 1712,\quad R^{2} = 0.99 $$
(1)

where, d i is the measured distance and v i is the output electrical signal of the sensor.

2.2 Microcontroller and Algorithm Design

The control algorithm was based on the measurement of canopy width (d). Once that parameter was electronically determined, information about system travel speed (v) and canopy height covered by single nozzle section (h) was added. The algorithm was developed in order to calculate the spray volume to be sprayed per unit time (Q), which was expressed in liter per minute. The main objective of the algorithm was to modify the delivered nozzle flow rate based on the measurements of the canopy volume along the crop line. Following equation represents the relationship applied for this process.

$$ Q = d \cdot h \cdot v \cdot V_{i} $$
(2)

where, Q is the real time flow rate of individual nozzle (l/min.); v is the sprayer/tractor travel speed (m/min.); h is the height of canopy section covered by nozzle (m) (determined by dividing total canopy height with number of nozzle sections on one side of sprayer); V i is the recommended application rate per unit tree volume (l/m3), and d is the depth of canopy (m).

In this study, recommended application rate (V i ) of 0.02741 l/m3 was selected by considering the tree row volume (TRV) of orchard crop and forward speed of 2.5 km/h (42 m/min) was considered. Depth (width) of canopy is calculated from canopy distance given by sensor (Eq. 3, Fig. 3) [6].

Fig. 3
figure 3

Calculation of depth of canopy from the distance to the outside of the canopy (d c) measured by the sensors: d s, distance from sensor to sprayer axis; h, canopy height; R, tree row spacing

$$ d = \frac{R}{2} - d_{\text{c}} - d_{\text{s}} $$
(3)

where, d is the depth of canopy (m); R is the tree row spacing (m); d c is the distance between sensor and tree (m), and d s is the distance between center of sprayer and sensor (m).

A custom designed microcontroller board (ATMEGA-328, ARDUINO) was fabricated to control the sensor and proportional solenoid valve. After the microcontroller was powered up, it triggered the sensor to begin acquiring the signals for canopy detection and width of canopy. The data acquisition system begins to receive information from the ultrasonic sensor. All data were then processed in the microcontroller, where signals acquired from the ultrasonic sensor were transformed first into width of canopy and then into intended flow rate, and finally into an electric control signal to be sent to the proportional solenoid valve. For each measured data, the system determines the distance from the sensor to the nearest tree foliage. According to Eq. 3, this value was transformed into crop width. All conversions were based on a defined orchard row-to-row spacing distance (R) and the assumption that the sprayer travelled along the centerline between rows [8]. Once the distance has been determined, the system transforms those values into the required flow rate according to Eq. 2 in order to apply the required amount of liquid in proportion to the orchard tree width variations.

The program flow chart for the microcontroller of the control system is shown in Fig. 4. The program started and stopped when the microcontroller power was turned on and off manually by the operator.

Fig. 4
figure 4

Program flowchart for the microcontroller of the control system

2.3 Proportional Solenoid Valve

To achieve the variation in flow rate as determined by the designed algorithm, the system was provided with a proportional solenoid valve. A normally closed proportional solenoid valve (model: Possiflow, ASCO Numatics, USA) with ¼″ size having maximum operating pressure of 8 bar was used. The valve was supplied with 24 V (DC) supply. The opening of the valve was controlled by the microcontroller by providing pulse width modulated control signal between 0 and 10 V according to size of the canopy. This pulse width modulation was achieved through external driver (L298, Motor and Solenoid Driver).

2.4 Testing of the Developed System in the Laboratory

To analyze the behavior of the selected proportional solenoid valve, the developed system was tested inside the laboratory conditions. During the test proportional solenoid valve was provided with known control signal between 0 and 10 V corresponding to the size of the canopy and delivered flow rate was measured. The test was performed to establish the relationship between given control signal and corresponding flow rate delivered by the valve. During the testing, pump was operated at 3 kg/cm2 pressure and it was kept constant throughout the supply system using suitable valves.

3 Results and Discussion

During the laboratory testing, per minute discharge of the valve was measured for provided control signal. Figure 5 shows the relationship between the flow rates delivered by the solenoid valve versus control signal provided. A cubic polynomial equation (Eq. 4) was developed which helps to determine the control signal to be sent to the solenoid valve to spray the determined flow rate. This equation is valid only within the selected range of parameters. The coefficient of determination for the developed equation was R 2 = 0.98.

Fig. 5
figure 5

Scatter diagram of the given control signal and delivered flow rate by the proportional solenoid valve

$$ V = 0.8445q^{3} - 1.8131q^{2} + 2.1341q + 1.0511 $$
(4)

where V is the control signal sent to the proportional solenoid valve (V) and q is the flow rate to be sprayed by an independent section (l/min).

4 Conclusions

An effort was made to develop an automatic control system to control the flow rate of the output nozzle according to the size of the tree to be sprayed. The system consisted of an ultrasonic sensor to automatically characterize the tree parameters. A suitable algorithm was developed to calculate the amount of flow rate (spray volume to be sprayed per unit time) needed to be sprayed through nozzle in accordance with the size of the tree in real time. The variation in flow rate was obtained with a proportional solenoid valve. To control the ultrasonic sensor and proportional solenoid valve, a customary microcontroller board was developed. The microcontroller processed the control algorithm after receiving signals from the sensor and subsequently controlled the proportional solenoid valve. The laboratory testing of the system produced relation between the signals to be sent to the valve to obtain required flow rate through nozzles.