Parking Barrier

Guest

Guest
G
If anyone help me, I have to do a Ladder Program of a Parking Lot with a capacity of 20 cars. When a car drive in to the parking Lot a sensor (input1) lift a barrier and keep it up for 20 seconds and then takes its original position, when a car want to exit the parking, another sensor (input2) lift anopther barrier and keep it up too for 20 seconds. The important thing is when the capacity comes to 20 cars, the system must disabled.
Ok Thanx
 
Your homework will require you to learn how to use timers and counters. Post your efforts here for specific questions. In general, we don't give students outright code for their homework.

Step one is creat a point list - a list of all the inputs and outputs for the PLC, including location, voltage, type and description.

Step two is creat a text version of the program operation, similar to your question but in greater detail and tied to specific events.

Step three is create a list of all alarms and messages you need the PLC to trigger.

Step four is identify all operator interface requirements.

Step five is to start writing code, one function at a time. Don't try to figure it al out at once - start writing and the additional functions will come as they are needed. Comment thouroughly, and use clear and concise nicknames for your I/O and internal bits and registers.

Step six through whatever is to test and revise.
 

Similar Topics

If anyone help me, I have to do a Ladder Program of a Parking Lot with a capacity of 20 cars. When a car drive in to the parking Lot a sensor...
Replies
51
Views
15,991
This is the reason why I signed up here and decided to get some help before I tackle the traffic light program on Wednesday. It looked good on...
Replies
17
Views
11,689
I have an assignment that I have to do with a PLC and a parking garage. The parking garage can fit 15 cars but the light has to be green up until...
Replies
5
Views
2,331
I am supposed to create a ladder diagram for a parking garage indicating a green light when there is parking space. Include counters so it can...
Replies
10
Views
5,033
I am in desperate need of help with this issue. So we are connecting a rack that was used, initially we connected all the devicenet devices and...
Replies
4
Views
2,820
Back
Top Bottom