All Implemented Interfaces:
ConfigAware<FixedRatePumpConfig>, HandleAware, Abortable, Cancelable, Terminable, PourAvailability

public class LFCVDVPump extends FixedRatePump<FixedRatePumpConfig>
Represents a dual LFCV pump which controls two valves.
Version:
5-4-23
  • Field Details

  • Constructor Details

    • LFCVDVPump

      public LFCVDVPump(CANBoard<?> board, PumpInfo info, int subNodeId)
      Create a pump with the specified CANOpen subNodeId.
      Parameters:
      board - the board the sub-node is associated with
      info - info about the pump
      subNodeId - the CAN bus sub-node for this pump
  • Method Details