SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3063
DEVELOPMENT OF REDUNDANT COMMUNICATION METHODS FOR
ROBOTS IN NUCLEAR APPLICATIONS
S.P.RESHMA1, SAJI JACOB GEORGE2, S.KALPANA3
1B.Tech Student, Electronics and Communication Engineering, Dhanalakshmi Srinivasan college of engineering
and technology, Chennai, India,
2 Scientific Officers, RHIDS/RIMMD, IGCAR, Kalpakkam, India,
3Assitant professor, electronics and communication engineering, Dhanalakshmi Srinivasan college of engineering
and technology, Chennai, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Generally the parallel communication between
master control system and its sub-modules like analog front
end, data acquisition unit or final control elementswillrequire
a large number of wires. This project minimizes the cables by
serializing the independent digital and analog lines, thus
providing a better noise immunity to the system. To improve
the data security, data encryption/decryption methods are
used. For redundancy, alternate communication methods are
implemented, thus ensuring flawless data transferevenincase
of failure of one communication stream. Power line
communication and optical fiber communicationmethodsare
complementing each other along withRS-485communication,
providing a secure and redundant data transfer between the
sub-modules in a control system.
Key Words: Serial communication, RS 485, optical fiber
communication, power line communication, printed
circuit board, Arduino board
Introduction:
The data communication is necessary partoftransmissionof
value from control room to robots in the nuclear field. To
make the robot work more efficiently with reduced number
of cables, we introduce this redundant technique for
communication.
Redundant techniques in communication will generally
involve more methods of data transferring. By doing this if
any communication link fails also the alternate method will
help in communication link fails also alternate methods will
help in communication.
This will improve the availability of the robot. Here power
line communication and optical fiber communication
methods are complementing each other along with RS-485
communication, providing a secure and redundant data
transfer between the sub-modules in a control system.
1.1 Communication:
The communication links, across which computers(or parts
of computers) talk to one another, may be either serial or
parallel. A parallel link transmitsone bit of data throughone
channel whereas, a serial link transmits serialized stream of
data will be send through one channel[1]. Hence thenumber
of wire used for communication with the help of serial
communication is less when compared with the parallel
communication.
1.2 Channels for redundancy:
The redundant communication is made possible by
transmitting the data over multiple modes of
communication. Each communication mode can be
considered as a module. In this project we use three
modules:
 RS-485
 Optical fiber communication
 Power line communication
These featuresmake it more important for the channel to be
selected rather than any other channels.
As this project is mainly applied in the nuclear reactor it
should see to that the number of wires used should be
minimum. This is because when the number of wires used
increasesthere isa possibility that the radiationleakagemay
occur.
Hence this idea will reduce the number of wires used for
communication also.
1.2.1. RS-485:
RS-485 is connected with the help of MAX 488 that is more
efficient and provides a full duplex. Hence communication
can occur in both the directions.
Fig:1.circuit connection for RS-485
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3064
1.2.2. OPTICAL FIBER COMMUNICATION:
Fiber optic communication is a method of transmitting
information from one place to another by sending pulses of
light through an optical fiber. The light forms an
electromagnetic carrier wave that is modulated to carry
information. By this project we can send pulses of light
through an optical fiber[2,3,4].
Fig:2.circuit connection for optical communication system
1.2.3. POWER LINE COMMUNICATION:
Power line communication (PLC) is the use of existing
electrical cables to transport data, and it has beenaroundfor
a very long time. This basically means any technology that
enables data transfer at narrow or broad band speeds
through power line by using advanced modulation
technology.
This is done with the help of KQ 330F modules. The
advantage of using this module is that allthecomponentsare
widely available, and the range of devices that are available
provide a variety of applications that can be achieved using
simple plug-in or wire-in modules[5,6]
fig:3.circuit connection for power line communication
system
Table -1: merits and demerits of each system
Module RS-485 Optical fiber
communication
Power
Line
communication
Merits: Lower
signal
level
interface
Resistance to
Electromagnetic
Interference
Reduction inthe
number of
wiring used.
Demerits: Not
suitable
to
transfer
large
amount
of data
Cost Is Higher
Than Copper
Cable
Data
attenuation
2. Concept:
In this paper, the multiple communication modules are
established between two micro controllers and a joystick
based motor speed control of robotic arm with stepper
motor as prime mover is implemented to verify the
communication link. The joystick is an analog joystick with
two channels. The data from the joystick is digitized and
send by the transmitter micro-controller (Arduino mega
2560) to the receiving side micro-controller (Arduino mega
2560) using the three communication modules explained in
1.2. The data is displayed in a character LCD in both
transmitting side and the receiving side to verify the data
integrity. The data received in the receiving end
microcontroller is used for controlling the motion of two
stepper motors, in either direction and variable speeds,
according to the position of the joystick lever. The stepper
motors drives the robotic arm through suitable reduction
gears.
A custom shield for MEGA2560 with all required electronics
and connectors is designed and PCB is manufactured. All
three modulesare soldered and tested on thePCB.Programs
for the Arduino boards are written in Arduino IDE.
RS-485
Optical fiber cable
Power line cable
Fig:4. Model of transmission
3. Transmitter side:
In the transmitter side there is a controller (i.e., joystick)
whose values are used to control the robotic arm. It also
consists of the LCD display that helps in displaying the
obtained value. Then the various communication
transmitters are connected to the system in this side.
Trans
mitter
Recei
ver
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3065
Fig:5. Circuit connection for transmitter side.
3. Receiver side:
The receiver side will have very similar connection that is in
the transmitter side. The receiver side will have receiving
end connection for each system.
The receiver system will also have the LCD display that will
display the received values from the communication
channel.
In addition to it , the receiver system is connected to the
stepper motor that drives the robotic arm. The stepper
motor is connected and controlled with the stepping drive.
The stepping drive consists of two digital inputs, one for
pulse and the other for direction of rotation. These two
inputs are given to the digital pins of the microprocessor.
Fig:5. Circuit connection for receiver side.
Results & Conclusion:
System has been assembled and tested and communication
was established through all the three channels. The
transmission and reception are done simultaneously and if
any failure occurs in any of the channels, the system will
work efficiently with one communication link. Redundancy
is verified by removing one/two channels in random, the
communication wasfound flawlessand roboticarmistested
successfully.
This project willhelp inprovidingredundantcommunication
with the systems that are far apart. It also reduces the noise
that is present in the system and very useful in
communication system that cannot be regularly verified. It
can be further implemented in automobiles too, so that the
efficiency of the system control is in the hands.
ACKNOWLEDGEMENT
I expressmy sincere thanksto Dr. S Murugan, Head, RIMMD,
FRTG, IGCAR and Mr. C.Rajagopalan, Head, RHIDS, FRTG,
IGCAR for providing the lab faclities at IGCAR and constant
support during the project. I also thank Mr. R. ANANADAN,
HOD ECE, Dhanalakshmi Srinivasan College of engineering
and technology for the continuous support and guidance.
REFERENCES
[1] J.G.Proakis. Digital communications. Mc Graw Hill, 4th
edition, 2001
[2] Yoshitaka Takasaki, member, IEEE, Mitsuo Tanaka,
Narimichi Maeda, member,IEEE,Kiichi Yamashita, and
katsuyuki Nagano,” optical pulse formats for fiber optic
digital communications:”,IEEE TRANSACTIONS ON
COMMUNICATIONS, VOL. COM-24,NO. 4, APRIL 1976
[3] Gred keiser, McGraw Hill, ”optical fiber
communication”,4th edition 2008.
[4] S.D.Personick, J. E. Goell “Receiver designfordigitalfiber
optic communication system, 1-11,” bell syst. Tech .J.,
vol.52,pp.843-886,21.
[5] Zheng-yan Xie;Ming-yue Zhai;Xiao-fengLiu,”researchon
fractal characteristics of broadband power line
communication signal”, International Conference on
wireless communications, Signal processing and
networking, year 2017.
[6] Wong, E.M.C.; , "A phone-based remote controller for
home and office automation," Consumer Electronics,
IEEE Transactions on , vol.40

More Related Content

What's hot

Scheduling for interference mitigation using enhanced intercell interference ...
Scheduling for interference mitigation using enhanced intercell interference ...Scheduling for interference mitigation using enhanced intercell interference ...
Scheduling for interference mitigation using enhanced intercell interference ...eSAT Journals
 
Simulation model of dc servo motor control
Simulation model of dc servo motor controlSimulation model of dc servo motor control
Simulation model of dc servo motor controlEvans Marshall
 
Performance Evaluation of MC-CDMA for Fixed WiMAX with Equalization
Performance Evaluation of MC-CDMA for Fixed WiMAX with EqualizationPerformance Evaluation of MC-CDMA for Fixed WiMAX with Equalization
Performance Evaluation of MC-CDMA for Fixed WiMAX with EqualizationIRJET Journal
 
Performance Analysis of Different Combination of Mimo Antenna System using Di...
Performance Analysis of Different Combination of Mimo Antenna System using Di...Performance Analysis of Different Combination of Mimo Antenna System using Di...
Performance Analysis of Different Combination of Mimo Antenna System using Di...ijtsrd
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...eSAT Journals
 
Best strategy to control data on internet-of-robotic-things in heterogeneous ...
Best strategy to control data on internet-of-robotic-things in heterogeneous ...Best strategy to control data on internet-of-robotic-things in heterogeneous ...
Best strategy to control data on internet-of-robotic-things in heterogeneous ...IJECEIAES
 
Radio Link Analysis for 4G TD- LTE Technology at 2.3 GHz Frequency
Radio Link Analysis for 4G TD- LTE Technology at 2.3 GHz FrequencyRadio Link Analysis for 4G TD- LTE Technology at 2.3 GHz Frequency
Radio Link Analysis for 4G TD- LTE Technology at 2.3 GHz FrequencySukhvinder Singh Malik
 
IRJET- Smart Home System using Voice Recognition
IRJET-  	  Smart Home System using Voice RecognitionIRJET-  	  Smart Home System using Voice Recognition
IRJET- Smart Home System using Voice RecognitionIRJET Journal
 
Characterization and Modeling of Low Voltage Distribution Networks for High S...
Characterization and Modeling of Low Voltage Distribution Networks for High S...Characterization and Modeling of Low Voltage Distribution Networks for High S...
Characterization and Modeling of Low Voltage Distribution Networks for High S...theijes
 
Ns 2 based simulation environment for performance evaluation of umts architec...
Ns 2 based simulation environment for performance evaluation of umts architec...Ns 2 based simulation environment for performance evaluation of umts architec...
Ns 2 based simulation environment for performance evaluation of umts architec...Makhdoom Waseem Hashmi
 
First Steps Toward Scientific Cyber-Security Experimentation in Wide-Area Cyb...
First Steps Toward Scientific Cyber-Security Experimentation in Wide-Area Cyb...First Steps Toward Scientific Cyber-Security Experimentation in Wide-Area Cyb...
First Steps Toward Scientific Cyber-Security Experimentation in Wide-Area Cyb...DETER-Project
 
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
 
Vertical handover in umts and wlan networks
Vertical handover in umts and wlan networksVertical handover in umts and wlan networks
Vertical handover in umts and wlan networksIAEME Publication
 
Ieeepro techno solutions ieee embedded project - multi channel remote contr...
Ieeepro techno solutions   ieee embedded project - multi channel remote contr...Ieeepro techno solutions   ieee embedded project - multi channel remote contr...
Ieeepro techno solutions ieee embedded project - multi channel remote contr...srinivasanece7
 
Mask Lte Planning Tool
Mask Lte Planning ToolMask Lte Planning Tool
Mask Lte Planning ToolAmr BARAKAT
 
Performance Analysis of ROF System using NRZ Coding
Performance Analysis of ROF System using NRZ CodingPerformance Analysis of ROF System using NRZ Coding
Performance Analysis of ROF System using NRZ CodingIRJET Journal
 
Assessment of Communication Technologies for a Home Energy Management System
Assessment of Communication Technologies for a Home Energy Management SystemAssessment of Communication Technologies for a Home Energy Management System
Assessment of Communication Technologies for a Home Energy Management SystemDesong Bian
 
Performance Analysis of Different Modulation Schemes using Wi-Max And LTE
Performance Analysis of Different Modulation Schemes using Wi-Max And LTEPerformance Analysis of Different Modulation Schemes using Wi-Max And LTE
Performance Analysis of Different Modulation Schemes using Wi-Max And LTEIRJET Journal
 

What's hot (19)

Scheduling for interference mitigation using enhanced intercell interference ...
Scheduling for interference mitigation using enhanced intercell interference ...Scheduling for interference mitigation using enhanced intercell interference ...
Scheduling for interference mitigation using enhanced intercell interference ...
 
Simulation model of dc servo motor control
Simulation model of dc servo motor controlSimulation model of dc servo motor control
Simulation model of dc servo motor control
 
Performance Evaluation of MC-CDMA for Fixed WiMAX with Equalization
Performance Evaluation of MC-CDMA for Fixed WiMAX with EqualizationPerformance Evaluation of MC-CDMA for Fixed WiMAX with Equalization
Performance Evaluation of MC-CDMA for Fixed WiMAX with Equalization
 
Performance Analysis of Different Combination of Mimo Antenna System using Di...
Performance Analysis of Different Combination of Mimo Antenna System using Di...Performance Analysis of Different Combination of Mimo Antenna System using Di...
Performance Analysis of Different Combination of Mimo Antenna System using Di...
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...
 
Best strategy to control data on internet-of-robotic-things in heterogeneous ...
Best strategy to control data on internet-of-robotic-things in heterogeneous ...Best strategy to control data on internet-of-robotic-things in heterogeneous ...
Best strategy to control data on internet-of-robotic-things in heterogeneous ...
 
Radio Link Analysis for 4G TD- LTE Technology at 2.3 GHz Frequency
Radio Link Analysis for 4G TD- LTE Technology at 2.3 GHz FrequencyRadio Link Analysis for 4G TD- LTE Technology at 2.3 GHz Frequency
Radio Link Analysis for 4G TD- LTE Technology at 2.3 GHz Frequency
 
IRJET- Smart Home System using Voice Recognition
IRJET-  	  Smart Home System using Voice RecognitionIRJET-  	  Smart Home System using Voice Recognition
IRJET- Smart Home System using Voice Recognition
 
Characterization and Modeling of Low Voltage Distribution Networks for High S...
Characterization and Modeling of Low Voltage Distribution Networks for High S...Characterization and Modeling of Low Voltage Distribution Networks for High S...
Characterization and Modeling of Low Voltage Distribution Networks for High S...
 
Ns 2 based simulation environment for performance evaluation of umts architec...
Ns 2 based simulation environment for performance evaluation of umts architec...Ns 2 based simulation environment for performance evaluation of umts architec...
Ns 2 based simulation environment for performance evaluation of umts architec...
 
First Steps Toward Scientific Cyber-Security Experimentation in Wide-Area Cyb...
First Steps Toward Scientific Cyber-Security Experimentation in Wide-Area Cyb...First Steps Toward Scientific Cyber-Security Experimentation in Wide-Area Cyb...
First Steps Toward Scientific Cyber-Security Experimentation in Wide-Area Cyb...
 
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
 
K1802036171
K1802036171K1802036171
K1802036171
 
Vertical handover in umts and wlan networks
Vertical handover in umts and wlan networksVertical handover in umts and wlan networks
Vertical handover in umts and wlan networks
 
Ieeepro techno solutions ieee embedded project - multi channel remote contr...
Ieeepro techno solutions   ieee embedded project - multi channel remote contr...Ieeepro techno solutions   ieee embedded project - multi channel remote contr...
Ieeepro techno solutions ieee embedded project - multi channel remote contr...
 
Mask Lte Planning Tool
Mask Lte Planning ToolMask Lte Planning Tool
Mask Lte Planning Tool
 
Performance Analysis of ROF System using NRZ Coding
Performance Analysis of ROF System using NRZ CodingPerformance Analysis of ROF System using NRZ Coding
Performance Analysis of ROF System using NRZ Coding
 
Assessment of Communication Technologies for a Home Energy Management System
Assessment of Communication Technologies for a Home Energy Management SystemAssessment of Communication Technologies for a Home Energy Management System
Assessment of Communication Technologies for a Home Energy Management System
 
Performance Analysis of Different Modulation Schemes using Wi-Max And LTE
Performance Analysis of Different Modulation Schemes using Wi-Max And LTEPerformance Analysis of Different Modulation Schemes using Wi-Max And LTE
Performance Analysis of Different Modulation Schemes using Wi-Max And LTE
 

Similar to Redundant Comms Robots Nuclear Apps

ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEMANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEMIRJET Journal
 
Fault Management of Electrical Drives Onboard Ship using Power Line Communica...
Fault Management of Electrical Drives Onboard Ship using Power Line Communica...Fault Management of Electrical Drives Onboard Ship using Power Line Communica...
Fault Management of Electrical Drives Onboard Ship using Power Line Communica...IRJET Journal
 
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
 
IRJET- MIMO-Energy Efficient and Spectrum Analysis using Congnitive Radio Tec...
IRJET- MIMO-Energy Efficient and Spectrum Analysis using Congnitive Radio Tec...IRJET- MIMO-Energy Efficient and Spectrum Analysis using Congnitive Radio Tec...
IRJET- MIMO-Energy Efficient and Spectrum Analysis using Congnitive Radio Tec...IRJET 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
 
Final paperenhancing distribution system through the use of real time etherne...
Final paperenhancing distribution system through the use of real time etherne...Final paperenhancing distribution system through the use of real time etherne...
Final paperenhancing distribution system through the use of real time etherne...Genc Gjergjani
 
IRJET- Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET-  	  Congestion Avoidance and Qos Improvement in Base Station with Femt...IRJET-  	  Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET- Congestion Avoidance and Qos Improvement in Base Station with Femt...IRJET Journal
 
Design and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry PiDesign and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry PiIRJET Journal
 
Design, development and implementation of novel idea
Design, development and implementation of novel ideaDesign, development and implementation of novel idea
Design, development and implementation of novel ideaeSAT Journals
 
A Survey- Energy Efficient Techniques in WBAN
A Survey- Energy Efficient Techniques in WBANA Survey- Energy Efficient Techniques in WBAN
A Survey- Energy Efficient Techniques in WBANIRJET Journal
 
IRJET- Power Line Carrier Communication (PLCC) Systems: A Review
IRJET- Power Line Carrier Communication (PLCC) Systems: A ReviewIRJET- Power Line Carrier Communication (PLCC) Systems: A Review
IRJET- Power Line Carrier Communication (PLCC) Systems: A ReviewIRJET Journal
 
POWER LINE COMMUNICATION FOR VEHICLE
POWER LINE COMMUNICATION FOR VEHICLEPOWER LINE COMMUNICATION FOR VEHICLE
POWER LINE COMMUNICATION FOR VEHICLEIRJET Journal
 
SE2R2: Secure Energy Efficient and Reliable Routing Protocol in Presence of P...
SE2R2: Secure Energy Efficient and Reliable Routing Protocol in Presence of P...SE2R2: Secure Energy Efficient and Reliable Routing Protocol in Presence of P...
SE2R2: Secure Energy Efficient and Reliable Routing Protocol in Presence of P...IRJET Journal
 
IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...
IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...
IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...IRJET Journal
 
IRJET- Power Line Carrier Communication
IRJET- Power Line Carrier CommunicationIRJET- Power Line Carrier Communication
IRJET- Power Line Carrier CommunicationIRJET Journal
 
Real time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running trainReal time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running traineSAT Journals
 
POWER LINE COMMUNICATION APPLICATIONS FOR SMART GRIDS
POWER LINE COMMUNICATION APPLICATIONS FOR SMART GRIDSPOWER LINE COMMUNICATION APPLICATIONS FOR SMART GRIDS
POWER LINE COMMUNICATION APPLICATIONS FOR SMART GRIDSIRJET Journal
 
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...IRJET Journal
 

Similar to Redundant Comms Robots Nuclear Apps (20)

ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEMANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
 
Fault Management of Electrical Drives Onboard Ship using Power Line Communica...
Fault Management of Electrical Drives Onboard Ship using Power Line Communica...Fault Management of Electrical Drives Onboard Ship using Power Line Communica...
Fault Management of Electrical Drives Onboard Ship using Power Line Communica...
 
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- MIMO-Energy Efficient and Spectrum Analysis using Congnitive Radio Tec...
IRJET- MIMO-Energy Efficient and Spectrum Analysis using Congnitive Radio Tec...IRJET- MIMO-Energy Efficient and Spectrum Analysis using Congnitive Radio Tec...
IRJET- MIMO-Energy Efficient and Spectrum Analysis using Congnitive Radio Tec...
 
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...
 
Final paperenhancing distribution system through the use of real time etherne...
Final paperenhancing distribution system through the use of real time etherne...Final paperenhancing distribution system through the use of real time etherne...
Final paperenhancing distribution system through the use of real time etherne...
 
IRJET- Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET-  	  Congestion Avoidance and Qos Improvement in Base Station with Femt...IRJET-  	  Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET- Congestion Avoidance and Qos Improvement in Base Station with Femt...
 
Design and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry PiDesign and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry Pi
 
Design, development and implementation of novel idea
Design, development and implementation of novel ideaDesign, development and implementation of novel idea
Design, development and implementation of novel idea
 
A Survey- Energy Efficient Techniques in WBAN
A Survey- Energy Efficient Techniques in WBANA Survey- Energy Efficient Techniques in WBAN
A Survey- Energy Efficient Techniques in WBAN
 
IRJET- Power Line Carrier Communication (PLCC) Systems: A Review
IRJET- Power Line Carrier Communication (PLCC) Systems: A ReviewIRJET- Power Line Carrier Communication (PLCC) Systems: A Review
IRJET- Power Line Carrier Communication (PLCC) Systems: A Review
 
POWER LINE COMMUNICATION FOR VEHICLE
POWER LINE COMMUNICATION FOR VEHICLEPOWER LINE COMMUNICATION FOR VEHICLE
POWER LINE COMMUNICATION FOR VEHICLE
 
SMART GRID(a) (3)
SMART GRID(a) (3)SMART GRID(a) (3)
SMART GRID(a) (3)
 
SE2R2: Secure Energy Efficient and Reliable Routing Protocol in Presence of P...
SE2R2: Secure Energy Efficient and Reliable Routing Protocol in Presence of P...SE2R2: Secure Energy Efficient and Reliable Routing Protocol in Presence of P...
SE2R2: Secure Energy Efficient and Reliable Routing Protocol in Presence of P...
 
IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...
IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...
IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...
 
IRJET- Power Line Carrier Communication
IRJET- Power Line Carrier CommunicationIRJET- Power Line Carrier Communication
IRJET- Power Line Carrier Communication
 
Real time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running trainReal time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running train
 
POWER LINE COMMUNICATION APPLICATIONS FOR SMART GRIDS
POWER LINE COMMUNICATION APPLICATIONS FOR SMART GRIDSPOWER LINE COMMUNICATION APPLICATIONS FOR SMART GRIDS
POWER LINE COMMUNICATION APPLICATIONS FOR SMART GRIDS
 
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
(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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 

Recently uploaded (20)

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
(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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 

Redundant Comms Robots Nuclear Apps

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3063 DEVELOPMENT OF REDUNDANT COMMUNICATION METHODS FOR ROBOTS IN NUCLEAR APPLICATIONS S.P.RESHMA1, SAJI JACOB GEORGE2, S.KALPANA3 1B.Tech Student, Electronics and Communication Engineering, Dhanalakshmi Srinivasan college of engineering and technology, Chennai, India, 2 Scientific Officers, RHIDS/RIMMD, IGCAR, Kalpakkam, India, 3Assitant professor, electronics and communication engineering, Dhanalakshmi Srinivasan college of engineering and technology, Chennai, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Generally the parallel communication between master control system and its sub-modules like analog front end, data acquisition unit or final control elementswillrequire a large number of wires. This project minimizes the cables by serializing the independent digital and analog lines, thus providing a better noise immunity to the system. To improve the data security, data encryption/decryption methods are used. For redundancy, alternate communication methods are implemented, thus ensuring flawless data transferevenincase of failure of one communication stream. Power line communication and optical fiber communicationmethodsare complementing each other along withRS-485communication, providing a secure and redundant data transfer between the sub-modules in a control system. Key Words: Serial communication, RS 485, optical fiber communication, power line communication, printed circuit board, Arduino board Introduction: The data communication is necessary partoftransmissionof value from control room to robots in the nuclear field. To make the robot work more efficiently with reduced number of cables, we introduce this redundant technique for communication. Redundant techniques in communication will generally involve more methods of data transferring. By doing this if any communication link fails also the alternate method will help in communication link fails also alternate methods will help in communication. This will improve the availability of the robot. Here power line communication and optical fiber communication methods are complementing each other along with RS-485 communication, providing a secure and redundant data transfer between the sub-modules in a control system. 1.1 Communication: The communication links, across which computers(or parts of computers) talk to one another, may be either serial or parallel. A parallel link transmitsone bit of data throughone channel whereas, a serial link transmits serialized stream of data will be send through one channel[1]. Hence thenumber of wire used for communication with the help of serial communication is less when compared with the parallel communication. 1.2 Channels for redundancy: The redundant communication is made possible by transmitting the data over multiple modes of communication. Each communication mode can be considered as a module. In this project we use three modules:  RS-485  Optical fiber communication  Power line communication These featuresmake it more important for the channel to be selected rather than any other channels. As this project is mainly applied in the nuclear reactor it should see to that the number of wires used should be minimum. This is because when the number of wires used increasesthere isa possibility that the radiationleakagemay occur. Hence this idea will reduce the number of wires used for communication also. 1.2.1. RS-485: RS-485 is connected with the help of MAX 488 that is more efficient and provides a full duplex. Hence communication can occur in both the directions. Fig:1.circuit connection for RS-485
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3064 1.2.2. OPTICAL FIBER COMMUNICATION: Fiber optic communication is a method of transmitting information from one place to another by sending pulses of light through an optical fiber. The light forms an electromagnetic carrier wave that is modulated to carry information. By this project we can send pulses of light through an optical fiber[2,3,4]. Fig:2.circuit connection for optical communication system 1.2.3. POWER LINE COMMUNICATION: Power line communication (PLC) is the use of existing electrical cables to transport data, and it has beenaroundfor a very long time. This basically means any technology that enables data transfer at narrow or broad band speeds through power line by using advanced modulation technology. This is done with the help of KQ 330F modules. The advantage of using this module is that allthecomponentsare widely available, and the range of devices that are available provide a variety of applications that can be achieved using simple plug-in or wire-in modules[5,6] fig:3.circuit connection for power line communication system Table -1: merits and demerits of each system Module RS-485 Optical fiber communication Power Line communication Merits: Lower signal level interface Resistance to Electromagnetic Interference Reduction inthe number of wiring used. Demerits: Not suitable to transfer large amount of data Cost Is Higher Than Copper Cable Data attenuation 2. Concept: In this paper, the multiple communication modules are established between two micro controllers and a joystick based motor speed control of robotic arm with stepper motor as prime mover is implemented to verify the communication link. The joystick is an analog joystick with two channels. The data from the joystick is digitized and send by the transmitter micro-controller (Arduino mega 2560) to the receiving side micro-controller (Arduino mega 2560) using the three communication modules explained in 1.2. The data is displayed in a character LCD in both transmitting side and the receiving side to verify the data integrity. The data received in the receiving end microcontroller is used for controlling the motion of two stepper motors, in either direction and variable speeds, according to the position of the joystick lever. The stepper motors drives the robotic arm through suitable reduction gears. A custom shield for MEGA2560 with all required electronics and connectors is designed and PCB is manufactured. All three modulesare soldered and tested on thePCB.Programs for the Arduino boards are written in Arduino IDE. RS-485 Optical fiber cable Power line cable Fig:4. Model of transmission 3. Transmitter side: In the transmitter side there is a controller (i.e., joystick) whose values are used to control the robotic arm. It also consists of the LCD display that helps in displaying the obtained value. Then the various communication transmitters are connected to the system in this side. Trans mitter Recei ver
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3065 Fig:5. Circuit connection for transmitter side. 3. Receiver side: The receiver side will have very similar connection that is in the transmitter side. The receiver side will have receiving end connection for each system. The receiver system will also have the LCD display that will display the received values from the communication channel. In addition to it , the receiver system is connected to the stepper motor that drives the robotic arm. The stepper motor is connected and controlled with the stepping drive. The stepping drive consists of two digital inputs, one for pulse and the other for direction of rotation. These two inputs are given to the digital pins of the microprocessor. Fig:5. Circuit connection for receiver side. Results & Conclusion: System has been assembled and tested and communication was established through all the three channels. The transmission and reception are done simultaneously and if any failure occurs in any of the channels, the system will work efficiently with one communication link. Redundancy is verified by removing one/two channels in random, the communication wasfound flawlessand roboticarmistested successfully. This project willhelp inprovidingredundantcommunication with the systems that are far apart. It also reduces the noise that is present in the system and very useful in communication system that cannot be regularly verified. It can be further implemented in automobiles too, so that the efficiency of the system control is in the hands. ACKNOWLEDGEMENT I expressmy sincere thanksto Dr. S Murugan, Head, RIMMD, FRTG, IGCAR and Mr. C.Rajagopalan, Head, RHIDS, FRTG, IGCAR for providing the lab faclities at IGCAR and constant support during the project. I also thank Mr. R. ANANADAN, HOD ECE, Dhanalakshmi Srinivasan College of engineering and technology for the continuous support and guidance. REFERENCES [1] J.G.Proakis. Digital communications. Mc Graw Hill, 4th edition, 2001 [2] Yoshitaka Takasaki, member, IEEE, Mitsuo Tanaka, Narimichi Maeda, member,IEEE,Kiichi Yamashita, and katsuyuki Nagano,” optical pulse formats for fiber optic digital communications:”,IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. COM-24,NO. 4, APRIL 1976 [3] Gred keiser, McGraw Hill, ”optical fiber communication”,4th edition 2008. [4] S.D.Personick, J. E. Goell “Receiver designfordigitalfiber optic communication system, 1-11,” bell syst. Tech .J., vol.52,pp.843-886,21. [5] Zheng-yan Xie;Ming-yue Zhai;Xiao-fengLiu,”researchon fractal characteristics of broadband power line communication signal”, International Conference on wireless communications, Signal processing and networking, year 2017. [6] Wong, E.M.C.; , "A phone-based remote controller for home and office automation," Consumer Electronics, IEEE Transactions on , vol.40