Metro is one of the public transports widely used all over the world. In this project we are going to apply PLC automation in METRO. This project is completely built to practice the sequence of operation in PLC Programming. It may completely vary in real time.
PLC Metro Automation
List of Inputs and Outputs
Address |
Description |
Type |
I:0/0 | Human Presence | Input |
I:0/1 | Stop | Input |
I:0/2 | Bag Presence | Input |
I:0/3 | Ticket Sensor-Station A | Input |
I:0/4 | Starts At Station B | Input |
I:0/5 | Starts At Station A | Input |
I:0/6 | Ticket Sensor-Station B | Input |
I:0/7 | Starts At Station C | Input |
I:0/8 | Ticket Sensor-Station C | Input |
I:0/9 | Ticket Sensor-Station D | Input |
B3:1 | Gun | Memory |
B3:2 | Knife | Memory |
B3:3 | Bomb | Memory |
B3:4 | Bone | Memory |
B3:5 | Blood | Memory |
O:0/0 | Person Allowed | Output |
O:0/1 | Entry Gate Open | Output |
O:0/2 | Bag Allowed | Output |
O:0/3 | Train Door Open | Output |
O:0/4 | Train Door Close | Output |
O:0/5 | Train Running From A To B | Output |
O:0/6 | Station B Door Open | Output |
O:0/7 | Station B Exit Gate | Output |
O:0/8 | Train Running From B To C | Output |
O:0/9 | Train At Station C Door Open | Output |
O:0/10 | Station C Exit Gate | Output |
O:0/11 | Pay Extra Money At Station C | Output |
O:0/12 | Train Running From C To D | Output |
O:0/13 | Train At Station D Door Open | Output |
O:0/14 | Station D Exit Gate | Output |
O:0/15 | Pay Extra Money At Station D | Output |
PLC Ladder Logic for Metro Automation
PLC Metro Ladder Logic Description
RUNG000
Human Checking – whether the human is having any restricted materials like Gun, bomb,Crackers ,Knife etc.
RUNG001
Language checking-whether the bags are having any Restricted material like petrol, Blood Bone etc.
RUNG 0002
After Taking ticket, she/he going to board metro from station A.
Rung 0003, 0004 & 0005
Five seconds given to People for boarding and door get closed after 5 seconds.
Rung 0006 & 0007
Metro train travelling from station A to B for 10 seconds
Rung 0008 & 0009
After reaching Station B, door gets open and ticket checking at exit door is happening.
(Ticket cost from Station A to B is 10/-)
Rung 0010, 0011 & 0012
Metro started running from station B to C.
Rung 13
After reaching Station C, door gets open and ticket checking at exit door is happening.
(Ticket cost from Station B to C is 20/-)
Rung 14
If the person is having ticket less than 20 rupee, It won’t allow the person to exit until he pay additional amount.
Same procedure the person who are all boarded in station B.
RUNG 0015, 0016 & 0017
Metro started running from station C to D.
RUNG 0018
After reaching Station D, door gets open and ticket checking at exit door is happening.
(Ticket cost from Station A to D is 30/-)
Rung 0019
If the person is having ticket less than 30 rupee, It won’t allow the person to exit until he pay additional amount.
Same procedure the person who are all boarded in station B and C
Program runs continuously until STOP PB is pressed
Conclusion:
The above explained concept is designed for practicing sequence of operation in PLC for Metro Automation Project.
If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.
You can also follow us on Facebook and Twitter to receive daily updates.
Read Next:
PLC & Transmitter Readings Mismatch
On Delay Timer as Off Delay Timer
Give me a HMI view for plc based Metro automation