Need to know the PLC program for this question,thanks!
S-37 Using the Batchs Simulator screen, write a program that will altemate the use of two pumps so that they both get the same amount of usage over their lifetime. The operation of the process can be summarized as follows: > A single start/stop pushbutton station is provided for control of two input pumps PI and P2 > Initially, the start/stop pushbutton station is operated to control pump Pl. > When the tank is full, drain pump motor P3 is started automatically and runs until the low-level sensor is actuated. After five fillings of the tank by pump Pl, control automatically shifts to pump P2 ► Operation of the start stop pushbutton station now controls pump P2 After five fillings of the tank by pump P2, the sequence is repeated. Use the following addresses in developing the program: Start PB_1:1/0 Stop PB_I:1/1 Low-Level Sensor _T:1/3 High-Level Sensor _ 1:1/4 Input Pump P1 _ 0:2/1 Input Pump P2 _ 0:2/2 Discharge Pump P3_0:2/3 Internal Relay_B3:0/0 CTU_C5:1 CTU_C5:2 Show transcribed image text S-37 Using the Batchs Simulator screen, write a program that will altemate the use of two pumps so that they both get the same amount of usage over their lifetime. The operation of the process can be summarized as follows: > A single start/stop pushbutton station is provided for control of two input pumps PI and P2 > Initially, the start/stop pushbutton station is operated to control pump Pl. > When the tank is full, drain pump motor P3 is started automatically and runs until the low-level sensor is actuated. After five fillings of the tank by pump Pl, control automatically shifts to pump P2 ► Operation of the start stop pushbutton station now controls pump P2 After five fillings of the tank by pump P2, the sequence is repeated. Use the following addresses in developing the program: Start PB_1:1/0 Stop PB_I:1/1 Low-Level Sensor _T:1/3 High-Level Sensor _ 1:1/4 Input Pump P1 _ 0:2/1 Input Pump P2 _ 0:2/2 Discharge Pump P3_0:2/3 Internal Relay_B3:0/0 CTU_C5:1 CTU_C5:2
Expert Answer
Answer to S-37 Using the Batchs Simulator screen, write a program that will altemate the use of two pumps so that they both get th…