java.lang.Object
com.tccc.kos.ext.freestyle.hardware.can.subnode.AbstractCANSubNode
com.tccc.kos.ext.freestyle.hardware.can.subnode.cartridgeagitator.CartridgeAgitatorSubNode

public class CartridgeAgitatorSubNode extends AbstractCANSubNode
Node to access a shelf agitator.
Version:
Jul-1-17
  • Field Details

    • AGITATOR_MODE_ONE_SHOT

      public static final int AGITATOR_MODE_ONE_SHOT
      See Also:
  • Constructor Details

    • CartridgeAgitatorSubNode

      public CartridgeAgitatorSubNode(CANBoard<?> board, int subNodeId)
      Create a new ShelfAgitator sub node with the specified CANOpen subNodeId.
      Parameters:
      board - the board the sub-node is associated with
      subNodeId - the subNodeId for this node
  • Method Details