ENT2251 Lab 6
ENT2251 Lab 6
Faculty of Technology
Department of Engineering Technology
ENT2251 – Introduction to Robotics Laboratory
Objectives:
Overview:
In this session you will design and implement basic logic gates AND, OR, and NOT using
Ladder Diagrams and identify light ON, OFF operation using (Preset)Timer in PLC.
Design Theory:
Basic symbols use in ladder diagrams.
Page 1 of 3
Ladder Symbol Description
The LAD NOT contact inverts the logical state of power
flow input.
• If there is no power flow into the NOT contact,
then there is power flow out.
• If there is power flow into the NOT contact, then
there is no power flow out.
Table 02: NOT logic inverter
Page 2 of 3
5. Setting the PLC properties. Enable the use of system memory byte and clock
memory byte.
6. Create ladder diagrams to perform following basic logic gate functions and draw the
ladder diagrams and truth table for each gate in your observation sheet.
• NOT Gate
• AND Gate
• OR Gate
7. Download Project 1 to PLC unit by selecting the Online >> Download to device in
menu bar.
8. Run the ladder program by selecting the Online >> Start CPU in menu bar.
Discussion:
1. Draw ladder diagram to obtain the following logic output, X. Sketch your ladder
diagram and the truth table in your observation sheet.
X=(A+B).(C+D)
2. Draw a ladder diagram to following task using preset timer and sketch your ladder
diagram in your observation sheet.
LED(ON) 5 Seconds
LED(OFF) Remain the off state
****
Page 3 of 3