The Role of Automation in Improving The Quality of
The Role of Automation in Improving The Quality of
Abstract. The enterprise has to determine and manage numerous and interrelated activities for
successful work and to maximize profits. According to the international standard ISO 9001-
2011, the activity using resources and managed in order to transform inputs to outputs can be
considered as a business process. Using a process system in an organization along with their
identification and interaction, as well as process management aimed at obtaining the desired
result, can be defined as a “process approach”. The object of this study is a business process that
is one of the key concepts of the international standard ISO 9001-2011. This standard establishes
the requirements for quality management systems and describes the principles of applying the
process approach, the essence of which is continuous process management. The article deals
with the individual business processes in the enterprise and their subsequent task automation
with using information technology. An automated application was proposed within the study that
provides automatic search for part sizes that do not correspond to the tolerance field, automatic
construction of control charts of average values and ranges, as well as calculation of process
reproducibility indices.
1. Introduction
Enterprise performance requires special attention to business process management. To do this, models
and process charts are made up, audits are conducted and their performance is analyzed. As practice
shows, there are problems associated with the coordination of functions between divisions, document
management, and the high cost of time for performing the same operations. The solution to such
problems is often included in the list of short-term goals of the enterprise. [1-2]
Employees of the enterprise, who have to constantly work with large amounts of data, take direct
participation in the creation, maintenance, control of all processes. It is possible to reduce the workload
of employees aimed at supporting business processes through automation. One can automate both one
process and several processes, while creating a single information space at the enterprise.
Employees of the enterprise, without which it is impossible to manufacture any products, take direct
participation in the creation, maintenance, control of all processes but the degree of human participation
in business processes can be reduced by automation.
Automation is the application in the production of technical facilities, methods, and control systems that
exempt a person from direct participation in production processes.
Content from this work may be used under the terms of the Creative Commons Attribution 3.0 licence. Any further distribution
of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.
Published under licence by IOP Publishing Ltd 1
III Quality Management and Reliability of Technical Systems IOP Publishing
IOP Conf. Series: Materials Science and Engineering 986 (2020) 012015 doi:10.1088/1757-899X/986/1/012015
The purpose of automation is to increase productivity and labor efficiency, improve product quality,
and human working conditions. [3]
The tasks of automating business processes become increasingly relevant. This is due to analyzing the
effectiveness of business processes and determining the causes of identified inconsistencies in most
cases, it turns out that the main problem of modern enterprises is the lack of automation and databases
to systematize the accumulated information [4]. A large percentage of routine operations, which are
manual input, search, data analysis, become a source of errors, loss of time, and a decrease in employee
motivation in general.
The main means to solve the problems of automating business processes is the implementation of
information technology and the development of special programs and modules.
The implementation of such programs in various functional units allows making the information
accumulated at the enterprise clear, accessible, and structured, as well as reducing the share of the human
factor and unnecessary paperwork. [5]
1) Main processes. They serve as the basis of the enterprise. Processes add value to the consumer. For
example, manufacturing, logistics, marketing and sales, procurement, etc.
2) Supporting processes. They provide the activity of the main processes. For example, technical
support, accounting, staffing, equipment maintenance, etc.
3) Control processes. The main function is the management of the enterprise. For example, economic
planning, strategic development, paperwork, etc.
Automation covers all business processes operating at the enterprise. It can be used to solve both local
tasks at the level of one small business function, and larger tasks covering a whole chain of
interconnected business processes. [6-8]
Automation of accounting, client accounting, document management was most widespread, since they
are precisely connected with the processing of large volumes of information.
Procedures for automating business processes can be divided into three types, which are presented in
Figure 1.
2
III Quality Management and Reliability of Technical Systems IOP Publishing
IOP Conf. Series: Materials Science and Engineering 986 (2020) 012015 doi:10.1088/1757-899X/986/1/012015
tooltips, formatting spreadsheet cells depending on the specified parameters, generating reports, moving
folders to the archive, sending letters at the click of a button, etc.
2) Automation of several processes.
This type of automation covers two or more processes and is achieved through specially designed
programs, which usually include a database for accumulating and storing information, input and data
exchange forms, and reports for analyzing these data.
Enterprises independently develop client-server applications for order management, procurement,
internal audit documents, statistical data processing, production planning, etc.
3) Automation based on the creation and implementation of special systems covering a complex of
interconnected business processes.
Such automation systems allow us to make all processes transparent and to monitor the progress of
production in real-time and competently manage the enterprise, while receiving maximum profit. [9]
The process of detecting defects after entering measurement results and constructing control charts is
automated using the VBA programming language. When entering dimension values in the control sheet,
this value is compared with the controlled size recorded in three cells. The nominal dimension value is
indicated in the cell of the “Main Projection” column, the lower tolerance field - in the “LTL” column
cell, and the upper tolerance field - in the “UTL” column cell. If the value of the monitored parameter
is outside the tolerance field, the corresponding MS Excel table cell is highlighted in red. [12]
3
III Quality Management and Reliability of Technical Systems IOP Publishing
IOP Conf. Series: Materials Science and Engineering 986 (2020) 012015 doi:10.1088/1757-899X/986/1/012015
Control charts are built for each controlled size. The values of average sizes and ranges for building
charts are calculated according to measurements of controlled sizes.
Figure 3 shows the algorithm for constructing charts of average values and ranges.
When the "Create charts" button is clicked, the number of controlled sizes is automatically determined
by the data of the checklists [13]. Next, an array of the form array (1 To pos, 1 To all) is formed for each
size, where pos is the number of positions and all is the number of sizes obtained during control. The
first three numbers of each line of the array correspond to the nominal size, upper and lower tolerance
fields, respectively.
To build control charts for each controlled size, a new sheet is automatically created in the MS Excel
workbook with a name that matches the position number indicated in the list of controlled part sizes.
After the array is formed, sheets with the name “pos.” are automatically created, into which an empty
template table is copied for entering the control results. The data for calculating the average values and
ranges for the groups corresponding to the nests of the foundry mold are entered in the template columns,
8 values - in each one. To this, the data array of the first sheet “Sheet1” is transposed. Values of nominal
4
III Quality Management and Reliability of Technical Systems IOP Publishing
IOP Conf. Series: Materials Science and Engineering 986 (2020) 012015 doi:10.1088/1757-899X/986/1/012015
sizes, upper and lower boundaries of the tolerance field are also automatically entered in the
corresponding cells. The resulting table of input data for calculating the average values and range for
groups is presented in Figure 4.
The program fills in the templates of sheets "pos№" and the construction of control cards in sequence.
After filling in the template, the number of groups is automatically calculated and the average value,
range, and standard deviation for the entire data sample are calculated for each group. These values are
automatically recorded in a table cell.
Based on the obtained data, the values of Cp and Cpk are calculated by the formulas:
𝑈𝑇𝐿−𝐿𝐶𝐿
𝐶𝑝 = (1)
6𝜎
where UTL is the upper tolerance limit; LTL is the lower tolerance limit; is the standard deviation.
5
III Quality Management and Reliability of Technical Systems IOP Publishing
IOP Conf. Series: Materials Science and Engineering 986 (2020) 012015 doi:10.1088/1757-899X/986/1/012015
3. Conclusion
Today, information technology is implemented to raise all the processes of managing an industrial
enterprise to a new qualitative level and ensure the achievement of new horizons in all areas of activity;
When the work is done in accordance with the requirements of the standard GOST R 50779.42-99 (ISO
8258-91), automated statistical control of the production of automotive components was organized at
the machine-building enterprise;
The results of the calculations and the constructed control cards can be used to interpret the casting
process;
The introduction of an automated application has improved the quality of manufacturing parts of
automotive components by preventing defects;
The cost-effectiveness analysis allows us to conclude the feasibility of introducing an automated
application that would pay off within twelve months.
References
[1] Bataev, A. V. (2018). Analysis of the application of big data technologies in the financial
sphere. Paper presented at the Proceedings of the 2018 International Conference ''Quality
Management, Transport and Information Security, Information Technologies'', IT and QM and
IS 2018, 568-572. doi:10.1109/ITMQIS.2018.8525121
[2] Klochkov, Y., Gazizulina, A., & Ostapenko, M. (2019). Development of QFD methodology.
Paper presented at the IOP Conference Series: Materials Science and Engineering, , 618(1)
doi:10.1088/1757-899X/618/1/012083
[3] Aytasova, A., Selezneva, Z., Belinskaia, I., & Evdokimov, K. (2019). Development of the
process map "research and development" for agricultural organizations. Paper presented at
the IOP Conference Series: Materials Science and Engineering, , 666(1) doi:10.1088/1757-
899X/666/1/012072
[4] Klochkov, Y. S., & Tveryakov, A. M. (2020). Approaches to the improvement of quality
management methods. International Journal of Systems Assurance Engineering and
Management, 11, 163-172. doi:10.1007/s13198-019-00939-x
[5] Alekseev, A. P., Efremov, V. V., Potekhin, V. V., Zhao, Y., & Du, H. (2020). Digital twin
analytic predictive applications in cyber-physical systems doi:10.1007/978-3-030-34983-7_35
[6] Babkin, A. V., Kuzmina, S. N., Oplesnina, A. V., & Kozlov, A. V. (2019). Selection of tools
of automation of business processes of a manufacturing enterprise. Paper presented at
the Proceedings of the 2019 IEEE International Conference Quality Management, Transport
6
III Quality Management and Reliability of Technical Systems IOP Publishing
IOP Conf. Series: Materials Science and Engineering 986 (2020) 012015 doi:10.1088/1757-899X/986/1/012015