SlideShare uma empresa Scribd logo
1 de 9
Baixar para ler 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.

Mais conteúdo relacionado

Mais procurados

IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET Journal
 
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
 
Home Security System Using Gsm Modem
Home Security System Using Gsm ModemHome Security System Using Gsm Modem
Home Security System Using Gsm ModemIJERA Editor
 
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET-  	  Power Theft Detection and Monitoring using GSM TechnologyIRJET-  	  Power Theft Detection and Monitoring using GSM Technology
IRJET- Power Theft Detection and Monitoring using GSM TechnologyIRJET Journal
 
Embedded Tsunami Warning System
Embedded Tsunami Warning System Embedded Tsunami Warning System
Embedded Tsunami Warning System cscpconf
 
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
 
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
 
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- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET Journal
 
Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...ijtsrd
 
A Computer Based Artificial Neural Network Controller with Interactive Audito...
A Computer Based Artificial Neural Network Controller with Interactive Audito...A Computer Based Artificial Neural Network Controller with Interactive Audito...
A Computer Based Artificial Neural Network Controller with Interactive Audito...theijes
 
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...IRJET Journal
 
Implementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothImplementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothIRJET Journal
 
IRJET - IoT based Speed Control of DC Motor using PWM Technique
IRJET -  	  IoT based Speed Control of DC Motor using PWM TechniqueIRJET -  	  IoT based Speed Control of DC Motor using PWM Technique
IRJET - IoT based Speed Control of DC Motor using PWM TechniqueIRJET Journal
 
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
 

Mais procurados (16)

IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for Vehicle
 
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...
 
Home Security System Using Gsm Modem
Home Security System Using Gsm ModemHome Security System Using Gsm Modem
Home Security System Using Gsm Modem
 
Industrial Monitoring System Using Wireless Sensor Networks
Industrial Monitoring System Using Wireless Sensor NetworksIndustrial Monitoring System Using Wireless Sensor Networks
Industrial Monitoring System Using Wireless Sensor Networks
 
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET-  	  Power Theft Detection and Monitoring using GSM TechnologyIRJET-  	  Power Theft Detection and Monitoring using GSM Technology
IRJET- Power Theft Detection and Monitoring using GSM Technology
 
Embedded Tsunami Warning System
Embedded Tsunami Warning System Embedded Tsunami Warning System
Embedded Tsunami Warning System
 
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...
 
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
 
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
 
Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...
 
A Computer Based Artificial Neural Network Controller with Interactive Audito...
A Computer Based Artificial Neural Network Controller with Interactive Audito...A Computer Based Artificial Neural Network Controller with Interactive Audito...
A Computer Based Artificial Neural Network Controller with Interactive Audito...
 
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
 
Implementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothImplementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using Bluetooth
 
IRJET - IoT based Speed Control of DC Motor using PWM Technique
IRJET -  	  IoT based Speed Control of DC Motor using PWM TechniqueIRJET -  	  IoT based Speed Control of DC Motor using PWM Technique
IRJET - IoT based Speed Control of DC Motor using PWM Technique
 
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)
 

Semelhante a Development of Distributed Mains Monitoring and Switching System for Indus Complex

scada
scadascada
scadaedzam
 
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
 
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
 
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
 
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
 
Wirleless communicatrion notes for 8th sem EC -unit 2
Wirleless communicatrion notes for 8th sem EC -unit 2Wirleless communicatrion notes for 8th sem EC -unit 2
Wirleless communicatrion notes for 8th sem EC -unit 2SURESHA V
 

Semelhante a Development of Distributed Mains Monitoring and Switching System for Indus Complex (20)

scada
scadascada
scada
 
A010240110
A010240110A010240110
A010240110
 
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...
 
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
 
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)
 
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
 
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
 
Wirleless communicatrion notes for 8th sem EC -unit 2
Wirleless communicatrion notes for 8th sem EC -unit 2Wirleless communicatrion notes for 8th sem EC -unit 2
Wirleless communicatrion notes for 8th sem EC -unit 2
 

Mais de iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later lifeiosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubaiiosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approachiosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sitesiosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeiosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladeshiosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Considerationiosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyiosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...iosrjce
 

Mais de iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Último

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 

Último (20)

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 

Development of Distributed Mains Monitoring and Switching System for Indus Complex

  • 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.