SlideShare a Scribd company logo
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

PDF
Integrating device to device network with internet of health things: Towards ...
PDF
Opnet based simulation and investigation of wimax network using different qo s
PDF
Smart communication system scs
PDF
Data Transmission Analysis using MW-5000 at 5.8 GHz Frequency
PDF
Performance Analysis of Data Traffic Offload Scheme on Long Term Evolution (L...
PDF
Tight Coupling Internetworking Between UMTS and WLAN: Challenges, Design Arch...
PDF
VEGAS: Better Performance than other TCP Congestion Control Algorithms on MANETs
PDF
Remote reading of electricity meters using PLC
Integrating device to device network with internet of health things: Towards ...
Opnet based simulation and investigation of wimax network using different qo s
Smart communication system scs
Data Transmission Analysis using MW-5000 at 5.8 GHz Frequency
Performance Analysis of Data Traffic Offload Scheme on Long Term Evolution (L...
Tight Coupling Internetworking Between UMTS and WLAN: Challenges, Design Arch...
VEGAS: Better Performance than other TCP Congestion Control Algorithms on MANETs
Remote reading of electricity meters using PLC

What's hot (19)

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

Similar to IRJET- Development of Redundant Communication Methods for Robots in Nuclear Applications (20)

PDF
gsmackay-en3602-project
PPTX
RS-485 modbus serial communication using robtic arm.pptx
PDF
PPT
Rf controlled fire fighting robot
PDF
Thesis v06-13th jan
PPTX
PLC and SCADA communication
PDF
A010240110
PDF
Wireless Remote using RF Module
PDF
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
PDF
Mobile robotic platform to gathering real time sensory data in wireless perso...
PDF
A novel hybrid communication technique involving power line communication and...
PDF
A novel hybrid communication technique involving power line communication and...
PDF
Industrial communication protocol
PDF
IMPROVING WORK EFFICIENCY BY REDUCING INTERFACE NOISE GENERATION EXPERIENCED ...
PPTX
6.serial communication.pptx
PDF
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
PPTX
Modbus communication protocol
PPTX
OPTICAL COMMUNICATION
DOCX
Hand gesture controlled robot
PDF
Nasa final report
gsmackay-en3602-project
RS-485 modbus serial communication using robtic arm.pptx
Rf controlled fire fighting robot
Thesis v06-13th jan
PLC and SCADA communication
A010240110
Wireless Remote using RF Module
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
Mobile robotic platform to gathering real time sensory data in wireless perso...
A novel hybrid communication technique involving power line communication and...
A novel hybrid communication technique involving power line communication and...
Industrial communication protocol
IMPROVING WORK EFFICIENCY BY REDUCING INTERFACE NOISE GENERATION EXPERIENCED ...
6.serial communication.pptx
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Modbus communication protocol
OPTICAL COMMUNICATION
Hand gesture controlled robot
Nasa final report
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
Construction Project Organization Group 2.pptx
PDF
Well-logging-methods_new................
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
web development for engineering and engineering
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
Geodesy 1.pptx...............................................
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Construction Project Organization Group 2.pptx
Well-logging-methods_new................
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
web development for engineering and engineering
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Embodied AI: Ushering in the Next Era of Intelligent Systems
Geodesy 1.pptx...............................................
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Automation-in-Manufacturing-Chapter-Introduction.pdf
CH1 Production IntroductoryConcepts.pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf

IRJET- Development of Redundant Communication Methods for Robots in Nuclear Applications

  • 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