Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

PLC Questions

1. What are the advantages of PLCs over Hard wired Relay?


Answer:
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 less maintenance.
2.What are the two types of PLC input/output devices and give two examples for each one?
Answer:
a).Digital I/O Digital field input devices egs. are Push buttons and limit switches.
Digital field output devices egs. are relays,solenoid valves,motor starters.
b).Analog I/O Analog inputs are pressure,temperature and speed.
Analog outputs are voltage, PWM pulses, Valve position, speed.
3.Draw the relay ladder logic for the following logic functions:
a)AND b)OR c)NAND d)EX-OR
Answer:

a)

b)

c)

d)

4. Explain the following:


a) Difference between %Q and %AQ in PLC Ladder logic
Ans: %Q is for naming digital output and %AQ is for naming analog output
b)Why do we need to provide interlocking logic for star-delta connection in star-delta starter?
Ans:To avoid short circuit
c)What is the difference between ondelay timer and offdelay timer?
Ans: As for Timer ON Delay, Timer starts by turning ON the timer trigger bit, and the timer output
bit turns ON when the setup time has passed. As for Timer OFF Delay, the timer output bit turns OFF
when the setup time has passed after the timer input bit had turned OFF.

You might also like