Problem Description



Yüklə 2,74 Mb.
Pdf görüntüsü
səhifə77/98
tarix23.07.2023
ölçüsü2,74 Mb.
#137216
1   ...   73   74   75   76   77   78   79   80   ...   98
PLC-4

Problem Description
Two Motors are running in a sequence one by one for a particular time. If the start button is pressed
Motors run in sequence such that 1st Motor stays ON for 5secs and then 2nd Motor is turned ON and
stays ON for 5secs. And the cycle is repeated until it is interrupted. While motors are running in the
sequence, if one motor is running and the button of other motor is pressed, then the running Motor should
stop and the other motor should run. Implement this logic in PLC using Ladder Diagram programming
language.
Problem Solution

Define addresses of motors.

Create latching seal in contact to start and stop the sequential operation.

Use TON timer to generate a particular time delay, same or different.

Use DN bit of first timer to energize 2nd motor coil and activate second timer.

No need to use Reset coils, program will reset the timers itself after completion of each cycles.

Use Parallel Start Motor contact to start one motor when other motor is running.
PLC Program
Here is PLC program to Drive Motors Simultaneously with Interlocking, along with program explanation
and run time test cases.
List of Inputs and Outputs
I:1/0
= Motor0 Start
(Input)
I:1/1
= Motor2 Stop
(Input)
I:1/2
= Master Start
(Input)
I:1/3
= Master Stop
(Input)
O:2/2
= Master Coil
(Output)
O:2/0
= Motor0
(Output)


 T4:0 
= Motor0 Timer
(Timer)
O:2/1
= Motor1
(Output) 
T4:1
= Motor1 Timer
(Timer)
Ladder Diagram for sequential operation of Motors with Interlocking
Program Description

RUNG000 is Latching coil for Master Start and Stop.

RUNG001-RUNG002 and RUNG003-RUNG004 are arrangements to operate Motor0 O:2/0 and Motor1
O:2/1 respectively.

When Start button is pressed momentarily, it latches the coil starting the energizing the output O:2/0, hence
turning Motor0 ON.

Timer T4:0 is used to run Motor0 for 5secs (Less because of simulation purpose).

Similarly T4:1 is used to run Motor1 for 5secs.



While Motor0 is running, and M1 Start I:1/1 is pressed, it stops the Motor0 (O:2/0 de-energizes) and Motor1
(O:2/1 energizes) starts and timer t4:1 is activated. And vice-versa.

XIO contact of each motor’s output is used to turn other motor off by de-energizing other motor’s output
which cuts off the current supply in the field.

Yüklə 2,74 Mb.

Dostları ilə paylaş:
1   ...   73   74   75   76   77   78   79   80   ...   98




Verilənlər bazası müəlliflik hüququ ilə müdafiə olunur ©azkurs.org 2024
rəhbərliyinə müraciət

gir | qeydiyyatdan keç
    Ana səhifə


yükləyin