The main theme of the thesis is the development and implementation of a data collection system for a horizontal band saw. The system is designed to collect data on machine operation for diagnostic purposes. Bellow, I explain why it was necessary to develop such a system.
Mebor has its own automation department for woodworking machines, where the programming and testing of the manufactured machines take place. In addition to that, department also deals with diagnosing and troubleshooting machines at the customer's site. The main problem they encounter when diagnosing problems is the unreliable information provided by machine operators. Remote connection to the machine allows real-time monitoring only. This is very ineffective, as they have to monitor many signals at the same time, which change rapidly in automatic mode. Therefore, creating a system to capture machine events was key to more efficient and faster diagnosis of problems and consequently, problem resolution.
The system is implemented on a Siemens SIMATIC S7-1500 programmable logic controller in the SCL programming language. Program captures a specific time interval of machine activity when system is turned on. During this time interval the system captures the states of all input and output signals. In addition to this data, we collect key information about the information about electric motors on the machine and data that is necessary for Industry 4.0. In case of horizontal band saw these are: machine operating hours, statistics of logs cut in one shift, number of boards cut, etc. The captured data is sent to an industrial gateway, which enables data collection, and the collected data is transmitted to the database via the MQTT protocol. This data will be used for display in the web application.
The completed data collection system enables us to analyze the machine's operation at the time of the problem. The system will help us to resolve the issues more efficiently. Additionally, the web application will allow less educated colleagues to fix errors as well. The results are shown in Excel, where the status of input and output signals during automatic log sawing is presented. The system was successfully implemented on a horizontal band saw. I hope that this system will simplify the diagnosis and troubleshooting for me and all my colleagues who are responsible for troubleshooting on the machines.
|