Home Technology Design and implementation of Internet-of-Things software monitoring and early warning system based on nonlinear technology
Article Open Access

Design and implementation of Internet-of-Things software monitoring and early warning system based on nonlinear technology

  • Haifeng Ma EMAIL logo , Anton Pljonkin and Pradeep Kumar Singh
Published/Copyright: July 22, 2022
Become an author with De Gruyter Brill

Abstract

In order to realize and design a software monitoring and early warning system for the Internet of Things (IoT), this paper establishes a “trinity” control platform integrating PLC, WINCC, and MATLAB based on nonlinear technology and realizes the proportion integration differentiation (PID) control based on the RBF neural network tuning on this platform. Based on the framework of the trinity control platform, the PID control system set by the radial basis function (RBF) neural network and the STEP7 virtual object programming of the control platform are designed and realized. The experimental data update cycle is 0.5 s to record 1,000 data item objects, U is the control quantity, which is associated with the U communication driver variable in WINCC, and the corresponding storage address in the PLC is MD200; Yout is the controlled quantity, which is related to the Yout communication driver variable in WINCC, and the corresponding storage address in the PLC is MD100; start is the control switch, associated with the start communication driver variable in WINCC, corresponding to the storage address in the PLC of M0.1; reset is the reset control switch, It is associated with the reset communication driver variable in WINCC, and corresponds to the storage address in the PLC as M0.0. KP, KI, KD, and TIME correspond to three real-time PID parameters and are the cycle time in MATLAB (used for the X-axis of trend graphing), and are the variables of the communication driver. The addresses in the PLC are MD20, MD24, MD28, and MD32. It shows that for these three software programs, the update cycle of the data in the respective storage areas must be consistent, the program control cycles in MATLAB and PLC need to be consistent, and the transmission of parameters must be correctly implemented in a control cycle according to the programming logic sequence, in order to realize the design of an IoT software monitoring and early warning system.

1 Introduction

With the popularization of computer networks and the development of information and intelligence, the development trend of automation software has become the key to integration and factory automation. Configuration software, also known as monitoring configuration software or industrial control configuration software, is accompanied by the emergence of the majority of production process automation technicians who are familiar with it. Due to its typical characteristics of data collection and output, data processing, data display, and preservation, it shows a broad application prospect in the process of industrial production control [1]. However, the current configuration software occupies the majority of the market share, and some small companies mainly develop Chinese products. Due to the limitations of human and material resources, there is a large gap between the key technologies and foreign products; hence, they can only be applied to very limited occasions [2]. Therefore, it is necessary to continue to analyze the general structures and development methods of industrial data acquisition and monitoring software and design a set of configuration tools to develop a reliable monitoring system quickly and stably. After entering user information, the main interface diagram of the monitoring software is entered, as shown in Figure 1. The main monitoring interface displays real-time data by default. In this monitoring interface, a function can be chosen not only from the menu bar but also from the list of functions, which is convenient for user operation.

Figure 1 
               Traditional data access methods.
Figure 1

Traditional data access methods.

The proposal of nonlinear technology has completely changed the traditional development mode. As a nonlinear data client, the upper-layer application software does not contain any hardware communication interface program and does not care about the underlying hardware [3]. As long as the nonlinear data interface protocol is followed, data can be obtained from data servers provided by different hardware vendors, thus realizing the flexible configuration of data and real integration of various systems. In this paper, the precise control of nonlinear objects and the visual output of virtual objects are realized through precise time settings. Such a control platform connected by real-time communication is beneficial to designing and implementating of complex control algorithms and to building a control system with complex algorithms to adapt to the increasingly complex control objects and high control requirements.

The design ideas proposed in this paper have the advantages of openness and simplicity. The designed monitoring software can be put into practical application to monitor the data of PLC and other industrial field equipment. Data access with multiple field devices was successfully achieved in a unified manner, avoiding the reproducibility of driver development. Not only does it save costs but also it protects the hardware provider’s technology. Practice has proved that this design idea is in line with the development direction of software, so it has broad application prospects.

2 Literature review

At present, according to the needs of different users in various fields, in addition to further improving the large-scale decentralized control system, most manufacturers have focused on and increased investment to improve the small-scale decentralized control system to meet the growing requirements of small and medium sized continuous or intermittent operation control [4]. Colombelli et al. argue that componentized software design is conducive to system integration, where components are applications running separately. Componentization allows users to freely choose the required component objects without purchasing the entire software system, which reduces the cost. At the same time, it allows users to add third-party applications to the system, which greatly improves the flexibility of software [5]. Yang et al. believed that to realize communication between upper computer software and lower computer, hardware developers should provide server software with interface so that any client program can access the server software with an interface. The development trend of software is openness, expansibility, networking, increasingly centralized management, and increasingly decentralized control [6]. The development of various technologies has provided a more effective means for the control software to be highly versatile, integrated with high-level management and control, and highly reliable. In the current research, this paper proposes to build a “trinity” control platform integrating PLC, WINCC and MATLAB based on nonlinear technology [7]. A PM sensing system consisting of off-the-shelf Rolola-based wireless hardware boards and low-cost PM sensors was introduced by Yun et al. By leveraging a software platform compatible with Internet-of-Things (IoT) standard called em2m, PM datasets can be collected and accessed in a standardized manner by transmitting programmable application interface via a representational state defined by em2m. Reliable point monitoring, a short-term (i.e., at 2 h) point prediction method based on an autoregressive integrated moving mean and vector autoregressive moving average (VARMA) model, is presented, and a 30-day evaluation point dataset collected from 15 LoRa-based point sensor nodes is installed in a university campus. Experimental results show that the overall RMSE error and correlation coefficients were improved by 7.77 and 3.7%, respectively, when compared to the single-node-based prediction model [8]. Zhang et al. have focused on the simulation technology of sensing and monitoring livestock and poultry breeding emissions, mainly carrying out the monitoring of the main components of livestock and poultry breeding pollutants based on the IoT, and using the foul-smelling gas air diffusion software “ModOdor” to simulate the diffusion of pollutants. The aim is to determine the diffusion characteristics of pollutants in typical farms and provide a decision reference for establishing an odor hygiene buffer zone and a minimum shelter distance to achieve the ecological safety objectives of the farms [9]. Network is used to connect many devices and communicate with each other, with a greater impact on animal health care systems. IoT devices appearing as wearable devices have been used to track human activity. Karthick et al. used the integration of existing medical sensors to create a connected digital platform with enhanced connectivity with pets and livestock and improved efficiency. The range of biosensing, computing, communication, and wearable technologies available to the animals is described. The main objective is to review recent developments in the field of animal care, including livestock, farms, and wildlife. Intelligent technologies that can be used for different species of animals are reviewed. The results are expected to improve the future research and development of animal welfare systems [10].

3 Methods

The main function of the monitoring software is to monitor the real-time data and realize the query of the historical data. The OPC clients can access different OPC servers in a unified way to obtain the data from the field equipment and store these data in the real-time database, so as to conduct the real-time data display and real-time alarm function [11,12]. The data information and replacement situation at the last moment are stored in the historical database as the data source of historical reports, historical curves, and historical replacement inquiry.

3.1 Trinity control platform framework

The establishment of the trinity experimental control platform is mainly used for the optimization and self-tuning design and implementation of proportion integration differentiation (PID) control parameters of nonlinear objects using the radial basis function (RBF) neural network [13,14]. First, the trinity control platform MATLAB, as the OPC client, accesses the OPC server WINCC to obtain the field data and carries on the online adjustment of PID parameters and the calculation of the control quantity [15,16]. Finally, the calculated control quantity is reverentially transmitted to PLC, and the PLC output module gives the control quantity to the actuator to realize the whole control process, and its structure frame is shown in Figure 2. On the Trinity experimental platform, virtual experimental objects can also be used to complete the analog output of the actual control object. The simulation process is shown in Figure 3.

Figure 2 
                  Trinity control platform structure diagram.
Figure 2

Trinity control platform structure diagram.

Figure 3 
                  Simulation process of the trinity control platform.
Figure 3

Simulation process of the trinity control platform.

By this way, the simulation experiment of the whole actual control process can effectively prove the feasibility of the “trinity” control platform. The establishment of this platform maximizes the advantages of field equipment, monitoring configuration software, and control programming software [17,18]. The control system built on this platform can be very convenient to modify the control algorithm program, control fault diagnosis, and is very beneficial to the design and implementation of a complex algorithm control system.

3.2 PID control system based on RBF neural network tuning

For complex nonlinear control objects, a controller based on RBF neural network tuning PID parameters is designed. It mainly consists of two parts: (i) the classical PID controller, by adjusting the incremental PID parameter to calculate the control quantity, to achieve incremental closed-loop PID control of the controlled quantity [19,20]; (ii) the RBF neural network – RBF main basis is accused of output, through the study of the gradient descent method to calculate the hidden layer to output layer weights, center of hidden layer nodes and node width, identification of jacobian information of the object, and then according to the gradient descent method to calculate the incremental PID parameters, adjust PID controller parameters online, improve the control performance of the control system [21,22]. The RBF neural network is mainly used to identify jacobian matrix information. For the RBF neural network structure, after collecting a large number of samples and normalizing the samples, the network structure with the RBF neural network structure of 4 is selected through offline training. The three nodes in the input layer are x(1), x(2), and x(3), respectively, corresponding to the output of the KTH cycle, the output of the k − 1 cycle, and the control quantity of the KTH cycle. There are six nodes in the hidden layer and one node in the output layer. In the control system, the incremental PID control algorithm is adopted in the master controller: the control quantity U(K) is calculated according to the deviation as follows:

(1) U ( K ) = U ( K 1 ) + K p e 1 ( K ) + K i e ( K ) + K d e 2 ( K ) e 1 ( K ) = e ( K ) e ( K 1 ) , e ( K ) = r ( K ) y ( K ) , e 2 ( K ) 2 e ( K 1 ) + e ( K 2 ) .

The auxiliary controller adopts the gradient descent method as follows:

(2) w ( k ) = w ( k 1 ) + η J w ( k ) + [ w ( k 1 ) w ( k 2 ) ] ,

(3) b ( k ) = b ( k 1 ) + η J w ( k ) + [ b ( k 1 ) b ( k 2 ) ] ,

(4) c ( k ) = c ( k 1 ) + η J c ( k ) + [ c ( k 1 ) c ( k 2 ) ] .

By learning the structural parameters of the RBF network, PID parameters can be adjusted by using the Jacobi information of the controlled object identified by the RBF neural network.

3.3 Control platform STEP7 virtual object program design and implementation

In the actual engineering control of the platform, the PLC completes the sampling of the field data and stores the sampled data into the input impression storage area through the input module, and then the data exchange is realized through the CONNECTION with WINCC through the MPI communication protocol [23,24]. MATLAB uses OPC as the client to access the WINCC server and read the controlled data collected by the PLC LAB control quantity calculation, and then control quantity reverse transfer to PLC, through the output module will control quantity to the actuator, complete the whole control. The virtual control object will discretize the process control object model. Firstly, the object function of discrete model is written by PLC; Then calculate the control quantity and controlled quantity based on MATLAB, and simulate the process that the control is transferred to the actuator; Transfer the control quantity data to WinCC through MPI, and then access the WinCC server through MATLAB to read the control quantity data. According to the data, through the RBF neural network tuning the PID parameter control algorithm program, calculate the next cycle control quantity, reverse transfer to PLC, calculate the next output, realize the whole communication control process, complete the whole simulation control experiment [25,26]. The platform uses CPU314 and OB35 periodic interrupt organization block. In the hardware configuration of 300 sites, THE CPU attribute setting is opened and the cycle interrupt time of OB35 periodic interrupt organization block was set to 500 ms, which is the same as the control cycle time in WINCC and MATLAB. The OB35 program mainly calls subroutine FB1 to realize the periodic interrupt loop. Therefore, before programming OB35, FB1 needs to be programmed first. Before FB1 programming, variables are defined first. After the declaration of input and output variables, they are automatically generated in background data blocks. After the variable declaration is completed, the program is written for FB1 [27,28]. FB1 mainly realizes the calculation of the discrete mathematical model function of the controlled quantity, and the discrete model function of the controlled object is shown as follows:

(5) y ( k ) = u ( k 1 ) 0.1 y ( k 1 ) 1 + y ( k 1 ) 2 .

After the functional block FB1 is programmed, OB35 is programmed and subfunction FB1 is called, and then the corresponding configuration is carried out. Among them, the control quantity U is stored in the present storage area MD200, the controlled quantity Yout is stored in the present storage area MD100, and the simulation switch is controlled by the bit storage M1.0.

4 Results and analysis

4.1 MATLAB program design of control platform

In the communication between MATLAB and WINCC based on OPC technology,WINCC acts as the server and MATLAB as the end, and MATALAB needs to write the relevant client program to access the server and read and write the data of the server [29,30]. On the premise of activating the WINCC screen, there are two ways to realize the communication between the two. The first is to use the MATLAB programming language to write the client program, and the other is the OPC toolbox provided by MATLAB, which can realize the visual client program programming. The system uses MATLAB programming language to write OPC client program to access the OPC server, and the specific program to establish communication connection is shown in Table 1.

Table 1

OPC client programs accessing the OPC server

Start Additem
U grp,U
Yout grp,Yout
KP grp,KP
KI grp,KI
KD grp,KD
KP_0 grp,KP_0
KI_0 grp,KI_0
KD_0 grp,KD_0
RIN grp,RIN
TS grp,Ts
TIME grp,TIME
m grp,m

Record time when data change occurs once when data changes once set (1,000); The data update period is set as 0.5 s, and 1,000 data item objects are recorded. U is the control quantity, which is associated with THE U communication driver variable in WINCC and corresponds to the storage address MD200 in PLC. Yout is the controlled quantity, which is associated with the VARIABLE of Yout communication driver in WINCC and corresponds to the storage address of MD100 in PLC. Start is the control switch, associated with the WINCC start communication driver variable, corresponding to the PLC storage address is M0.1; Reset is the reset control switch, associated with the Reset communication driver variable in WINCC, corresponding to the STORAGE address M0.0 in PLC. KP, KI, KD, and TIME respectively, correspond to three real-time PID parameters and are the cycle TIME in MATLAB (used for the X-axis of trend drawing), are the communication driver variables, and the addresses in PLC are MD20, MD24, MD28, and MD32. KP_0, KI_0, and KD_0, respectively, correspond to three initial PID parameters, TS is the sampling time, m is the control quantity selected by conventional PID and RBF neural network PID, and these variables are associated with internal variables of the same name in WINCC. In addition, because the final control and monitoring process is implemented on the upper computer WINCC, there is no screen switch in the control process, that is, all control operations can be carried out only in the WINCC running screen. Due to the use of three software, to achieve this function, it is necessary to ensure that WINCC click on the start button, PLC and MATLAB to automatically run. For PLC, it only needs to open its simulation module, run the CPU in advance, put the CPU in the RUN state, and use the control button of M1.0 to associate with WINCC through the MPI protocol to realize program running [31].

4.2 Step7–300 time sequence setting of communication connection of WINCC and MATLAB

The control platform adopts STEP7300, WINCC, and MATLAB to realize PID control based on RBF online tuning parameters. In order to achieve correct and effective control, it is necessary to ensure the correct communication of data connection between the three software. Therefore, for these three software, the update cycle of the data in the respective storage area must be consistent, MATLAB and PLC in the program control cycle need to be consistent, and in a control cycle, the transmission of parameters must be correct according to the programming logic order. Because the controller adopts an incremental algorithm, if the above three requirements cannot be guaranteed, it is easy to have delayed parameter updates, wrong and chaotic data transmission control cycle, and wrong control cycle. After each control cycle, the control value will be wrong due to the error of the control quantity, which will lead to the failure of the whole control process. Therefore, ensuring the consistency of data update cycle and the correctness of data transfer logic sequence within the control cycle is the key to realize the online PID parameter tuning in this example. In this example, the data update cycle time is 500 ms. Therefore, the same update cycle time should be set for all the data that need to be exchanged and shared through communication in PLC, WINCC, and MATLAB. During WINCC screen configuration, the update cycle of all communication driver variables is set to 500 ms. In MATLAB, the program statement set 0.5 is used to set the data update time to 0.5 s, that is, 500 ms, so as to ensure the consistency of the data update cycle. In STEP7300CPU, set the interrupt time of OB35 cycle interrupt organization block to 500 ms, that is, let each control cycle complete within 500 ms. Correspondingly, two pause statements are used in the control cycle (i.e., for statement loop) in MATLAB, so that the time of each cycle is 0.5 s, that is, 500 ms, ensuring the consistency of the control cycle. For the logic order of data transfer, mainly MATLAB and PLC data transfer logic order problem, the control logic order of the program is as follows: PLC first calculates the value of the controlled quantity, through the “trinity” control platform communication mechanism; Set PID parameters through MATLAB, calculate the control quantity, and then transfer the control quantity back to PLC to calculate the control value of the next control cycle. Repeat the above control process. The logical sequence transfer diagram is shown in Figure 4.

Figure 4 
                  Logical sequence of data transfer between MATLAB and Step 7–300.
Figure 4

Logical sequence of data transfer between MATLAB and Step 7–300.

The sampling time is 0.001 s; the initialization parameters are set as follows: the initial value of the implied layer center vector is 30; the width vector is 40; the weight vector of the hidden layer to the output layer is 10; the RBFNN learning rate is 0.25; the momentum factor is 0.05; and the PID parameter learning rate is 0.2. The experimental results are shown in Figure 5.

Figure 5 
                  The PID control results of the RBF neural network under the “Trinity” control platform.
Figure 5

The PID control results of the RBF neural network under the “Trinity” control platform.

As can be seen from Figures 5 and 6, the system adjustment time is short and oversized, and the PID parameters can converge to the optimum quickly.The system platform realizes the communication connection of the three software, and the trend chart of the accused quantity output reproduces the original operation results in the MATLAB. The test results show that the communication of each control cycle is normal, with no control timing disorder, and the PID control based on the RBF neural network rectification is well realized. The success of this experiment proves that it is possible to write complex control algorithm programs using MATLAB instead of PLC for the practical control process, which is very beneficial for the design and implementation of complex algorithm controllers.

Figure 6 
                  Routine PID control results under the “Trinity control platform.”
Figure 6

Routine PID control results under the “Trinity control platform.”

In the process of control, it should be ensured that the MATLAB control calculation is occurred in the PLC in the last cycle of the controlled quantity passed to MATLAB, and in the PLC controlled quantity calculation must occur in the MATLAB control quantity passed to PLC. Since PLC and MATLAB start the program scanning at the same time, in order to realize the transmission of the control value of the last cycle of PLC, it is necessary to make the control value of PLC one cycle ahead of the control cycle in MATLAB, so the matlab program should also be changed accordingly.

The platform not only completes the control performance test and simulation of non-linear control objects in the closest state to the real state, but also avoids the shortcomings of writing a complex control algorithm using PLC.

5 Conclusion

Based on nonlinear technology, this paper builds a “trinity” control platform integrating PLC, WINCC, and MATLAB and implements PID control based on RBF neural network tuning on this platform. Based on the framework of the trinity control platform, a PID control system set by the RBF neural network and the STEP7 virtual object programming of the control platform is designed and realized. According to the experimental results, the data update period is 0.5 s to record 1,000 data items, U is the control quantity, which is associated with the U communication driver variable in WINCC, and the corresponding storage address in the PLC is MD200; Yout is the controlled quantity, which is related to Yout communication driver variable in WINCC, and the corresponding storage address in the PLC iss MD100; start is the control switch, which is associated with the start communication driver variable in WINCC, and corresponds to the storage address in the PLC as M0.1; reset is the reset control switch, which is associated with the reset communication driver variable in WINCC, and corresponds to the storage address in the PLC of M0.0. KP, KI, KD, and TIME correspond to three real-time PID parameters respectively, and are the cycle time in MATLAB (used for the X-axis of trend graphing), and are the variables of the communication driver. The addresses in the PLC are MD20, MD24, MD28, and MD32. It shows that for these three softwares, the update cycle of the data in the respective storage areas must be consistent, the program control cycles in MATLAB and PLC need to be consistent, and the transmission of parameters must be correctly implemented in a control cycle according to the programming logic sequence to realize the design of IoT software monitoring and early warning system. Non-linear technology is an emerging standard in the field of industrial control. The specification separates the hardware supplier and the application software developer, which greatly improves the work efficiency of both parties. Software developers donot need to understand the essence and operation process of hardware, and they can access the data in the server as long as they follow the specifications of development. It is very suitable for process control, and developers can write software programs in high-level languages, which greatly simplifies the complex process of data transmission from equipment in the past. Nonlinear technology is in the stage of continuous development; it has strong application potential, and has achieved success in many fields. It provides effective solutions and tools for building open automation systems and promotes the development of industrial control systems in the direction of openness. Of course, nonlinear technology will make improvements in the realization of unified management of plug-and-play functions. At the same time, nonlinearity will integrate more new technologies, the application field will be further expanded, and there will be more extensive application prospects.

  1. Funding information: The authors state no funding involved.

  2. Author contributions: All authors have accepted responsibility for the entire content of this manuscript and approved its submission.

  3. Conflict of interest: The authors state no conflict of interest.

References

[1] Gian QA, Tran DT, Nguyen DC, Nhu VH, Bui DT. Design and implementation of site-specific rainfall-induced landslide early warning and monitoring system: a case study at Nam Dan landslide (Vietnam). Geomatics Nat Hazards Risk. 2017;8(2):1–19.10.1080/19475705.2017.1401561Search in Google Scholar

[2] Su B, Xu Q, Huang J, Liang F. Design and implementation of monitoring and warning system for geological disasters based on dynamic data-driven technology. J Chengdu Univ Technol (Sci Technol Ed). 2018;45(5):615–25.Search in Google Scholar

[3] Du KM, Chu JX, Sun ZF, Zheng FX, Yang XD. Design and implementation of monitoring system for agricultural environment based on WebGIS with Internet of Things. Trans Chin Soc Agric Eng. 2016;32(4):171–8.Search in Google Scholar

[4] Olsen MK, Mooney K, Evans E. Implementation of an early warning scoring system to identify patients with cancer at risk for deterioration. Clin J Oncol Nurs. 2016;20(4):374–6.10.1188/16.CJON.374-376Search in Google Scholar PubMed

[5] Colombelli S, Carotenuto F, Elia L, Zollo A. Design and implementation of a mobile device app for network-based earthquake early warning systems (EEWSs): application to the PRESTo EEWS in southern Italy. Nat Hazards Earth Syst Sci. 2020;20(4):921–31.10.5194/nhess-20-921-2020Search in Google Scholar

[6] Li LY, Yang J, Lei Y, Xiong KH, Chen WH, Lin KF, et al. Design and implementation of intelligent seawater automatic on-line monitoring system based on big data. Lat Am Appl Res. 2018;48(3):157–62.10.52292/j.laar.2018.219Search in Google Scholar

[7] Cao K. Design and implementation of internet plus mode in sports training and monitoring. Rev de la Facultad de Ingenieria. 2017;32(16):811–7.Search in Google Scholar

[8] Yun J, Woo J. IoT-enabled particulate matter monitoring and forecasting method based on cluster analysis. IEEE Internet Things J. 2020;99:1.10.1109/JIOT.2020.3038862Search in Google Scholar

[9] Zhang J, Xing L, Cheng G, Wang Y, Han S. Diffusion model simulation of odor pollutants in livestock and poultry farms based on environmental monitoring of the Internet of Things. E3S Web Conf. 2021;261(2):03018.10.1051/e3sconf/202126103018Search in Google Scholar

[10] Karthick GS, Sridhar M, Pankajavalli PB. Internet of Things in Animal Healthcare (IoTAH): review of recent advancements in architecture, sensing technologies and real-time monitoring. SN Computer Sci. 2020;1(5):1–16.10.1007/s42979-020-00310-zSearch in Google Scholar

[11] Schindelé F, Gailler A, Hébert H, Loevenbruck A, Gutierrez E, Monnier A, et al. Implementation and challenges of the tsunami warning system in the Western Mediterranean. Pure Appl Geophys. 2015;172(3–4):821–33.10.1007/s00024-014-0950-4Search in Google Scholar

[12] Davis MH, Mac Iver MA, Balfanz RW, Stein ML, Fox JH. Implementation of an early warning indicator and intervention system. Prev Sch Fail. 2018;63(1):1–12.10.1080/1045988X.2018.1506977Search in Google Scholar

[13] Shelov E, Muthu N, Wolfe H, Traynor D, Craig N, Bonafide C, et al. Design and implementation of a pediatric ICU acuity scoring tool as clinical decision support. Appl Clin Inform. 2018;9(3):576–87.10.1055/s-0038-1667122Search in Google Scholar PubMed PubMed Central

[14] Hao C, Hsin C, Yang L, Chou T. The design and implementation of interoperability framework for cross-nations flood disaster warning system. Int J Adv Trends Comput Sci Eng. 2016;5(2):23–32.Search in Google Scholar

[15] Kong IH, Kim HJ, Oh JH, Lee YW. Implementation of a web-based early warning system for meteorological hazards. J Korean Soc Geo-spatial Inf Sci. 2016;24(4):21–8.10.7319/kogsis.2016.24.4.021Search in Google Scholar

[16] Ali A. Labview and Internet of Things (IoT) based remote monitoring of lab experiments to enhance collaboration between universities. Int J Innovative Technol Explor Eng. 2020;9(6):2278–3075.10.35940/ijitee.F3506.049620Search in Google Scholar

[17] Silva B, Melo D, Pombo N, Xu L. Internet of Things assisted monitoring based on a ultrasound-based gesture recognition contactless system. IEEE Access. 2021;99:1.10.1109/ACCESS.2021.3089940Search in Google Scholar

[18] Bekri W, Jmal R, Fourati LC. Softwarized Internet of Things network monitoring. IEEE Syst J. 2020;99:1–9.10.1109/JSYST.2020.3015435Search in Google Scholar

[19] Brasier N, Geissmann L, Kch M, Mutke M, Eckstein J. Device- and analytics-agnostic infrastructure for continuous inpatient monitoring: a technical note. Digital Biomarkers. 2020;4(2):62–8.10.1159/000509279Search in Google Scholar PubMed PubMed Central

[20] Borrero JD, Zabalo A. An autonomous wireless device for real-time monitoring of water needs. Sensors. 2020;20(7):2078.10.3390/s20072078Search in Google Scholar PubMed PubMed Central

[21] Gou X, Xu Z. An overview of big data in healthcare: multiple angle analyses. J Smart Environ Green Comput. 2021;1(3):131–45.10.20517/jsegc.2021.07Search in Google Scholar

[22] Musyoka FM. Performance evaluation of Internet of Things prototype for preeclampsia monitoring in antenatal care. Int J Eng Adv Technol. 2021;10(2):112–5.10.35940/ijeat.B2009.1210220Search in Google Scholar

[23] Jaworski DJ, Park A, Park EJ. Internet of Things for sleep monitoring. IEEE Instrum Meas Mag. 2021;24(2):30–6.10.1109/MIM.2021.9400950Search in Google Scholar

[24] Song Y, Shin H, Koo S, Baek S, Kim Y. Internet of Maritime Things platform for remote marine water quality monitoring. IEEE Internet Things J. 2021;99:1.10.1109/JIOT.2021.3079931Search in Google Scholar

[25] Oliveira L, Manera LT, Luz P. Development of a smart traffic light control system with real-time monitoring. IEEE Internet Things J. 2021;8(5):3384–93.10.1109/JIOT.2020.3022392Search in Google Scholar

[26] López-Pea MA, Díaz J, Pérez-Martínez JE, Humanes H. Devops for IoT systems: fast & continuous monitoring feedback of system availability. IEEE Internet Things J. 2020;7(10):10695–707.10.1109/JIOT.2020.3012763Search in Google Scholar

[27] Fan M, Sharma A. Design and implementation of construction cost prediction model based on svm and lssvm in industries 4.0. Int J Intell Comput Cybernetics (ahead-of-print). 2021;14:145–57.10.1108/IJICC-10-2020-0142Search in Google Scholar

[28] Pan M, Chen C, Yin X, Huang Z. UAVs-Aided Emergency Environmental Monitoring in Infrastructure-Less Areas: Lora Mesh Networking Approach. IEEE Internet Things J. 2021;99:1.10.1109/JIOT.2021.3095494Search in Google Scholar

[29] Bradha M, Balakrishnan N, Suvitha A, Arumanayagam T, Rekha M, Vivek P, et al. Experimental, computational analysis of Butein and Lanceoletin for natural dye-sensitized solar cells and stabilizing efficiency by IoT. Environ Dev Sustain. 2021;24:8807–22.10.1007/s10668-021-01810-5Search in Google Scholar

[30] Xin L, Chengyu M, Chongyang Y. Power station flue gas desulfurization system based on automatic online monitoring platform. J Digital Inf Manag. 2015;13(6):480–8.Search in Google Scholar

[31] Huang R, Zhang S, Zhang W, Yang X. Progress of zinc oxide-based nanocomposites in the textile industry. IET Collaborative Intell Manuf. 2021;3(3):281–9.10.1049/cim2.12029Search in Google Scholar

Received: 2021-10-29
Revised: 2022-05-30
Accepted: 2022-05-31
Published Online: 2022-07-22

© 2022 Haifeng Ma et al., published by De Gruyter

This work is licensed under the Creative Commons Attribution 4.0 International License.

Articles in the same Issue

  1. Research Articles
  2. Fractal approach to the fluidity of a cement mortar
  3. Novel results on conformable Bessel functions
  4. The role of relaxation and retardation phenomenon of Oldroyd-B fluid flow through Stehfest’s and Tzou’s algorithms
  5. Damage identification of wind turbine blades based on dynamic characteristics
  6. Improving nonlinear behavior and tensile and compressive strengths of sustainable lightweight concrete using waste glass powder, nanosilica, and recycled polypropylene fiber
  7. Two-point nonlocal nonlinear fractional boundary value problem with Caputo derivative: Analysis and numerical solution
  8. Construction of optical solitons of Radhakrishnan–Kundu–Lakshmanan equation in birefringent fibers
  9. Dynamics and simulations of discretized Caputo-conformable fractional-order Lotka–Volterra models
  10. Research on facial expression recognition based on an improved fusion algorithm
  11. N-dimensional quintic B-spline functions for solving n-dimensional partial differential equations
  12. Solution of two-dimensional fractional diffusion equation by a novel hybrid D(TQ) method
  13. Investigation of three-dimensional hybrid nanofluid flow affected by nonuniform MHD over exponential stretching/shrinking plate
  14. Solution for a rotational pendulum system by the Rach–Adomian–Meyers decomposition method
  15. Study on the technical parameters model of the functional components of cone crushers
  16. Using Krasnoselskii's theorem to investigate the Cauchy and neutral fractional q-integro-differential equation via numerical technique
  17. Smear character recognition method of side-end power meter based on PCA image enhancement
  18. Significance of adding titanium dioxide nanoparticles to an existing distilled water conveying aluminum oxide and zinc oxide nanoparticles: Scrutinization of chemical reactive ternary-hybrid nanofluid due to bioconvection on a convectively heated surface
  19. An analytical approach for Shehu transform on fractional coupled 1D, 2D and 3D Burgers’ equations
  20. Exploration of the dynamics of hyperbolic tangent fluid through a tapered asymmetric porous channel
  21. Bond behavior of recycled coarse aggregate concrete with rebar after freeze–thaw cycles: Finite element nonlinear analysis
  22. Edge detection using nonlinear structure tensor
  23. Synchronizing a synchronverter to an unbalanced power grid using sequence component decomposition
  24. Distinguishability criteria of conformable hybrid linear systems
  25. A new computational investigation to the new exact solutions of (3 + 1)-dimensional WKdV equations via two novel procedures arising in shallow water magnetohydrodynamics
  26. A passive verses active exposure of mathematical smoking model: A role for optimal and dynamical control
  27. A new analytical method to simulate the mutual impact of space-time memory indices embedded in (1 + 2)-physical models
  28. Exploration of peristaltic pumping of Casson fluid flow through a porous peripheral layer in a channel
  29. Investigation of optimized ELM using Invasive Weed-optimization and Cuckoo-Search optimization
  30. Analytical analysis for non-homogeneous two-layer functionally graded material
  31. Investigation of critical load of structures using modified energy method in nonlinear-geometry solid mechanics problems
  32. Thermal and multi-boiling analysis of a rectangular porous fin: A spectral approach
  33. The path planning of collision avoidance for an unmanned ship navigating in waterways based on an artificial neural network
  34. Shear bond and compressive strength of clay stabilised with lime/cement jet grouting and deep mixing: A case of Norvik, Nynäshamn
  35. Communication
  36. Results for the heat transfer of a fin with exponential-law temperature-dependent thermal conductivity and power-law temperature-dependent heat transfer coefficients
  37. Special Issue: Recent trends and emergence of technology in nonlinear engineering and its applications - Part I
  38. Research on fault detection and identification methods of nonlinear dynamic process based on ICA
  39. Multi-objective optimization design of steel structure building energy consumption simulation based on genetic algorithm
  40. Study on modal parameter identification of engineering structures based on nonlinear characteristics
  41. On-line monitoring of steel ball stamping by mechatronics cold heading equipment based on PVDF polymer sensing material
  42. Vibration signal acquisition and computer simulation detection of mechanical equipment failure
  43. Development of a CPU-GPU heterogeneous platform based on a nonlinear parallel algorithm
  44. A GA-BP neural network for nonlinear time-series forecasting and its application in cigarette sales forecast
  45. Analysis of radiation effects of semiconductor devices based on numerical simulation Fermi–Dirac
  46. Design of motion-assisted training control system based on nonlinear mechanics
  47. Nonlinear discrete system model of tobacco supply chain information
  48. Performance degradation detection method of aeroengine fuel metering device
  49. Research on contour feature extraction method of multiple sports images based on nonlinear mechanics
  50. Design and implementation of Internet-of-Things software monitoring and early warning system based on nonlinear technology
  51. Application of nonlinear adaptive technology in GPS positioning trajectory of ship navigation
  52. Real-time control of laboratory information system based on nonlinear programming
  53. Software engineering defect detection and classification system based on artificial intelligence
  54. Vibration signal collection and analysis of mechanical equipment failure based on computer simulation detection
  55. Fractal analysis of retinal vasculature in relation with retinal diseases – an machine learning approach
  56. Application of programmable logic control in the nonlinear machine automation control using numerical control technology
  57. Application of nonlinear recursion equation in network security risk detection
  58. Study on mechanical maintenance method of ballasted track of high-speed railway based on nonlinear discrete element theory
  59. Optimal control and nonlinear numerical simulation analysis of tunnel rock deformation parameters
  60. Nonlinear reliability of urban rail transit network connectivity based on computer aided design and topology
  61. Optimization of target acquisition and sorting for object-finding multi-manipulator based on open MV vision
  62. Nonlinear numerical simulation of dynamic response of pile site and pile foundation under earthquake
  63. Research on stability of hydraulic system based on nonlinear PID control
  64. Design and simulation of vehicle vibration test based on virtual reality technology
  65. Nonlinear parameter optimization method for high-resolution monitoring of marine environment
  66. Mobile app for COVID-19 patient education – Development process using the analysis, design, development, implementation, and evaluation models
  67. Internet of Things-based smart vehicles design of bio-inspired algorithms using artificial intelligence charging system
  68. Construction vibration risk assessment of engineering projects based on nonlinear feature algorithm
  69. Application of third-order nonlinear optical materials in complex crystalline chemical reactions of borates
  70. Evaluation of LoRa nodes for long-range communication
  71. Secret information security system in computer network based on Bayesian classification and nonlinear algorithm
  72. Experimental and simulation research on the difference in motion technology levels based on nonlinear characteristics
  73. Research on computer 3D image encryption processing based on the nonlinear algorithm
  74. Outage probability for a multiuser NOMA-based network using energy harvesting relays
Downloaded on 30.12.2025 from https://www.degruyterbrill.com/document/doi/10.1515/nleng-2022-0036/html
Scroll to top button