fix(flomni,omny): expose motor tolerance to scan-server device proxy #296

Merged
holler merged 1 commits from fix/flomni-osamroy-tolerance-user-access into main 2026-08-17 12:06:55 +02:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ class FuprGalilAxesReferenced(GalilAxesReferenced):
class FuprGalilMotor(Device, PositionerBase):
USER_ACCESS = ["controller"]
USER_ACCESS = ["controller", "tolerance"]
MOTOR_RESOLUTION = 25600
readback = Cpt(FuprGalilReadbackSignal, signal_name="readback", kind="hinted")
user_setpoint = Cpt(FuprGalilSetpointSignal, signal_name="setpoint")
@@ -241,6 +241,7 @@ class OMNYGalilMotor(Device, PositionerBase):
"axis_is_referenced",
"get_motor_temperature",
"folerr_status",
"tolerance",
]
readback = Cpt(OMNYGalilReadbackSignal, signal_name="readback", kind="hinted")
user_setpoint = Cpt(GalilSetpointSignal, signal_name="setpoint")