Skip to content

Set the raw position of the motor without moving it

John Holt edited this page Jun 7, 2019 · 8 revisions

Wiki > The Backend System > IOCs > Motor IOCs > Set the raw position of the motor without moving it

Setting the motor position/offset

Note that this applies to multiple motor types.

Sometimes it is desirable to change the reported position of the motor without it physically moving, effectively changing the origin of the axis. This can be achieved through EPICS by applying an offset to the reported motor position and by setting the position in steps in the motor. TO do this:

  1. Start the motor IOC
  2. Go into the Motors perspective in the client
  3. Bring up the OPI for the desired motor by double clicking the relevant square in the table
  4. Click on More details...
  5. In the Calibration section, switch Cal from use to set
  6. Either
    1. Change the Off field to apply an offset to the current position
    2. Change the current position directly by changing the MoveAbs User field in the Drive section
  7. Don't forget to switch the Cal field back to Use once you're done or the motor won't move.

Clone this wiki locally