Introduction
The Internet of Things (IoT) era presents many opportunities, not just pseudo-sentient fridges trying to bring down the internet. Indeed, we can monitor machine activity in real-time to alert operators to immediate problems, track production or the frequency of issues over time, and predict the likelihood of meeting targets in the future. What's more, this approach is extensible; you can start with the isolated case of planning machine production, then start to trace back towards optimising the supply chain for raw materials, ensuring you place orders at the optimal time to avoid stockpiling.
The example below is a brief demonstration of how the data might be collected from real-time monitoring and then utilised to inform decisions on how best to utilise equipment in the short-term to maximise long-term targets.
Real-Time Monitoring
The first stage of simulating production is the collection of real-time data. Fitting machines with sensors provides a product count and the machine status, which can be recorded in the installed programmable logic controller (PLC). This, in turn, can be read and displayed on the shop floor via TV screens (using a PTV , for example, or even just a Raspberry Pi).
In addition to providing immediate feedback to machine operators and supervisors, it's also possible to collect and record machine performance over any period. This allows for reviewing the success of any preventative maintenance programmes or new initiatives.The machines here are fictitious and maybe a little exaggerated in the frequency of their downtime; the code for their activity is.
Performance Review
Once the issue of real-time monitoring is addressed, attention can turn to performance review. Which machines are causing the most issues? Can a new policy of planned, preventative maintenance (PPM) address these issues or is there a need for more training for operators? Such questions can only be answered by having data, and all the historical data from real-time monitoring can be backed up for analysis.