Interview Questions

PLC Interview Questions with Answers Part 1

In this session we are gonna discuss about some PLC Interview Questions with Answers and this part contains 15 questions

1. What is Programmable Logic Controllers (PLCs)?

Programmable L[ogic Controllers (PLCs) are the micro processor controller devices situated at the remote sites of the plant or at the field of the process systems. PLCs purpose is to monitor the process parameters located at the field and adjust the outputs based on the inputs received by the PLCs. PLCs will operate on any systems which will have input field devices that are On-Off type (discrete or digital ) or analog input devices. Similarly it will operate on the field devices which will be discrete or analog output type.

In simple words, PLC acts as interface between the input and output devices at the process side of the industries. It monitors the inputs receive from the input devices and takes necessary output control functions by executing the programs stored in its memory.

The term Logic is used in Programmable Logic Controllers because all the program inside the PLC will be of Logic programming (eg: Ladder diagrams).

In industrial applications hard wired relay logics were replaced by Programmable Logic Controllers due to its reliability, simplicity, low cost, easier programming and many other functions.


2. What are the applications of PLC?

Ans. PLC can be used in almost all industrial application solutions right from small machine to large manufacturing plants. Even it caters applications of redundant systems at critical process plants.


3. Explain what are different components in PLC?

Ans. Following are the different components in PLC:

  1. Input Interface.
  2. Memory Section.
  3. Central Processing Unit (CPU).
  4. Programmable Language.
  5. Programming tool.
  6. An output Interface.

4. What are the two basic sections of PLC?

Ans. The two basic sections of PLC are:

  • CPU
  • The Input/Output interface system

5. What are the three major components of CPU?

Ans. The three major components of CPU are:

  • Processor
  • Memory system
  • System power supply

6. Explain what is the programmable language used in PLC?

Ans. The general language program consists of Ladder Diagrams. Relay logic control scheme is represented in Ladder diagrams. Alternative languages uses Boolean representation of these control schemes as base of the computer representation.


7. Explain what does Central Processing Unit (CPU) of PLC consists?

Ans. CPU is the brain of the system and consists of:

  • Microprocessor: To carryout arithmetic and logical operations.
  • Memory: The area in the CPU in which the information is stored and retrieved.
  • Power Supply: The electrical supply that converts the ac voltage to various DC operating voltages.

8. Explain what is SCAN in PLC ?

Ans. SCAN is the process in which a sequential operation of the controller that goes through the ladder diagram from top to bottom of the ladder. In this process it updates all the outputs corresponding to the inputs. SCAN takes place from left to right of each rung. Usually SCAN time is in milliseconds and it is a continuous process.


9. What are the PLCs Advantages or Benefits?

Ans. Following are the PLCs Advantages or Benefits:

Higher Reliability: Once the program written and tested it can be easily downloaded into other PLC’s memory. It requires lesser and simpler wiring compared to conventional hard wired circuits employed. Hence reliability of the system increases significantly with PLCs.

More Flexibility: It is easier to create a new program module or change an existing program in PLC compared to hard wired circuitry system. These software program modules can be changed whenever required. Use can modify the programs in the field and if required, security can be enhanced by hardware interlocks such as key locks and software features such as passwords.

Lower Cost: PLCs were originally designed to replace relay control logic which is not economical and complex especially for large control circuits. With PLCs the cost savings have been so significant that the relay control becomes uneconomical except for some power applications. Generally if the application consists of more than half a dozen control relays, PLCs are least expensive to install.

Low Cost PLC’s for beginners

Communication Capability: Communication capability of PLC with the other controllers and computers in the system is one of the main advantages compared to relay control circuit. Functions such as Supervisory control, data acquisition from the field, monitoring devices and process parameters associated with the field and downloading and uploading of programs can be easily possible with the PLC compared to hardwired circuits.

Faster Response: PLCs are designed for high speed and for the real time applications.Response time for PLCs are much smaller compared to relay logic circuits. The programmable controllers operates in real time i.e, an event taking carrying out at field will result in execution of operation of output.

Easy to Troubleshoot: PLCs have inbuilt diagnostics and override functions that helps the user to easily trance the software and hardware errors.


10. Explain Advantages of PLCs than Hard wired Relay?

Ans. PLCs are highly reliable, easily programmable, Small and Inexpensive, PLCs can be designed with the communication capabilities so they can converse with the local or remote computer. They can sustain in robust environment with less maintenance.


11. How to program PLCs ?

Ans. Every PLC manufacturer have their own software for programming the PLC. For example Siemens uses Simantic S7 Manager, Allen Bradley uses RS Logix and Modicon uses PLC pro programming software. The programming language used is Ladder Logic (LD), Statement List (STL), Functional Block Diagram (FBD), Sequential Function Chart (SFC), Instruction List (IL) etc.


12. What is the meaning of scan time in PLC?

Ans. Scan time is the Time required to read the I/P, Process the logic and update the output in one cycle.


13. Why 4-20 ma and not 0-20 ma?

Ans. When you use a 4-20 ma signal, the PLC will be able to detect a cable break, because it returns 0 ma.

When you use a 0-20 ma signal, the PLC won’t be able to detect a cable break, because it returns 0 ma and the PLC will think there is nothing wrong with the signal.


14. What Is SIL?

Ans. SIL stands for Safety Integrity Level. A SIL is a measure of safety system performance. It has four levels. Higher the SIL level, lower the probability of failure for the safety systems. The cost and complexity also increases as SIL level increases.


15. Name different types of timers used in PLC.

Ans. In PLC, timers may be On delay timer, Off delay timer, Retentive or accumulative timer & Pulse timer.

The basis of every time is ON DELAY timer. Using only On delay we can arrange various other types of times.


Click the link below to read the continuous questions

PLC Interview Questions with Answers Part 2

Also read

How a 4-20 mA current loop works

What is a 4-20 mA Current Loop?

Related Articles

Leave a Reply

Back to top button