Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
33 views3 pages

06 Assignment 02

The document contains instructions for three PLC programming assignments: 1. Design a program to start a 3-phase induction motor using star-delta starting by closing different contactors after 10 seconds. 2. Create a program to run two motors sequentially using a single start button, with the first motor running on first press and the second motor running after the second press along with the first. 3. Develop a program to reverse the direction of rotation of a 3-phase induction motor based on limit switch positions using two start buttons, with the motor stopping if power is lost while in the middle.

Uploaded by

hamidalkorbi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views3 pages

06 Assignment 02

The document contains instructions for three PLC programming assignments: 1. Design a program to start a 3-phase induction motor using star-delta starting by closing different contactors after 10 seconds. 2. Create a program to run two motors sequentially using a single start button, with the first motor running on first press and the second motor running after the second press along with the first. 3. Develop a program to reverse the direction of rotation of a 3-phase induction motor based on limit switch positions using two start buttons, with the motor stopping if power is lost while in the middle.

Uploaded by

hamidalkorbi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

EEET 422-PLC & Applications

Assignment (2)
1- Star Delta starting for 3 phase
Induction Motor
When the Start PB S1 is pressed, the motor runs with Star connection
by closing contactors K1 and K3. After a sufficient time (10 seconds),
S2 is pressed and the motor runs with Delta connection by opening K3
and closing K2. Design a program for this task with the three
languages you have learnt.

Symbol

Address

2- Running two motors with single PB on


after the other
It is required to use one push button to run two motors such that:
After pressing Start PB for the first time, the first motor runs. Then, with
pressing Start PB for the second time, the second motor runs and the first
motor keeps running. A Stop PB can stop the two motors at any time it is
pressed. Write a PLC program for this problem using Ladder, FBD, and STL.

3- Reversing the direction of rotation of


IM in presence of Limit Switches.
Direction of rotation of a 3 ph motor can to be reversed by pressing one of the
pushbuttons S1 or S2. You can let the motor run to the right with S1 if the
motor is touching the Limit Switch SW1. On the other hand, you can run the
motor to the left with S2 if the motor is touching the Limit Switch SW2. If the
electric power is turned off while the motor is in the middle, the motor stops.
After the electric power is returned back, the motor will move automatically to
the right until reaching SW2 (Home position).

You might also like