diff --git a/devices/FrontendBladeDown.properties b/devices/FrontendBladeDown.properties new file mode 100644 index 00000000..00c298b3 --- /dev/null +++ b/devices/FrontendBladeDown.properties @@ -0,0 +1,17 @@ +#Fri Aug 09 10:21:10 CEST 2019 +defaultSpeed=2.0 +estbilizationDelay=0 +hasEnable=false +homingType=None +maxSpeed=NaN +maxValue=100.0 +minSpeed=0.1 +minValue=-100.0 +offset=0.0 +precision=5 +resolution=0.002 +rotation=false +scale=1.0 +sign_bit=0 +startRetries=1 +unit=mm diff --git a/devices/FrontendBladeRing.properties b/devices/FrontendBladeRing.properties new file mode 100644 index 00000000..2e2b4951 --- /dev/null +++ b/devices/FrontendBladeRing.properties @@ -0,0 +1,17 @@ +#Fri Aug 09 10:21:10 CEST 2019 +defaultSpeed=2.0 +estbilizationDelay=0 +hasEnable=false +homingType=None +maxSpeed=NaN +maxValue=101.6 +minSpeed=0.1 +minValue=-98.4 +offset=0.0 +precision=5 +resolution=0.002 +rotation=false +scale=1.0 +sign_bit=0 +startRetries=1 +unit=mm diff --git a/devices/FrontendBladeUp.properties b/devices/FrontendBladeUp.properties new file mode 100644 index 00000000..b7ed701e --- /dev/null +++ b/devices/FrontendBladeUp.properties @@ -0,0 +1,17 @@ +#Fri Aug 09 10:21:09 CEST 2019 +defaultSpeed=2.0 +estbilizationDelay=0 +hasEnable=false +homingType=None +maxSpeed=NaN +maxValue=100.0 +minSpeed=0.1 +minValue=-100.0 +offset=0.0 +precision=5 +resolution=0.002 +rotation=false +scale=1.0 +sign_bit=0 +startRetries=1 +unit=mm diff --git a/devices/FrontendBladeWall.properties b/devices/FrontendBladeWall.properties new file mode 100644 index 00000000..0f333b82 --- /dev/null +++ b/devices/FrontendBladeWall.properties @@ -0,0 +1,17 @@ +#Fri Aug 09 10:21:10 CEST 2019 +defaultSpeed=2.0 +estbilizationDelay=0 +hasEnable=false +homingType=None +maxSpeed=NaN +maxValue=100.06 +minSpeed=0.1 +minValue=-99.94 +offset=0.0 +precision=5 +resolution=0.002 +rotation=false +scale=1.0 +sign_bit=0 +startRetries=1 +unit=mm diff --git a/script/optics/FrontEndBladeFlyScanKei.py b/script/optics/FrontEndBladeFlyScanKei.py index 1a12544b..eccd9ce4 100644 --- a/script/optics/FrontEndBladeFlyScanKei.py +++ b/script/optics/FrontEndBladeFlyScanKei.py @@ -27,7 +27,7 @@ caput("X03DA-PGM:rontheta.A", +87.0) MonoBeta.waitValueInRange(-87.1, -86.9, 100000) #MonoTheta.waitValueInRange(+86.9, +87.1, 100000) -print("beta in range") +print("mono in range") POSITIONERS = (FrontendBladeUp) FrontendBladeUp.write(STARTPOS)