Unit 4 16marks
Unit 4 16marks
1. Sketch and explain the architecture of plc. (APRIL/MAY2019) (NOV / DEC 17 & 16)
Explain the architecture of a PLC and explain about its elements. (NOV / DEC 17 & 16)
Explain how the timer and counter operations are carried out in PLC. (APRIL/MAY2019)
3.
TIMER:
A timer is a special counter ladder function that allows the PLC to perform timing
operations based on a precise internal clock.
Types of Timers:
Delay ON Timers
or ON delay timers
Delay OFF Timers
or OFF delaytimers
Pulse Timers
Cascaded Timers
ON-OFF Cycle
Timers
One Shot Timers
Delay ON Timers:
The term delay is used to indicate that this timer burns on, after waiting for a fixed time
delay period.
When there is an input, the timer is energised and starts timing, after some pre-set value, the
timer contacts are closed to output.
TON is used to denote ON-delay.
Delay OFF Timers:
OFF delay timers are maintained as ON for a fixed time of delay period before turning
off.
TOF is used to denote OFF-delay.
Here, the input device supplies current to the input module. For the PLC input unit, hence
the input module is the sink for the current. Sinking input units are used for interfacing with
electronic equipment.
So, if a switch is connected to the negative of the battery and current flows from positive to
negative, by conventional current flow direction, it is said to be the sinking for Current. For
the PLC output unit, the current flows from output device to the output module then the output module
is the sink for current.
5. Explain the components of a PLC with a suitable block diagram. (APR / MAY 2018)
A programmable logic controller (PLC)
Program is a specially designed digital operating
Microprocessor-based controller that uses a
programmable memory for internal storage of
instructing and for internal storage of instructing
and for implementing function such as logic,
sequencing, timing, counting and arithmetic in order
to control machines and processes.
BASIC COMPONENTS OF PLC: The PLC
hardware system consists of the basic components
are
Processor
Memory
Power Supply
Input I Output modules
Programming device
Monitor
6. Draw The Ladder Diagram Of Or,Nor ,Nand, Xor Logic (NOV/DEC 2018) (APRIL / MAY 2018)
a) AND b) OR
c)NAND e)XOR
7. Discuss PLC timer system with diagrams. (NOV/ DEC 17) (APR / MAY 2017)
TIMER:
A timer is a special counter ladder function that allows the PLC to perform timing operations
based on a precise internal clock.
Types of Timers:
Delay ON Timers or ON delay
timers
Delay OFF Timers or OFF delay
timers
Pulse Timers
Cascaded Timers
ON-OFF Cycle Timers
One Shot Timers
Delay ON Timers:
The term delay is used to indicate that this timer burns on, after waiting for a fixed time delay period.
When there is an input, the timer is energised and starts timing, after some pre-set value, the timer
contacts are closed to output.
TON is used to denote ON-delay.
Delay OFF Timers:
OFF delay timers are maintained as ON for a fixed time of delay period before turning off.
TOF is used to denote OFF-delay.
8. How is an internal relay used to start multiple outputs? Discuss this with a ladder diagram. (NOV/
DEC 17)
INTERNAL RELAY:
An internal relay behaves like relays with their associated
contacts, buy they are not actual relays whose simulations are
controlled by the PLC software.
Internal relays can be very useful in the implementation of switching
sequences.
They are often used when there are programs with multiple input
conditions.
They are also known as Auxiliary relays or markers.
In using an internal relays, it has to be activated on one rung of a
program and then its output used to operate switching contacts on another rung of a program.
9. What are the factors considered in the selection of a PLC system? Give examples.(NOV/ DEC 17)
SELECTION OF PLCS
The selection process of PLC for a particular task depends on the following factors.
Capacity of Input and Output
No. of Inputs and Outputs
Types of Inputs and Outputs
Size of memory required I,
Speed and Power required of the CPU
10. Write a short note on Jump Control used in PLC. (APR / MAY 2017)
The jump control is an output instruction enabling part of s ladder program to be jumped over.
With the jump instruction, the processor scan time can be reduced by jumping over instruction not
pertinent to the machine operation.
Jump to subroutine (JSR), Instruction format
Jump To Label (JMP), instruction format:
11. Discuss how AND, OR, NOR, and NAND systems can be formed with ladder diagram. (APR /
MAY 2017)
AND GATE OR GATE
Here, the input device supplies current to the input module. For the PLC input unit, hence the
input module is the sink for the current. Sinking input units are used for interfacing with
electronic equipment.
So, if a switch is connected to the negative of the battery and current flows from positive to negative,
by conventional current flow direction, it is said to be the sinking for Current. For the PLC
output unit, the current flows from output device to the output module then the output module is the
sink for current.
16. State that the steps followed in Input / Output processing of PLC.
The sequence followed by a PLC when carrying out a program can be as follows:
Scan the inputs associated with one rung of the ladder program
Solve the logic operation involving those inputs.
Set / Reset the outputs for that rung
Move on the next rung and repeat the operations 1, 2, 3
18. Explain in detail AND logic function of PLC with its LADDER Diagram.
AND Logic Function:
AND logic circuit represents series circuit
AND gate is composed with two inputs and one output.
AND gate produce output when both the inputs are HIGH state.
20. Explain NAND Logic function with necessary PLC ladder diagram.
NAND Logic Function:
NAND is a combination of AND and NOT gates.
Arrangement shows AND gate is followed by NOT gate. Hence it is called NOT AND gate.
Both the inputs A and B have to be at LOW state to get the output at HIGH state.
NAND Gate is composed of two or more input with a single output.
Any one input is in LOW state also output will be HIGH state
UNEXPECTED QUESTIONS
1. What is latching? explain with necessary PLC ladder diagram.
Latching:
It is necessary to hold an output coil energized, even when the input ceases
The term latch is used for the circuit used to carry out such an operation.
Latch circuit is a self – maintaining circuit that maintains its output in an energized state until the next
input is updated
2. Define Timer. Explain in detail of Delay ON & OFF Timer with neat sketch.
TIMER:
A timer is a special counter ladder function that allows the PLC to perform timing operations
based on a precise internal clock.
Types of Timers:
Delay ON Timers or ON delay timers
Delay OFF Timers or OFF delay timers
Pulse Timers
Cascaded Timers
ON-OFF Cycle Timers
One Shot Timers
Delay ON Timers:
The term delay is used to indicate that this timer burns on, after waiting for a fixed time delay period.
When there is an input, the timer is energised and starts timing, after some pre-set value, the timer
contacts are closed to output.
TON is used to denote ON-delay.
It is required to sound an alarm if a sensor indicates a temperature above 90˚C and remain
sounding until the temperature falls below 75˚C.
For this, the ladder diagram is shown above.
The input temperature data is inputted to the source address and the destination address contains the
set value.
When the temperature rises 90˚C or higher, the data value in the source address becomes > the destination
address value and there is an output to the alarm which latches the input
When the temperature falls to 75˚C or lower, the data value in the source address becomes <
the destination address value and there is an output to the relay which then opens the contacts and so
switches the alarm off.
Data Arithmetic Operations:
PLCs are offered with the ability to carry out the arithmetic operations such as addition, subtraction,
multiplication and division only.
They cannot carry out exponential functions.
Addition and subtraction operations are used to alter the value of data held in data registers.
Multiplications are used to multiply some input before adding to or subtracting it from another.
Code Conversions:
All the internal operations in the CPU of a PLC are
carried out through binary numbers.
Most PLCs provide BCD-to-binary and binary-to-
BCD conversion for use.
When a decimal (input) signal is given, BCD conversion is used.
Similarly, when a decimal output is required, Decimal conversion is used.
The data at the source address is in BCD and converted to binary and placed at the destination
address.
The selection process of PLC for a particular task depends on the following factors.
Capacity of Input and Output
No. of Inputs and Outputs
Types of Inputs and Outputs
Size of memory required I,
Speed and Power required of the CPU