Class PhysicalPotentiometer


public class PhysicalPotentiometer extends Knob
A Knob controlled through Addresses by a Potentiometer.
  • Constructor Details

    • PhysicalPotentiometer

      public PhysicalPotentiometer(String id, DoubleAddress positionAddress)
      Creates a new PhysicalPotentiometer.
      Parameters:
      id - The ID string for the PhysicalPotentiometer to use.
      positionAddress - The Address used for the position.
  • Method Details

    • updateClient

      public void updateClient()
      Description copied from class: Control
      Updates the control's state on the client. This should get any feedback from the server, but this should not interface with the buttonbox hardware.

      This doesn't do anything by default, and should be overridden by the class inheritting this.

      Overrides:
      updateClient in class Knob