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).