0% found this document useful (0 votes)
237 views

Industrial Automation Lab EXERCISE 2

This document contains 4 rungs of logic for a PLC program. The first rung will activate output 0 when inputs 0 and 1 are on. The second rung will activate output 1 when either input 0 or 1 is on. The third rung will activate output 2 when inputs 2, 3, or 4 are on and input 5 is off. The fourth rung marks the end of the program.

Uploaded by

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

Industrial Automation Lab EXERCISE 2

This document contains 4 rungs of logic for a PLC program. The first rung will activate output 0 when inputs 0 and 1 are on. The second rung will activate output 1 when either input 0 or 1 is on. The third rung will activate output 2 when inputs 2, 3, or 4 are on and input 5 is off. The fourth rung marks the end of the program.

Uploaded by

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

EXERC_2

LAD 2 - --- Total Rungs in File = 4

This RUNG is TRUE when PLC inputs 0 AND 1 are activated


Examine if input Examine if input
File Bit 0 is at a File Bit 1 is at
logic state 1 logic state 1 Examine PLC Output 0
I:0 I:0 O:0
0000
0 1 0
Bul.1762 Bul.1762 Bul.1762

This RUNG is TRUE when PLC input 0 OR 1 is activated


Examine if input
File Bit 0 is at a
logic state 1 Examine PLC Output 1
I:0 O:0
0001
0 1
Bul.1762 Bul.1762

Examine if input
File Bit 1 is at
logic state 1
I:0

1
Bul.1762

This rung is TRUE when PLC input 2,3 OR 4 is activated, AND PLC input 5 is deactivated
I:0 I:0 O:0
0002
2 5 2
Bul.1762 Bul.1762 Bul.1762

I:0 O:0

3 3
Bul.1762 Bul.1762

I:0

4
Bul.1762

0003 END

Page 1 Wednesday, September 20, 2017 - 11:46:51

You might also like