Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

read the requirements below For the final project, we will be writing a program using ladder logic diagram to design a simple traffic light control.

read the requirements below
For the final project, we will be writing a program using ladder logic diagram to design a simple traffic light control. This time we will use counter, timers, and comparison instruction. Please follow the steps to set up the program.
1- Set up a counter that counts up to 10 and that should be triggered by pressing a button.
2- Using a comparison instruction as soon as the counter count is equal to 3, start the timer for traffic light.
3- Timer0: starts and runs for 10 seconds. During that time the traffic light is red.
4- Timer 1: starts as soon as Timer0 is DONE. It runs for 15 seconds. During that time the traffic light is Green.
5- Timer2: starts as soon as Timer1 is DONE. It runs for 20 seconds. During that time the traffic light is Yellow.
6- Once Timer2 is DONE reset back to Timer0
7-Set up a button so when it is pressed, it will reset the Counter.
Part2: You have to demo your project
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions