Remote Distributed Monitoring System of Switched Reluctance Motor
Remote Distributed Monitoring System of Switched Reluctance Motor
Abstract
The reliable operation, dynamic performance analysis and control strategy research of a switched reluctance motor
(SRM) require an online monitoring system to display and record its operating status. However, due to the large amount
of data, the nonlinear electromagnetic characteristics and the harsh working environment of SRM, it is very difficult to
monitor a SRM’s operation status in real time. In order to solve these problems, a new structure of the SRM monitoring
system, which uses Digital Signal Processor (DSP) and the hardwired Transmission Control Protocol/Internet Protocol
embedded Ethernet controller W5500, is presented in this paper. The W5500 and DSP’s direct memory access modules
are employed for data capture and transfer to reduce the digital signal processing workload. The digital signal processing
program is implemented by the hybrid programming method, which shortens the filtering time. Consequently, the DSP
has sufficient resources to acquire multiple signals with a high sampling frequency and can adopt a more complex filtering
algorithm, which enhances the accuracy and real-time performance of the system. Moreover, the amplitude–frequency
characteristics of signals are analyzed. Then, the detection circuits and finite impulse response filters are designed to
achieve the targeted acquisition and filtering. Besides, the impact of harsh environment on the system is reduced by
adjusting the data transmission modes according to different working conditions. As a result, the scope of application of
the system has been extended. The proposed system has a novel structure and strong practicability, which exhibits great
guiding significance for the development of a SRM.
Keywords
Monitoring system, switched reluctance motor, remote monitor, distributed monitor, Transmission Control Protocol/
Internet Protocol
Creative Commons CC BY: This article is distributed under the terms of the Creative Commons Attribution 4.0 License
(http://www.creativecommons.org/licenses/by/4.0/) which permits any use, reproduction and distribution of the work without
further permission provided the original work is attributed as specified on the SAGE and Open Access pages (https://us.sagepub.com/en-us/nam/
open-access-at-sage).
Cai et al. 277
alternate current (AC) motor, asynchronous AC system captures and transmits data through W5500
motor and direct current (DC) motor,5–10 but pay less and DSP on-chip direct memory access (DMA) mod-
attention to the SRM monitoring system.11–15 The ule. As a result, the amount of codes and interrupts
traditional motor monitoring system is mainly a of the DSP are both reduced. More importantly, this
single-machine online monitoring system. That is, the method releases the DSP workload, so the DSP has
voltage, current, speed and other parameters of a sin- enough resources to capture the motor data with a
gle motor are collected by microcontrollers (MCUs), high sampling frequency. In addition, the system
digital signal processors (DSPs), field-programmable implements the DSP program by means of hybrid
gate arrays (FPGAs) or data acquisition cards.9,16–21 programming, which shortens the digital filtering
Then the collected data are transmitted to an upper time. Therefore, a more complex digital filtering
computer through RS232 or peripheral component method can be implemented. It not only enhances
interconnect (PCI).19,22–31 This kind of monitoring the accuracy of the system, but also further improves
systems, the transmission distance of which is short, the real-time performance. In order to accurately
can only save the measured data in the specific upper restore the signal waveform, this paper analyzes the
computer. Thus, it is needed to equip one upper com- amplitude–frequency characteristics of different vari-
puter for each motor. Consequently, it results in the ables of SRM and designs the hardware acquisition
increased cost of the whole system. The sharing and circuits and finite impulse response (FIR) filters
utilization of data are also inconvenient. In addition, according to their characteristics. The DSP will select
the upper computer usually requires the working the corresponding filter arrays for different signals
environment to be relatively stable and tidy, which during filtering and achieve targeted filtering to
also narrows the scope of applications for the moni- ensure the accuracy of the system.
toring system. On this basis, the proposed system can realize three
With the development of technologies such as the data transmission modes that can be flexibly changed
Internet, computer and data processing, the monitoring without increasing the cost of the system and changing
and data collection of the motor through the network the basic system structure. In other words, in the work-
exhibit the advantages of low hardware cost, long ing environment with severe EMI, data are transmitted
transmission distance and convenient information shar- through the network cable to ensure its stability,
ing. Moreover, it is easy to realize remote data acquisi- whereas, in other environments with less interference,
tion of multiple motors.9,16,17,32–36 Therefore, the data can be transmitted in any of different ways. It con-
motor monitoring technology began to evolve from tributes to avoiding the influence of harsh environment
early single-machine online monitoring to distributed on data transmission. As a consequence, the applica-
monitoring and remote monitoring. So far, some motor tion range of the monitoring system is greatly extended.
monitoring systems can set up a local area network The main contribution of this paper can be summar-
(LAN) through ZigBee chips to achieve distributed ized as follows:
acquisition.16,17 Others adopt MCU and DSP to com-
plete part of the Transmission Control Protocol/ At present, the sampling frequency of some mon-
Internet Protocol (TCP/IP) stack or through Wi-Fi and itoring systems is not very high. However, the
other chips to achieve network connection.37–41 system designed in this paper adopts the hybrid
However, these methods are not suitable for the SRM programming method, the DMA function of
monitoring system. In the work environment with DSP and W5500 to reduce the DSP workload
severe electromagnetic interference (EMI), the network and shorten the DSP filtering time. Thereby, it
connection or data transmission of Wi-Fi, ZigBee and not only realizes the function of collecting multi-
other wireless chips may be unstable. Moreover, using ple parameters at a high sampling frequency, but
the lower computer to implement the TCP/IP usually also makes it possible to implement more com-
occupies a lot of resources of the lower computer. As a plex filtering algorithms. In such way, the accu-
result, the basic functions of the lower computer to racy and real-time performance of the system are
complete data capture and digital filtering are inevita- both enhanced as well.
bly affected. In consequence, the SRM monitoring sys- Some current motor monitoring systems are less
tem needs to access the Internet in a way that is stable concerned with filtering, and SRM monitoring
and reliable and occupy fewer resources of the lower systems usually only use hardware circuits or
computer. simple digital filtering methods to filter. In this
Aimed to address the problems of high sampling fre- paper, both detection circuits and FIR filters,
quency, high precision requirement, poor working which are optimized according to different sig-
environment and lack of network access mode with nals’ characteristics, are used to reduce the inter-
low capacity and high reliability, a new structure of ference of noise on the signals. This makes the
remote distributed monitoring system (RDMS) of filtering process of the system more targeted and
SRM, which uses DSP chip TMS320F28335 and the more accurate.
hardwired TCP/IP embedded Ethernet controller Compared with the traditional motor monitor-
W5500, is presented in this paper. The proposed ing system, the RDMS of SRM has the
278 Measurement and Control 52(3-4)
advantages of longer transmission distance, signals. The DSP selects the corresponding filter for dif-
lower implementation cost and the ability to col- ferent signals to ensure the detection accuracy.
lect multiple motor data. Besides, in contrast to To improve the real-time performance of the system,
the method of completing the TCP/IP stack by the DMA function of the DSP is used to transfer data.
MCU and DSP, the proposed system employs The DMA module can transfer data between the DSP
hardware circuits to handle the TCP/IP. It fur- external device and the DSP on-chip memory without
ther reduces the amount of codes and interrupts CPU intervention.
of DSP, increases the data transmission speed The lower computer detection system communicates
and enhances the stability of data transmission. with the upper computer through W5500 which inte-
Moreover, the employment of W5500 to access grates the TCP/IP stack by hardware. The chip can
the Internet has a shorter development cycle, implement TCP/IP without DSP assistance. Because
lower development cost and wider application the hardware circuit will not be subject to network
scope, when compared to the methods through attacks, the security of the entire detection system is
Wi-Fi or ZigBee to access the Internet. enhanced.
Using the W5500, the system can realize the follow-
In general, the RDMS proposed in this paper has a ing three data transmission methods:
novel structure and a strong practicability, and can be
used to accurately and stably monitor the real-time The W5500 connects the upper computer directly
operation status of SRM, which is of great significance through the network cable to transfer data.
to the development and research of SRM. The multiple lower computer detection systems
are connected to the router through their W5500
to form a LAN. And the upper computer can
Design of RDMS of SRM access the router through Wi-Fi or network cable
to receive data.
To reflect the operating conditions of the SRM, the
By connecting the W5500 to a router which is already
motor voltage, current and speed, as well as the rotor
connected to the Internet, the upper computer can real-
position and output torque of the SRM, are detected. In
ize remote monitoring through the Internet.
addition, the bus current of the switched reluctance
motor driver (SRD) is also necessary to be obtained for
some situations where the bus current is required to Because the W5500 can implement multiple data
achieve phase current reconstruction, rotor position esti- transmission modes, the monitoring system can flexibly
mation and fault diagnosis.42 Therefore, the SRM mon- change the transmission mode to ensure the stability of
itoring system needs to detect eight sets of variables, data transmission in a complex environment.
including the stator winding three-phase current, bus Compared to using Wi-Fi or ZigBee to access Internet,
voltage, bus current, torque, speed and rotor position. the employment of W5500 has a shorter development
The lower computer in the system is used to com- cycle, lower development cost and wider application
plete the capture, filtering, calculation and data trans- scope of the monitoring system.
mission of these signals. The upper computer is The upper computer software is developed by Borland
employed to acquire the data collected by the lower Delphi 7 studio. Delphi 7 has a visual integrated develop-
computer remotely, display waveforms and values of ment environment that uses an object-oriented program-
signals and establish independent files for different ming language and a component-based development
motors. The structure of the monitoring system is framework to quickly develop Windows applications.
shown in Figure 1. The monitoring system allows multiple lower com-
As shown in Figure 1, in the lower computer detec- puter detection systems to access the LAN and allows
tion system, voltage transformer and current transfor- multiple upper computers to receive data of different
mer are adopted to collect voltage and current of the motors. Before receiving the data, the upper computer
motor, respectively. After that, the collected analog sig- will establish separate data files for different motors to
nals are converted into digital signals by the analog-to- distinguish them.
digital converter (ADC) after the anti-alias filter, and The software can display the received motor wave-
are captured by the DSP. The torque signal is generated forms and values in real time, calculate the efficiency
by a torque sensor. The signal of rotational speed and and power of the motor and allow the user to zoom and
rotor position is generated by an absolute photoelectric save the waveform.
encoder. The output signals of torque sensor and
photoelectric encoder are digital pulse signals. The digi-
Implementation of RDMS of SRM
tal signal conditioning circuit is designed to shape the
signal and complete signal-level conversion, which plays As shown in Figure 1, the whole system consists of two
an important role in avoiding the DSP misjudgment. parts: the lower computer detection system and the
In addition to filtering through hardware, the system upper computer display system. The implementation
designs different FIR filters for voltage and current methods are, respectively, explained in this paper.
Cai et al. 279
Implementation of the lower computer detection by CCC, PWM and APC. Figure 2(b), (d) and (f) show
system their corresponding diagrams of amplitude–frequency
characteristics.
The amplitude–frequency characteristics of the signals
From Figure 2, the following conclusion can be
detected by the system are not the same. Therefore, it is
drawn. That is, under different control modes, the
essential to design different acquisition schemes for dif-
phase current waveform and its amplitude–frequency
ferent signals. On this basis, the device can be reason-
characteristic are different. For example, in the CCC
ably selected and the corresponding hardware circuits
mode, as shown in Figure 2(a), the phase current chop-
and digital filters can be designed. In this paper, the
ping frequency is not fixed. In the PWM mode, the
phase current signal is taken as an example to briefly
phase current contains a component near the switching
describe the amplitude–frequency characteristic analy-
frequency, as shown in Figure 2(d). In the APC mode,
sis method of the variables to be measured.
the phase current contains only the fundamental fre-
The SRM has three basic control modes. That is,
quency component and its even components except for
chopped current control (CCC), pulse width modula-
the DC component, as shown in Figure 2(f). In addi-
tion (PWM) and angular position control (APC). The
tion, the fundamental frequency of the phase current is
phase current waveform diagrams are shown in Figure
determined by the motor speed and the structure of the
2(a), (c) and (e) when SRM is, respectively, controlled
motor itself.
280 Measurement and Control 52(3-4)
Table 2. The instruction cycle required to implement the MAC operation by different methods.
Figure 5. Diagram of filter characteristics: (a) amplitude response of filter, (b) phase response of filter, (c) group delay of filter and
(d) phase delay of filter.
Figure 6. Diagram of phase current waveform (a) before and (b) after filtering.
that the filtered waveform reflects the characteristics of Ethernet controller W5500 to access the Internet.
the original waveform and eliminates the interference W5500 is the single chip with TCP/IP stack, 10/100
of noise on the signal. Ethernet MAC and PHY embedded. The basic features
of the W5500 are as follows: 3.3 V operation with 5 V
I/O signal tolerance; internal 16 kb reception memory
Implementation of network connection circuit of the and 16 kb transmission memory; embedded 10BaseT/
lower computer detection system 100BaseTX Ethernet physical layer, supports for asym-
The lower computer detection system needs to transmit metric digital subscriber line (ADSL) connection.
the collected signals to the upper computer safely, sta- W5500 implements the TCP/IP stack only by hardware
bly and quickly. Therefore, the choice of data transmis- logic gates. The TCP/IP stack is a collective term for a
sion mode is very important for the real-time series of network protocols, including TCP, IP and
performance and accuracy of the whole system. This Internet Control Message Protocol (ICMP) at the net-
system uses WIZnet’s hardwired TCP/IP embedded work layer, the User Datagram protocol (UDP) at the
284 Measurement and Control 52(3-4)
Figure 7. Flow diagram of the TCP server. The working process of the lower computer detection
system
transport layer and the HyperText Transfer Protocol The working process of the lower computer detection
(HTTP) at the application layer. The W5500 can inde- system is as follows:
pendently complete the network connection and data
transmission by simply configuring its internal registers The DSP will first configure the working state of
by the DSP. It does not require the DSP to consider ADS8668, W5500, McBSP and DMA.
the Internet control. The McBSPs are configured as the SPI bus.
In this system, the W5500 will communicate with They will generate interrupts after receiving the
the upper computer through the TCP as a server. The data, and the DMA responds to the interrupts
TCP has a mechanism to ensure accurate transmission, to transfer the data from ADC to SARAM.
namely, the ‘‘three-way handshake’’ mechanism: when The DSP uses the eCAP function to capture speed
the receiver receives the data, it will send an acknowl- signal and torque signal, and calculate their values.
edgment message to the sender, and the sender will not When the system collects a certain number of
send the data until the confirmation message is data, the DSP reads the data and selects a spe-
received. This mechanism makes the TCP have strong cific filter array for different signals to filtering.
reliability. The flowchart of the W5500 as a server is After that, the data are sent to the W5500
shown in Figure 7. through the DMA function. The W5500 will
The W5500 communicates with the DSP via the SPI transfer the data to the upper computers in the
bus. The W5500’s SPI data frame consists of a 16-bit methods mentioned previously.
address segment, an 8-bit control segment and an N-
byte data segment. The W5500 has two SPI data trans- The flow diagram of the lower computer detection sys-
mission modes, namely, variable data length mode tem is shown in Figure 9.
Figure 8. W5500 data transmission mode: (a) VDM and (b) FDM.
Cai et al. 285
Implementation of the upper computer display upper computers could receive the data. At the same
system time, the W5500 chips of different lower computer
The upper computer software mainly implements the detection systems in the LAN are ready to send the
following functions: data to the upper computer. Therefore, the upper com-
puter software should select the receiving port and con-
figure parameter names at first. The flowchart of
Create data files for different motors;
the upper computer software is shown in Figure 10.
Connect to different W5500 ports and receive
The software system setting interface is depicted in
data;
Figure 11.
Real-time display of the waveforms and values
After the communication parameters are selected, a
of the bus voltage, bus current, stator winding
new data file can be created to save the motor data. In
three-phase current, speed and torque, and cal-
the interface of new data file, the parameters of motor
culate the efficiency and power over a period;
and controller, such as type, rated power and control
Scaling, suspending and saving the motor wave-
method, can be filled in to distinguish different motors,
forms and data.
so as to avoid confusing the data of different motors. It
improves the reliability of the recorded data and guar-
In the monitoring system, there will be multiple antees the accuracy of motor modeling and data analy-
upper computers connected to the LAN, requesting the sis in the future. The interface when creating a new data
W5500 to establish a connection to receive data. file is depicted in Figure 12.
Therefore, before sending the data, DSP will add 1 byte The upper computer display interface is shown in
before them as the number of times the data are sent. Figure 13. The left side of the interface shows the wave-
Then the upper computer judges after receiving the first forms of motor speed, torque, bus current, phase cur-
byte. If the data have not been received, the upper com- rent and bus voltage. The user can zoom in, zoom out,
puter continues to receive. Otherwise, it will not con- pause and so on to observe the subtle changes in the
nect to the W5500 for a while to ensure that all the waveform.
286 Measurement and Control 52(3-4)
The right side of the interface displays the speed, tor- time in the form of a dial, as well as the present values
que, efficiency and power of the motor over a period of of voltage and current. The system displays the
Cai et al. 287
1 Speed n
2 Torque T
3 Efficiency h
4 Power P
5 Bus current IBUS
6 Bus voltage UBUS
7 Phase A current IPA
8 Phase B current IPB
9 Phase C current IPC
Figure 15. Motor monitoring interface (Scheme 1): (a) the display interface of SRM1; (b) waveform of signals; (c) speed, torque,
efficiency and power of SRM1 and (d) the display interface of SRM2.
288 Measurement and Control 52(3-4)
Figure 16. Motor monitoring interface (Scheme 2): (a) the interface of upper computer 1; (b) the interface of upper computer 2
and (c) comparison of monitoring effects of different upper computers.
The experiment plans are as follows: router through the network cable, and upper
computer 2, in another room, connects the rou-
One upper computer monitors different motors. ter through the Internet. These two upper com-
That is, upper computer 1 is used to monitor the puters can simultaneously monitor the operating
operating state of SRM1 and SRM2 in sequence, state of SRM1. This plan verifies that the system
thereby verifying that the system can realize the can remotely receive data from the same motor
distributed monitoring of different motors by via different transmission methods.
changing software settings only.
Different upper computers monitor the same When implementing test plan 1, the software para-
motor. That is, upper computer 1 connects the meters are set at first and then the data of SRM1 are
Cai et al. 289
received. The display interface is shown in Figure 15(a). Science and Technology Plan Projects under Grant No.
Figure 15(b) shows the waveforms of the motor signals; 16PTSYJC00080.
the other parameters are shown in Figure 15(c). The
interface illustrates the current condition of the motor ORCID iD
accurately.
Wenlong Xie https://orcid.org/0000-0002-8836-6669
Then, the software parameters are reset. After that,
the W5500 port of the SRM2 detection system is
selected and the data of SRM2 are received. The dis- References
play interface is depicted in Figure 15(d). It can be seen 1. Cai Y, Xu Z and Gao C. Research on switched reluc-
that the monitoring system can achieve the distributed tance motor nonlinear modeling and high-performance
monitoring of SRM. system. Trans China Electrotech Soc 2006; 21: 25–30.
When implementing test plan 2, upper computers 1 2. Cai Y, Sun L and Jiang W. Design of motor real-time
and 2 can set the software parameters at any time. online monitoring system based on LabVIEW. Instrum
After the configuration is completed, the port of SRM1 Tech Sensor 2017; 10: 70–73.
3. Zhang B, Yuan J, Luo J, et al. Hierarchical distributed
can be selected to receive the motor data, as shown in
motion control for multiple linear switched reluctance
Figure 16(a) and (b). Taking an amplified current wave- machines. Energies 2017; 10: 1426.
form as an example, as shown in Figure 16s(c), the 4. Marija I-S, Riccardo M, Sergei MP, et al. Feedback line-
motor waveforms have basically no delay, while the arizing control of switched reluctance motors. IEEE
network is in good condition. Trans Autom Control 1987; 32: 371–379.
5. Bindu S and Vinod VT. Diagnoses of internal faults of
three phase squirrel cage induction motor—a review. In:
Conclusion Proceedings of the 2014 international conference on
advances in energy conversion technologies (ICAECT),
This paper presents an RDMS of SRM that can flex- Manipal, India, 23–25 January 2014, pp. 48–54. New
ibly change the data transmission mode. Based on the York: IEEE.
hardware filtering, the proposed system uses the FIR 6. Xin X, Sundararajan V and Wallace PB. The application
filter to filter the current and voltage signals under dif- of wireless sensor networks for condition monitoring in
ferent control modes which improves the accuracy of three-phase induction motors. In: Proceedings of the 2007
the entire SRM monitoring system. The use of DMA electrical insulation conference and electrical manufactur-
to transfer data and hybrid programming method to ing expo, Nashville, TN, 22–24 October 2007. New York:
IEEE.
achieve DSP program reduces the DSP’s workload and
7. Duygu B and SerhatS x. Wavelet based trend analysis for
improves the real-time performance of the monitoring
monitoring and fault detection in induction motors. In:
system. For the first time, a hardwired TCP/IP Proceedings of the 2014 IEEE 15th workshop on control
embedded Ethernet controller W5500 is used in the and modeling for power electronics (COMPEL), Santan-
SRM monitoring system to achieve secure and stable der, 22–25 June 2014. New York: IEEE.
Internet access without operating system. Using Delphi 8. Sait SB and Khanniche MS. Monitoring and diagnostics
7, the upper computer display interface has been devel- of the induction motor by the methods of relation of
oped, which can display, save and scale the waveforms. redundancy analytical. In: Proceedings of the 41st interna-
The system not only simplifies the development and tional universities power engineering conference, Newcastle
maintenance of the monitoring system, but also solves upon Tyne, 6–8 September 2006. New York: IEEE.
the issues faced by the conventional SRM monitoring 9. Shyamala D, Swathi D, Laxmi Prasanna J, et al. IoT
platform for condition monitoring of industrial motors.
system, including many variables to be measured, high
In: Proceedings of the 2017 2nd international conference
sampling frequency requirements, poor working envi- on communication and electronics systems (ICCES),
ronment and small scope of application. It provides an Coimbatore, India, 19–20 October 2017. New York:
accurate, stable and safe monitoring platform for SRM IEEE.
data acquisition, performance analysis and control 10. Siddique A, Yadava GS and Singh B. A review of stator
method development. In general, the monitoring sys- fault monitoring techniques of induction motors. IEEE
tem proposed in this paper exhibits great guiding signif- Trans Energy Conv 2005; 20: 106–114.
icance for the development of SRM. 11. Song SJ, Ge LF, Ma SJ, et al. Accurate measurement and
detailed evaluation of static electromagnetic characteris-
tics of switched reluctance machines. IEEE Trans Instrum
Declaration of conflicting interests Meas 2015; 64: 704–714.
The author(s) declared no potential conflicts of interest with 12. Cai Y, Xu Z and Gao C. Method of characteristics mea-
respect to the research, authorship and/or publication of this surement for switched reluctance motor by DSP. Mod
article. Mach Tool Autom Manuf Tech 2005; 11: 22–24.
13. Krishnan R and Materu P. Measurement and instrumen-
tation of a switched reluctance motor. In: Proceedings of
Funding the conference record of the IEEE industry applications
This work was sponsored by the National Natural Science society annual meeting, vol. 111, San Diego, CA, 1–5
Foundation of China under Grant No. 51777137 and Tianjin October 1989, pp. 116–121. New York: IEEE.
290 Measurement and Control 52(3-4)
14. Lu K, Rasmussen PO and Ritchie AE. Investigation of 28. Fu Y-h, Zhang H-s, Ye H, et al. Development of experi-
flux-linkage profile measurement methods for switched- ment system for monitoring status of motors. Instrum
reluctance motors and permanent-magnet motors. IEEE Tech Sens 2009; 70: 81–84.
Trans Instrum Meas 2009; 58: 3191–3198. 29. Wang X. Vibration platform remote monitoring system
15. Zhen X, Ren C, Jia A, et al. A circuit design of current based on LabVIEW. In: CS Zhang (ed.) Materials science
signal on switched reluctance motor control. J Henan and information technology. Stafa: Trans Tech Publica-
Univ Sci Technol Nat Sci 2014; 35: 39–41, 46. tions Ltd, 2012, pp. 6162–6167.
16. Patil RR, Date TN and Kushare BE. ZigBee based para- 30. Andreola AT, Jinbo M, Senter D, et al. Low cost data
meters monitoring system for induction motor. In: Pro- acquisition system for wind prospecting. In: Proceedings
ceedings of the 2014 IEEE students’ conference on of the 2016 12th IEEE international conference on industry
electrical, electronics and computer science, Bhopal, India, applications (INDUSCON), Curitiba, Brazil, 20–23
1–2 March 2014. New York: IEEE. November 2016, p. 6. New York: IEEE.
17. Mehmet Basri S xK. IoT-based wireless induction motor 31. Cullen G. Detecting speed fluctuations in D.C. elec-
monitoring. In: Proceedings of the 2017 XXVI interna- tric motors using a radio frequency antenna tech-
tional scientific conference electronics (ET), Sozopol, 13– nique. In: Proceedings of the 3rd IET international
15 September 2017. New York: IEEE. conference on power electronics, machines and drives
18. Awadallah MA and Morcos MM. Diagnosis of stator (PEMD 2006), Dublin, 4–6 April 2006, pp. 52–55.
short circuits in brushless DC motors by monitoring New York: IEEE.
phase voltages. IEEE Trans Energy Conv 2005; 20: 246– 32. Shalini N and Sakthi SS; IEEE. An embedded web server
247. based remote motor control system using virtual panel.
19. Sanjeev K and Madhab GB. Development of a DSP- New York: IEEE, 2014, pp. 1049–1054.
based motor health monitoring system. In: Proceedings 33. Huang Z-z, Wang W-q and Huo J. Design and implemen-
of the 2006 IEEE international symposium on industrial tation of wind power generator monitoring control system
electronics, Montreal, QC, Canada, 9–13 July 2006, pp. based on TSwin.net. Instrum Tech Sens 2012: 63–65.
2373–2376. New York: IEEE. 34. Li W-f. The development of real-time monitoring system
20. Dursun M and Ozden S. Design of monitoring system for of generator rotor test based on LabVIEW. J Xiamen
linear switched reluctance motor with quadrature encoder Univ, Nat Sci 2010; 49: 645–648.
and current sensors. Int J Comput Theory Eng 2013; 5: 35. Guangyou Y, Jingjing Z, Xuwu S, et al. Remote moni-
401–404. toring system of the motor in GPRS based on LabVIEW
21. Li K, Cai Y and Jiang W. Design of the motor speed and embedded dTCP/IP. In: Proceedings of the 2010
monitoring system based on LabVIEW. Electron Sci international conference on internet technology and appli-
Technol 2012; 25 85: 80–82. cations (iTAP 2010), Chengdu, China, 20–22 August
22. Das NC and Mukhopadhyay AK. Microprocessor-based 2010, p. 4. New York: IEEE.
on-line monitoring and characterization of power factor 36. Merizalde Y, Hernández-Callejo L and Duque-Perez O.
of a synchronous motor. IEEE Trans Indus Electron State of the art and trends in the monitoring, detection
1990; 37: 398–401. and diagnosis of failures in electric induction motors.
23. Ye Y, Wu J, Qiu X, et al. Wind power generation simu- Energies 2017; 10: 1056.
lating and experimental system based on ARM and DSP. 37. Frenzel LE. TCP/IP stack for DSP cuts cost of Internet
In: Proceedings of the 2009 3rd international conference on connectivity. Electron Des 2001; 49: 39.
power electronics systems and applications (PESA), Hong 38. Korkua S, Jain H, Lee W, et al. Wireless health monitor-
ing system for vibration detection of induction motors.
Kong, China, 20–22 May 2009. New York: IEEE.
In: Proceedings of the 2010 IEEE industrial and commer-
24. Kumar KV, Kumar SS, Saravanakumar R, et al. Condi-
cial power systems technical conference—conference
tion monitoring of DSP based online induction motor
record, Tallahassee, FL, 9–13 May 2010, pp. 1–6. New
external fault detection using TMS320LF2407 DSP. In:
York: IEEE.
Proceedings of the 2011 international conference on process
39. Kwan C, Ayhan B, Yin J, et al. Real-time system condi-
automation, control and computing, Coimbatore, India,
tion monitoring using wireless sensors. In: Proceedings of
20–22 July 2011. New York: IEEE.
the 2009 IEEE aerospace conference, Big Sky, MT, 7–14
25. Rogers P, Kavasseri R and Smith SC. An FPGA-based
March 2009, pp. 1–8. New York: IEEE.
design for joint control and monitoring of permanent
40. Nadh A and Praba NL. Automatic speed and torque
magnet synchronous motors. In: Proceedings of the 2016
monitoring in induction motors using ZigBee and SMS.
international conference on reconfigurable computing and
In: Proceedings of the 2013 IEEE international conference
FPGAs, Cancun, Mexico, 30 November–2 December, p.
ON emerging trends in computing, communication and
6. New York: IEEE.
nanotechnology (ICECCN), Tirunelveli, India, 25–26
26. Rodriguez-Donate C, Romero-Troncoso RJ, Garcia-
March 2013, pp. 733–738. New York: IEEE.
Perez A, et al. FPGA based embedded system for induction
41. Chun J, Zhang Q, Shi Y, et al. The study of TCP/IP pro-
motor failure monitoring at the start-up transient vibra-
tocol in the local network based on DSP. Chinese J Sci
tions with wavelets. New York: IEEE, 2008, pp. 208–214. Instrum 2002; 23: 275–276.
27. Ren X, Yang J-g, Yan R-z, et al. Research and develop- 42. Shengli L, Hao C and Xiaoshu Z. Fault diagnosis and
ment of temperature control system based on virtual fault-tolerant control strategy for power converter of
instrument technology. Microcomput Inf 2009; 120: switched reluctance motor. Trans China Electrotech Soc
89–90. 2009; 11: 199–206.