PARKING LOT CHALLENGE Using the training you received in the tutorial and the Input and Output Descriptions for the IDEC
Posted: Sun May 15, 2022 6:59 pm
ANSWER NEEDS TO BE IN LADDER LOGIC HANDWRITING NOT PREFERABLE
BUT WIL BE OK AS LAST RESORT
PARKING LOT CHALLENGE Using the training you received in the tutorial and the Input and Output Descriptions for the IDEC PLC System create a program that is used to keep count of the cars that enter and leave a parking garage and operates as follows: • As a car enters, it triggers the Up-Counter output instruction and increments the accumulated count by 1. A green enter light flashes as the car enters. • As a car leaves, it triggers the down-counter output instruction and decrements the accumulated count by 1. An orange exit light flashes as the car leaves. • Whenever the accumulated Value equals the present value, the counter output is energized to light up a red light indicating the Lot is Full. • A reset button should be present to rest the accumulated count. Use a separate Normally Open Push button to simulate the car entering, exiting, and the reset. Three Push buttons in total. If you only have three push buttons on your system use a toggle switch to simulate one of the push buttons. Select three lights for enter (green), exit (orange), and lot full (red). Make sure to comment your program properly. • Save the Program as IDEC_LAB_4D • Demonstrate program to your instructor when completed. • Perform a Screen Capture of your program and save it in a word document or as an image. • Exit the Programming Software and Shut Down Windows. Turn off the PLC, computer and monitor.
BUT WIL BE OK AS LAST RESORT
PARKING LOT CHALLENGE Using the training you received in the tutorial and the Input and Output Descriptions for the IDEC PLC System create a program that is used to keep count of the cars that enter and leave a parking garage and operates as follows: • As a car enters, it triggers the Up-Counter output instruction and increments the accumulated count by 1. A green enter light flashes as the car enters. • As a car leaves, it triggers the down-counter output instruction and decrements the accumulated count by 1. An orange exit light flashes as the car leaves. • Whenever the accumulated Value equals the present value, the counter output is energized to light up a red light indicating the Lot is Full. • A reset button should be present to rest the accumulated count. Use a separate Normally Open Push button to simulate the car entering, exiting, and the reset. Three Push buttons in total. If you only have three push buttons on your system use a toggle switch to simulate one of the push buttons. Select three lights for enter (green), exit (orange), and lot full (red). Make sure to comment your program properly. • Save the Program as IDEC_LAB_4D • Demonstrate program to your instructor when completed. • Perform a Screen Capture of your program and save it in a word document or as an image. • Exit the Programming Software and Shut Down Windows. Turn off the PLC, computer and monitor.