Siemens PLC - Assignments
Siemens PLC - Assignments
Motor Control
1. When Input 1 (I1) and Input 2 (I2) are OFF, Motor 1(Q1) should become ON and
Motor 2 (Q2) Motor 3 (Q3) & Motor 4 (Q4) should become OFF.
2. When Input 1 (I1) is OFF & Input 2 (I2) is ON, Motor
2 (Q2) should become ON and Motor 1 (Q1) Motor 3(Q3) & Motor 4 (Q4)
should become OFF.
3. When Input 1 (I1) is ON & Input 2 (I2) is OFF, Motor
3 (Q3) should become ON and Motor 1 (Q1) Motor 2(Q2) & Motor 4 (Q4)
should become OFF.
4. When Input 1 (I1) and Input 2 (I2) are ON, Motor 4 (Q4) should become ON
and Motor 1 (Q1) Motor 2 (Q2) & Motor 3 (Q3) should become OFF.
I1 I2 Q1 Q2 Q3 Q4
0 0 1 0 0 0
0 1 0 1 0 0
1 0 0 0 1 0
1 1 0 0 0 1
Motor Control
5. When Input 1 (I1) and Input 2 (I2) are OFF, Motor 1 (Q1) & Motor 2 (Q2) should
become ON and Motor 3 (Q3) & Motor 4 (Q4) should become OFF.
6. When Input 1 (I1) is OFF and Input 2 (I2) is ON, Motor 2 (Q2) & Motor 3 (Q3)
should become ON and Motor 1 (Q1) & Motor 4 (Q4) should become OFF.
7. When Input 1 (I1) is ON and Input 2 (I2) is OFF, Motor 3 (Q3) & Motor 4 (Q4)
should become ON and Motor 1 (Q1) & Motor 2 (Q2) should become OFF.
8. When Input 1 (I1) and Input 2 (I2) are ON, Motor 1 (Q1) & Motor 4 (Q4)
should become ON and Motor 2 (Q2) & Motor 3 (Q3) should become OFF.
I1 I2 Q1 Q2 Q3 Q4
0 0 1 1 0 0
0 1 0 1 1 0
1 0 0 0 1 1
1 1 1 0 0 1
Softwell Automation PLC Training Pune
Digital Lock
Password for Digital Lock is –
Alarm
PASSWORD Enter Open
Key –
I2 I3 I4 I5 I6 I9 I1 Q1 Q2
1 1 1 1 1 1 1 1 0
X X X X X X 1 0 1
When password is OK i.e. 111 111 and ENTER KEY – I1is pressed, Lock should Open i.e.
– Q1 should be ON & Q2 i.e. ALARM should be OFF.
When Start Push Button is pressed Amber, Red and Green lamps is
ON. Green lamp goes OFF as soon as Push button is released, but
Amber & Red lamp remains ON. When stop push button is pressed
then, Amber lamp goes OFF (Red remains ON).
Hint: - Trigger OFF-Delay or Pulse Timer using I-1 Trigger On-Delay Timer using I-2
Reset Q-1 by either (RQ1) or by resetting T2.
When Start button is pressed, RED light should becomeON and should remain ON
for 5 Seconds.
After 5 Seconds, RED light should become OFF and GREEN light should become ON
and should remain ONfor next 7 Seconds.
After 7 Seconds, Green Light should become OFF and YELLOW light should
become ON and should remain ONfor 2 Seconds.
After 2 Seconds, YELLOW light should become OFF and again RED light should become
ON and the Cycle should repeat, till I-2 i.e. STOP button is pressed
[9-B] Write program for signal of 4 directions withDifferent Timing for
the Green Lights.
[9-B] Write program for signal of 2-directions withDifferent Timing for
the two Green Lights.
Softwell Automation PLC Training Pune
Tank Level Control
[16-B] Instead of I2 & I3 as Low and High Levels, Use Analog Input A1
(I7<=1.0 as Low Level)
A2 (I7>=9.0 as High Level)Other
conditions will remain the same.
When Start switch is ON, If Level is < 20, Make Inlet Valve O/P1ON.
When Level > 80 is reached, Make Inlet Valve O/P1 OFF.
Once Level > 80 and Inlet Valve O/P1 Should be OFF, Stirrer O/P 3
ON for 5 Seconds (during this Outlet valve O/P 2 should be OFF).
After 5 seconds when the stirrer O/P 3 has switched OFF, if
Level>80, Start Outlet Valve O/P 2 till level <20. When level <20, stop
Outlet Valve and again start inlet valve and repeat the process.
Lad-2
Lad-3