This is an old revision of the document!
Industry 4.0 is a concept to digitalize industrial systems and factories. Internet of Things is one of the key components to be successful in digitalization. System monitoring, data collection, predictive maintenance, energy efficiency and many others are main topics of IoT.
In this project, an industrial production line efficiency monitoring system will be developed and demonstrated.
This is the Festo flexible manufacturing line. You need to create a proper sensor system which monitors the machine usage of a particular unit. There will be 3 different workstations which need to be monitored. Current values will be transfered to the operator. The operator must be able to set warning setpoints on which the he/she will be notified by a buzzer. For example, when the current rises above the allowed value the alarm will be sound. In this task you need to set up:
Controller module The controller module is a low-cost Wi-Fi chip with full TCP/IP stack and MCU (microcontroller unit) capability. This small module allows microcontrollers to connect to a Wi-Fi network and make simple TCP/IP connections using Hayes-style commands. Controller can be connected with Micro USB connection or with WIFI connection.
Sensor module Sensor module interfaces different sensors and also small actuators like RC servo motor. In this task the sensor module will be used with the rotary encoder and AC current sensor.
PIR module PIR sensors allow you to sense motion of warm objects, it is almost always used to detect whether a human has moved in or out of the sensors range.
Buzzer module Buzzer module purpose is to signal the user when an event occurs. In this task buzzer will be sound if measured values go over the warning limits.
Button module Button module will be used to interact with the HMI. For example to switch pages.
OLED module OLED module will be used for HMI display.
The current sensor will be attached to the power cables of the machine.
The PIR sensor will be positioned above the working area of the machine.
The encoder will be attached to the conveyor belt.
And the button module with the HMI module will be on the operators workdesk.
Running your code:
Saving your code: