25 Most Important PLC Interview Questions and Answers

0
368
PLC Interview Questions and Answers

PLC – Programmable Logic ControlLER

PLCs are computerized industrial controllers or solid-state control devices used in the automation sector to carry out sequential or discrete logic.

PLCs are a combination of software & hardware. It serves as the brain of the machine (or) system in automation control systems.

The digital electronic device known as a PLC carries out the following fundamental functions.

  • Implements particular functions, such as programming logic, sequence, timing, counting, and arithmetic operations, using programmable memory to store instructions.
  • Manage technical procedures and electrical devices.

PLC is used extensively in automation to control and monitor industrial applications.

It contains both hardware & software.

PLCs in automation

This controller device is able to be executed and operated both automatically and manually.  It requires more effort, time, utility, & accurate system operation to function properly.

  • It improves the system’s reliability and stability.
  • It conducts exact operations in very little time. This can be the reasons that PLC is now widely utilized in industry.

PLC has various components. Each component is related to various PLC operations & functions.

Basic components of PLC

  1. Input & Output Modules: These modules offer input to the PLC & generate output. Input and output might be digital or analog.
  2. Power Supply:  This component is accountable for supplying AC (or) DC power to the PLC.
  3. Central Processing Unit (CPU): The Central Processing Unit (CPU) stores and executes PLC software applications.
  4. Memory System: The memory system stores and retrieves information needed for PLC operations.
  5. Communication Protocol: Multiple devices can be linked to the PLC. Communication protocols are used to transfer information from one component to another.
  6. PLC Programming (Software Skills): PLC logic must be implemented using a programming language.

These are the 6 fundamental components of a PLC.

PLCs are classified into 3 types based on how they are construction structure and working:

  • Compact PLC
  • Modular PLC
  • Distributed PLC

The primary implementations of PLC are in industries; however, other applications of PLC include

  • Driving Motors
  • Light Lamps
  • Button Switches
  • Traffic signals
  • Water Draining Pumps
  • Photo sensors.

Redundancy is defined as a state of non-usefulness. When PLCs go out of service or have defects, they cannot be utilized. 

They become useless & are referred to as redundant. It’s called PLC redundancy.

Redundancy in PLC

The different companies have created their own PLC brands. These are a few well-known PLC brands.

  • ABB PLC
  • AB (Rockwell) PLC
  • Siemens PLC
  • Delta PLC
  • Mitsubishi PLC
  • Honeywell PLC
  • Omron PLC
  • Schneider PLC
  • Hitachi PLC
  • Fatek PLC
  • Bosch PLC
  • GE (General Electric) PLC

PLCs made by Siemens and Allen-Bradley (AB) are primarily utilized for projects and educational resources purposes.

HMI – Human Machine Interface

HMI essentially allows operators to connect (or) communicate with the system they are monitoring. 

The HMI displays a graphical representation of the mechanical system’s status and allows direct control over its operation. 

Graphical HMI screens are able to be programmed to show the operator all relevant status & control information.

The programming language is utilized to write the software that controls the PLC or automation system.

According to the IEC standard, 5 different programming languages are utilized in PLC.

The list of several PLC languages utilized in the industry is as follows.

  • Structured Text (ST)
  • Ladder Diagram (LD)
  • Function Block Diagram (FBD
  • Instruction List (IL)
  • Sequential Function Charts (SFC)

Sequential Control: PLC converts binary signal input into output that is utilized for sequential technical processing; here, PLC retains all steps in sequential process in the correct order.

Plant Monitoring: A PLC continuously monitors the state of a system and performs the appropriate actions in connection with process under control or displays a notification to the operator.

Shutdown System: The working premise of a PLC is to receive a controlled process input signal, process it in accordance with a program stored in memory, and then generate an output signal to operate the actuator or other equipment.

Ladder logic has 3 fundamental organizing components:

RUNG: A function is used to write ladder logic instructions. The CPU runs the scan program from left to right, ladder by ladder from top to bottom.

INSTRUCTION: Ladder logic Instructions are separated into two parts.

  1. Input Instructions: Located on the left side of ladder Check, compare, or specify conditions.
  2. Output Instructions: Located on the right side. Perform some activity.

BRANCHES: Branches are used in ladder logic to build several paths that directly read the state of inputs & outputs.

LD – Ladder Diagram

It is the most popular and widely acknowledged programming language for PLCs.

It is simple to develop PLC logic with LD because it has a graphical user interface.

LD is also known as “Ladder Diagram Language” or “Ladder Logic Language”.

Ladder Diagram in PLC

The timer is the most important PLC command. 

The timer is used to activate & control devices for a set period of time. The programmer may set the timer according to the project requirements.

Within a PLC system, the power supply is in charge of supplying the necessary energy for the processor, input/output (I/O) modules, and communication components. 

Its input voltage typically ranges from 120 to 230 volts (V) (or) 24 V DC. 

It returns to the plane with an output of around 5 V DC at 2–5 A.

Reed relays are electrical switches which utilize an electromagnet to open and close two contacts. 

They have a coil looped around a reed switch with overlapping blades, or ‘reeds’. 

When power is provided to the coil, it generates a magnetic field that draws these components together, forming contact and allowing electricity to pass through the relay.

Rack or chassis refers to the hardware assembly of all modules of a modular PLC, such as the power module, communication module, CPU, & input & output modules. 

It enables an even distribution of power supply to all modules and serves as a communication link between the CPU & the other modules.

A backplane is used in PLC racks to provide power & interconnectivity between numerous modules. 

Backplane in PLC

Communication is handled by attaching one (or) more expansion boards to the backplane.

In general, three basic types of timers are utilized:

  • On Delay Timer
  • Off Delay Timer
  • Retentive On Timer (RTO)

The counter command is useful for sequentially counting digital numbers. It’s an aspect of the mathematical function.

A PLC counter is a function block that counts up (or) down until it hits a set limit. When the limit is met, the output is set. Counting, however, is commonly employed in PLC programming. You will frequently be required to count several things.

PLC counters are classified into three types:

  • Up Counter
  • Down Counter
  • Up/Down Counter

Mostly, the up/down counter is utilized in PLC programming.

  • Make sure that every cable connecting the PLC to the plant is full, safe, complies with all local regulations, & meets all necessary specifications.
  • Verifying that the voltage setting that the PLC is set for is met by the entire incoming power supply.
  • Verify that the settings on all safety equipment are appropriate for the trip.
  • Make sure the emergency stop button functions.
  • Ensure that every input/output device is providing the right signals & is connected to the appropriate input/output locations.
  • Loading & testing the software.

MCR – Master Control Relay

It is a type of instruction found in Siemens’ PLC software. This instruction is utilized to terminate the process.

MCR IN PLC

Some different types of MCR instruction include:

  • MCRA (Master Control Relay Active),
  • MCRD (Master Control Relay Deactive),
  • MCR> (Master Control Relay Greater),
  • MCR< (Master Control Relay Less).
  • PLC exists in both software & hardware forms. However, relay occurs only on the hardware basis.
  • PLCs are easier to monitor and control than relays.
  • The problem with PLC software is simple to identify.
  • PLCs provide more operating capabilities and functionality than relays.
  • PLCs are more flexible and reliable than relays.
  • The PLC programming logic is easier to alter and implement than the relay.
  • With PLC, you can only run one program at a time. You cannot run numerous PLC programs at the same time.
  • There are certain restrictions to using PLC in the workplace. 
  • Performance decreases in some conditions, such as high temperatures and vibrations.
  • PLC is used in industries such as steel, glass, cement, paper mills, coal mines, automobiles, chemical industries, textile industries, robotic systems, and food processing.
  • It is utilized in power plants that transmit and distribute electricity.
  • It is utilized for household uses in remote sensing devices.
  • PLC can also be used in educational settings, such as academic or research initiatives.
  • PLC is primarily utilized for commercial & educational (academic) use.