ArticlePDF Available

The Security and Protection System of Electromechanical Equipment in Smart Campus using the Improved Data Mining Algorithm

Authors:

Abstract and Figures

In order to improve the maintenance and management efficiency of campus electromechanical equipment and reduce or even avoid the safety risks brought by campus electromechanical equipment, this work uses the data mining algorithm to design the security and protection system of campus electromechanical equipment. First, this work constructs the campus electromechanical equipment classification model using the Bayesian algorithm of data mining algorithm and designs a simulation experiment to verify the effect of the classification model. Then, the security and protection system for the campus electromechanical equipment is designed. It includes the system business process, system function design, system core module’s function design and system implementation. Finally, a simulation experiment is designed to verify the system’s performance. The results show that: (1) Bayesian algorithm is superior to the K-Nearest Neighbor (KNN) algorithm in both classification effect and running time. (2) When the browser concurrency in the system increases, the server processor and memory usage also increases, but the value meets the expected requirements. It shows that the system has a certain browser concurrency-bearing capacity. Moreover, as the browser concurrency of the system increases, the response time of the test also increases, but the value meets the expected requirements. This work aims to improve the maintenance efficiency of campus electromechanical equipment and provide a reference for the safety protection work of electromechanical equipment in other enterprises or units.
Content may be subject to copyright.
Scalable Computing: Practice and Experience, ISSN 1895-1767, http://www.scpe.org
© 2024 SCPE. Volume 25, Issues 6, pp. 5131–5141, DOI 10.12694/scpe.v25i6.3245
THE SECURITY AND PROTECTION SYSTEM OF ELECTROMECHANICAL
EQUIPMENT IN SMART CAMPUS USING THE IMPROVED DATA MINING
ALGORITHM
ANYUAN HE
Abstract. In order to improve the maintenance and management eciency of campus electromechanical equipment and
reduce or even avoid the safety risks brought by campus electromechanical equipment, this work uses the data mining algorithm
to design the security and protection system of campus electromechanical equipment. First, this work constructs the campus
electromechanical equipment classication model using the Bayesian algorithm of data mining algorithm and designs a simulation
experiment to verify the eect of the classication model. Then, the security and protection system for the campus electromechanical
equipment is designed. It includes the system business process, system function design, system core module’s function design and
system implementation. Finally, a simulation experiment is designed to verify the system’s performance. The results show that:
(1) Bayesian algorithm is superior to the K-Nearest Neighbor (KNN) algorithm in both classication eect and running time. (2)
When the browser concurrency in the system increases, the server processor and memory usage also increases, but the value meets
the expected requirements. It shows that the system has a certain browser concurrency-bearing capacity. Moreover, as the browser
concurrency of the system increases, the response time of the test also increases, but the value meets the expected requirements.
This work aims to improve the maintenance eciency of campus electromechanical equipment and provide a reference for the safety
protection work of electromechanical equipment in other enterprises or units.
Key words: data mining, campus electromechanical safety, Bayesian algorithm, K-Nearest Neighbor algorithm, simulation
experiment
1. Introduction. Foreign developed countries have studied the informatization of equipment management
since the 1970s. At present, the equipment management system has been quite popular abroad, especially in
the United States. Many public places, such as hospitals, schools and enterprises, have used information
technology to varying degrees, and the management of instruments and equipment is quite standardized [1].
The Asset Management Solution equipment operation management system developed by Fisher-Rosemount
is relatively complete [2]. The Maximo equipment management system developed in the United States takes
preventive maintenance as the means and cost management as the core to achieve economic optimization
and benet maximization. Currently, the system has been applied worldwide, with over 5000 installations
in major enterprises, especially in safety, education, aerospace, medical, and machinery manufacturing [3].
Moreover, foreign scholars consider using the knowledge base to summarize common faults, thereby helping users
automatically nd and solve faults. Such systems are often referred to as expert systems [4]. The early expert
system is adopted to help medical sta make medical diagnoses and help managers make decisions on problems.
They usually need to establish a perfect knowledge base and inference rules to give corresponding conclusions
according to the problem phenomenon. This kind of system has been widely used in fault management systems
worldwide.
China starts relatively late in the research of equipment information management. Since the 1980s, in
response to enterprise development needs, some domestic scholars have conducted research on equipment man-
agement informatization. Over the years, enterprises and universities in some regions of China have developed
lots of excellent equipment management software, which has improved the eciency of xed asset management
and made certain technological progress. The software all have the functional modules required by general
enterprises to manage equipment and instruments, including basic equipment information management, equip-
ment bidding and purchasing, equipment operation and maintenance prompts, equipment repair forecast and
Information Technology Center, Nanjing University of Aeronautics and Astronautics, Nanjing, 210016, Jiangsu, China.
(AnyuanHe9@163.com)
5131
5132 Anyuan He
repair cost estimation, equipment depreciation and scrapping, which basically achieve automatic management
[5]. For example, Guangzhou Zhengtai PMISS.0 equipment integrated management system can realize the inte-
grated management of equipment information [6]. HSWZ001 construction equipment management software of
Tsinghua Sware Company computerizes the establishment of equipment archives account, account accounting,
equipment maintenance and equipment scrapping [7]. The College Teaching and Scientic Research Instrument
and Equipment Management System developed by the Beijing University of Chemical Technology, which many
colleges currently use, can complete the accounting management of equipment and the task of reporting various
data required by the Ministry of Education [8]. Besides, Zhao et al. (2021) pointed out that the equipment
manager can use the electronic information platform to access the equipment data with the highest eciency
through the establishment of electronic equipment drawings, technical manuals, and parameter report archives
for the convenience of equipment repair and maintenance. Moreover, this kind of electronic archive is easier
to preserve than paper materials [9]. Huazhong University of Science and Technology has developed an equip-
ment information management system based on Java EE technology architecture on the basis of traditional
architecture. Java EE is a crucial development platform directly built based on the Java 2 standard [10].
In summary, the current equipment management informatization in China has just started. Moreover,
equipment management in China is deeply aected by the traditional management mode. The equipment au-
tomation level of many schools and units is still decient, and they do not pay enough attention to equipment
information processing, so there is still a big gap compared with foreign countries. Based on this, this work
studies the safety protection of campus electromechanical equipment based on a data mining algorithm. The
innovation is to use the improved statistical classication algorithm of data mining algorithm - Bayesian algo-
rithm to classify and recognize campus electromechanical equipment. This algorithm has a good classication
eect. This work aims to improve the management level of the electromechanical equipment fault prediction
and maintenance plan generation system in colleges in the maintenance process to reduce or even avoid the
security risks brought by campus electromechanical equipment.
2. Theoretical basis and model design.
2.1. Research on classication model of electromechanical equipment based on Bayesian.
(1) Bayesian classication. Bayesian classication is a classication method based on the classical Bayesian
probability theory using the knowledge of probability statistics [11]. Its main idea is to predict the possibility
that an item to be classied belongs to each category through Thomas Bayes, and take the category with the
greatest possibility as the category of the item to be classied. Thomas Bayes is the conditional probability
of random events h and D:
P(h|D) = [P(D|h)P(h)]/P (D)(2.1)
P(h|D)refers to the conditional probability of event D when event h occurs. It indicates the probability
of event h under the premise that event D has occurred [12].
The Bayesian classication covers many types of algorithm models, of which naive Bayesian classication
algorithm and Bayesian network are two commonly used. Naive Bayes classier (NB algorithm), which is a
supervised learning method, is a simple and eective classier. In some application elds, its performance is
comparable to that of articial neural networks and decision trees. The algorithm assumes that attributes are
independent based on Bayesian probability. This assumption greatly reduces the construction complexity of
the Bayesian application model and makes it suitable for classication tasks in data mining. Meanwhile, this
assumption also limits the application scope of the algorithm to some extent [13, 14].
(2) Bayesian-based equipment classication model. The specic goal of the classication management of
campus electromechanical equipment is to maximize the accuracy of equipment classication for existing or
new campus equipment and minimize the time spent on equipment classication.
Thereby, the NB algorithm (naive Bayesian classication algorithm) is used as the classier of campus
equipment to classify and manage thousands of school equipment [15]. Figure 2.1 displays each module of the
classier and the specic classication process.
Figure 2.1 suggests that the overall classication process of the equipment management system can be
divided into three modules.
The Security and Protection System of Electromechanical Equipment in Smart Campus 5133
Fig. 2.1: Each module of the classier and the specic classication process (a) Text classier module diagram;
(b) Classication process of the equipment management system
The rst module is the pretreatment module of classier construction. The main goal of this module is to
select the characteristics that can best represent the equipment category from the numerous electromechanical
equipment lists of the school. First, each item of data on the equipment list is input as a set of text data
to be classied. Then, according to the classication problem’s specic situation, the set’s feature attributes
(these attributes are the attributes that can describe the equipment features) are selected. The classied feature
attributes are appropriately taken as the feature attribute set of the classier to be constructed in the next
step. Moreover, it is also essential to randomly select a part of the data to be classied from all the unclassied
data object sets to be classied as the sample set, and manually classify the sample set, so that the training
sample set is obtained after classication.
The above description reveals that this stage requires manual classication of the training sample set, which
is the only part of the NB algorithm that requires manual implementation. This result will greatly impact the
construction of the subsequent classication model. It can be said that the quality of the relevant equipment
feature attribute set output by this module and the training sample set obtained through manual classication
determines the classication quality of the constructed NB algorithm. This module is the basis of the NB
algorithm.
The second module is the classier training module. This module aims to generate the classier of instances,
so this module is also the core of the entire NB algorithm. At this time, the classier calculates the occurrence
frequency of each category in the training samples manually classied previously. The prior probabilities of
each feature attribute corresponding to each category are also calculated together, and then these probabilities
are recorded for the next classication stage. In this stage, the input is the feature attribute set and the training
sample set, and the output is the classier.
The third module is the classication module. The main goal of this module is to use the classier produced
in the second stage to classify other object data to be classied except for the training sample set. The working
objects of this module are the constructed equipment classier and other data objects to be classied. The
data object to be classied has a functional mapping relationship with its category, which is the nal output.
5134 Anyuan He
(3) Bayesian-based mathematical model for equipment classication. The classication of campus electrome-
chanical equipment is briey described as follows. A large number of teaching equipment purchased by the
school can actually be classied into dierent equipment categories. For example, according to the category
of electromechanical equipment, they can be divided into electronic products and instruments. They can be
divided into special equipment and general equipment according to the department using the equipment. They
can be divided into consumables and low-value consumables according to equipment cost. Therefore, the above
equipment classication problem can be described by the following formalized mathematical model:
1. x={a1, a2, a3, , am}is set as a campus device to be classied. Each a is a feature attribute of x used
to describe the characteristics of this device, such as projection, computer, and optical ber.
2. There is equipment category set C={y1, y2, y3, , yn}, such as electronic products and instruments,
special equipment and general equipment.
3. The conditional probability P(y1|x), P (y2|x), , P (yn|x)of the equipment to be classied for each equip-
ment classication is calculated.
4. If P(yk|x) = max{P(y1|x), P (y2|x), , P (yn|x)},xyk.
The above problem description shows that the key to solving the problem now is how to calculate the
conditional probability of the device object to be classied for each existing device classication in step 3.
The process of step 3 can be divided into the following sub-processes to solve this problem:
1) From all the equipment sets to be classied, it is necessary to randomly nd a subset of the equipment objects
to be classied, and manually classify them into each equipment category. The set thus obtained is
called the training sample set.
2) The conditional probabilities of the characteristic attributes a1, a2, a3, , amof each device corresponding to
each device category y1, y2, y3, , ynare calculated, counted and estimated.
3) If the feature attributes of each device are conditionally independent, the following deduction can be made
according to Thomas Bayes:
P(yi|x) = P(x|yi)P(yi)
P(x)(2.2)
For all equipment categories, the denominator is equivalent to a constant, and the numerator can be
maximized. It is assumed that each feature attribute is conditionally independent, so the following
equation is obtained:
P(x|yi)P(yi) = P(yi)
m
j=1
P(aj|yi)(2.3)
Hence, the classication of campus equipment can be solved through the above mathematical calcula-
tion logic. Figure 2.2 is the architecture of the electromechanical equipment classication mathematical
model based on this.
(4) Design of simulation experiment.
Naive Bayesian and K-Nearest Neighbor (KNN) classication algorithms are the most commonly used in
text classication. They are both relatively simple and eective classication algorithms. The two algorithms
have the same advantages and disadvantages in most text classication experiments. In this experiment, the
two algorithms are applied to the actual equipment classication, and the common equipment data in the
school equipment inventory are adopted to compare the classication accuracy and time eciency. According
to this, this experiment selects a college as the research object and conducts a simulation experiment design
for 200 pieces of electromechanical equipment owned by it. In the experiment, 100 pieces of electromechanical
equipment are randomly selected as the training sample set, and the equipment names in the training sample set
are manually sorted and classied. The training sample set is divided into six categories: consumables, low-value
consumables, instruments and meters, electronic products, special equipment, and general equipment.
2.2. Design and research of campus electromechanical equipment management system. The
last section is to use the Bayesian algorithm in the data mining algorithm to design and research the campus
electromechanical equipment classication model. This section will further design the security and protection
The Security and Protection System of Electromechanical Equipment in Smart Campus 5135
Fig. 2.2: The mathematical model
system of campus electromechanical equipment. It aims to realize fault prediction and intelligent maintenance
of campus electromechanical equipment through the system.
2.2.1. System business process analysis.
1) Business process of equipment routine check management. Figure 2.3 presents the designed business pro-
cess of routine equipment checks according to college’s current management characteristics of electromechanical
equipment.
Figure 2.3 suggests that the participants in the process of routine equipment checks include the equipment
supervisor and the equipment administrator. Equipment routine check refers to the periodic inspection and
maintenance of various equipment parameters in equipment management [16]. The equipment supervisor assigns
routine check business to specic equipment administrators in routine equipment checks. The equipment
administrator needs to set the routine check object, add specic routine check parameters, set specic check
cycles, process the routine check data eectively, and nally view the corresponding check report.
2) Process analysis of fault declaration and maintenance management business. Figure 2.4 shows the
designed fault declaration and maintenance business process.
Figure 2.4 suggests that in the fault declaration and maintenance management business process, the equip-
ment user department rst applies for the equipment fault, then lls in the corresponding application form and
submits it to the equipment management department for declaration and approval. The approved information
shall be fed back to the equipment user department to formulate a maintenance plan for the failure. The failure
repair needs to be approved and submitted to the equipment repair department. Then, it is submitted to the
repair and material preparation department. After the repair is completed, it needs to be submitted to the
equipment user department for acceptance and settlement.
3) Consigned processing business management process. Consigned processing refers to directly delegating
the corresponding equipment maintenance work to the relevant third-party units for specic equipment mainte-
nance when the corresponding technical diculties or the maintenance department’s maintenance workload is
too large to complete the corresponding maintenance tasks on time [17]. In the process of consigned processing,
the user department of the equipment rst makes a repair plan for the equipment, and then the equipment
management department approves the plan. After that, the equipment maintenance department proposes
corresponding consigned processing suggestions based on the repair task.
5136 Anyuan He
Fig. 2.3: The business process of routine check management
Fig. 2.4: The process of fault declaration and maintenance management business
2.2.2. System functional requirements analysis.
1) Analysis of routine check management requirements. Equipment routine check management is a signi-
cant module in the management system of college equipment fault prediction and maintenance plan generation.
It mainly assists in the management of basic equipment routine check information during the college equipment
failure prediction and the generation of maintenance plans, including the management of routine check position
information, equipment routine check object information, equipment routine check data entry management,
The Security and Protection System of Electromechanical Equipment in Smart Campus 5137
Fig. 2.5: Flow chart of fault prediction and early warning management
and routine check data maintenance.
2) Demand analysis of failure maintenance management. Fault maintenance management is an important
module in the management system of college equipment fault prediction and maintenance plan generation. It
is mainly used to assist in the management of basic fault repair information during the college equipment
fault prediction and maintenance plan generation, including the management of account information in the
repair process, the management of consigned processing settlement information, the management of consigned
processing order information, and the management of acceptance processing information.
3) Demand analysis of fault prediction and early warning management. The risk early warning management
of failures is a crucial module in the management system of college equipment fault prediction and maintenance
plan generation. This module is mainly adopted to predict, warn, analyze and manage equipment failures in
the process of equipment failure prediction and maintenance plan generation in colleges. The failure risk in the
college equipment failure prediction and maintenance plan generation can be avoided in advance by using the
model and algorithms.
2.2.3. Function design of main modules of the system.
1) Fault maintenance management design. The fault repair management module rst needs to process the
newly added fault repair application form, and then click the information to save it. If it fails to save, it needs
to submit it again for saving. For those saved successfully, it is essential to go directly to the next step to
approve the application form, and then apply for conrmation of fault repair. Only those approved can apply
for fault repair. Otherwise, the application needs to be submitted again.
2) Design of fault prediction and early warning management. In order to complete the prediction of equip-
ment failures and the generation of maintenance plans in colleges, it is necessary to establish a perfect risk
assessment system and information-based evaluation method. Figure 2.5 is the designed ow chart for fault
prediction and early warning management process.
2.2.4. System function realization. The platform of this system includes a hardware platform and a
software platform. Table 3.1 shows the specic composition of the platform.
5138 Anyuan He
Table 2.1: Composition of system hardware platform and software platform
Composition of system hardware platform
Platform classication Specic parameters/models
Processor Intel(R) Core(TM)2 Auad CPU Q9500 @2.83GHz
Memory 4GB
Composition of system software platform
Platform classication Specic parameters/models
Operating system Windows 7
Database SQL Server 2005
Development environment JDK6.0
Development tool Myeclipse10
Development language Java
Web server Tomcat 6.0
Table 2.2: Hardware and software test environment conguration of the system
System test hardware conguration
Name Parameter
Server IBM System X3550 M4
disk space: 600.0G; RAM: 8G;
Client Dell OptiPleax 3020
disk space: 400.0G; RAM: 2G;
System test software environment
Name Parameter
Client operating system Windows 10
Database management system SQL Server 2012
Application server Tomcat
Browser software Chrome
2.2.5. Simulation test of system performance. Table 2.2 shows the hardware and software test envi-
ronment of the system.
According to the system test environment given in Table 3.2, the nal performance test of the system is
required during the delivery of the nal system. After the corresponding tests, it can be conrmed whether
the system can be synchronized with the user’s requirements in the actual operation process. The main tool
used is Load Runner when testing the performance of the designed management system for college equipment
failure prediction and maintenance plan generation. The main indicator information in the performance aspect
mainly includes the capacity of the relevant business system in terms of load, some capabilities in terms of
the corresponding capacity, and the response time information of the specic business system. By running the
Load Runner tool, the system is tested in dierent time periods, and dierent access frequency levels (10/min,
100/min, 1000/min and 5000/min) are tested, dierent operation types (specic operations such as adding,
deleting, modifying and querying data information) are tested, and nally the indicator information of the
business system in the actual operation process is recorded.
3. Model and system performance test results.
3.1. Classication results of college electromechanical equipment based on the Bayesian algo-
rithm.
3.1.1. Comparison of equipment classication eects under dierent algorithms. Figure 3.1(a)
displays the specic distribution of training sample equipment data under each equipment category through
simulation experiments. x-axis is the equipment category and y-axis is the number of training samples. Figure
The Security and Protection System of Electromechanical Equipment in Smart Campus 5139
Fig. 3.1: Equipment distribution results of training samples and comparison of equipment classication eects
under dierent algorithms (a) Equipment distribution diagram of training sample; (b) Comparison results of
equipment classication eects under dierent algorithms
3.1(b) shows the classication eect under the two algorithms.
Figure 3.1 shows that under the same sample set, the classication eects of the two classication algorithms
are signicantly dierent, and the accuracy of the Bayesian algorithm is higher. It suggests that the Bayesian
classication (NB algorithm) is obviously superior to the KNN algorithm in terms of equipment classication.
3.1.2. Comparison of running time required for equipment classication under dierent al-
gorithms. In order to further compare the classication eciency of the two algorithms, the running time of
the two algorithms for classication is compared based on the same equipment sample set. In the experiment
process, the method of gradually expanding the size of the equipment sample set is adopted, so that the running
time of the two classication algorithms under equipment sample sets with dierent sizes is obtained. Figure
3.2 presents the specic experimental comparison results.
In Figure 3.2, the x-axis represents the extent of the sample set increase, and the y-axis represents the
time spent running the algorithm. Figure 3.2(a) represents the KNN algorithm, and Figure 3.2(b) is the NB
classication algorithm. When the x-axis sample set value is smaller than 100, the running time of the two
algorithms is similar. Because of the simplicity of the algorithm, there is little dierence. With the increasing
number of sample sets, when the value reaches 2500, the running time of the KNN algorithm is signicantly
longer than that of NB. It shows that the NB classication algorithm is better than the KNN algorithm.
The above experimental results show that the Bayesian-based equipment classication model studied has
a shorter running time, higher classication accuracy and better performance than the KNN algorithm.
3.2. Performance test results of security and protection system for campus electromechanical
equipment. The system is tested according to the given hardware and software environment. Figure 3.3
displays the system performance.
Figure 3.3 reveals that when the browser concurrency in the system is 10, 100, 500, 1000, and 5000, the
server processor utilization reaches 23%, 33%, 49%, 54%, and 67%, respectively, while the memory utilization
reaches 23%, 43%, 56%, 64%, and 75%, respectively. It shows that the system has a certain browser concurrency-
bearing capacity. Moreover, as the browser concurrency in the system increases, the response time of the test
also increases, but the values are in the standard state. To sum up, the system has achieved the expected goal
through the experimental test, the degree of perfection of the whole system has passed the test, and the whole
system is in a stable operation state.
5140 Anyuan He
Fig. 3.2: Comparison of the algorithm running time (a) Running time of KNN algorithm; (b) Running time of
NB algorithm
Fig. 3.3: System performance test results (a) System processor and memory usage; (b) System response time
4. Conclusion. In order to achieve the ecient management of campus electromechanical equipment
security, this work uses the Bayesian algorithm in data mining technology to eectively classify the electrome-
chanical equipment in colleges. Then, the safety management system of electromechanical equipment in colleges
is designed. Finally, the simulation experiment is set to test the classication model and the system’s perfor-
mance.
The results show that: (1) the improved statistical classication algorithm - Bayesian algorithm can be used
to eciently classify electromechanical equipment. (2) The college electromechanical equipment safety manage-
ment system designed has good processing performance, and can realize the intelligent safety management of
electromechanical equipment. The research disadvantage is that the business of the actual college equipment
fault prediction and maintenance plan generation system is relatively complex, while the core function modules
of the college equipment fault prediction and maintenance plan generation system designed here are relatively
simple, and some complex functions cannot be realized. Thereby continuous improvement is needed in the
The Security and Protection System of Electromechanical Equipment in Smart Campus 5141
subsequent design. This work aims to improve the eciency of the department’s actual work, provide good
services for users, and provide benecial help for the intelligent safety management of campus electromechanical
equipment.
5. Acknowledgement. This study was supported by Jiangsu Province Modern Education Technology
Research Smart Campus Special Project (2021-R-96789).
REFERENCES
[1] Belousova M., Aleshko R., Zakieva R., et al. (2021) Development of equipment management system with monitoring of
working characteristics of technological processes[J]. Istrazivanja i Projektovanja za Privredu, 19(1), 1-7.
[2] Abu-Samra S., Ahmed M., Amador L. (2020) Asset Management Framework for Integrated Municipal Infrastructure[J].
Journal of Infrastructure Systems, 26(4), 04020039.
[3] Shankar K., Shyry S. P. (2021) A Survey of image pre-processing techniques for medical images[J]. Journal of Physics:
Conference Series, 1911(1), 012003.
[4] Merchant T., Hormozian S., Smith R. S., et al. (2022) Ethical Principles in Personal Protective Equipment Inventory Manage-
ment Decisions and Partnerships Across State Lines During the COVID-19 Pandemic:[J]. Public Health Reports, 137(2),
208-212.
[5] Khodadadi V., Bakrani A., Vafaie M. H. (2021) Factors Aecting Medical Equipment Management in the COVID-19 Pandemic
Crisis: A Mixed Qualitative and Quantitative Study[J]. Hospital Practices and Research, 6(1), 23-28.
[6] Zhao M., Pang L., Liu M., et al. (2020) Control Strategy for Helicopter Thermal Management System Based on Liquid
Cooling and Vapor Compression Refrigeration[J]. Energies, 13(9), 2177.
[7] Shao Q., Jia M., Xu C., et al. (2020) A support system for civil aviation navigation equipment security management[J]. Safety
Science, 123(2), 104578.
[8] Benson N. U., Fred-Ahmadu O. H., Bassey D. E., et al. (2021) COVID-19 Pandemic and Emerging Plastic-based Personal
Protective Equipment Waste Pollution and Management in Africa[J]. Journal of Environmental Chemical Engineering,
9(2020), 105222.
[9] Zhao X., Yan T., Li J., et al, (2021) A software design of the equipment management business in Digital Workshop[J]. Journal
of Physics: Conference Series, 1894(1), 012085.
[10] He Y., He Z., Zhang F., et al. (2022) Discussion on Management Strategy of Large Precision Equipment in Colleges and
University[J]. Open Journal of Business and Management, 10(3), 6.
[11] Long Y., Xu X. (2021) Bayesian decision rules to classication problems[J]. Australian And New Zealand Journal of Statistics,
63(2), 394-415.
[12] Dziendzikowski M., Heesch M., Gorski J., et al. (2021) Application of PZT Ceramic Sensors for Composite Structure Moni-
toring Using Harmonic Excitation Signals and Bayesian Classication Approach[J]. Materials, 14(19), 5468.
[13] Lou C., Li X., Atoui M. A. (2020) Bayesian Network Based on an Adaptive Threshold Scheme for Fault Detection and
Classication[J]. Industrial And Engineering Chemistry Research, 59(34), 15155-15164.
[14] Liu J., Zhang H., Si B. (2021) Radar Signal Classication Based on Bayesian Optimized Support-vector Machine[J]. Journal
of Physics: Conference Series, 1952(3), 032032.
[15] Ke H., Chen D., Shi B., et al. (2020) Improving Brain E-Health Services via High-Performance EEG Classication With
Grouping Bayesian Optimization[J]. IEEE Transactions on Services Computing, 13(4), 696-708.
[16] Popke M. (2022) Equipment/service update: Vegetation management[J]. Progressive railroading, 22(3), 65.
[17] Jin H., He Z., Liu L., et al. (2021) Technical Analysis of the Station Equipment IOT Management System[J]. Journal of
Physics: Conference Series, 1952(3), 032024.
Edited by: Bradha Madhavan
Special issue on: High-performance Computing Algorithms for Material Sciences
Received: Jan 27, 2024
Accepted: Mar 26, 2024
ResearchGate has not been able to resolve any citations for this publication.
Article
Full-text available
Firstly, the present situation and business requirements of the digital workshop equipment management business are designed, and a hierarchical functional architecture based on cloud platform is proposed, combined with the top-level function allocation and information integration model of the workshop equipment management business software. Then, combined with the discussion of the key points of software design, the technical approaches of vertical service support and horizontal interconnection integration, such as building a stable, reliable and low delay distributed system framework, real-time equipment state monitoring based on OPC UA, etc. Finally, the feasibility and effectiveness of the software design approach is further verified through the application practice of the equipment management business in an electronics product manufacturing workshop, which helps to improve the automation degree and real-time deterministic effect of the workshop equipment management business, and provides a reference for business planning and condition construction of similar enterprises’ digital workshop.
Article
Full-text available
The capabilities of ceramic PZT transducers, allowing for elastic wave excitation in a broad frequency spectrum, made them particularly suitable for the Structural Health Monitoring field. In this paper, the approach to detecting impact damage in composite structures based on harmonic excitation of PZT sensor in the so-called pitch–catch PZT network setup is studied. In particular, the repeatability of damage indication for similar configuration of two independent PZT networks is analyzed, and the possibility of damage indication for different localization of sensing paths between pairs of PZT sensors with respect to damage locations is investigated. The approach allowed for differentiation between paths sensitive to the transmission mode of elastic wave interaction and sensitive reflection mode. In addition, a new universal Bayesian approach to SHM data classification is provided in the paper. The defined Bayesian classifier is based on asymptotic properties of Maximum Likelihood estimators and Principal Component Analysis for orthogonal data transformation. Properties of the defined algorithm are compared to the standard nearest-neighbor classifier based on the acquired experimental data. It was shown in the paper that the proposed approach is characterized by lower false-positive indications in comparison with the nearest-neighbor algorithm.
Article
Full-text available
Background: Medical equipment plays an important role in community health in critical situations such as the COVID-19 pandemic. Objectives: This study was conducted to determine and identify the factors affecting the management of medical equipment in crisis situations. Methods: The present study was conducted as a mixed qualitative and quantitative study in 2020. In the qualitative section using the targeted sampling method, ten medical equipment management experts and in the quantitative section using available sampling method, 200 managers and experts active in this field from hospitals and related companies were selected for this study. The qualitative part was conducted in two stages of reviewing texts and interviewing experts and in the quantitative part we evaluated the validity of the structure and the reliability of the questionnaire. Results: The validity of the structure was assessed using heuristic factor analysis. KMO index was 0.971 and Bartlett test was significant (P < 0.05). All six approved components in the content validity section, based on the mathematical model, explain and determine more than 77% of the variance related to the purpose of the study which is the management of medical equipment in COVID-19 pandemic situations. Conclusion: The results showed that the instructions, management, information technology, equipment, manpower, and physical space components had the highest and lowest priority in the management of medical equipment in critical situations, respectively. In this regard, appropriate instructions should be provided first and localized protocols should be communicated from the same source at the same time.
Article
Full-text available
Radar uses the scattering of electromagnetic waves to identify target coordinates and provide detection information. It plays a vital role in modern production and military affairs. How to classify and recognize radar signals is one of the main problems in current researches. With the emergence of various new radars, the demand for high accuracy in radar classification technology is gradually increasing. Furthermore, traditional signal classification methods cannot achieve good results. Aiming at the problems of low accuracy and poor performance of traditional classification methods, this paper proposes a radar signal classification technology based on Bayesian Optimized Support Vector Machines. The principle of the method is analyzed, and simulation data sets verify the theory. Moreover, the proposed method was compared with the traditional SVM, and the accuracy is increased by 10.71%.
Article
Full-text available
Traditional BAS systems in subway stations have problems such as inflexible deployment, high implementation costs, weak edge computing capabilities, and low integration, which are not conducive to the realization of convenience and intelligence. In response to the problems of the traditional BAS system, Guangzhou Railway Institute designed and applied a brand-new station equipment IOT management system. This article first analyzes the overall technology of the new system. In addition, the article also shows the hardware and software and core applications of the new system. Finally, the article describes the characteristics and main benefits of the new system.
Article
Full-text available
Medical Images cannot be utilized similarly it was procured. The obtained images must be Pre-Processed and Segmented. Real confinements are there in medical image preprocessing as far as multifaceted nature when contrasted with preparing different kinds of images. Confinements in image acquisitions make image division a repetitive procedure. The most significant objective of segmenting medical images is in performing activities on medical images for distinguishing designs and in recovering data. This survey speaks primarily about medical image handling. At that point many methods have been proposed to deal with portions of Medical images. The similar investigation of different processing procedures has been analysed. The overview thus gives subtleties of mechanized division strategies, explicitly talked about with regards to scanned medical images. The rationale is in analysing the issues experienced in dividing the scanned medical images, and the respective benefits and confinements techniques as of now accessible for segmentation of medical images.
Article
Full-text available
The threat of plastic waste pollution in African countries is increasing exponentially since the World Health Organisation declared the coronavirus infection as a pandemic. Fundamental to this growing threat are multiple factors, including the increased public consumption for single-use plastics, limited or non-existence of adequate plastic waste management infrastructures, and urbanisation. Plastics-based personal protective equipment including millions of surgical masks, medical gowns, face shields, safety glasses, protective aprons, sanitiser containers, plastics shoes, and gloves have been widely used for the reduction of exposure risk to Severe Acute Respiratory Syndrome (SARS) Coronavirus 2 (SARS-CoV-2). This paper estimates and elucidates the growing plethora of plastic wastes in African countries in the context of the current SARS-CoV-2 pandemic. A Fourier transform infrared (FTIR) spectral fingerprint indicates that face masks were characterised by natural and artificial fibres including polyester fibres, polypropylene, natural latex resin. Our estimate suggests that over 12 billion medical and fabric face masks are discarded monthly, giving the likelihood that an equivalent of about 105,000 tonnes of face masks per month could be disposed into the environment by Africans. In general, 15 out of 57 African countries are significant plastic waste contributors with Nigeria (15%), Ethiopia (8.6%), Egypt (7.6%), DR Congo (6.7%), Tanzania (4.5%), and South Africa (4.4%) topping the list. Therefore, this expert insight is an attempt to draw the attention of governments, healthcare agencies, and the public to the potential risks of SARS-CoV-2-generated plastics (COVID plastic wastes), and the environmental impacts that could exacerbate the existing plastic pollution epidemic after the COVID-19 pandemic.
Article
The COVID-19 pandemic created unprecedented strain on the personal protective equipment (PPE) supply chain. Given the dearth of PPE and consequences for transmission, GetMePPE Chicago (GMPC) developed a PPE allocation framework and system, distributing 886 900 units to 274 institutions from March 2020 to July 2021 to address PPE needs. As the pandemic evolved, GMPC made difficult decisions about (1) building reserve inventory (to balance present and future, potentially higher clinical acuity, needs), (2) donating to other states/out-of-state organizations, and (3) receiving donations from other states. In this case study, we detail both GMPC’s experience in making these decisions and the ethical frameworks that guided these decisions. We also reflect on lessons learned and suggest which values may have been in conflict (eg, maximizing benefits vs duty to mission, defined in the context of PPE allocation) in each circumstance, which values were prioritized, and when that prioritization would change. Such guidance can promote a values-based approach to key issues concerning distribution of PPE and other scarce medical resources in response to the COVID-19 pandemic and related future pandemics.
Article
In this paper, we analysed classification rules under Bayesian decision theory. The setup we considered here is fairly general, which can represent all possible parametric models. The Bayes classification rule we investigated minimises the Bayes risk under general loss functions. Among the existing literatures, the 0‐1 loss function appears most frequently, under which the Bayes classification rule is determined by the posterior predictive densities. Theoretically, we extended the Bernstein–von Mises theorem to the multiple‐sample case. On this basis, the oracle property of Bayes classification rule has been discussed in detail, which refers to the convergence of the Bayes classification rule to the one built from the true distributions, as the sample size tends to infinity. Simulations show that the Bayes classification rules do have some advantages over the traditional classifiers, especially when the number of features approaches the sample size.