التحكم في المضخة بنظام التقدم والتأخر: التشغيل والتسلسل

التحكم في المضخة بنظام التقدم والتأخر

Field-style article image prepared for lead lag pump control.

When you commission a duplex pumping system with automatic control, the first decision is whether the pumps will share runtime equally or if one pump will carry all normal duty while the second sits idle. Lead-lag control solves this by alternating which pump starts first, balancing wear across both units while maintaining the required pressure or level setpoint.

A lead-lag sequence designates one pump as the lead unit that starts on demand and a second pump as the lag unit that starts only when flow or pressure exceeds the lead pump’s capacity. After each cycle, the roles reverse so the previous lag pump becomes the new lead. This rotation prevents one pump from accumulating all the runtime while the other deteriorates from disuse.

The control requires pressure or level sensing, programmable logic to track which pump ran last, and interlocks to prevent both pumps from competing during low-demand periods. Most implementations use a PLC, dedicated pump controller, or pressure switch with alternating relay to manage the sequence.

الوجبات الرئيسية

  • Lead-lag control alternates which pump starts first to equalize runtime and prevent single-pump wear concentration.
  • The lead pump handles normal demand; the lag pump adds capacity when the lead unit cannot maintain setpoint alone.
  • After each run cycle, the system swaps roles so the previous lag becomes the new lead.
  • Proper sequencing requires pressure or level feedback, timer logic to define what constitutes a "cycle," and enable interlocks to prevent simultaneous starts.
  • Manual selector switches allow operators to force a specific pump into lead or lag position for maintenance or testing.

How Lead-Lag Sequencing Works

The control monitors a process variable—typically discharge pressure in a booster system or wet well level in a lift station. When the variable drops below the start setpoint, the controller energizes the lead pump.

If demand continues and the lead pump cannot restore the setpoint within a defined time window or the variable falls to a second threshold, the controller starts the lag pump. Both pumps now run in parallel until demand decreases and the process variable rises above the stop setpoint.

Once both pumps stop, the controller increments an alternation counter or flips a status bit. The next start cycle begins with the roles reversed. PLC implementations (https://industrialmonitordirect.com/blogs/knowledgebase/pump-leadlag-control-programming-for-plc-systems) typically use a toggle bit or runtime accumulator to track which pump should lead next.

Setpoint and Timer Configuration

Effective lead-lag control depends on correctly spaced start and stop thresholds. For pressure control, a typical configuration uses a lead pump start at 50 psi, lag pump start at 45 psi, and a common stop at 60 psi with a 15-second lag pump delay.

The delay timer prevents the lag pump from starting during transient pressure dips caused by the lead pump’s acceleration or brief demand spikes. If pressure recovers above 45 psi before the timer expires, the lag start command is canceled.

Level-based systems use similar logic with a normal start level, a high-level alarm setpoint that forces both pumps regardless of alternation status, and a low-level cutoff to prevent dry running. The sequence of operation (https://www.facilities.fsu.edu/depts/designConstr/2011%20Control%20Standards/Controls/IC-8/IC-8%20Chilled%20Water%20Sequence.pdf) should define what constitutes a complete cycle for alternation purposes—some systems alternate after every stop, while others require a minimum runtime threshold to avoid rapid toggling during nuisance starts.

Programming Structure and Ladder Logic

A basic PLC lead-lag program requires a status bit to track which pump is currently designated lead, enable commands for each pump tied to that status, and interlocks to handle fault conditions.

The simplest ladder logic implementation (https://industrialmonitordirect.com/blogs/knowledgebase/slc-500-lead-lag-pump-control-ladder-logic-sequencing-setup) uses a latching relay or SET/RESET instruction to control the lead designation bit. When both pumps stop and the alternation condition is true, the program toggles this bit. The lead pump’s start rung examines the bit in the normal state, while the lag pump’s rung examines it in the inverted state.

Additional rungs handle the lag pump’s delayed start using a timer-on-delay instruction and the stop logic based on pressure or level rising above the stop setpoint. Each pump requires separate fault monitoring rungs that disable its enable bit if overload, low flow, or other protective trips activate.

More sophisticated controllers track cumulative runtime hours for each pump and force alternation when the hour difference exceeds a set threshold, even if one pump would otherwise remain lead based on the standard sequence.

Failure Mode Handling

When the designated lead pump fails to start or trips on overload, the control must immediately start the lag pump to maintain system operation. This requires dedicated fault detection rungs that monitor each pump’s run confirmation feedback—typically a current switch or auxiliary contact proving the motor is energized.

If the controller issues a start command but does not receive run confirmation within 5-10 seconds, it sets a fault flag for that pump, starts the alternate pump, and locks out the failed unit until the fault is manually reset. The system continues operating in single-pump mode with the remaining pump handling full duty until repairs are completed.

Some installations include a third pump in a lead-lag-standby arrangement where two pumps alternate lead/lag duty and the third remains offline except during peak demand or when one of the primary pumps is faulted.

Installation Requirements for Alternating Control

Lead-lag systems require individual isolation valves on each pump discharge so either pump can be removed from service without draining the common header. Check valves prevent backflow through the idle pump when only one unit runs.

The pressure transducer or level sensor must be located downstream of both pump connections to sense the combined effect of whichever pumps are running. Alternator control panels (https://www.xylem.com/siteassets/brand/goulds-water-technology/resources/manual/im329_en-us_alternator–panel.pdf) typically mount near the pumps with field wiring to the pressure switch, run status contacts, and motor starters.

Each pump’s motor starter needs auxiliary contacts wired back to the controller to provide run confirmation feedback. Without this feedback, the controller cannot detect failed starts and will not automatically transfer to the lag pump.

Hand-off-automatic selector switches on each pump allow operators to force manual operation, disable a pump for maintenance, or return to automatic lead-lag mode. Most lift station designs (https://www.dconc.gov/Engineering-and-Environmental1/Documents/Utilities/Project-Management-Documents/240129-DCo-LTI-Lift-Station-Design-Standards.pdf) require HOA switches as standard equipment for operational flexibility.

Commissioning Checks

Before releasing a lead-lag system to automatic operation, verify the alternation logic responds correctly by running through several complete cycles while monitoring which pump starts first each time. The lead designation should swap after each stop.

Test the lag pump’s delayed start by creating a sustained demand that holds pressure below the lag start setpoint. The lag pump should not start until the timer expires, even if pressure remains low.

Simulate a failed start by isolating one pump’s discharge valve and forcing that pump into the lead position using the selector switch. When the controller issues a start command, the pump will run but pressure will not rise. The controller should detect the fault condition and transfer to the opposite pump within the programmed timeout period.

Verify that the high-pressure or high-level alarm setpoint overrides the normal sequence and forces both pumps on simultaneously. Confirm the low-level cutoff stops both pumps when level falls to the dry-run protection threshold.

الأسئلة الشائعة

What happens if both pumps have equal runtime hours?

The controller maintains alternation based on which pump ran most recently, regardless of cumulative hours. If both pumps have identical runtime when the system is first commissioned or after maintenance resets the counters, the system defaults to Pump 1 as lead. Some controllers allow setting an initial lead designation through a parameter or DIP switch.

Can you change the lead pump manually during operation?

Yes, using the hand-off-automatic selector switches. Set the current lead pump to OFF and the lag pump to HAND to force an immediate role swap. Once the transition is complete and stable, return both pumps to AUTO. Do not force both pumps to HAND simultaneously in a pressure-controlled system, as this can cause overpressure if demand is low.

How do you prevent short cycling in low-demand conditions?

Set a minimum off-timer that prevents either pump from restarting for a defined period after stopping, typically 30-60 seconds for small pumps and up to 5 minutes for larger units. Alternatively, widen the deadband between start and stop setpoints to reduce cycling frequency. If demand is consistently below one pump’s minimum stable flow, consider a variable frequency drive on the lead pump instead of fixed-speed lead-lag control.

What setpoint spacing is needed between lead and lag start?

Use a spacing equal to 10-15% of the lead pump’s developed pressure at design flow, with a minimum of 5 psi. Closer spacing risks having both pumps start during normal transients, while wider spacing creates a large pressure sag before the lag pump engages. For level control in wet wells, a spacing of 6-12 inches between lead and lag start levels is typical depending on well volume and inflow rate.

الخاتمة

Lead-lag pump control extends equipment life by distributing runtime evenly across multiple pumps while maintaining automatic response to changing demand. The sequence depends on accurate sensing, properly timed lag start delays, and fault detection logic that transfers operation when the designated lead pump fails to perform. Commissioning should verify alternation occurs reliably, lag start timing prevents false starts, and manual selector switches allow operators to override the sequence for maintenance or emergency operation.

جدول المحتويات

اتصل بنا
انتقل إلى الأعلى

احصل على عرض أسعار مجاني اليوم!