Question Bank 16ee415 - PLC & Automation
Question Bank 16ee415 - PLC & Automation
COURSE OUTCOMES
C415.1 Gain knowledge about the architecture of PLC and I/O modules
C415.2 Understand the basic building blocks of PLC Programming and apply it into practical
issues
C415.3 Understand the necessity of HMI in automation and its panel types.
C415.4 Recognise the Installation and maintenance procedures and networking for PLC.
C415.5 Understand the architecture and demonstrate basic programming of SCADA.
C415.6 Understand the Principle of communication protocols
A C415.1
While
In Off Delay Timer —After The Input Is Turned Off There Is A Delay Before The Output Is Turned
Off.
12. Build a ladder logic program for NAND operation. AP C415.2
13. Create a ladder logic diagram a motor control circuit with two stop
buttons. When the start button is pressed, the motor runs. By sealing, it
continues to run when the start button is released. The stop buttons
stop the motor when they are depressed.
C C415.2
14. Briefly explain the function proximity sensor. Give some example.
A proximity sensor is a sensor able to detect the presence of nearby objects without any
physical contact. A proximity sensor often emits an electromagnetic field or a beam of
electromagnetic radiation (infrared, for instance), and looks for changes in the field or return U C415.1
signal.
For example, a capacitive proximity sensor or photoelectric sensor might be suitable for a
plastic target; an inductive proximity sensor always requires a metal target.
15. Build a Ladder logic for the following expression
C C415.2
Distributive Law A(B + C) = (AB) + (AC)
16. Build a Ladder logic for the expression Y=AB+CD
A C415.2
17. Create a Ladder diagram for two limit switches connected in series
with each other and in parallel with a third limit switch and used to
control a warning horn.
C C415.2
18. Compare the two data transfer instructions in PLC. U C415.2
1. LIM (Limit test) —Tests whether one value is within the limit range of two other
values.
2. MEQ (Masked Comparison for Equal) —Tests portions of two values to see
whether they are equal. Compares 16-bit data of a source address to 16-bit data at a
reference address through a mask.
3. EQU (Equal) —Tests whether two values are equal.
4. NEQ (Not Equal) —Tests whether one value is not equal to a second value.
5. LES (Less Than) —Tests whether one value is less than a second value.
6. GRT (Greater Than) —Tests whether one value is greater than a second value.
7. LEQ (Less Than or Equal) —Tests whether one value is less than or equal to a
second value.
8. GEQ (Greater Than or Equal) —Tests whether one value is greater than or equal
to a second value.
19. Illustrate the functional block of any two data compare instruction. U C415.2
https://www.plcacademy.com/function-block-diagram-programming
/
20. Construct a ladder logic using to count the number of people in a store AP C415.3
till 100, where people being entering and leaving continuously.
21. Build a ladder logic for continuous operation of a motor in forward AP C415.3
and reverse direction each 10 sec.
22. Build a ladder rung for the Boolean expression for Y=A(BC+D) AP C415.3
23. Explain the necessity of networking and interfacing in Industrial U C415.4
Automation.
24. Design a ladder diagram that will control a stepper motor so that it
rotates 10 steps forward, waits for 20 seconds and then cause the motor
to rotate 10 steps in the reverse direction.
C C415.4
25. What is HMI and Different types of interfaces in HMI? R C415.4
A Human-Machine Interface (HMI) is a user interface or dashboard that
connects a person to a machine, system, or device. While the term can
technically be applied to any screen that allows a user to interact with a
device, HMI is most commonly used in the context of an industrial process.
There are three basic types of HMIs: the pushbutton replacer, the data handler,
and the overseer.
26. Identify the benefits of an HMI over a desktop?
❏ Converting hardware to software.
U C415.3
❏ Eliminating the need for mouse and keyboard, and allowing
kinesthetic computer/human interaction.
27. Infer the functions of Client and server in HMI. U C415.4
28. Explain the functionalities in operator panel of HMI. U C415.4
29. List few maintenance guidelines for PLC R C415.4
● Any filters that have been installed in enclosures should be cleaned or replaced to
ensure that clear air circulation is present inside the enclosure.
● Keep a master copy of operating programs used.
● Dust and dirt accumulated in the PLC panel and circuit board should be cleaned. If
conductive dust reaches the electronic boards, a short circuit could result and cause
permanent damage to the circuit board. Ensuring that the enclosure door is kept
closed will prevent the rapid buildup of these contaminants.
● Connections to the I/O modules should be checked for tightness to ensure that all
plugs, sockets, terminal strips, and module connections are making connections and
that the module is installed securely. Loose connections may result not only in
improper function of the controller but also in damage to the components of the
system.
● All field I/O devices should be inspected to ensure that they are adjusted properly.
● Circuit cards that deal with process control analogs should be calibrated every 6
months. Other devices, such as sensors, should receive service monthly.
● Heavy noise or heat generating machines and instruments should not place close to
the PLC.
● Check the state of the battery that supports the RAM memory in the CPU. Most CPUs
have a status indicator that shows whether the battery voltage is sufficient to back up
the memory stored in the PLC. If a battery module is to be replaced, it must be
replaced with the same type of battery module.
30. Explain troubleshooting of a ground loop. U C415.4
To check for a ground loop, disconnect the ground wire at the ground termination and
measure the resistance from the wire to the termination point where it is connected
(see Figure below). The meter should read a large ohm value. If a low ohm value
occurs across this gap, circuit continuity exists,
meaning that the system has at least one ground loop.
31. Illustrate the role of servo motor in Manufacturing system.
A C415.4
32. What is SCADA? R C415.5
Supervisory Control and Data Acquisition (SCADA) is a control system architecture
that uses computers, networked data communications and graphical user interfaces
for high-level process supervisory management, but uses other peripheral devices
such as programmable logic controller (PLC) and discrete PID controllers to interface
with the process plant or machinery. The use of SCADA has been also considered for
management and operations of project-driven-process in construction
33. Classify the types of tag available in SCADA. U C415.5
· Internal Tag
· Virtual Tags
● A Data Point Tag stores a single process value, for example the state of a
pump, or a temperature.
● An Alarm Tag represents an abnormal condition.
● A Graphic Page Tag contains a visual representation of a process or
equipment.
● A Trend Page Tag shows how process values vary over time.
● A Program Tag runs an IEC-61131-3 program.
● A PLC Device Tag represents a programmable logic controller or similar
device.
● A Channel Tag represents a communication channel to a program logic
controller device.
34. Design alarm tag using digital tag. AP C415.5
35. Tell the functions of trend in SCADA R C415.5
36. List few applications of SCADA R C415.5
37. Explain OPC. U C415.6
OPC = OLE for Process Control
OPC is a software interface standard that allows Windows programs to
communicate with industrial hardware device. Open Platform Communications
(OPC) specifies the communication of real-time plant data between control devices
from different manufacturers.
38. Summarize the advantages of OLE over DDE? U C415.6
Object Linking & Embedding (OLE) is a proprietary technology developed by Microsoft that
allows embedding and linking to documents and other objects. It is an evolution of the original
Dynamic Data Exchange (DDE) concept that Microsoft developed for earlier versions of
Windows. While DDE was limited to transferring limited amounts of data between two
running applications, OLE was capable of maintaining active links between two documents or
even embedding one type of document within another.
The main benefit of using OLE, next to reduced file size, is the ability to create a
master file.
OLE
Object Linking & Embedding (OLE) is a proprietary technology developed by Microsoft that
allows embedding and linking to documents and other objects. OLE allows an editing
application to export part of a document to another editing application and then import it with
additional content. OLE is also used for transferring data between different applications using
drag and drop and clipboard operations.
DDE
Dynamic Data Exchange (DDE) is an interprocess communication system which
allows data to be communicated or shared between the applications in operating systems such
as Windows. Dynamic Data Exchange makes use of shared memory and a set of commands,
message formats and protocols for communication and sharing. DDE allowed programs to
manipulate objects provided by other programs and respond to user actions affecting those
objects.
40. What does DDE stands for? And explain its function? U C415.6
Dynamic Data Exchange (DDE) is an interprocess communication system which allows data to
be communicated or shared between the applications in operating systems such as Windows.
Dynamic Data Exchange makes use of shared memory and a set of commands, message
formats and protocols for communication and sharing. DDE allowed programs to manipulate
objects provided by other programs and respond to user actions affecting those objects.
(ii) Explain the Alarm logging and Tag logging in SCADA. - U C415.5 8
https://cache.industry.siemens.com/dl/files/270/1145270/att_3
6311/v1/Confm1_e.pdf - 216(Alarm logging)
15. (i) Illustrate the Installation and maintenance procedures and
AP C415.4
Troubleshooting techniques of PLC P:376-386 8
Explain the concept of Human Machine Interface and working of
U C415.3 8
Touch panels and Integrated displays.Refer:sent pdf
16. (i) Analyze the functionality of HMI in PLC based automation with A C415.4 16
an example Refer: sent pdf
17. (i) Explain the architecture of SCADA with a neat sketch. U C415.5 10
https://electricalfundablog.com/scada-system-components-archi
tecture/
https://www.elprocus.com/scada-systems-work/
(ii) Show the functions of SCADA and summarize the functions U C415.5 6
performed by SCADA components.
https://automationforum.co/how-a-scada-works-and-functions-
of-scada/
18. (i) Demonstrate the process of DDE server configuration AP C415.6 10
Refer: sent pdf or
https://www.promotic.eu/en/pmdoc/Subsystems/Comm/DD
E/DDE.htm
(ii) Explain OPC protocol with respect to SCADA.Refer: sent pdf U C415.5 6
https://www.matrikonopc.com/opc-drivers/302/base-driver-de
tails.aspx
19. (i) Explain the process of interfacing SCADA and PLC with an U C415.6 16
example
20. (i) Explain the principle and working of Pressure Sensor. B : 39-40 U
C415.1 8
(ii) Explain principle and working of Temperature Sensor. B: 35-56 U
C415.1
8