|
Encountered a problem, seeking a solution:
There are 4 pumps in a pumping station. When the pumps are turned on:
Step 1: Check the normal signs of the 4 pumps first, and start only the normal pumps.
Step 2: When the number of normal pumps is greater than or equal to 2, start the 2 pumps with the smallest number of starts.
Step 3: After starting the pump, add 1 to the number of pump starting. Then loop. |
|