aerotech.py: corrected default url for X06DA beamline

This commit is contained in:
2026-06-02 10:34:22 +02:00
parent bae400e9c3
commit 9a7db6ee26
+1 -1
View File
@@ -17,7 +17,7 @@ class AerotechController(object):
def __init__(self, bl: MXBeamline):
if bl == MXBeamline.X06DA:
self.__simulated = False
self.__base = cfg_get("daq.hardware.aerotech_url", "http://x06da-smargopolo.psi.ch:5234")
self.__base = cfg_get("daq.hardware.aerotech_url", "http://mx-x06da-queue-01.psi.ch:5234")
elif bl == MXBeamline.X10SA:
self.__simulated = False
self.__base = cfg_get("daq.hardware.aerotech_url", "http://mx-x10sa-queue-01.psi.ch:5234")