subject

Here's a plc challenge.

β€” a traffic light program has 12 real-world lights. there are 3 for north, 3 for south, 3 for east, and 3 for west.

β€” the north and south work simultaneously while east and west work simultaneously, but opposite of north and south. (think of a real world traffic pattern)

β€” the red lights will be energized for 30 seconds.

β€” the yellow lights will be energized for 5 seconds.

β€” the green lights will be energized for 25 seconds.

β€” a maintained spst must be used to start the program running and will stop the program if opened at any time. (this switch operates as both the start and stop)

β€” if the program is ever stopped at any time during operation, to include loss of power, the sequence must start back up exactly where it left off without the use of any other input besides the one spst switch returning to the closed position.

β€” you are to keep a total count of cycles (green, yellow, red completion is one cycle) for maintenance purposes. the total count is to be reset with a momentary pb.

β€” you must use a minimum of 3 instructions, 1 math instruction, and 1 n7 integer file.

β€” you can only use 1 timer.

β€” total cycle count must be done without a counter.

good luck to whoever can get this!

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:30
Given the following code: if (n == 2) { k -= 2; } else if (n == 3) { k -= 3; } can be rewritten as: if (< condition > ) { < assignment statement > ; } assume that evaluating < condition > does not change the values stored in n and k. which of the following could be used as < assignment statement > ? k -= n; k -= 1; k -= 2; k += n; k = n - k;
Answers: 2
question
Computers and Technology, 22.06.2019 00:40
Write a function 'music_func' that takes 3 parameters -- music type, music group, vocalist -- and prints them all out as shown in the example below. in case no input is provided by the user, the function should assume these values for the parameters: "classic rock", "the beatles", "freddie mercury". for example: input: alternative rock,pearl jam,chris cornell output: the best kind of music is alternative rock the best music group is pearl jam the best lead vocalist is chris cornell note: the print statements will go inside the for example: print("the best kind of music is"
Answers: 2
question
Computers and Technology, 22.06.2019 03:30
Which group on the home tab allows you to add shapes to a powerpoint slide?
Answers: 1
question
Computers and Technology, 22.06.2019 21:10
Dameas communication challenge is due to which factor
Answers: 2
You know the right answer?
Here's a plc challenge.

β€” a traffic light program has 12 real-world lights. there are 3...
Questions
question
Biology, 19.11.2020 19:20
question
Mathematics, 19.11.2020 19:20
Questions on the website: 13722365