Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

...Mechatronics ..

PLC PROGRAMMING

Department of Mechanical Engineering

Mechatronics

Structure of Rung
Input Output

Fig. 1 . A Ladder rung


Department of Mechanical Engineering

The Notation used depending upon the Manufacturer of PLC :


1 2 3

Mechatronics Lab

Logic Functions Latching Sequencing

Department of Mechanical Engineering

Logic Functions :
A] OR gate b] AND gate c] NOT gate

Mechatronics
12 Marks

Problem : 1 ] Construct the ladder logic diagrams for the following also develop a truth table for all three logics.

A] OR gate
Input Output M1

Fig. 1 . OR gate
CR 11 CR 12 M1

0
0 1 1

0
1 0 1

0
1 1 1

Truth Table
Department of Mechanical Engineering

Logic Functions :
b] AND gate
Input Output M1

Mechatronics

Problem : 1 ] Construct the ladder logic diagrams for the following also develop a truth table for all three logics. A] OR gate b] AND gate c] NOT gate 12 Marks

Fig. 2 AND gate

CR 11

CR 12

M1

0
0 1 1

0
1 0 1

0
0 0 1

Truth Table
Department of Mechanical Engineering

Logic Functions :
c] NOT gate
Input Output M1

Mechatronics

Problem : 1 ] Construct the ladder logic diagrams for the following also develop a truth table for all three logics. A] OR gate b] AND gate c] NOT gate 12 Marks

M1

Fig. 2 . NOT gate

CR 11

M1

0
1

1
0

Truth Table
Department of Mechanical Engineering

You might also like