1. Introduction
China is the largest cotton producer and consumer country in the world. By 2019, the cotton planting area exceeded 300 million hm2 and the output was about 5.889 million tons [1]. As the major cash crop and strategic material of the national economy, its planting area in Xinjiang is expanding continuously. Due to the labor shortage, cotton picker machinery became the main machinery for cotton harvesting. It can improve cotton picking efficiency, reduce labor costs, and increase economic benefits. However, the cotton picker machinery can easily cause a fire during the process of picking cotton. The main causes of fires are particularity of climate, terrain, as well as the physical characteristics of cotton, such as flammability and smoldering [2]. Therefore, the fire monitoring of cotton picker machinery is particularly important.
The main reason for fire in cotton pickers is the high concentration of inflammable gases in the chassis during the process of operation [3]. Therefore, the gas sensor is used to monitor the fluctuation of the concentration of inflammable gases in the cotton box of the cotton picker to reduce the fire rate [4]. A gas sensor can be used to monitor the CO concentration. The principle is that CO diffuses to the sensor and undergoes a reduction reaction [5] or oxidation reaction [6] on the catalytic electrode, and a current is generated on the working electrode [7]. The concentration of CO gas can be obtained by sampling and processing the current [8]. It is worth noting that high-precision gas monitoring sensor probes and strong sensor devices should be selected during the process of sensor selection [9]. Due to the accumulation of a large amount of cotton in the cotton box, the harvested cotton increases the difficulty of monitoring gas fluctuation with the ordinary sensor [10] and causes friction damage to the sensor [11]. The neural network is an operational model composed of a large number of connections between nodes [12]. It has an excellent ability to learn data features, so the prediction of fire situation can be realized by using the neural network to learn the data monitored by sensors [13]. One of the urgent problems to be solved is how to introduce the neural network algorithm into the fire monitoring of cotton picker and improve the monitoring performance [14]. Chen [15] integrated multi-modal sensors to obtain data of carbon monoxide, smoke, temperature, and humidity, and developed an indoor fire alarm system. The accurate fire warning information can be quickly obtained through the support vector machine algorithm. Sulistian [16] designed a fire early warning system, developed an alarm device, compared four machine learning classification methods, and determined that the classification algorithm can improve the performance of the intelligent fire alarm system.
It can be seen from the literature that the existing cotton pickers do not consider the problem of fire prevention, nor do they install relevant sensors on the cotton pickers. There is little research on fire prediction systems, and the fire prevention system of the cotton picker is very necessary. The optimized BP neural network model based on genetic algorithm was widely used in the prediction of agricultural machinery [17,18,19,20,21]. It has high accuracy and can be used for effective prediction. A fire monitoring system of a cotton picker based on the BP neural network model optimized by the GA genetic algorithm was designed.
In this paper, the CO concentration monitoring sensor and SHT21 temperature and humidity sensor were adopted to monitor the cotton box in real time. At the same time, the BP neural network was used to establish the prediction model of CO concentration, and the GA genetic algorithm was then used to accelerate the convergence of weight and threshold of BP neural network to optimize the prediction model. The prediction model of CO concentration can predict the probability of fire when the data collected by gas sensor were input into the prediction model. Finally, the automatic alarm and real-time monitoring can be achieved by transmitting the monitoring data of gas and the predicting data of fire to the on-board industrial control terminal system. Prior to this study, an intelligent detection and monitoring system for cotton bale storage based on FFID was designed, laying the foundation for this research.
2. Materials and Methods
2.1. Overall System Design
The overall structure of the cotton picker fire monitoring system consists of three parts: a CO concentration sensor, a temperature and humidity sensor, and an on-board host computer. The CO concentration sensor mainly monitors the changes in CO concentration in the cotton box of the cotton picker. The temperature and humidity sensor mainly monitors the change of temperature and humidity in the cotton box to prevent smoldering. The data collected by the sensor were transmitted to the host computer system through RS485 communication serial port and stored. Then, the stored data were trained by GA-BP model to obtain an optimized model. As a display unit, the on-board terminal can display the sensor data in real time, and can set thresholds to realize automatic alarm and other functions. The overall structure of the cotton picker fire monitoring system is shown in Figure 1. When a fire occurs, the CO sensor will detect the corresponding gas concentration. When smoldering occurs, the temperature and humidity sensor will detect the changes in temperature and humidity inside the box. Then, the industrial control screen will display the curves of co concentration, temperature, and humidity. Then, the GA-BP algorithm will predict the threshold of gas concentration, temperature, and humidity based on the data collected by the sensor. Finally, according to the predicted values, the upper computer in the cab sets off the sound and light alarm to complete the fire monitoring and warning function.
2.2. Hardware System Design
The hardware of cotton picker fire monitoring and early warning system includes a CO gas monitoring module, a temperature and humidity monitoring module, and a industrial control host computer. The structure of hardware system is shown in Figure 2.
2.2.1. CO Gas Monitoring Module
In order to effectively improve the monitoring accuracy of the gas sensor, a high-precision gas concentration monitoring sensor was adopted in CO gas concentration monitoring module, with working temperature: −30 °C~+50 °C, working humidity: ≤90%RH, DC24V ± 15%. The sensor had an LED digital tube display function, the CO gas measurement range was 0–1000 ppm, the resolution was 1 ppm, and the response time ≤20 s. The sensor can monitor CO with high precision, wide range, short response time, and more accurate monitoring. In addition, the output mode was a three-wire system, with a current signal range 4~20 mA and the output signal of RS485 isolation. The incomplete combustion of flames will generate CO with a large amount of smoke, so the monitoring module needs to measure the fluctuation of CO concentration in the air in real time. The gas sensor included a digital tube display, real-time calibration, high-precision probe, and metal shell, as shown in Figure 3. The sensor was powered by 2 24 V power supply, and the change of potential of output terminal was directly related to the change of the CO gas concentration.
2.2.2. Temperature and Humidity Module
The SHT21 temperature and humidity sensor was selected for the temperature and humidity detection module. The temperature range of the sensor was: −30~70 °C (±0.2 °C) and the humidity range of the sensor was 0~100%RH (±3%RH). The response time was <1 s, temperature of working environment temperature was −55 °C~120 °C (±0.1 °C), and the humidity of working environment was ≤95%RH (±0.1%RH). The RS485 with standard Modbus-RTU protocol was adopted for communication serial port, with the device default address 01. The temperature and humidity module had a sensor probe, temperature and humidity digital display, sensor housing, and communication interface, as shown in Figure 4. Among them, the sensor probe had the function of high-precision information acquisition. It can display temperature and humidity changes in real time, and can convert the received temperature variable signals into standardized output signal and input them into the industrial control computer after processing. The advantages of the sensor probe are fast response speed and high accuracy.
2.2.3. Host Computer Display Module
The MCGS touch screen (Kunlun Technology, Shenzhen, China) used as the human–computer interaction system module of the upper computer monitoring terminal had a 4-core (main frequency 1 GHz) CPU as the core. Additionally, the communication interface included 1*RS232; 2*RS485; 1*LAN network port, built-in MCGS professional version, four-wire resistive touch screen, TPC1031Ki, resolution 1024 × 600, supported a serial port multi-protocol communication, and can communicate directly with the CO sensor, as well as the temperature and humidity sensor. As shown in Figure 5, the upper computer display included communication status information, the temperature and humidity of the cotton box of the cotton-picking machine, and the CO gas concentration value. The upper computer had an alarm indicator light, etc., which can display the change of the fire warning situation in the cotton box in real time, and the observation was simple and convenient.
2.3. Software System Design
2.3.1. Host Computer System Design
In the design, the collection of temperature and humidity, CO concentration of the sensing module, logical judgment and alarm, data transmission, and display of monitoring data were realized. Firstly, the system was initialized, including RS485 communication rate and mode setting, temperature and humidity sensor, CO concentration sensor and alarm threshold setting, etc., and the prescription chart was loaded. The initial alarm threshold was 50 ppm, but the threshold value would be affected by the environment, and the algorithm would be used to predict it later. Then, the data receiving timer was started, and the information of CO sensor and temperature and humidity sensor was received and processed through the RS485 communication line. At the same time, the dynamic concentration change curve was obtained to complete the fire warning. The software program flow is shown in Figure 6.
2.3.2. System Algorithm Design
-
(1). GA-BP neural network definition
The BP back propagation algorithm is a well-known method for training multilayer feedforward artificial neural networks. By adding gradually trained data and hidden units, the learning convergence speed can be accelerated to avoid falling into local minimum. The GA algorithm is a method to search the optimal solution by simulating the natural evolution process. The GA-optimized BP algorithm model can improve the global optimization ability of traditional GA algorithm and BP algorithm, respectively, and improve the prediction efficiency and accuracy of the algorithm. Therefore, through the CO concentration and temperature and humidity information uploaded by the gas sensor, the GA genetic algorithm was used to train the weights and thresholds of the fire monitoring and early warning neural network, which can avoid the problem of falling into the local optimal solution due to the use of the traditional BP neural network, and can improve the accuracy of fire monitoring and early warning.
-
(2). GA-BP neural network model construction
As shown in Figure 7, the specific algorithm process of optimizing the neural network connection weight based on genetic algorithm was as follows:
-
(1). A set of distributions are randomly generated through the information of CO concentration, temperature, and humidity uploaded by the gas sensor, and each weight in the group is encoded by a certain coding scheme, so as to construct a code chain. Under the premise that the network structure and learning algorithm have been determined, the code chain corresponds to the neural network with specific weights and thresholds.
-
(2). The error function of the generated neural network is calculated to determine its fitness function value, and the error is inversely proportional to the fitness.
-
(3). The individuals are sorted by the method of fitness ratio, and a number of individuals with larger fitness values are selected and inherited directly to the next generation.
-
(4). Crossover operation is performed, and two individuals are randomly selected from the population to exchange with each other according to the set probability.
-
(5). The mutation operation is carried out, random mutation points are defined, and improved genetic operators are used to form a new generation of groups through adaptive adjustment of individuals such as crossover and mutation.
-
(6). Steps (2) to (5) are repeated to make a set of initially determined weight distribution evolve continuously until the training target is satisfied or the number of iterations reaches the preset target.
In this paper, the traditional BP feed forward neural network model, the IPSO optimized BP neural network model, and the GA-BP neural network model were trained, the training results were obtained, and the best neural network model was selected to carry out the fire prediction analysis of the cotton picker. The model capabilities were compared by NSE, MAE, RMSE, and the formula was as follows:
(1)
(2)
(3)
where is Actual value uploaded by gas sensor. is predicted value by GA-BP algorithm. is arithmetic mean of the actual values uploaded by the gas sensor. n is number of data points.2.4. Test Verification
The model cotton picking box was taken as the research object. As shown in Figure 8, the length, width, and height of the box were 3 × 2 × 2 m. The CO sensor and temperature and humidity sensor were fixed and installed in the cotton box, and the display screen of the industrial computer was connected to the cab. During the test, the cotton was lit in the cotton box of the cotton picker, the state of the cotton fire was tested during the whole process, the changes of the characteristic parameters were observed, and the warning effect was recorded. The system was able to operate continuously for a long time and meet the operation requirements of cotton pickers.
3. Results
Algorithm Performance Evaluation
Since the numerical dimensions and ranges of CO concentration, temperature, and humidity were all different, in order to make reasonable use of these three characteristic variables, normalization was performed. The normalization formula is
(4)
where is Current input data. is the smallest value in the data. is the largest value in the data. is Normalized value.CO concentration was taken as an example in this paper to evaluate the performance of the algorithm. The parameters of CO concentration were input into three BP neural networks. Additionally, one of them was optimized by IPSO (Improved Particle Swarm Optimization), and the other by GA (Genetic Algorithm). In order to truly reflect the difference of prediction results among the three models, the three models were trained 20 times, respectively, in this paper, and statistical analysis was performed on the NSE (Nash efficiency coefficient) and MAE (mean absolute error), and the RMSE (root mean square error) was calculated for each prediction, as shown in Figure 9.
The greater the difference between the boxes in the box plot, the greater the difference in the evaluation indicators of the model prediction results. It can be seen from Figure 9a that there was a significant overall difference in the evaluation indicators of the prediction results between the BP neural network model and the GA-BP neural network model. Additionally, there was a significant overall difference in the evaluation indicators of the prediction results between the IPSO-optimized BP neural network model and the GA-BP neural network model. The GA-BP box in Figure 9b,c was the smallest, and the GA-BP neural network model had the smallest variability. The smaller the MAE and RMSE, the more stable the algorithm. The values of MAE and RMSE of the GA-BP neural network model were slightly smaller than those of the BP neural network model and the IPSO-optimized BP neural network model, and the NSE was slightly higher than the BP neural network model and the IPSO-optimized BP neural network model. The network model showed that GA-BP neural network can effectively improve the stability and accuracy of prediction.
The total number of iterations of the BP neural network model optimized by the IPSO particle swarm algorithm, the BP neural network model optimized by the GA genetic algorithm, and the traditional BP model were statistically analyzed, as shown in Figure 10.
The number of iterations of the GA-BP neural network model in Figure 10 was less than that of the BP neural network model and the BP neural network model optimized by IPSO, indicating that the GA-BP neural network can reduce the number of iterations. The fewer iterations, the greater the memory consumption caused by the experiment and the lower calculation cost. Therefore, the GA-BP model was selected in this paper to predict the fire situation of the cotton picker. The CO concentration parameters uploaded by the gas sensor were uploaded to the trained GA-BP neural network model, and the output value of the fire prediction time was obtained. The prediction accuracy curve is shown in Figure 11.
It can be seen from Figure 11 that the predicted curve had a high coincidence rate with the actual curve, with an error rate less than 3%, and an accuracy rate of 96.84%. The GA-BP neural network model can effectively predict and warn the fire situation, which greatly increased the safety.
4. Discussion
4.1. System Monitoring Effect Comparison
In order to verify the effect of prediction algorithm, the GA-BP algorithm was compared with the GA algorithm and the IPSO-BP algorithm. The temperature, humidity, and co concentration were monitored 100 times by the sensor, and the average value of the actual value was compared with the average value of the predicted value. The value measured by KT-600 gas detector (Henan Baoshian Co., Ltd., Zhengzhou, China) and Xima AS847 industrial grade temperature and humidity meter (Dongguan Wanchuang Electronic Products Co., Ltd., Dongguan, China) was taken as the real value, and the value judged by adding the sensor to the algorithm was selected as the monitoring value. The results are shown in Table 1.
The average error was obtained by comparing the humidity and CO concentration error comparison, and the error used by the system was 3.44%. The fire monitoring and early warning algorithm of the cotton picker based on GA-BP designed in this study was more accurate than the other two algorithms. The reason for this was that in the algorithm, the GA genetic algorithm was used to replace the traditional method of randomly generating weights and thresholds, and the adjustment of the BP neural network error back propagation was used to optimize the weights and thresholds gradients to reduce errors, avoid falling into the local minimum value, obtain the optimal network structure, and make the model more robust. The error curve of the predicted value of the algorithm in this paper was in good agreement with the experimental measurement value, and the error was small, which also reflected the systematic and scientific nature of cotton picker operation safety. The GA-BP algorithm was adopted in the early warning and monitoring system of the cotton picker to realize the fire early warning model of the cotton picker, so as to obtain better fire warning effects.
4.2. System Alarm Performance Comparison
The performance of early warning system is an important indicator to measure the fire early warning effect of the cotton picker. The fire alarm performance will affect the safety of the cotton picker to a large extent. Therefore, in order to enhance the interpretability of the experimental results, the effectiveness of the algorithm can be effectively highlighted by taking the fire early warning results as the index in this paper. BP and IPSO-BP algorithms were compared and the performance verification was completed together with the algorithm in this paper, as shown in Table 2.
It can be seen from the table that the fire warning algorithm based on the BP neural network had a recognition accuracy of 91.57% in 700 fire recognitions. The BP algorithm fire warning based on IPSO optimization had an accurate recognition rate of 93.14% in 700 fire identifications. The BP fire warning algorithm based on GA optimization had an accurate recognition rate of 96.86% in 700 fire identifications. Through comparison, it can be seen that the accuracy of GA-BP algorithm was higher than that of BP neural network algorithm and IPSO-BP algorithm. The GA-BP algorithm was superior to the other two methods.
5. Conclusions
Taking the CO concentration value, temperature, and humidity of the cotton box of the cotton picker as the fire monitoring object, the gas concentration and temperature and humidity changes in the cotton box of the cotton picker were monitored in real time by using the CO sensor and temperature and humidity sensor. Combined with the GA-optimized BP neural network intelligent algorithm, the accurate monitoring system of CO concentration in cotton box realized the functions of gas concentration data collection and storage, data real-time transmission of RS485, real-time display of vehicle-mounted industrial computer and alarming when data exceeded the threshold. The system was convenient, simple, and clearly displayed, and had a good human–computer interaction interface.
In view of the problems of high monitoring sensitivity during cotton pickers fires, sensor damage caused by long-term extrusion, and low accuracy of data in cotton box due to interference of gas sensor by field environment, high-precision gas detection sensor probes, and metal shell sealed sensor were adopted, and the data measured by the gas sensor were optimized by the BP network model optimized by the GA genetic algorithm, which effectively improved the data accuracy. The CO gas concentration was used as model input for the experiment. The experimental results showed that the monitoring system worked well and realized the function of system design. At the same time, after BP neural network model was optimized by the GA genetic algorithm, the measurement accuracy of CO was not less than 91.23%, which can effectively improve the monitoring accuracy of early warning of cotton box fire. In order to ensure reliable data transmission, the RS485 transmission mode was adopted in the system.
6. Limitations and Future Research
Because the existing cotton pickers do not consider fire protection, there is no sensor installed in the cotton picker. There is little research on fire prediction systems, and so, the fire protection system of cotton picker is very necessary. The sensors used in the study were not fully functional and in the future, data transmission can be carried out through mature wireless equipment. At the same time, fire-fighting and rain-spraying devices can be installed for fire monitoring. It can be seen from the test and detection that the system has the potential to be applied to a cotton picker fire warning, and the system will be further improved in the future.
Conceptualization, W.Z. and B.Z.; methodology, W.Z. and Y.Z.; writing—original draft, W.Z. and L.Z.; funding acquisition, B.Z.; project administration, W.Z. and B.Z.; formal analysis, W.Z. and S.G.; investigation, B.Z.; data curation and software. visualization, W.Z. and S.L. All authors have read and agreed to the published version of the manuscript.
Not applicable.
Not applicable.
Not applicable.
The authors thank the editor and anonymous reviewers for providing helpful suggestions for improving the quality of this manuscript.
The authors declare no conflict of interest.
Footnotes
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Figure 1. The overall structure of the fire monitoring system of the cotton picker.
Figure 7. Algorithm block diagram of GA to optimize the weights of BP neural network.
Figure 9. Performance comparison of different algorithms for (a) NSE (Nash efficiency coefficient), (b) MAE (mean absolute error), and (c) RMSE (root mean square error).
Comparison of monitoring effects of different algorithms.
Algorithm | Times | Temperature (Average Value) | Humidity (Average Value) | CO Concentration (Average Value) | Mean Relative Error |
---|---|---|---|---|---|
Actual value | 100 | 32.7 | 50.6 | 35.1 | - |
BP | 100 | 33 | 48.3 | 32.9 | 3.91% |
IPSO-BP | 100 | 33.2 | 44.6 | 32 | 7.40% |
GA-BP | 100 | 32.9 | 47.7 | 33.7 | 3.44% |
Comparison of fire warning algorithms.
Algorithm | Test Number | Accurate Recognition Times/n | Accuracy |
---|---|---|---|
BP | 700 | 641 | 91.57% |
IPSO-BP | 700 | 652 | 93.14% |
GA-BP | 700 | 678 | 96.86% |
References
1. Caicong, W.; Ying, C.; Weizhong, Y.; Lili, Y.; Peng, Q.; Qin, M.; Weixin, Z.; Dong, L.; Xiaoqiang, Z.; Chuanfeng, W. et al. Construction of big data system of agricultural machinery based on BeiDou. Trans. Chin. Soc. Agric. Eng.; 2022; 38, pp. 1-8.
2. Wang, Z.-S.; Liu, W.-F.; Ni, Z.-P.; Wang, L.; Gao, B. An Experimental Investigation on the Effect of Wind Speed on Cotton Combustion. Procedia Eng.; 2018; 211, pp. 788-793. [DOI: https://dx.doi.org/10.1016/j.proeng.2017.12.076]
3. Wang, S.; Xiao, X.; Deng, T.; Chen, A.; Zhu, M. A Sauter mean diameter sensor for fire smoke detection. Sens. Actuators B Chem.; 2019; 281, pp. 920-932. [DOI: https://dx.doi.org/10.1016/j.snb.2018.11.021]
4. Cheng, R.; Chai, L.; Hu, S. Research on application of artificial intelligence technology in fire alarm system of substations. E3S Web Conf.; 2021; 257, pp. 1-4. [DOI: https://dx.doi.org/10.1051/e3sconf/202125701015]
5. Sakthivel, M.; Weppner, W. A portable limiting current solid-state electrochemical diffusion hole type hydrogen sensor device for biomass fuel reactors: Engineering aspect. Int. J. Hydrogen Energy; 2007; 33, pp. 905-911. [DOI: https://dx.doi.org/10.1016/j.ijhydene.2007.10.048]
6. Park, C.-O.; Akbar, S.; Hwang, J. Selective gas detection with catalytic filter. Mater. Chem. Phys.; 2002; 75, pp. 56-60. [DOI: https://dx.doi.org/10.1016/S0254-0584(02)00030-5]
7. Rong, C.L.; Hua, N.T.; Rong, C.L. Research on Fire Alarm Monitoring System of Fire Engineering Based on Network. J. Phys. Conf. Ser.; 2021; 1792, pp. 1-6.
8. Hong, K.H.; Oh, K.W.; Kang, T.J. Polyaniline–nylon 6 composite fabric for ammonia gas sensor. J. Appl. Polym. Sci.; 2004; 92, pp. 37-42. [DOI: https://dx.doi.org/10.1002/app.13633]
9. Martoiu, S.; Muller, H.; Tarazona, A.; Toledo, J. Development of the scalable readout system for micro-pattern gas detectors and other applications. J. Instrum.; 2013; 8, pp. 1-10. [DOI: https://dx.doi.org/10.1088/1748-0221/8/03/C03015]
10. Massie, C.; Stewart, G.; McGregor, G.; Gilchrist, J.R. Design of a portable optical sensor for methane gas detection. Sens. Actuators B Chem.; 2006; 113, pp. 830-836. [DOI: https://dx.doi.org/10.1016/j.snb.2005.03.105]
11. Stetter, J.R.; Li, J. Amperometric gas sensors a review. Chem. Rev.; 2008; 108, pp. 352-366. [DOI: https://dx.doi.org/10.1021/cr0681039] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/18201108]
12.
13. Li, G.; Deng, L.; Chua, Y.; Li, P.; Neftci, E.O.; Li, H. Editorial: Spiking Neural Network Learning, Benchmarking, Programming and Executing. Front. Neurosci.; 2020; 14, 276. [DOI: https://dx.doi.org/10.3389/fnins.2020.00276] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/32351350]
14. Jain, A.K.; Goel, D.; Agarwal, S.; Singh, Y.; Bajaj, G. Predicting Spam Messages Using Back Propagation Neural Network. Wirel. Pers. Commun.; 2020; 110, pp. 403-422. [DOI: https://dx.doi.org/10.1007/s11277-019-06734-y]
15. Chen, S.; Ren, J.; Yan, Y.; Sun, M.; Hu, F.; Zhao, H. Multi-sourced sensing and support vector machine classification for effective detection of fire hazard in early stage. Comput. Electr. Eng.; 2022; 101, 108046. [DOI: https://dx.doi.org/10.1016/j.compeleceng.2022.108046]
16. Sulistian, G.; Abdurohman, M.; Putrada, A.G. Ieee, Comparison of Classification Algorithms to Improve Smart Fire Alarm System Performance. Proceedings of the 2019 4th International Workshop on Big Data and Information Security (IWBIS 2019); Bali, Indonesia, 11 October 2019; pp. 119-124.
17. Yuan, F.; Yu, L.; Yan, Y. Multi-Sensor GA-BP Algorithm Based Gearbox Fault Diagnosis. Appl. Sci.; 2022; 12, 3106. [DOI: https://dx.doi.org/10.3390/app12063106]
18. Zheng, F.; Zeng, L.; Lu, Y.; Kai, G.; Fu, S. Fault Diagnosis Research for Servo Valve Based on GA-BP Neural Network. J. Comput. Theor. Nanosci.; 2015; 12, pp. 2846-2850. [DOI: https://dx.doi.org/10.1166/jctn.2015.4188]
19. Wen, Y.; Jia, M.; Luo, C. Study of Fault Diagnosis for Rolling Bearing Based on GA-BP Algorithm. Proceedings of the 2017 2nd International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2017); Beijing, China, 25–26 March 2017.
20. Tang, J.; Li, W.X.; Zhao, B. The Application of GA-BP Algorithm in Prediction of Tool Wear State. IOP Conf. Ser. Mater. Sci. Eng.; 2018; 398, pp. 93-97. [DOI: https://dx.doi.org/10.1088/1757-899X/398/1/012025]
21. Du, J.; Dong, Y.-C.; Xia, J.; Li, H. Research on the Equipment Fault Diagnosis Based on GN-BP Neural Network. Proceedings of the 2017 2nd International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2017); Beijing, China, 25–26 March 2017.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Due to the characteristics of the cotton picker working in the field and the physical characteristics of cotton, it is easy to burn during the operation, and it is difficult to be detected, monitored, and alarmed. In this study, a fire monitoring system of cotton pickers based on GA optimized BP neural network model was designed. By integrating the monitoring data of SHT21 temperature and humidity sensors and CO concentration monitoring sensors, the fire situation was predicted, and an industrial control host computer system was developed to monitor the CO gas concentration in real time and display it on the vehicle terminal. The BP neural network was optimized by using the GA genetic algorithm as the learning algorithm, and the data collected by the gas sensor were processed by the optimized network, which effectively improved the data accuracy of CO concentration during fires. In this system, the CO concentration in the cotton box of the cotton picker was validated, and the measured value of sensor was compared with the actual value, which verified the effectiveness of the optimized BP neural network model with GA. The experimental verification showed that the system monitoring error rate was 3.44%, the accurate early warning rate was over 96.5%, and the false alarm rate and the missed alarm rate were less than 3%. In this study, the fire of cotton pickers can be monitored in real time and an early warning can be made in time, and a new method was provided for accurate monitoring of fire in the field operation of cotton pickers.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details
1 National Key Laboratory of Agricultural Equipment Technology, Chinese Academy of Agricultural Mechanization Sciences, Beijing 100083, China;
2 Department of Electrical and Mechanical Engineering, College of Engineering, China Agricultural University, Beijing 100089, China;