9/8/2017 2:16 PM | |
Joined: 10/5/2016 Last visit: 10/21/2024 Posts: 82 Rating: (46) |
An application example to calculate the predictive maintenance date was implemented using the SIMATIC IOT2000 and Node-RED. The PLC (SIMATIC S7-300) captures the switching cycles from a pneumatic valve. SIMATIC NET as an OPC UA Server sends these values to the OPC UA Client, the SIMATIC IOT2000, which stores them into a web-based cloud NOSQL DB database. The application uses the following nodes, which were installed via SSH (existing network connection required):
The attached Node-RED flow was used to realize this:
The Data analysis for the predictive maintenance date is calculated cloud-based through IBM's Platform as a Service (PaaS) Bluemix. The Function calculates the maintenance date for the pneumatic valve by linear prediction and notifies the operator of the system automatically by e-mail. With some slight modifications, this concept of a prototypical application is reusable for other components of a plant, for example conveyors. The system can be used for elevators and moving platforms as well, by replacing the switching cycles with operating hours. Furthermore, other mathematical methods, for example exponential smoothing could be used to predict the maintenance date as well. |
Last edited by: marcscha at: 9/8/2017 2:20:35 PMLast edited by: marcscha at: 9/18/2017 1:08:08 PM |
|
This contribution was helpful to2 thankful Users |
Follow us on