0% found this document useful (0 votes)
20 views4 pages

PLC Excercise 2

Uploaded by

bhaktibhajan892
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views4 pages

PLC Excercise 2

Uploaded by

bhaktibhajan892
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Section 1 – Series & Parallel Circuits (LD, LDI, OUT)

Code a logic when X0 is ON, Y0 should be ON and when X0 is OFF, Y0 should


be OFF.

Code a series logic such that when X0 & X1 is ON, Y0 is ON

Code a Parallel Input logic such that when either of X0 or X1 is ON, Y0 is ON

Code a Parallel Output logic such that when X0 is ON, Y0 & Y1 are ON

Code a logic when X0 is ON, Y0 is ON & Y1 is OFF & when X0 is OFF, Y1


should be ON & Y0 should be OFF

Section 2 – Latching & Interlocking Circuits – Using OUT Commands

Code a logic when X0 is pressed, Y0 should be latched & when X1 is Pressed,


Y0 should be unlatched. (In this case consider X0 and X1 as NO Push Button)
Code a logic to interlock Y0 & Y1 using X0 & X1. Consider X0 & X1 as NO
Push Buttons & use X2 as NC Push Button to reset Y0 & Y1.

Section 3 – Latching & Interlocking Circuits – Using SET/RESET Commands

Code a logic when X0 is pressed, Y0 should be latched & when X1 is Pressed,


Y0 should be unlatched. (In this case consider X0 and X1 as NO Push Button)

Code a logic to interlock Y0 & Y1 using X0 & X1. Consider X0 & X1 as NO


Push Buttons & use X2 as NC Push Button to reset Y0 & Y1.

Section 4 – Use to Timers (TMR)

Code a Logic such that when X0 is ON, Y0 gets ON after delay of 5 secs.
When X0 is OFF, Y0 should be OFF

Do the similar operation, but delay should change to 0.05 seconds (or 50ms)
Do the similar operation, but delay should change to 0.005 seconds (or 5ms)

Code a Logic when X0 is ON, Y0 gets ON after 3 seconds delay & then after
delay of 3 more seconds Y1 should be on & after delay of 3 seconds Y2
should be ON.

Code a Logic, when X0 is ON, Y0 is ON for 10 seconds then OFF.

Code a Logic that can be used to start a Motor 1 (Y0) using X0 (NO) and then
after a delay of 10 sec start Motor 2 (Y1). When the Motor 1 is switched off
using X1(NC) there should be delay of 10 sec before the Motor 2 is off.

Code a Logic in which Y0 is ON (latch) only when X1 (NO) is ON in 10 sec. just


after start of the Switch X0 (NO). Otherwise if X1 is pressed after 10 sec.
Nothing should happen. Unlatch Y0 when X0 is OFF.
Section 5- Use of Timers (TMR) with Comparison Commands

Use one push button (X0) to turn ON Y0 in following sequence: Y0 on for 2


sec. then off for 2 sec. then on for 3 sec. then continuously off.

You might also like