SlideShare a Scribd company logo
1 of 9
Download to read offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 6, Ver. I (Nov - Dec .2015), PP 01-09
www.iosrjournals.org
DOI: 10.9790/2834-10610109 www.iosrjournals.org 1 | Page
Development of Distributed Mains Monitoring and Switching
System for Indus Complex
Neeraj Chandnani1
, A.M. Gupta2
, Pravin Fatnani2
, Preet Jain1
1
(Department of Electronics and Communication Engineering, Shri Vaishnav Institute of Technology and
Science, Indore, India)
2
(Accelerator Control Section, Raja Ramanna Centre for Advanced Technology, Indore, India)
Abstract: Indus Complex at Raja Ramanna Centre for Advanced Technology (RRCAT) has two synchrotron
radiation sources, Indus-1 and Indus-2. Microtron is injector to both the machines which sends electron pulses
to the Booster. A new, microcontroller based, distributed mains monitoring and switching system is developed
for Indus complex. It facilitates remote monitoring and switching of AC power switches to various subsystems. It
includes interfacing with power switches/Miniature Circuit Breakers (MCBs) of Indus machine subsystems. This
work involves development of hardware, firmware for microcontroller, implementation of communication
protocol; LabVIEW based server and client application. The developed system allows remote monitoring and
switching of MCBs from main control room.
Keywords: Microcontroller, LabVIEW, Protocol, MCB, Power
I. Introduction
In RRCAT, Indus complex is having many subsystems associated with Microtron, Booster, Indus-1 and
Indus-2. During machine startup and shut down, operation crew needs to switch many MCBs and when machine
operation is interrupted because of any fault these MCBs are needed to be checked as a procedure for debugging.
If the status of all MCBs is made available in the main control room it will be helpful and will improve operation
activity. To fulfill the requirement an AC power status monitoring and switching system has been planned. Fig.1
shows the block diagram of complete system. It consists of server, client and microcontroller based field modules
interfaced with MCBs. Real time database storing facility is also provided for offline analysis.
Server communicates to field modules over RS-485 network. Communication between server and client
is implemented over Ethernet. The system senses line phases (R, Y, B) through optical fiber to provide physical as
well as electrical isolation. A distributed AC mains power monitoring and switching system is developed which
allows remote monitoring and controlling of power input to various subsystems. Indus complex is distributed over
large area; there are so many subsystems whose input AC power status is to be checked for debugging. At present
operation crew checks the status of various MCBs manually. It takes a lot of time to check for the various MCBs.
So, a system is developed which provides the status of MCBs at one place, hence it saves time.
II. Literature Survey
The Literature survey is done to collect information about other systems available in market. One similar
type of system developed by Starkstrom Company, UK, named as “MCB Trip Monitoring Module (MTMM)”[1].
Comparison between this system and developed system is shown in table 1.
Table 1: Comparison between developed system and similar systems
S.NO. Developed System MCB Trip Monitoring Module (MTMM)
1 Modification is easy Modification is not possible
2 Firmware is developed in such a manner that it can
be used for other applications as well
Firmware is copyright
3 Up-gradation and maintenance done in house Depends upon vendor
4 High voltage isolation through fiber optics Isolation through transformer only
5 Low cost Costly than developed system
6 PC interface, data-logging implemented Only local monitoring available by means of LEDs.
7 Monitoring and control both features implemented Only monitoring available
Development of Distributed Mains Monitoring and Switching System for Indus Complex
DOI: 10.9790/2834-10610109 www.iosrjournals.org 2 | Page
Fig.1: Block diagram of complete system
III. System Descriptions
The system consists of microcontroller field modules, firmware for microcontroller, server and client application.
3.1 Microcontroller field module
As shown in fig.2, addressable Microcontroller based field modules communicates with server. Eight bit
DIP switch is used to set address of field modules and addresses are settable from 1 to 255. Auto module detection
and registration feature is incorporated in the system. As the field modules connected on the RS485 network, server
checks communication with field modules and registers address of it in server database and starts communication
automatically. All connected Microcontroller modules are in listening mode therefore as command sent by server
to a particular module then only addressed module sends response. The communication mode is half duplex, and
single master type hence at a time only one field module communicates with server. In case if two modules
addresses matched due to human mistake then server receives check-sum error and tries multiple times to get the
response from the module and finally declares that address faulty and blocks communication with the particular
address/addresses. Field module Inputs/Outputs details are as follows:
Development of Distributed Mains Monitoring and Switching System for Indus Complex
DOI: 10.9790/2834-10610109 www.iosrjournals.org 3 | Page
Table 2: Microcontroller module I/O signal description
Name of Signal Type of signal Description
R Input „R‟ Electrical Phase status
Y Input „Y‟ Electrical Phase status
B Input „B‟ Electrical phase status
ST1 Input Contact status of RL1
ST2 Input Contact status of RL2
ST3 Input Contact status of RL3
RL1 Output Potential free relay contact
RL2 Output Potential free relay contact
RL3 Output Potential free relay contact
Fig.2: Schematic block diagram
Development of Distributed Mains Monitoring and Switching System for Indus Complex
DOI: 10.9790/2834-10610109 www.iosrjournals.org 4 | Page
3.2 Communication Protocol
Communication between server PC and microcontroller field modules is done over RS-485 network
using Modbus protocol. RS-485 communication interface is chosen for the development of the system
because large number of subsystems is present in the Indus complex. As shown in comparison table 3,
standard RS-485 transceiver supports 32 nodes on one physical network with the maximum length of the
communication link 4000 feet. The number of nodes can be further increased by using RS485 repeaters.
Any Microcontroller can be programmed and set-up to communicate on standard Modbus network using
two types of serial transmission modes: (1) ASCII and (2) RTU. This system is developed using ASCII
mode because of its advantage that it is easier for debugging if any problem occurs during communication.
Table 3: Comparison between serial communication interfaces
Specifications RS-232 RS-422 RS-485
Communication Peer to peer Peer to peer Multidrop
Communication Mode Simplex or full duplex Simplex or half duplex
or full duplex
Simplex or half duplex
or full duplex
Mode of Operation Single-Ended Differential Differential
Total Number of Drivers and
Receivers on One Line
1 Driver
1 Receiver
1 Driver
10 Receivers
32 Drivers
32 Receivers
Maximum Cable Length 50 feet (2500 pF) 4000 feet 4000 feet
Maximum Data Rate (40 feet - 4000
feet for RS-422/RS-485)
160 Kbits/s (can
be up to 1Mbit/s)
10 Mbit/s 10 Mbit/s
Table 4: ASCII command frame
Function codes of Modbus protocol [2] implemented for P89C51RD2 microcontroller are shown in
table 5.
Table 5: Function codes
Function Code Function Code
Name
Working of Function Code
01 Read Coil Status It reads all ports (P0, P1, P2, P3) of microcontroller bit wise.
02 Read Input Status It reads all ports of microcontroller byte wise.
03 Read Holding
Registers
It gives the information about the SFR of microcontroller.
05 Force Single Coil It writes the user defined hex value to the desired port of
microcontroller.
06 Diagnostic Sub
function
It echoes backs the transmitted frame in response.
Exception Codes of Modbus protocol [2] implemented for P89C51RD2 microcontroller are shown in table 6:
Table 6: Exception codes
Exception Code Exception Code Name Working of Exception Code
01 Illegal Function Function Code not supported.
02 Illegal data address Address not available/wrong address.
03 Illegal data value Data value out of range/wrong data value.
3.3 Server Application
Server application running at server PC polls the Microcontroller field modules one by one and
records the status of AC power MCBs in the database which can be referred for offline analysis. It provides
information about communication link between server PC and microcontroller field modules, status of AC
power MCBs in terms of electrical phases (R, Y, and B), module enable/disable, response indication,
checksum, response string length, poling count, port number and baud rate at which the serial
communication is established between server PC and field modules.
FIELD START ADDRESS FUNCTION DATA LRC CHECK END
CHAR LENGTH 1 CHAR
:
2 CHARS n CHARS 2 CHARS 2 CHARS 2 CHARS
CRLF
Development of Distributed Mains Monitoring and Switching System for Indus Complex
DOI: 10.9790/2834-10610109 www.iosrjournals.org 5 | Page
Fig.3: Server Application front panel GUI
Fig.4: Microcontroller firmware flow chart
Development of Distributed Mains Monitoring and Switching System for Indus Complex
DOI: 10.9790/2834-10610109 www.iosrjournals.org 6 | Page
Fig.5: Server Application flow chart
3.4 Client Application
Client application running at client PC is connected with server application running at server PC,
over Ethernet. Client application provides information about server to client communication link, MCBs
status in terms of electrical phases (R, Y, and B), communication link indication of server and field
microcontroller modules. ON/OFF button is provided in the client application for remotely switching the status
of MCBs.
Fig.6: Client Application front panel GUI
Development of Distributed Mains Monitoring and Switching System for Indus Complex
DOI: 10.9790/2834-10610109 www.iosrjournals.org 7 | Page
IV. Results
The real time analysis of signal is carried out with the help of digital Oscilloscope, Agilent
Technologies. The length of command frame is fixed for all function codes. The duration of command frame for
all function codes is 17.55ms. The command frame, response frame and Enable signals waveform are taken at
RX, TX and EN pin of microcontroller respectively for the implemented function codes are as follows:
Figure 7: Command frame, response frame and Enable signals for Function Code 01
Transmitted data of command frame by server: “:7D0100800003FFrn”
Received data of response frame by server: “:7D0101077Arn”
Figure 8: Command frame, response frame and Enable signals for Function Code 03
Transmitted data of command frame by server: “:7F0300E0000896rn”
Received data of response frame by server: “:7F0301002B52rn”
Figure 9: Command frame, response frame and Enable signals for Function Code 05
Transmitted data of command frame by server: “:010500A000FF5Brn”
Received data of response frame by server: “:010500A000FF5Brn”
Command frame sent by server Echo of response frame
Response frame received by server17.55 ms
13.45 ms
Enable Signal
Command frame sent by server Echo of response frame
Response frame received by server
Enable Signal
Enable Signal
Command frame sent by server Echo of response frame
Response frame received by server17.55 ms
17.55 ms
17.55 ms
15.55 ms
Development of Distributed Mains Monitoring and Switching System for Indus Complex
DOI: 10.9790/2834-10610109 www.iosrjournals.org 8 | Page
Figure 10: Command frame, response frame and Enable signals for Exception Responses
Transmitted data of command frame by server: “:0A0900A000FF4Ern”
Received data of response frame by server: “:0A89016Crn”
Table 7: Command, Response frame timing analysis
Command Frame (time in ms) Response Frame (time in ms) Enable pulse
time (ms)
Processing
time (ms)
Total time
(ms)
:7D0100800003FFrn (17.55) :7D0101077Arn (13.45) 1.2 1.05 33.25
:7F0300E0000896rn (17.55) :7F0301002B52rn (15.55) 1.2 0.95 35.25
:010500A000FF5Brn
(17.55)
:010500A000FF5Brn (17.55) 1.2 1.15 37.45
:0A0900A000FF4Ern
(17.55)
:0A89016Crn
(11.45)
1.2 0.7 30.90
From table 5.1, it has been noted that total frame time for function codes 01, 03 and 05 are 33.25 ms,
35.25 ms and 37.45 ms respectively. The result is analyzed with the help digital Oscilloscope, Agilent
Technologies. The command and response frame length for function code 02 and 08 is same as the function
code 01 and 05 respectively. So the timing analysis for function code 02 and 08 is same as function code 01 and
05 respectively. The timing analysis for exception code 01 is shown in the table. Since the command and
response length for all the implemented function codes are same so their timing analysis is also same.
V. Conclusion
The system is developed in the Accelerator Development Lab (ADL) at RRCAT. This system enables
automation thereby improving the operation activity. Heat on test carried out for four days to check
performance of the system. The system is tested at the baud rate of 9600 bits/sec. It is observed that for
communication at Rs-485 interface, it takes around 40 ms from reception of command to the transmission of
response. This implies that AC mains power status of 25 subsystems can be updated at this baud rate in 1
second. Hence the system has improved Indus machine operation.
The system will provide information of status of electrical phases in terms of R, Y, and B in real time.
A graphical user interface (GUI) is developed which is helpful in observing the status easily. Status of control
outputs ensures working of field modules. System is efficient and has low cost. Power consumption of system is
less. This system can be used for monitoring and control of industrial and home appliances. This system can be
used in restricted and prohibited areas where human being is not allowed.
In future the system can be upgraded to monitor input power status of more than 32 subsystems. This
can be done by using repeaters. Other parameters of subsystems like temperature can also be shown at control
room. System can be made wireless using Wi-Fi technology.
Acknowledgements
I express my profound sense of gratitude to Mr. A.M. Gupta, Scientific Officer/F, Accelerator Control
Section (ACS), Raja Ramanna Centre for Advanced Technology (RRCAT), Indore, Mr. Pravin Fatnani, Head,
Accelerator Control Section, RRCAT, Indore and Mr. Preet Jain, Head, EC department, SVITS, Indore for their
invaluable guidance, persisting encouragement, perceptual motivation, everlasting patience and excellent
expertise in discussion benefited me to proceed. I sincerely wish to express, my gratefulness to all the members
of staff of ACS, RRCAT and Electronics and Communication Engineering Department, SVITS who have
extended their cooperation at all times.
Enable Signal
Command frame sent by server Echo of response frame
Response frame received by server17.55 ms
11.45 ms
Development of Distributed Mains Monitoring and Switching System for Indus Complex
DOI: 10.9790/2834-10610109 www.iosrjournals.org 9 | Page
References
[1] MCB-Trip-Monitoring-Module: http://www.starkstrom.com/assets/Uploads/MCB-Trip-Monitoring-Module.pdf
[2] Modicon Modbus Protocol Reference Guide: http://modbus.org/docs/PI_MBUS_300.pdf
[3] Microcontroller P89C51RD2 datasheet: http://netmedia.com/siteplayer/docs/001212/Philips_P89C51RD2_6.pdf
[4] Muhammad Ali Mazidi, Janice Gillispie Mazidi, Rolin D. Mckinlay: The 8051 Microcontroller and Embedded Systems
using Assembly and C, second edition.
[5] LabVIEW User Manual: http://www.ni.com/pdf/manuals/320999b.pdf
[6] Rick Bitter, Taqi Mohiuddin, Matt Nawrocki: LabVIEW Advanced Programming Techniques, second edition (2007).
[7] Barry E. Paton: Sensors, Transducers, & LabVIEW, Prentice Hall PTR, 1999.

More Related Content

What's hot

Application of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless SystemApplication of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless Systemijceronline
 
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & CanBus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & CanIOSR Journals
 
Review on Transmission and Reception of Data through USB in VHDL
Review on Transmission and Reception of Data through USB in VHDLReview on Transmission and Reception of Data through USB in VHDL
Review on Transmission and Reception of Data through USB in VHDLIRJET Journal
 
Network Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerNetwork Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerCSCJournals
 
IRJET- Password based Circuit Breaker using DTMF
IRJET-  	  Password based Circuit Breaker using DTMFIRJET-  	  Password based Circuit Breaker using DTMF
IRJET- Password based Circuit Breaker using DTMFIRJET Journal
 
Influence of low power consumption on IEEE 802.15.4 in wireless networks perf...
Influence of low power consumption on IEEE 802.15.4 in wireless networks perf...Influence of low power consumption on IEEE 802.15.4 in wireless networks perf...
Influence of low power consumption on IEEE 802.15.4 in wireless networks perf...journalBEEI
 
Serial Data Communication
Serial Data CommunicationSerial Data Communication
Serial Data CommunicationDesty Rahayu
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETcseij
 
Serial Communication Interface with Error Detection
Serial Communication Interface with Error DetectionSerial Communication Interface with Error Detection
Serial Communication Interface with Error Detectioniosrjce
 
Design of dual master i2 c bus controller
Design of dual master i2 c bus controllerDesign of dual master i2 c bus controller
Design of dual master i2 c bus controllereSAT Publishing House
 
Overview of wireless network control protocol in smart phone devices
Overview of wireless network control protocol in smart phone devicesOverview of wireless network control protocol in smart phone devices
Overview of wireless network control protocol in smart phone deviceseSAT Publishing House
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
IRJET-Voice Operated Intelligent Lift
IRJET-Voice Operated Intelligent LiftIRJET-Voice Operated Intelligent Lift
IRJET-Voice Operated Intelligent LiftIRJET Journal
 
Embedded real time-systems communication
Embedded real time-systems communicationEmbedded real time-systems communication
Embedded real time-systems communicationVijay Kumar
 

What's hot (19)

Application of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless SystemApplication of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless System
 
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & CanBus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
 
Review on Transmission and Reception of Data through USB in VHDL
Review on Transmission and Reception of Data through USB in VHDLReview on Transmission and Reception of Data through USB in VHDL
Review on Transmission and Reception of Data through USB in VHDL
 
Network Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerNetwork Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC Microcontroller
 
G05134851
G05134851G05134851
G05134851
 
DMRC Telecom EPABX System
DMRC Telecom EPABX SystemDMRC Telecom EPABX System
DMRC Telecom EPABX System
 
IRJET- Password based Circuit Breaker using DTMF
IRJET-  	  Password based Circuit Breaker using DTMFIRJET-  	  Password based Circuit Breaker using DTMF
IRJET- Password based Circuit Breaker using DTMF
 
Influence of low power consumption on IEEE 802.15.4 in wireless networks perf...
Influence of low power consumption on IEEE 802.15.4 in wireless networks perf...Influence of low power consumption on IEEE 802.15.4 in wireless networks perf...
Influence of low power consumption on IEEE 802.15.4 in wireless networks perf...
 
Controller Area Network for Monitoring and Controlling the Industrial Paramet...
Controller Area Network for Monitoring and Controlling the Industrial Paramet...Controller Area Network for Monitoring and Controlling the Industrial Paramet...
Controller Area Network for Monitoring and Controlling the Industrial Paramet...
 
Serial Data Communication
Serial Data CommunicationSerial Data Communication
Serial Data Communication
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
 
Serial Communication Interface with Error Detection
Serial Communication Interface with Error DetectionSerial Communication Interface with Error Detection
Serial Communication Interface with Error Detection
 
Design of dual master i2 c bus controller
Design of dual master i2 c bus controllerDesign of dual master i2 c bus controller
Design of dual master i2 c bus controller
 
Serial Data Communication
Serial Data CommunicationSerial Data Communication
Serial Data Communication
 
Overview of wireless network control protocol in smart phone devices
Overview of wireless network control protocol in smart phone devicesOverview of wireless network control protocol in smart phone devices
Overview of wireless network control protocol in smart phone devices
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
IRJET-Voice Operated Intelligent Lift
IRJET-Voice Operated Intelligent LiftIRJET-Voice Operated Intelligent Lift
IRJET-Voice Operated Intelligent Lift
 
Embedded real time-systems communication
Embedded real time-systems communicationEmbedded real time-systems communication
Embedded real time-systems communication
 
K NX system DDIS
K NX system DDIS K NX system DDIS
K NX system DDIS
 

Viewers also liked

Bossung, Kenneth W-NYC-18
Bossung, Kenneth W-NYC-18Bossung, Kenneth W-NYC-18
Bossung, Kenneth W-NYC-18Ken Bossung
 
IT PRODUK TERTENTU
IT PRODUK TERTENTUIT PRODUK TERTENTU
IT PRODUK TERTENTUlegalservice
 
Cyborg.docx (1)
Cyborg.docx (1)Cyborg.docx (1)
Cyborg.docx (1)teza123
 
“Designed and Simulation Modified H Shaped” Microstrip Patch Antenna
“Designed and Simulation Modified H Shaped” Microstrip Patch Antenna“Designed and Simulation Modified H Shaped” Microstrip Patch Antenna
“Designed and Simulation Modified H Shaped” Microstrip Patch AntennaIOSR Journals
 
Cf newsletter oct2007ambergitterprofiled
Cf newsletter oct2007ambergitterprofiledCf newsletter oct2007ambergitterprofiled
Cf newsletter oct2007ambergitterprofiledAmber Carey Gitter
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerIOSR Journals
 
Business case for rural broadband in NYS (Albany, Columbia & Greene counties)
Business case for rural broadband in NYS (Albany, Columbia & Greene counties)Business case for rural broadband in NYS (Albany, Columbia & Greene counties)
Business case for rural broadband in NYS (Albany, Columbia & Greene counties)Rich Frank
 
Buy cheap mother of the bride dresses australia sydressau.com
Buy cheap mother of the bride dresses australia   sydressau.comBuy cheap mother of the bride dresses australia   sydressau.com
Buy cheap mother of the bride dresses australia sydressau.comGudeer Kitty
 
Automatically Labeling Facts in a Never-Ending Langue Learning system
Automatically Labeling Facts in a Never-Ending Langue Learning systemAutomatically Labeling Facts in a Never-Ending Langue Learning system
Automatically Labeling Facts in a Never-Ending Langue Learning systemEstevam Hruschka
 
Leslie.Archambeault.Thesis.December.4.2015.Final
Leslie.Archambeault.Thesis.December.4.2015.FinalLeslie.Archambeault.Thesis.December.4.2015.Final
Leslie.Archambeault.Thesis.December.4.2015.FinalLeslie Archambeault, JD
 

Viewers also liked (20)

Bossung, Kenneth W-NYC-18
Bossung, Kenneth W-NYC-18Bossung, Kenneth W-NYC-18
Bossung, Kenneth W-NYC-18
 
IT PRODUK TERTENTU
IT PRODUK TERTENTUIT PRODUK TERTENTU
IT PRODUK TERTENTU
 
Cyborg.docx (1)
Cyborg.docx (1)Cyborg.docx (1)
Cyborg.docx (1)
 
“Designed and Simulation Modified H Shaped” Microstrip Patch Antenna
“Designed and Simulation Modified H Shaped” Microstrip Patch Antenna“Designed and Simulation Modified H Shaped” Microstrip Patch Antenna
“Designed and Simulation Modified H Shaped” Microstrip Patch Antenna
 
E012523447
E012523447E012523447
E012523447
 
January2016
January2016January2016
January2016
 
R010229096
R010229096R010229096
R010229096
 
Cf newsletter oct2007ambergitterprofiled
Cf newsletter oct2007ambergitterprofiledCf newsletter oct2007ambergitterprofiled
Cf newsletter oct2007ambergitterprofiled
 
Q01222110120
Q01222110120Q01222110120
Q01222110120
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical Layer
 
K012546981
K012546981K012546981
K012546981
 
Business case for rural broadband in NYS (Albany, Columbia & Greene counties)
Business case for rural broadband in NYS (Albany, Columbia & Greene counties)Business case for rural broadband in NYS (Albany, Columbia & Greene counties)
Business case for rural broadband in NYS (Albany, Columbia & Greene counties)
 
Question 1
Question 1Question 1
Question 1
 
Q01754118128
Q01754118128Q01754118128
Q01754118128
 
Ouranos hemeljesuschristus
Ouranos hemeljesuschristusOuranos hemeljesuschristus
Ouranos hemeljesuschristus
 
Buy cheap mother of the bride dresses australia sydressau.com
Buy cheap mother of the bride dresses australia   sydressau.comBuy cheap mother of the bride dresses australia   sydressau.com
Buy cheap mother of the bride dresses australia sydressau.com
 
A1102030105
A1102030105A1102030105
A1102030105
 
Automatically Labeling Facts in a Never-Ending Langue Learning system
Automatically Labeling Facts in a Never-Ending Langue Learning systemAutomatically Labeling Facts in a Never-Ending Langue Learning system
Automatically Labeling Facts in a Never-Ending Langue Learning system
 
Leslie.Archambeault.Thesis.December.4.2015.Final
Leslie.Archambeault.Thesis.December.4.2015.FinalLeslie.Archambeault.Thesis.December.4.2015.Final
Leslie.Archambeault.Thesis.December.4.2015.Final
 
J017114852
J017114852J017114852
J017114852
 

Similar to A010610109

Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...Alexander Decker
 
Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...IJITCA Journal
 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...eSAT Journals
 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...eSAT Publishing House
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
Internet enebled data acquisition and device control
Internet enebled data acquisition and device controlInternet enebled data acquisition and device control
Internet enebled data acquisition and device controleSAT Publishing House
 
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...IRJET Journal
 
Design and Implementation of a Stand-Alone Remote Terminal Unit
Design and Implementation of a Stand-Alone Remote Terminal UnitDesign and Implementation of a Stand-Alone Remote Terminal Unit
Design and Implementation of a Stand-Alone Remote Terminal UnitIOSR Journals
 
Ijater 03 06
Ijater 03 06Ijater 03 06
Ijater 03 06nandhu458
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Architectures of HDLC Controllers (A Study)
Architectures of HDLC Controllers (A Study)Architectures of HDLC Controllers (A Study)
Architectures of HDLC Controllers (A Study)VIT-AP University
 
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEMANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEMIRJET Journal
 
IRJET-Smart Phone Based Robot for Domestic Purpose using Bluetooth
IRJET-Smart Phone Based Robot for Domestic Purpose using BluetoothIRJET-Smart Phone Based Robot for Domestic Purpose using Bluetooth
IRJET-Smart Phone Based Robot for Domestic Purpose using BluetoothIRJET Journal
 

Similar to A010610109 (20)

Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...
 
Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...
 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...
 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
E010132736
E010132736E010132736
E010132736
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
E044081720
E044081720E044081720
E044081720
 
Designing Of Time and Power Efficient Model for Controlling Of Critical Process
Designing Of Time and Power Efficient Model for Controlling Of Critical ProcessDesigning Of Time and Power Efficient Model for Controlling Of Critical Process
Designing Of Time and Power Efficient Model for Controlling Of Critical Process
 
Internet enebled data acquisition and device control
Internet enebled data acquisition and device controlInternet enebled data acquisition and device control
Internet enebled data acquisition and device control
 
Paper on IEC 61850
Paper on IEC 61850Paper on IEC 61850
Paper on IEC 61850
 
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
 
Design and Implementation of a Stand-Alone Remote Terminal Unit
Design and Implementation of a Stand-Alone Remote Terminal UnitDesign and Implementation of a Stand-Alone Remote Terminal Unit
Design and Implementation of a Stand-Alone Remote Terminal Unit
 
Ijater 03 06
Ijater 03 06Ijater 03 06
Ijater 03 06
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Architectures of HDLC Controllers (A Study)
Architectures of HDLC Controllers (A Study)Architectures of HDLC Controllers (A Study)
Architectures of HDLC Controllers (A Study)
 
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEMANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
 
IRJET-Smart Phone Based Robot for Domestic Purpose using Bluetooth
IRJET-Smart Phone Based Robot for Domestic Purpose using BluetoothIRJET-Smart Phone Based Robot for Domestic Purpose using Bluetooth
IRJET-Smart Phone Based Robot for Domestic Purpose using Bluetooth
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 

Recently uploaded (20)

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 

A010610109

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 6, Ver. I (Nov - Dec .2015), PP 01-09 www.iosrjournals.org DOI: 10.9790/2834-10610109 www.iosrjournals.org 1 | Page Development of Distributed Mains Monitoring and Switching System for Indus Complex Neeraj Chandnani1 , A.M. Gupta2 , Pravin Fatnani2 , Preet Jain1 1 (Department of Electronics and Communication Engineering, Shri Vaishnav Institute of Technology and Science, Indore, India) 2 (Accelerator Control Section, Raja Ramanna Centre for Advanced Technology, Indore, India) Abstract: Indus Complex at Raja Ramanna Centre for Advanced Technology (RRCAT) has two synchrotron radiation sources, Indus-1 and Indus-2. Microtron is injector to both the machines which sends electron pulses to the Booster. A new, microcontroller based, distributed mains monitoring and switching system is developed for Indus complex. It facilitates remote monitoring and switching of AC power switches to various subsystems. It includes interfacing with power switches/Miniature Circuit Breakers (MCBs) of Indus machine subsystems. This work involves development of hardware, firmware for microcontroller, implementation of communication protocol; LabVIEW based server and client application. The developed system allows remote monitoring and switching of MCBs from main control room. Keywords: Microcontroller, LabVIEW, Protocol, MCB, Power I. Introduction In RRCAT, Indus complex is having many subsystems associated with Microtron, Booster, Indus-1 and Indus-2. During machine startup and shut down, operation crew needs to switch many MCBs and when machine operation is interrupted because of any fault these MCBs are needed to be checked as a procedure for debugging. If the status of all MCBs is made available in the main control room it will be helpful and will improve operation activity. To fulfill the requirement an AC power status monitoring and switching system has been planned. Fig.1 shows the block diagram of complete system. It consists of server, client and microcontroller based field modules interfaced with MCBs. Real time database storing facility is also provided for offline analysis. Server communicates to field modules over RS-485 network. Communication between server and client is implemented over Ethernet. The system senses line phases (R, Y, B) through optical fiber to provide physical as well as electrical isolation. A distributed AC mains power monitoring and switching system is developed which allows remote monitoring and controlling of power input to various subsystems. Indus complex is distributed over large area; there are so many subsystems whose input AC power status is to be checked for debugging. At present operation crew checks the status of various MCBs manually. It takes a lot of time to check for the various MCBs. So, a system is developed which provides the status of MCBs at one place, hence it saves time. II. Literature Survey The Literature survey is done to collect information about other systems available in market. One similar type of system developed by Starkstrom Company, UK, named as “MCB Trip Monitoring Module (MTMM)”[1]. Comparison between this system and developed system is shown in table 1. Table 1: Comparison between developed system and similar systems S.NO. Developed System MCB Trip Monitoring Module (MTMM) 1 Modification is easy Modification is not possible 2 Firmware is developed in such a manner that it can be used for other applications as well Firmware is copyright 3 Up-gradation and maintenance done in house Depends upon vendor 4 High voltage isolation through fiber optics Isolation through transformer only 5 Low cost Costly than developed system 6 PC interface, data-logging implemented Only local monitoring available by means of LEDs. 7 Monitoring and control both features implemented Only monitoring available
  • 2. Development of Distributed Mains Monitoring and Switching System for Indus Complex DOI: 10.9790/2834-10610109 www.iosrjournals.org 2 | Page Fig.1: Block diagram of complete system III. System Descriptions The system consists of microcontroller field modules, firmware for microcontroller, server and client application. 3.1 Microcontroller field module As shown in fig.2, addressable Microcontroller based field modules communicates with server. Eight bit DIP switch is used to set address of field modules and addresses are settable from 1 to 255. Auto module detection and registration feature is incorporated in the system. As the field modules connected on the RS485 network, server checks communication with field modules and registers address of it in server database and starts communication automatically. All connected Microcontroller modules are in listening mode therefore as command sent by server to a particular module then only addressed module sends response. The communication mode is half duplex, and single master type hence at a time only one field module communicates with server. In case if two modules addresses matched due to human mistake then server receives check-sum error and tries multiple times to get the response from the module and finally declares that address faulty and blocks communication with the particular address/addresses. Field module Inputs/Outputs details are as follows:
  • 3. Development of Distributed Mains Monitoring and Switching System for Indus Complex DOI: 10.9790/2834-10610109 www.iosrjournals.org 3 | Page Table 2: Microcontroller module I/O signal description Name of Signal Type of signal Description R Input „R‟ Electrical Phase status Y Input „Y‟ Electrical Phase status B Input „B‟ Electrical phase status ST1 Input Contact status of RL1 ST2 Input Contact status of RL2 ST3 Input Contact status of RL3 RL1 Output Potential free relay contact RL2 Output Potential free relay contact RL3 Output Potential free relay contact Fig.2: Schematic block diagram
  • 4. Development of Distributed Mains Monitoring and Switching System for Indus Complex DOI: 10.9790/2834-10610109 www.iosrjournals.org 4 | Page 3.2 Communication Protocol Communication between server PC and microcontroller field modules is done over RS-485 network using Modbus protocol. RS-485 communication interface is chosen for the development of the system because large number of subsystems is present in the Indus complex. As shown in comparison table 3, standard RS-485 transceiver supports 32 nodes on one physical network with the maximum length of the communication link 4000 feet. The number of nodes can be further increased by using RS485 repeaters. Any Microcontroller can be programmed and set-up to communicate on standard Modbus network using two types of serial transmission modes: (1) ASCII and (2) RTU. This system is developed using ASCII mode because of its advantage that it is easier for debugging if any problem occurs during communication. Table 3: Comparison between serial communication interfaces Specifications RS-232 RS-422 RS-485 Communication Peer to peer Peer to peer Multidrop Communication Mode Simplex or full duplex Simplex or half duplex or full duplex Simplex or half duplex or full duplex Mode of Operation Single-Ended Differential Differential Total Number of Drivers and Receivers on One Line 1 Driver 1 Receiver 1 Driver 10 Receivers 32 Drivers 32 Receivers Maximum Cable Length 50 feet (2500 pF) 4000 feet 4000 feet Maximum Data Rate (40 feet - 4000 feet for RS-422/RS-485) 160 Kbits/s (can be up to 1Mbit/s) 10 Mbit/s 10 Mbit/s Table 4: ASCII command frame Function codes of Modbus protocol [2] implemented for P89C51RD2 microcontroller are shown in table 5. Table 5: Function codes Function Code Function Code Name Working of Function Code 01 Read Coil Status It reads all ports (P0, P1, P2, P3) of microcontroller bit wise. 02 Read Input Status It reads all ports of microcontroller byte wise. 03 Read Holding Registers It gives the information about the SFR of microcontroller. 05 Force Single Coil It writes the user defined hex value to the desired port of microcontroller. 06 Diagnostic Sub function It echoes backs the transmitted frame in response. Exception Codes of Modbus protocol [2] implemented for P89C51RD2 microcontroller are shown in table 6: Table 6: Exception codes Exception Code Exception Code Name Working of Exception Code 01 Illegal Function Function Code not supported. 02 Illegal data address Address not available/wrong address. 03 Illegal data value Data value out of range/wrong data value. 3.3 Server Application Server application running at server PC polls the Microcontroller field modules one by one and records the status of AC power MCBs in the database which can be referred for offline analysis. It provides information about communication link between server PC and microcontroller field modules, status of AC power MCBs in terms of electrical phases (R, Y, and B), module enable/disable, response indication, checksum, response string length, poling count, port number and baud rate at which the serial communication is established between server PC and field modules. FIELD START ADDRESS FUNCTION DATA LRC CHECK END CHAR LENGTH 1 CHAR : 2 CHARS n CHARS 2 CHARS 2 CHARS 2 CHARS CRLF
  • 5. Development of Distributed Mains Monitoring and Switching System for Indus Complex DOI: 10.9790/2834-10610109 www.iosrjournals.org 5 | Page Fig.3: Server Application front panel GUI Fig.4: Microcontroller firmware flow chart
  • 6. Development of Distributed Mains Monitoring and Switching System for Indus Complex DOI: 10.9790/2834-10610109 www.iosrjournals.org 6 | Page Fig.5: Server Application flow chart 3.4 Client Application Client application running at client PC is connected with server application running at server PC, over Ethernet. Client application provides information about server to client communication link, MCBs status in terms of electrical phases (R, Y, and B), communication link indication of server and field microcontroller modules. ON/OFF button is provided in the client application for remotely switching the status of MCBs. Fig.6: Client Application front panel GUI
  • 7. Development of Distributed Mains Monitoring and Switching System for Indus Complex DOI: 10.9790/2834-10610109 www.iosrjournals.org 7 | Page IV. Results The real time analysis of signal is carried out with the help of digital Oscilloscope, Agilent Technologies. The length of command frame is fixed for all function codes. The duration of command frame for all function codes is 17.55ms. The command frame, response frame and Enable signals waveform are taken at RX, TX and EN pin of microcontroller respectively for the implemented function codes are as follows: Figure 7: Command frame, response frame and Enable signals for Function Code 01 Transmitted data of command frame by server: “:7D0100800003FFrn” Received data of response frame by server: “:7D0101077Arn” Figure 8: Command frame, response frame and Enable signals for Function Code 03 Transmitted data of command frame by server: “:7F0300E0000896rn” Received data of response frame by server: “:7F0301002B52rn” Figure 9: Command frame, response frame and Enable signals for Function Code 05 Transmitted data of command frame by server: “:010500A000FF5Brn” Received data of response frame by server: “:010500A000FF5Brn” Command frame sent by server Echo of response frame Response frame received by server17.55 ms 13.45 ms Enable Signal Command frame sent by server Echo of response frame Response frame received by server Enable Signal Enable Signal Command frame sent by server Echo of response frame Response frame received by server17.55 ms 17.55 ms 17.55 ms 15.55 ms
  • 8. Development of Distributed Mains Monitoring and Switching System for Indus Complex DOI: 10.9790/2834-10610109 www.iosrjournals.org 8 | Page Figure 10: Command frame, response frame and Enable signals for Exception Responses Transmitted data of command frame by server: “:0A0900A000FF4Ern” Received data of response frame by server: “:0A89016Crn” Table 7: Command, Response frame timing analysis Command Frame (time in ms) Response Frame (time in ms) Enable pulse time (ms) Processing time (ms) Total time (ms) :7D0100800003FFrn (17.55) :7D0101077Arn (13.45) 1.2 1.05 33.25 :7F0300E0000896rn (17.55) :7F0301002B52rn (15.55) 1.2 0.95 35.25 :010500A000FF5Brn (17.55) :010500A000FF5Brn (17.55) 1.2 1.15 37.45 :0A0900A000FF4Ern (17.55) :0A89016Crn (11.45) 1.2 0.7 30.90 From table 5.1, it has been noted that total frame time for function codes 01, 03 and 05 are 33.25 ms, 35.25 ms and 37.45 ms respectively. The result is analyzed with the help digital Oscilloscope, Agilent Technologies. The command and response frame length for function code 02 and 08 is same as the function code 01 and 05 respectively. So the timing analysis for function code 02 and 08 is same as function code 01 and 05 respectively. The timing analysis for exception code 01 is shown in the table. Since the command and response length for all the implemented function codes are same so their timing analysis is also same. V. Conclusion The system is developed in the Accelerator Development Lab (ADL) at RRCAT. This system enables automation thereby improving the operation activity. Heat on test carried out for four days to check performance of the system. The system is tested at the baud rate of 9600 bits/sec. It is observed that for communication at Rs-485 interface, it takes around 40 ms from reception of command to the transmission of response. This implies that AC mains power status of 25 subsystems can be updated at this baud rate in 1 second. Hence the system has improved Indus machine operation. The system will provide information of status of electrical phases in terms of R, Y, and B in real time. A graphical user interface (GUI) is developed which is helpful in observing the status easily. Status of control outputs ensures working of field modules. System is efficient and has low cost. Power consumption of system is less. This system can be used for monitoring and control of industrial and home appliances. This system can be used in restricted and prohibited areas where human being is not allowed. In future the system can be upgraded to monitor input power status of more than 32 subsystems. This can be done by using repeaters. Other parameters of subsystems like temperature can also be shown at control room. System can be made wireless using Wi-Fi technology. Acknowledgements I express my profound sense of gratitude to Mr. A.M. Gupta, Scientific Officer/F, Accelerator Control Section (ACS), Raja Ramanna Centre for Advanced Technology (RRCAT), Indore, Mr. Pravin Fatnani, Head, Accelerator Control Section, RRCAT, Indore and Mr. Preet Jain, Head, EC department, SVITS, Indore for their invaluable guidance, persisting encouragement, perceptual motivation, everlasting patience and excellent expertise in discussion benefited me to proceed. I sincerely wish to express, my gratefulness to all the members of staff of ACS, RRCAT and Electronics and Communication Engineering Department, SVITS who have extended their cooperation at all times. Enable Signal Command frame sent by server Echo of response frame Response frame received by server17.55 ms 11.45 ms
  • 9. Development of Distributed Mains Monitoring and Switching System for Indus Complex DOI: 10.9790/2834-10610109 www.iosrjournals.org 9 | Page References [1] MCB-Trip-Monitoring-Module: http://www.starkstrom.com/assets/Uploads/MCB-Trip-Monitoring-Module.pdf [2] Modicon Modbus Protocol Reference Guide: http://modbus.org/docs/PI_MBUS_300.pdf [3] Microcontroller P89C51RD2 datasheet: http://netmedia.com/siteplayer/docs/001212/Philips_P89C51RD2_6.pdf [4] Muhammad Ali Mazidi, Janice Gillispie Mazidi, Rolin D. Mckinlay: The 8051 Microcontroller and Embedded Systems using Assembly and C, second edition. [5] LabVIEW User Manual: http://www.ni.com/pdf/manuals/320999b.pdf [6] Rick Bitter, Taqi Mohiuddin, Matt Nawrocki: LabVIEW Advanced Programming Techniques, second edition (2007). [7] Barry E. Paton: Sensors, Transducers, & LabVIEW, Prentice Hall PTR, 1999.