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

Experiment 5 Auto Operation of 2 Devices Using Timer

The document outlines an experiment for auto operation of two motors using a PLC ladder diagram and timers. It details the aim, objectives, equipment needed, and the procedure for simulating the operation with specific steps. The experiment demonstrates the use of an On-Delay Timer to alternate the operation of two motors based on a start and stop push button.

Uploaded by

visakhanil003
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)
18 views4 pages

Experiment 5 Auto Operation of 2 Devices Using Timer

The document outlines an experiment for auto operation of two motors using a PLC ladder diagram and timers. It details the aim, objectives, equipment needed, and the procedure for simulating the operation with specific steps. The experiment demonstrates the use of an On-Delay Timer to alternate the operation of two motors based on a start and stop push button.

Uploaded by

visakhanil003
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/ 4

6087 Automation Lab

INPUTS:
I:0/0 → START Push Button (NO)
I:0/1 → STOP Push Button (NC)
OUTPUTS:
O:0/0 → MOTOR 1
O:0/1 → MOTOR 2
INTERNAL RELAY:
B3:0/0 → BINARY BIT
TIMER:
T4:0 → TIMER1 (ON DELAY TIMER)
T4:1 → TIMER2 (ON DELAY TIMER)

Dept. of Instrumentation Engg. 28 GPC Koratty


6087 Automation Lab

DATE: ___/___/________

EXPERIMENT 5

AUTO OPERATION OF TWO DEVICES USING TIMER

AIM:

To construct PLC ladder diagram program for auto operation of two devices using
timer and simulate it.

OBJECTIVES:

At the end of the experiment, the student should be able to:

1) Understand the working of On-Delay Timer


2) Implement the auto operation of 2 devices using ladder logic
EQUIPMENTS:

 PLC Trainer kit with Allen Bradley MicroLogix 1000 PLC


 PC with RSLogix 500 (for programming), RSLogix Emulate 500 (for simulation),
and RSLinx Classic (for Communication) Software
 Communication Cable & Connecting Wires
THEORY:

The given system consists of two motors M1 and M2. The motors are operated
alternatively so that when M1 is ON, M2 is OFF and vice versa. The sequence of operation is:
(i). START Push Button is pressed to start the process.
(ii). TIMER1 starts and Motor M1 runs for 30 seconds.
(iii). After 30 seconds M1 turns OFF and TIMER2 starts.
(iv). Motor M2 runs for 30 second.
(v). After 30 seconds M2 turns OFF.
(vi). Repeat steps (ii) to (v) until STOP Push Button is pressed to stop the process.

PROCEDURE:

1) Start RSLinx under Start → All Apps → Rockwell Software → RSLinx →


RSLinx Classic

Dept. of Instrumentation Engg. 29 GPC Koratty


6087 Automation Lab

LADDER DIAGRAM:

Dept. of Instrumentation Engg. 30 GPC Koratty


6087 Automation Lab

2) Click Communications → Configure Drivers.


3) For simulation select SLC 500 EMULATOR DRIVER, and for implementing in
hardware select RS 232 DF1 DEVICES
4) Click Add New. The “Add New RSLinx Driver” dialog box appears. Click OK.
5) The new driver appears in the Configured Drivers list. Click Close. Minimize
RSLinx Classic window.
6) Double Click RSLogix 500 English Icon
7) Click File → New.
8) After Click New Select processor type (EMU500 for simulation and AB_DF 1-1
for hardware implementation) then press OK.
9) Now your ladder logic window open. Drag and drop the contacts, coils, and timers
and give address to them.
10) Complete the ladder diagram and save the project.
11) Verify the project and check for errors
12) If there is no error, then project is ready to download in PLC.
13) Download the program to PLC and go online
14) Apply inputs and verify the output.

RESULT:

Constructed the PLC ladder diagram program for auto operation of 2 motors using
timer and verified the operation.

Dept. of Instrumentation Engg. 31 GPC Koratty

You might also like