Process Parameter - Lora

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Proceedings of 2020 IEEE International Conference on ID20064

Applied Superconductivity and Electromagnetic Devices


Tianjin, China, October 16-18, 2020

Motor Mperating State Monitoring System Design


Using Wireless Sensor Network

Junhui Cheng Jianxun Jin


School of Electrical and Optoelectronic Engineering School of Electrical Engineering and Automation
West Anhui University Tianjin University
Lu’an, China Tianjin, China
austchengjunhui@126.com asemd@tju.edu.cn

Bin Wang*, Yourui Huang


School of electrical and Information Engineering
Anhui University of Science and Technology
Huainan, China
perfect_co@qq.com, hyr628@163.com

Abstract—In view of the current lack of effective monitoring of losses. Many electrical equipment operate independently and
motors in coal mine work areas, in order to achieve centralized distributed in different areas,which can not guarantee that each
monitoring and protection of the motor operating status. This equipment will have someone on duty in real time. Real time
paper designs and implements a wireless sensor network motor monitoring of the running status and speed of various motors
operating state monitoring system based on LORA technology under the mine is an important way to ensure the safety and
based on the actual distribution of motors in the mining area. continuous production of the environment.
The system monitors the temperature, current and voltage
parameters of various motors in the coal mine working face in
real time. And after the data processing through the coordinator II. OVERALL SYSTEM DESIGN
node, the data is transmitted to the upper computer expert
system through the serial port to realize the online diagnosis and A. Overall System Design
remote intelligent monitoring of the motor. Experimental results The block diagram of wireless sensor network system
show that the wireless sensor network monitoring system can based on LoRa is shown in Fig.1. The system is mainly
realize online diagnosis and remote intelligent monitoring of the composed of monitoring center, router, gateway, coordinator
motor, improve the intelligence of the monitoring system, and
node, routing node and terminal node.The terminal node is
reduce the cost of system construction and maintenance.
responsible for collecting the data of current, voltage,
Keywords-coal mine; motor; monitoring; wireless sensor temperature, speed and operating status when the motor is
network running; the routing node is responsible for acquiring the data
sent by the corresponding terminal node and processing and
forwarding it to the coordinator node; the coordinator node is
I. INTRODUCTION responsible for obtaining the data sent by each routing node
Compared with the traditional wired network, the wireless and Choose an appropriate route to send; the gateway sends the
network has the advantages of low construction cost, strong received wireless signal to the monitoring center by wire; the
expansibility and good maintainability. The wireless sensor monitoring center realizes the functions of data processing,
network using LoRa technology has the characteristics of low display, storage, alarm and remote terminal control through the
power consumption and long transmission distance, which is software of the host computer.
especially suitable for the construction of wireless monitoring
network of underground coal mining face with less power
distribution and narrow length. This paper designs and
implements a wireless sensor network motor operating state
monitoring system by using LORA technology.
Underground mine equipment reliability is the main
prerequisite for ensuring the safety and smooth production of
coal mines. It is particularly important for large scale,
continuous, high load operation of mine equipment. If the
motor equipment breaks down, the lighter one will cause the
coal mine production to stop and cause more serious economic Figure 1. Wireless sensor network system block diagram.

This work is supported by National Natural Science Foundation of China


( 61772033 ) ; University Natural Science Research Project of Anhui
Province KJ2018A0417. (Corresponding author: Bin Wang.)

978-1-7281-5215-8/20/$31.00 ©2020 IEEE 1

Authorized licensed use limited to: Carleton University. Downloaded on May 26,2021 at 18:23:14 UTC from IEEE Xplore. Restrictions apply.
B. System Hardware Design III. SYSTEM TEST
The system hardware design mainly includes the In order to ensure the transmission distance and
coordinator node, routing node and interrupt node. The main communication stability of the system, we tested the packet
controllers of the three types of nodes all use loss rate under the mine of 100 metres, 200 metres and 300
STM32F103ZET6 equipped with LoRa communication chip metres communication distance. Result shows that when the
to realize data processing and wireless transmission. Node number of nodes is 20, the packet loss rates at 100 metres, 200
hardware circuit structure block shown in Fig. 2. The terminal metres, and 300 metres communication distances are 0.3%,
node is powered by 18650 lithium battery of SONY company, 0.6%, and 1.2%. Respectively, the packet loss rate increases as
equipped with temperature sensor, voltage sensor, current the number of networking nodes increases. When the
sensor and Hall sensor; the routing node and the coordinator communication distance exceeds 300 metres, the packet loss
node do not contain various sensors, and use battery power rate has a significant upward trend. The system packet loss rate
supply. The coordinator node, routing node and terminal node is shown in Fig. 4.
of the system can be expanded according to actual needs, and
the sensor of the terminal node can also be expanded or
replaced.

Figure 2. Block diagram of node hardware circuit.


Figure 4. System packet loss rate.
C. Software Design
IV. CONCLUSION
The LoRa wireless sensor network realized by realizing
the networking through the MCU and realizes the wireless i) Wireless sensor network motor state monitoring system
transmission of data. When the system starts, first complete using LoRa technology is designed. This system can realize
the system initialization, realize the hardware interface data collection and upload the running state of the motor in the
initialization, communication parameters initialization and mine, and can process and store each data.
working mode initialization. The coordinator node initiates ii) Experimental test results show that the signal
network access to query the number and signal status of transmission quality is affected by factors such as environment,
network nodes, to query the online status and communication transmission power, and communication distance.
quality of the node. If the network communication is not
smooth, the communication protocol and working mode can iii) Under the premise of ensuring data stability, the system
be optimized to finally ensure that each node transmission adopts 15dB transmission frequency and 300 metres
reaches the optimal mode. After the completion of network communication distance. It has been verified that the system
signal adjustment, the coordinator node initiates networking can meet the requirements of the operation status monitoring of
command to realize networking, then obtains relevant the mine motor.
information according to the set frequency in the working
process, and ensures that the network is always in the optimal REFERENCES
state. The flow chart of system networking software is shown
[1] F. Deng, P. Zuo, K. Wen, X. Wu and Y. He, "Low Delay Technology
in Fig. 3. Research of Transmission Line Tower Monitoring Network Integrating
WSN and RFID," IEEE Access, vol. PP, no. 99, pp. 1, 2019.
[2] L. Zhu and J. Li, "WSN Optimization Algorithm for Traffic
Environmental Monitoring," International Journal of Online &
Biomedical Engineering, vol. 14, no. 12, 2018.
[3] J.G. Caicedo-Ortiz, et al., "Monitoring system for agronomic variables
based in WSN technology on cassava crops," Computers & Electronics
in Agriculture, vol. 145, pp. 275-281, 2018.
[4] G. Anitha, V. Vijayakumari, S. Malathy and S. Jaipriya, "Air Pollution
Monitoring Using WSN in Cement Factory," Journal of Computational
and Theoretical Nanoscience, vol. 15, no. 2, pp. 616-620, 2018.
[5] S.A. Putra, B.R. Trilaksono, M. Riyansyah, D.S. Laila, A. Harsoyo and
A.I. Kistijantoro, "Intelligent Sensing in Multiagent-Based Wireless
Sensor Network for Bridge Condition Monitoring System," IEEE
Internet of Things Journal, pp. 1, 2019.
[6] G. LoubetA. Takacs and D. Dragomirescu, "Implementation of a
Figure 3. Flow chart of system networking software. Battery-Free Wireless Sensor for Cyber-Physical Systems Dedicated to
Structural Health Monitoring Applications," IEEE Access, pp. 1, 2019.

Authorized licensed use limited to: Carleton University. Downloaded on May 26,2021 at 18:23:14 UTC from IEEE Xplore. Restrictions apply.

You might also like