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

Industrial Electronics Lab 2

LAB # 02
PERFORM
VARIOUS LOGIC
EXECUTION
USING DISCRETE
I/O’s

Sir Syed University of Engineering & Technology Page 1


Industrial Electronics Lab 2

Experiment No 02(a)
Access to Car Wash
OBJECT: PLC based exercise to automatic access control of car wash.

Task Description: Access to a car wash is prohibited by a Red Lamp when there is still a
vehicle sensed by S1 OR when supervisor presses a latch button S2. If none of these conditions is
met, in other words the access is free; a Green Lamp is to light up.

Process Schematic:

Red

Green CAR WASH

Ladder

FBD:

Stl

Sir Syed University of Engineering & Technology Page 2


Industrial Electronics Lab 2

Assignment List:
INPUT OUTPUT

SYMBOL LOGIC ADDRESS SYMBOL LOGIC ADDRESS

S1 I0.0 RED Q0.0

S2 I0.1 GREEN Q0.1

Conclusion : In this lab we create different logic according to plc scenarios


Experiment No. 2(b)
Garage Ventilation Control
OBJECT: PLC based exercise of garage ventilation control

Task Description: An underground garage is equipped with four fans. A light at the
entrance/exit Shows the state of the garage’s ventilation, thus regulates incoming/outgoing
Vehicles.

 Green
When three or four fans are operating, ventilation is good and the light is to show Green.

 Yellow
Wen only two fans are operating, ventilation is adequate and the light is to show Yellow.

 Red
When none or only one fan is operating, ventilation is no longer adequate and the light is
to show red.

Problem schematic:

LADDER:

Sir Syed University of Engineering & Technology Page 3


Industrial Electronics Lab 2

LD I0.0
A I0.1
A I0.2
LD I0.0
A I0.1
A I0.3
OLD
LD I0.1
A I0.2
A I0.3
OLD
LD I0.0
A I0.2
A I0.3
OLD
= Q0.0
Network 2
LDN I0.0
AN I0.1
AN Q0.0
LDN I0.2
AN I0.3
OLD

Sir Syed University of Engineering & Technology Page 4


Industrial Electronics Lab 2
LDN I0.0
AN I0.2
OLD
LDN I0.1
AN I0.2
OLD
= Q0.1
Network 3
LDN Q0.0
AN Q0.1
ON I0.0
ON I0.1
ON I0.2
ON I0.3
= Q0.2

Assignment list:
Input Output

Symbol Logic address Symbol Logic address

L1 I0.0 red Q0.0

L2 I0.1 yellow Q0.1

L3 I0.2 green Q0.2

L4 I0.3

Conclusion : In this lab we create different logic according to plc scenarios

Experiment No. 2(c)


Detection of the Direction of a Conveyor Belt
OBJECT: PLC based exercise detecting the direction of a conveyor belt using
proximity sensor.

Task Description: A conveyor belt that is equipped with two photoelectric barriers (PEB1
and PEB2) that are designed to detect the direction in which a package is moving on the belt.
Each photoelectric light barrier functions like a normally open contact.

Process Schematic:

Sir Syed University of Engineering & Technology Page 5


Industrial Electronics Lab 2

Assignment List:
INPUT OUTPUT

SYMBOL LOGIC ADDRESS SYMBOL LOGIC ADDRESS

PEB1 I0.0 Clock wise Q1.0

PEB2 I0.1 Counter clock wise Q1.1

// Network Comment
LD I0.0
AN Q1.1
= Q1.0
LD PEB_02:I0.1
= Q1.1

Conclusion : In this lab we create different logic according to plc scenarios

Experiment No. 2(D)


Controlling a Conveyor Belt
OBJECT: PLC based exercise for controlling of single conveyor belt using
sensor operation

Sir Syed University of Engineering & Technology Page 6


Industrial Electronics Lab 2

Task Description: A conveyor belt that can be activated electrically. There are two push
button switches at the beginning of the belt: S1 for START and S2 for STOP. There are also two
push button switches at the end of the belt: S3 for START and S4 for STOP. It is possible to start
or stop the belt from either end. Also, sensor S5 stops the belt when an item on the belt reaches
the end.

Process Schematic:

Assignment List:
INPUT/OUTPUT SYMBOL LOGIC ADDRESS COMMENTS

S1 I0.0 START

S2 I0.1 STOP

S3 I0.2 START

S4 I0.3 STOP

S5 I0.4 STOP

MOTOR Q0.0 MOTOR

LADDER:

Conclusion : In this lab we create different logic according to plc scenarios

Sir Syed University of Engineering & Technology Page 7

You might also like