diff --git a/src/aare/devices/aerotech.py b/src/aare/devices/aerotech.py index 80ad79d1..6ee13958 100644 --- a/src/aare/devices/aerotech.py +++ b/src/aare/devices/aerotech.py @@ -4,6 +4,7 @@ import threading from enum import Enum import automation1 as a1 +from epics import PV, Motor from aare.common.beamline import MXBeamline, mx_beamline from aare.devices.my_motor import MyMotor @@ -123,4 +124,5 @@ if __name__ == "__main__": #aerotech.disconnect() aerotech_epics = AerotechControllerEpics(beamline) - aerotech_epics.home_all() + #aerotech_epics.home_all() + aerotech_epics.omega.move(0.0)