What is the importance of PLC? in electrical field.

Asked by Last Modified  

13 Answers

Follow 1
Answer

Please enter your answer

Tutoring not my business, it is my Passion.

PLC has replaced the hard wired logic controls.if you want to change the logic,that can be done in few moments and most important the complicated logic by hard wired are very simple with the help of PLC.
Comments

Computer Teacher

It's a solid-state, programmable electrical/electronic interface that can manipulate, execute, and/or monitor, at a very fast rate, the state of a process or communication system. It operates on the basis of programmable data contained in an integral microprocessor-based system. A PLC is able to receive...
read more
It's a solid-state, programmable electrical/electronic interface that can manipulate, execute, and/or monitor, at a very fast rate, the state of a process or communication system. It operates on the basis of programmable data contained in an integral microprocessor-based system. A PLC is able to receive (input) and transmit (output) various types of electrical and electronic signals and can control and monitor practically any kind of mechanical and/or electrical system. Therefore, it has enormous flexibility in interfacing with computers, machines, and many other peripheral systems or devices. read less
Comments

Computer Teacher

//If I have taken two variables a=4 and b=5,then before swapping a=4, b=5 after swapping a=5, b=4. //So to swap I ll use bitwise XOR operation //My program would be #include stdio.h //kindly put the angle brackets over here..... my system #inlucde conio.h //doesnt suppot int main () { ...
read more
//If I have taken two variables a=4 and b=5,then before swapping a=4, b=5 after swapping a=5, b=4. //So to swap I ll use bitwise XOR operation //My program would be #include stdio.h //kindly put the angle brackets over here..... my system #inlucde conio.h //doesnt suppot int main () { int a,b; scanf("%d %d",&a,&b); printf("Before swapping\n a= %d\nb= %d\n",a,b); a =a^b; b =a^b; a =a^b; printf("after swapping\n a= %d\nb= %d\n",a,b); getch (); return 0; } read less
Comments

Teacher

PLC is stand for programmable logic controller is a digital computer used for automation of typically industrial electromechanical processes, such as control of machinery on factory assembly lines.
Comments

Electronics tutor

Automation engineers will be in greater demand as manufacturing/plants get more automated and energy efficiency gets more important. Sounds like a pretty good match, IT for the coding portion of PLC & SCADA and Electrical background for PLC hardware. If you are half decent at both, you will be an average...
read more
Automation engineers will be in greater demand as manufacturing/plants get more automated and energy efficiency gets more important. Sounds like a pretty good match, IT for the coding portion of PLC & SCADA and Electrical background for PLC hardware. If you are half decent at both, you will be an average PLC/SCADA programmer(Automation Engineer sounds cooler). If you are good at both you will be someone awesome in the company. If you like solving problems for the plant floor(think pumps, valves, sensors) via automation then you have found the perfect career. read less
Comments

Training Centre

Once you get over the "black box" syndrome, PLCs are actually easier to troubleshoot than traditional hard-wired control systems.Programmable logic controllers (PLCs) have become important building blocks for automated systems. Because they have constantly increased in capability while decreasing in...
read more
Once you get over the "black box" syndrome, PLCs are actually easier to troubleshoot than traditional hard-wired control systems.Programmable logic controllers (PLCs) have become important building blocks for automated systems. Because they have constantly increased in capability while decreasing in cost, PLCs have solidified their position as the device of choice for a wide variety of control tasks. read less
Comments

Tutor

PROGRAMMABLE LOGIC CONTROLLER mainly useful for controlling and monitoring the auxiliary equipment in thermal, nuclear power plants. It also has many other applications mainly actuating, monitoring, acquisition, commanding.
Comments

Tutor

This scope to the answer to this question is so vast that it would be impossible to go in details but on the whole, every big company, industry or any infrastructure requires some of the tasks to be preformed repeatedly with absolute precision and reliability. PLC or programmable logic controllers are...
read more
This scope to the answer to this question is so vast that it would be impossible to go in details but on the whole, every big company, industry or any infrastructure requires some of the tasks to be preformed repeatedly with absolute precision and reliability. PLC or programmable logic controllers are the components that do this job. They are basically high quality set of controllers that made to run without failures. eg: lifts, electric supplies, conveyors, ladders, fire systems, etc all are controlled by plc. So that they do not fail. In short, people pay more money to get high quality plc to avoid risk of breakdown. read less
Comments

Electrical Engineering ,gate

It is important in automation application...today as in advancement in technology we are moving towards easy processing units...in industry for any process ,if we want automation,we need to design a algorithm and proper relay system to operate...for example if we go in drives industry ..or in any cotton...
read more
It is important in automation application...today as in advancement in technology we are moving towards easy processing units...in industry for any process ,if we want automation,we need to design a algorithm and proper relay system to operate...for example if we go in drives industry ..or in any cotton mill or any processing unit...then there will be involvement of various components which all together makes the process successful ,to work with these components we need plc read less
Comments

Equal love for maths and english

controlling process
Comments

View 11 more Answers

Related Questions

How can I get good score in class 10?
For getting good score regular study is very important.Study start from the beginning of syllabus given.First understand topic and remind it and recall your memory.When the examination come near study...
Raj
Is it a good option to do a CA after a BTech? If yes, what is the procedure?
There are few factors you have consider: 1. Why do you have the idea of pursuing CA, is it out of your personal interest or something like as in recent days engineering is getting diluted and shortage...
Varsha
0 0
5
How do I score 90 marks in Maths for CBSE in class 10?
renu sundriyal this is the correct answer for doing Best example is which is self tested practice ncert all examples and each question of the exercise and past 10 years exams paper.
Saritha
How can I earn money through UrbanPro if I will give online tuition?
you can collect fee through urbanpro "Payment Collection" option.Sign up in it else by online transaction to your bank account.
Pramodini

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Role of numerical methods in Electronics & Communication and Electrical Branches and how to deal with it.
1) Role of Numericals: These problems are based on realizing circuits, being a R&D engineer, I would like to suggest all students to lay emphasis on Numerical Problems as they are very important both...
A

Akshay Jain

0 0
0

Introduction To Deep Learning
Today, Artificial intelligence(AI) is a thriving field with many practical applications and active research topics. The true challenge to artificial intelligence is to solve problems that human solve intuitively...
T

Tushar Gupta

0 0
0

Answer writing skills for the final examination
Dear Students,Answer writing for the final examination is explained clearly in the videos so please watch the video and also subscribe for the channel for more examination techniques.

Closures of Regular, DCFL, CFL, CSL, Recursive and RE Languages
Language/Operation Union Intersection Complement Concatenation Klene Star Reversal Intesection with Regular Regular(Type 3) Yes Yes Yes Yes Yes Yes Yes Deterministic Context...
R

Raveendra Tudangil

0 0
0

Chapter 1: Introduction part 1
Hello, first chapter is an Introduction. So, Let's start with introducing our subject. Name of our subject is BASIC MECHNICAL ENGINEERING. so if we divide the name what we'll get..? First word is...
N

Recommended Articles

According to a recent survey conducted by the NCAER (National Council of Advanced Economic Research), engineering is the most sought after course in India. Some engineering courses are offered as BE or Bachelor of Engineering while some as Bachelor in Technology or B.Tech. Since engineering is a professional course, the...

Read full article >

MBA, Medicine and engineering are the three main professional courses in India. Engineering is still one of the highly sorted after professional courses in the under graduate level, while MBA is favoured as a preferred post graduate course. To shine in these courses, one needs to work and study hard. Engineering as a...

Read full article >

E-learning is not just about delivering lessons online. It has a much broader scope that goes beyond manual paper or PowerPoint Presentations. To understand the reach of E-learning and how the whole process works in developing the Educational system, we will discuss a few points here. Let us find out how this new learning...

Read full article >

With the mushrooming of international and private schools, it may seem that the education system of India is healthy. In reality, only 29% of children are sent to the private schools, while the remaining head for government or state funded education. So, to check the reality of Indian education system it is better to look...

Read full article >

Looking for BTech Tuition ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you