Class MicroPumpNotFlowingTrouble

java.lang.Object
com.tccc.kos.commons.core.service.trouble.Trouble
com.tccc.kos.ext.dispense.PourAvailabilityTrouble
com.tccc.kos.ext.dispense.PumpTrouble
All Implemented Interfaces:
com.tccc.kos.commons.core.service.trouble.TroubleIface, com.tccc.kos.ext.dispense.troubles.HolderTroubleIface, com.tccc.kos.ext.dispense.troubles.NozzleTroubleIface, com.tccc.kos.ext.dispense.troubles.PumpTroubleIface
Direct Known Subclasses:
MicroPumpAirDetectTrouble, MicroPumpCurrentFailureTrouble, MicroPumpFuelGaugeTrouble, MicroPumpLostTooManyPumpsTrouble, MicroPumpOccludedTrouble, MicroPumpSPMOccludedTrouble

public abstract class MicroPumpNotFlowingTrouble extends CANPumpTrouble<AbstractMicroPump<?>>
Pump is delivering at a higher rate than requested. Event sequence: 36 - JET_ST_PUMP_NOT_FLOWING some other error code
Version:
Oct-31-17
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.tccc.kos.commons.core.service.trouble.Trouble

    com.tccc.kos.commons.core.service.trouble.Trouble.TroubleView
  • Field Summary

    Fields inherited from class com.tccc.kos.ext.freestyle.hardware.can.troubles.BasePumpTrouble

    TAG_AVAILABLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The pump subNodeId that caused the error.
    boolean
    Return true if this trouble can trigger a two strike sold out.
    void
    setTwoStrikeEnabled(boolean twoStrikeEnabled)
    Set the the two strike enabled flag.

    Methods inherited from class com.tccc.kos.ext.freestyle.hardware.can.troubles.BasePumpTrouble

    getFuelGauge, getRFIDTag, isAbort, isAborted, isClearBevPour, isClearIngPour, setAbort, setAborted, toString

    Methods inherited from class com.tccc.kos.ext.dispense.PumpTrouble

    blockBeveragePour, blockIngredientPour, getHolderNames, getHolderPaths, getIngredientId, getNozzlePath, getPump, getPumpPath

    Methods inherited from class com.tccc.kos.ext.dispense.PourAvailabilityTrouble

    blockBeveragePour, blockIngredientPour, blockPour

    Methods inherited from class com.tccc.kos.commons.core.service.trouble.Trouble

    addIface, addImpacted, addLink, addTag, equals, getClientData, getCount, getCreateTime, getGroup, getId, getIfaces, getImpacted, getInfo, getLinked, getReason, getTags, getType, hashCode, incCount, isImpacted, isLinked, isResolvable, isTagged, onRemoved, removeImpacted, removeLink, removeTag, resolvable, resolve, setReason, setResolvable

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MicroPumpNotFlowingTrouble

      public MicroPumpNotFlowingTrouble()
  • Method Details

    • getSubNodeId

      public int getSubNodeId()
      The pump subNodeId that caused the error. In the case of a super pump this will be the subNodeId of the child pump.
      Returns:
      subNodeId of the pump that caused the error
    • setTwoStrikeEnabled

      public void setTwoStrikeEnabled(boolean twoStrikeEnabled)
      Set the the two strike enabled flag.
      Parameters:
      twoStrikeEnabled - true if this trouble can trigger two strike sold out
    • isTwoStrikeEnabled

      public boolean isTwoStrikeEnabled()
      Return true if this trouble can trigger a two strike sold out.
      Returns:
      true if two strike can be triggered