UrbanPro

Take BTech Tuition from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

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

Is it necessary to join coaching classes after class 11?
First of all to join school is important but it also depend on your school standards. If teacher are good and provide best which is important to you than must join otherwise can take tution classes outside...
K.
0 0
5
How long should a student of class 9 practice math?
For an average and a slow learner 2 hours per day is required whereas for a above average just enough to have at glance. It depends on the strengths of the child on the subject.
Bhushan
0 0
5
I need help with my engineering mathematics syllabus
Its very easy math u can contact any tytor for one month
Shubham
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
What is the fee for a student going to class 11 for JEE coaching?
fees for JEE coaching (11th or 12th) its depends upon which coaching your joining like if u will go KOTA and your joining RESONANCE, BANSAL, ALLEN, MOTION, VIBRANT, CAREER POINT almost all coaching will...
Saddam
0 0
6

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

Ask a Question

Related Lessons

Drag And Its Classifications
Introduction Drag is the enemy of flight and its cost. One group of those forces is aerodynamic forces that split into two forces: Lift force or lift, and Drag force or drag. A pre-requisite to aircraft...

Understanding Asymptotic Notations And Big Oh(O)
What are asymptotic notations for complexity analysis?A problem may have numerous algorithmic solutions. In order to choose the best algorithm for a particular task, you need to be able to judge how long...

📘 Basic B.Tech/Diploma Mathematics Formula Sheet
🧮 1. Algebra (a + b)² = a² + 2ab + b² (a − b)² = a² − 2ab + b² a² − b² = (a + b)(a − b) 📐 2. Trigonometry sin²θ...

Engineering Safety
For safety, speed and fuel efficiency, when designing recreation and transportation vehicles, engineers take into account all forces acting on the object. Engineers consider drag forces when they design...

Refrigeration Cycles & Its Applications
The term “refrigeration” is used to denote maintenance of a system or body at a temperature lower than that of its surroundings. The system maintained at the lower temperature is known as refrigerated...

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
X

Looking for BTech Tuition Classes?

The best tutors for BTech Tuition Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Take BTech Tuition with the Best Tutors

The best Tutors for BTech Tuition Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more