I need help designing a program on Studio 5000 for my PLC course. See attached file for details

Design Project 6

Simulated Level in Gallons

Create a program that will increment and/or decrement a register called Gallons by 1 every 1/10th second by turning on and holding 1 of 2 Inputs.

When an input called Level_FILL goes on, the value in Gallons will increments in 1/10th second intervals and will continue to increment while the input is held on.

When an input called Level_DRAIN goes on, the value in Gallons will decrement in 1/10th second intervals and will continue to decrement while the input is held on.

The value in Gallons will stop when both inputs are off and the value will be retained until either Input goes on again.

Drawing 50%

Operation 50%

Grade