Nivi Report
Nivi Report
Nivi Report
NIVETHA S
71382104029
BACHELOR OF ENGINEERING IN
ELECTRONICS AND COMMUNICATION ENGINEERING
June, 2023
COURSE CODE: UIMC001-INTERNSHIP TRAINING
BONAFIDE CERTIFICATE
bonafide work of Miss.NIVETHA.S who carried out the training work under my supervision.
Certified further, that to the best of my knowledge the work reported here in does not form part of
any other project report or dissertation on the basis of which a degree or award was conferred on an
DECLARATION
I affirm that the Industrial Internship Training report titled “INDUSTRIAL INTERNSHIP
in partial fulfillment of the requirements for the award of the Degree of BACHELOR OF
original work carried out by me. It has not formed the part of any other project work submitted
for award of any degree or diploma, either in this or any other Institution.
NIVETHA.S
71382104029
Category A (max.50 marks ) B (max.50 marks) Total (A+B) (max 100 Marks)
GRADE POINT
My heartfelt thanks are to the personalities for helping us to bring out this internship in a
successful manner.
I would like to express my sincere gratitude and hearty thanks to our beloved Principal
Dr. M. PAULRAJ, for providing guidance and an opportunity to bring out the excellence in the
Internship.
I wish to extend my gratitude to Professor & Head of the Department of In Electronics
and communication Engineering Dr. S. ANILA, for his conscientious guidance and
encouragement.
I like to give my sincere thanks to the Internship Coordinator Dr. S. MARY
PRAVEENA, Associate Professor, Department of Electronics and communication Engineering
for his guidance and support.
I would like to thank the respected Tutors of the Department of Electronics and
communication Engineering for their help to attend the Internship.
I thank my beloved parents for their constant support and blessings. Finally, I wish to
thank, our guide Mr.Senthil kumar, Telecom officer BHARAT SANCHAR NIGAM LIMITED for
allowing me to attend the Internship at BHARAT SANCHAR NIGAM LIMITED , BALAJI
NAGAR, THANJAVUR
1
2. TABEL OF CONTENT
S.NO PAGE
TOPICS
NUMBER
1 ACKNOWLEDGEMENT 1
2 TABLE OF CONTENT 2
3 LIST OF FIGURES 4
4 LIST OF ABBREVATIONS 5
5 ABSTRACT 6
6 INTRODUCTION 7
i. Company’s Background 7
7 TELECOM NETWORK 9
i. Call setup 9
ii. Electronic Exchange 11
iii Carrier Room 12
7.3.1 Conventional Leased Line system 13
7.3.2 Managed Leased Line Network 15
ii. Main Distribution Frame 19
iii. 7.4.1 Function of MDF 20
iv. Power Plant 22
v. How a Telecom Exchange Work 22
2
8 Engine and Alternator 23
OMC 24
9 Switching 24
3
4
3. LIST OF FIGURES:
5
4. LIST OF ABBREVIATIONS
AUTOM- Automation
6
5. ABSTRACT:
The report presents the summary of the various tasks taken up in the BHARAT
SANCHAR NIGAM LIMITED, Thanjavur, during the Industrial Internship period at the
former industry. The detailed explanation of telecom is taken in both Technical and Non-
technical and activities are presented in the report. In addition to the above mentioned
works, some activities such as live sessions of PLC were also taken up and successfully
completed during the period of internship. The manufacturing and working process of
various equipment and machines which run on Industrial Computers that run on inputs
and sensors were studied. The focus for this detailed steady is provided by their
applications and various types of demo program.
7
6. INTRODUCTION
8
Bharat Net,BSNL Towers Limited
Website bsnl.co.in
Subsisidiaries Mahanagar Telephone Nigam Limited
HISTORY OF BSNL
Bharat Sanchar Nigam Limited is India's government enterprise and its history can be
traced back to the British India. The foundation of telecom network in India was laid
by the British sometime during the 19th century. During the British era, the first
telegraph line was established between Calcutta and Diamond Harbour in 1850. The
British East India Company started using the telegraph in 1851 and until
1854telegraph lines were laid across the country. In 1854, the telegraph service was
opened to the public and the first telegram was sent from Mumbai to Pune. In 1885,
the Indian Telegraph Act was passed by the British Imperial Legislative Council.
After the bifurcation of Post and Telegraph department in the 1980s, the creation of
Department of Telecom eventually led to the emergence of the government owned
telegraph and telephone enterprise which led to the foundation of BSNL.
For 160 years, BSNL had operated the public telegram service. In 2010 the telex
network between its 182 offices was replaced with the "Web Based Telegram Messaging
System" which relied on internet connections rather than telex lines (which are more
reliable where power outages are more common). This led to a decline in service, and the
company applied the title "diminished service" to telegrams in 2010. Finally on 15 July
2013 the public telegram service was shut down completely
9
7. TELECOM NETWORK
This section includes brief introduction of how a call is processed when we dial a call
from basic telephone to another basic telephone or from basic to mobile or vice versa.
10
Fig 7.1 Programming Logic Controller
11
Fig 7.2 - CPU Operating Cycle
A PLC’s most important components are its CPU, its I/O modules, and its rack
and power supply.
The CPU is the brain of the PLC; it handles the mathematical heavy lifting
required to run an automated system at an extreme speed.
The I/O modules connect the field inputs (the sensory feedback to the
machine) and the outputs (the devices to produce mechanical motion and
other actions) to the rack.
The rack connects the processor and the I/O modules to pass data between the
two; the power supply supplies the energy to do this. As per the diagram
above, each scan cycle sees the PLC do internal diagnostic checks, check the
inputs, execute the program logic, then update output bits accordingly.
This process continues as long as the PLC is in run mode.
7.3 PLC Architecture:
12
Fig 7.3 PLC Architecture
The term PLC architecture refers to the design specification of the various PLC
hardware and software components and the how they interact with one another to
form the overall PLC system.
The architecture of a PLC is based on the same principles of that used in
standard computer architecture. However, PLC architecture does differ
because the design is based around providing high reliability, immunity to
harsh industrial environment, ease of maintenance and access to large
amounts of peripheral inputs and outputs.
If a PLC system is described as having closed architecture it refers to a
proprietary system of hardware and software components that cannot (or is
difficult to) connect to other manufacturers components and software.
13
The heart of the PLC system is the CPU (Central Processing Unit). It is made
up of a control unit and processor.
The CPU control unit manages the interaction between the various PLC
hardware components while the CPU processor handles all the number
crunching and program (eg ladder logic) execution.
14
SFC is a graphical language that provides coordination of program sequences, supporting
alternative sequence selections and parallel sequences.
LD is a graphic language for discrete control and interlocking logic. It is completely
compatible with FBD for discrete function control
ST is a text language used for complex mathematical procedures and calculations less
well suited to graphical languages.
IL is a low-level language similar to assembly code. It is used in relatively simple logic
instructions.
Relay Ladder Logic (RLL), or ladder diagrams, is the primary programming language
for programmable logic controllers (PLCs). Ladder logic programming is a graphical
representation of the program designed to look like relay logic.
C is a high level programming language suited to handle the most complex computation,
sequential, and data logging tasks. It is typically developed and debugged on a PC.
BASIC is a high level language used to handle mathematical, sequential, data capturing
and interface functions.
15
FIG 7.4 PLC Programming software
The procedure for programming a PLC for a certain application depends on the
type of standard manufacturer software tool and the type of control application. But in
order to give a basic guidance to the students, this article provides a simple approach
of designing control application in PLC programming software, as given below. But
this way of programming doesn’t exactly fit into all the types of programming tools
and control applications.
16
Step 1: Analyse and Get the Idea of Control Application
The primary step to program the PLC is to get the idea for which you are going to
develop an application-based program. If you are driving a line follower robot by the use
of DC motor when the push button is pressed. This status must be displayed by the LED
light when the motor gets turn on. The motor is also attached with a sensor (Here it is
considered as another switch) that detects obstacles, so when this turned on, the motor
should be turned off. And correspondingly, if the motor switched off, the buzzer should
be turned on.
Step 2: List All the Conditions and Get the Design using Flowchart
The variables of the above project are M: Motor, A: Input Switch 1, B: Input
Switch 2, LED and Bu: Buzzer, and the designing of the logic is easy with the
implementation of flow chart, which is given below for the above application.
17
FIG 7.6 PLC programming using flowchart
Open the programming software installed in the PC that comes with PLC
hardware. Select the hardware model of the PLC in the software and configure it with
appropriate input and output modules. Select the ladder language (LD) from the list of the
programming languages, and choose the hardware processor and give a name for the
program.
18
Step 4: Add the required rungs and address them
Add the required rungs based on the control application logic and give the address
to the each and every input and outputs. The ladder logic diagram of the above discussed
example is given below.
Locate the Online section in the menu bar and select Online. Check for the errors
and make necessary changes after selecting Offline. Again, go online and select the Run
option to simulate it.
After the successful simulation of the program, download the program to CPU by
selecting the download option through a network or communication cable.
19
7.6 SCHNEIDER ELECTRIC SOFTWARE FOR PLC:
As the brain and nerves of many applications in the industrial world, PLC and
I/O modules must be working at optimal levels to maintain peak performance
in a production facility. At Schneider Electric Industrial Repair Services, they
have the skills to reliably refurbish programmable logic controls (PLC) and
associated input-output modules (I-O or I/O) so that these critical components
function as they should.
20
So Machine is all-in-one software for automating machines and smaller systems.
Engineers can use it for both PLC and HMI development to minimize
development time and cost.
The highly skilled and experienced technicians that perform PLC and I/O repair
work are backed by engineers that design programs to fully exercise the memory
and functions of each PLC or I/O module tested ensuring the equipment is
restored to proper working order.
Schneider Electric’s repair service replaces component parts identified as
defective during visual inspection and static testing, as well as components
identified as likely unreliable due to age or indications from our extensive repair
historical database.
I was really excited to start my PLC Programming which was first ever
engineering cum experiment which I really learnt a lot and Schneider Electric
goes down in a logical Sequence
21
FIG 7.10 Programmable memory
TYPES OF MODULES:
Fixed
Module
Distributed
When considering PLC architecture types we can generally say that fixed PLCs are
used for smaller sized, less complex application. Modular PLCs are generally used for
medium sized, more complex applications. Whereas distributed PLCs are used for large
sized, extensive application spread across multiple location.
22
7.8 Advantages and Disadvantages of PLC:
Advantages:
Troubleshooting is Easier and Faster.
-Easy to develop Programs by offline simulation
-Less amount of Space Needed
-Less Maintenance
-Easy to Monitor Inputs and Outputs by HMI devices and from PC's
Disadvantages:
Cost of PLC is high
PLC'S are designed by semiconductors, which are depends on thermal
characteristics
Glass industry:
PRCs controllers have been in use in the glass industry for decades. They are used
largely to control the material ratio as well as to process flat glasses. The technology has
been advancing over the years and this has created an increased demand for the PLC
control mode for use in the glass industry.
Paper industry:
In the paper industry, PLCs are used in various processes. These include
controlling the machines that produce paper products at high speeds. For instance, a PLC
controls and monitors the production of book pages or newspapers in offset web printing .
23
Cement Manufacturing
Today, in every process human is interacting with machines and moreover there is
an increase in human productivity with the interaction between persons and equipment.
24
Human Machine Interfaces (HMI) enables workers to perform duties with the help
of concise automation equipment via an interface instead of switches and levers. As a
tool for convergence of visual computing and automation control systems, industrial
automation with human machine interface systems usually consists of LCD panels, often
with touch screen capability, mounted on the control consoles of industrial automation
equipment. In industrial automation, human machine interface systems face challenges of
creating scalable HMI product families with varying performance levels, scalable
graphics resolutions and different display type.
Most modern control systems employ a PLC (Programmable Logic Controller) as a means to
control motors, pumps, valves and various other equipment are used in a process. Computer
based HMI (Human Machine Interface) products provide the means by which process personnel
interact with the PLC control system. A well designed combination of PLC’s and HMI’s can be a
solid foundation for your process automation needs.
9. STEPPER MOTOR:
In the past, stepper motors couldn’t keep up with servo motors in demanding
applications, but recent advances have greatly upgraded stepper-motor
performance, expanding the areas in which they can make positive differences.
Stepper motors are often used in demanding applications, such as this
packaging machine.
25
Fig.9.1 Stepper Motor
The three main elements of a stepper-motor setup are the motor, controller, and
drive. These three components are used along with a programmable logic controller
(PLC) or a PC, either of which provides supervisory control and coordination among
multiple stepper motors. Most systems are connected to a PLC for supervisory
control.
26
FIG 9.2 Stepper motor system
CONTROLLER:
MOTOR:
27
FIG 9.3 Application in Industry
28
Digital data links, such as the Ethernet protocol Modbus TCP, only require a
single cable between the PLC and the stepper-motor controller, simplifying
installation. Several stepper-motor controllers can be connected in an Ethernet
network, further reducing wiring.
Digital communications are more flexible and let new functions be added
simply by reprogramming the PLC and stepper-motor controller, rather than
running new wires. The full gamut of stepper-motor controller functions,
including control, monitoring, and diagnostics, is typically available via the
digital data link, all through a single Ethernet cable.
ADVANTAGES:
1. Stable. Can drive a wide range of frictional and inertial loads.
2. Needs no feedback. The motor is also the position transducer.
3. Inexpensive relative to other motion control systems.
4. Standardized frame size and performance.
5. Plug and play. Easy to setup and use.
6. Safe. If anything breaks, the motor stops.
7. Long life. Bearings are the only wear-out mechanism.
8. Excellent low speed torque. Can drive many loads without gearing.
9. Excellent repeatability. Returns to the same location accurately.
10. Overload safe. Motor cannot be damaged by mechanical overload.
DISADVANTAGES:
1. Low efficiency. Motor draws substantial power regardless of load.
2. Torque drops rapidly with speed (torque is the inverse of speed).
3. Low accuracy. 1:200 at full load, 1:2000 at light loads.
4. Prone to resonances. Requires micro stepping to move smoothly.
5. No feedback to indicate missed steps.
6. Low torque to inertia ratio. Cannot accelerate loads very rapidly.
7. Motor gets very hot in high performance configurations.
8. Motor will not "pick up" after momentary overload.
9. Motor is audibly very noisy at moderate to high speeds.
10. Low output power for size and weight.
29
10. 3 PHASE INDUCTION MOTOR
A 3-phase induction motor is an electric motor that runs on three-phase power. It is a type
of alternating current (AC) motor, and it is one of the most commonly used motors in
industrial settings.
The 3-phase induction motor is a type of asynchronous motor, meaning that it does not
run at a synchronous speed. It relies on the difference in frequency between the stator and
rotor currents to produce torque. The stator is the stationary part of the motor that
contains the windings, and the rotor is the rotating part of the motor.
The 3-phase induction motor has a number of advantages, including high efficiency, low
cost, and good performance at both high and low speeds. It is also relatively simple to
construct and maintain.
Overall, the 3-phase induction motor is a reliable and efficient motor that is widely used
in a variety of industrial and commercial applications.
30
10.1 3 PHASE INDUCTION MOTOR SYSTEM
A 3-phase induction motor is an electric motor that uses three alternating currents of
different phases to generate a rotating magnetic field. The three phases are used to create
a rotating magnetic field that turns the motor's rotor, which is made up of a series of
conductive windings or bars.
The rotor is connected to a load, such as a pump or fan, which is turned by the motor's
rotation. The speed of the motor's rotation is controlled by the frequency of the power
supply, and the amount of torque the motor can produce is determined by the strength of
the magnetic field.
3-phase induction motors are widely used in industrial and commercial applications due
to their reliability, efficiency, and low cost. They are also commonly used in residential
and small business applications, such as air conditioning units and washing machines.
31
10.2 PLC/3 Phase Induction-Motor Communication:
Inputs
Safety Switch
Start Pushbutton Switch
Stop Pushbutton Switch
MCCB feedback
Contactor feedback
Overload relay feedback
Outputs
Contactor Coil which drives an induction motor
32
Step 3: Prepare power and control drawings.
There are MCCB, Contactor, and Overload Relay in the power drawing. We have used
the feedback as NO contact from MCCB, Contactor, and Overload Relay and connected
it to inputs I0.0, I0.1, and I0.2.
There is a safety switch, start pushbutton, and stop pushbutton which is connected to I0.3,
I0.4, and I0.5.
The output Q0.0 is driven to a 24V DC relay and the relay’s NO contact will be used as
the main driver to conduct a contactor coil in the control.
Network1: This network is showing the ready status of the motor, if the MCCB is ON
and the safety switch is in a normal position then the motor is ready to start.
Network2: This network shows the start logic for the motor. If there is no error and the
motor is ready to start then when the operator presses the start button from the local panel
it will activate the driver to start the motor.
Network3: Whenever the operator presses the stop pushbutton it will deactivate the
driver.
33
Fig 10.4 Network Diagram
34
Network5: This network shows the error status or trip status of the motor due to
excessive current from the overload relay.
Network6: Whenever the operator presses the safety switch or power MCCB goes off
then it will deactivate the driver in this network.
Network7: The status of the driver is transferred to the coil which is the main output of
the PLC.
35
10.3 ADVANTAGES AND DISADVANTAGES OF 3 PHASE
INDUCTION MOTOR
ADVANTAGES
High efficiency: Three-phase induction motors have a high efficiency, typically around
90%. This means that they waste very little energy as heat, which makes them more cost-
effective to operate.
Low maintenance: These motors do not have brushes or commutators, which means
they do not require regular maintenance such as brush replacement. This makes them
very reliable and easy to maintain.
High power factor: Three-phase induction motors have a high power factor, which
means they can effectively use the power supplied to them. This makes them more
efficient and can help to reduce energy costs.
Wide range of sizes and types: Three-phase induction motors are available in a wide
range of sizes and types, making them suitable for a variety of applications.
DISADVANTAGES
Limited starting torque: These motors have limited starting torque, which means they
may not be suitable for applications that require a high starting torque.
Requires starter: These motors require a starter to get them up and running, which can
add to the initial cost.
36
11. CONCLUSION:
37
12. REFERENCES:
www.instrumentationtools.com
www.automationtools.com
www.autoprimer.com
www.isre.org
www.educba.com
www.soildtech.com
www.softwaretestingmentoe.com
www.browerstack.com
www.arktech.com
www.grantaautomation.com
www.automationworld.com
38