Class EpicsReadyMotor

All Implemented Interfaces:
ControllerRecord, Device, Motor, InitializationListener, Configurable, Findable, gda.observable.IObservable, gda.observable.IObserver, Serializable

public class EpicsReadyMotor extends EpicsMotor
This uses READY instead of DMOV to tell if the motor is available to move. This may be needed if additional functionality is needed on a motor, such as preventing it moving when over temperature, without affecting the default behaviour. This motor does not monitor the readback PV as it is continuously updating even it had reached the target and stopped.
See Also:
  • Constructor Details Link icon

    • EpicsReadyMotor Link icon

      public EpicsReadyMotor()
  • Method Details Link icon