blower on/off cryo pos tweak
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#Thu Apr 14 19:07:11 CEST 2022
|
||||
dry_mount_counter=0
|
||||
#Tue Dec 13 02:42:36 CET 2022
|
||||
dry_mount_counter=12
|
||||
room_temperature_enabled=false
|
||||
pin_offset=-0.0
|
||||
cryopos_in=5.0
|
||||
puck_types=true
|
||||
imaging_enabled=false
|
||||
dry_timestamp=1.649665486041E9
|
||||
dry_timestamp=1.670892576058E9
|
||||
roi_h=1000
|
||||
led_level=0.0
|
||||
beamline_status_enabled=false
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#Thu Apr 07 09:44:08 CEST 2022
|
||||
LastRunDate=220407
|
||||
FileSequentialNumber=318
|
||||
#Sun Nov 06 05:52:40 CET 2022
|
||||
LastRunDate=221106
|
||||
FileSequentialNumber=330
|
||||
DaySequentialNumber=4
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Thu Nov 11 10:57:12 CET 2021
|
||||
#Tue Sep 13 11:05:36 CEST 2022
|
||||
detection=Mechanical
|
||||
disabled=false
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Tue Mar 10 08:15:12 CET 2020
|
||||
#Tue Sep 13 11:05:59 CEST 2022
|
||||
detection=Mechanical
|
||||
disabled=false
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Wed Sep 16 08:50:16 CEST 2020
|
||||
#Wed Nov 09 16:49:21 CET 2022
|
||||
detection=Mechanical
|
||||
disabled=false
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Thu Nov 12 09:42:34 CET 2020
|
||||
#Tue Sep 13 11:06:23 CEST 2022
|
||||
detection=Mechanical
|
||||
disabled=false
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Tue Nov 19 11:00:48 CET 2019
|
||||
#Tue Sep 13 11:06:46 CEST 2022
|
||||
detection=Mechanical
|
||||
disabled=false
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Tue Jan 18 08:14:20 CET 2022
|
||||
#Wed Nov 02 08:29:43 CET 2022
|
||||
detection=Mechanical
|
||||
disabled=false
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Thu Nov 12 10:06:30 CET 2020
|
||||
#Tue Sep 13 11:07:03 CEST 2022
|
||||
detection=Mechanical
|
||||
disabled=false
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Tue Aug 18 13:58:36 CEST 2020
|
||||
#Sat Nov 26 10:33:20 CET 2022
|
||||
detection=Mechanical
|
||||
disabled=false
|
||||
disabled=true
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Tue Sep 10 08:18:28 CEST 2019
|
||||
#Mon Oct 03 15:49:00 CEST 2022
|
||||
detection=Mechanical
|
||||
disabled=false
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Thu Apr 14 13:15:22 CEST 2022
|
||||
#Fri Oct 28 09:25:14 CEST 2022
|
||||
detection=Mechanical
|
||||
disabled=false
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Wed Apr 13 09:35:00 CEST 2022
|
||||
#Wed Nov 16 08:59:01 CET 2022
|
||||
minValue=0.0
|
||||
unit=V
|
||||
offset=0.0
|
||||
maxValue=0.4
|
||||
maxValue=1.0
|
||||
precision=2
|
||||
sign_bit=0
|
||||
scale=3.0E-4
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Wed Apr 13 09:35:00 CEST 2022
|
||||
#Wed Nov 16 08:59:01 CET 2022
|
||||
minValue=0.0
|
||||
unit=V
|
||||
offset=0.0
|
||||
maxValue=0.4
|
||||
maxValue=1.0
|
||||
precision=2
|
||||
sign_bit=0
|
||||
scale=3.0E-4
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Wed Apr 13 09:35:00 CEST 2022
|
||||
#Wed Nov 16 08:59:01 CET 2022
|
||||
minValue=0.0
|
||||
unit=V
|
||||
offset=0.0
|
||||
maxValue=0.4
|
||||
maxValue=1.0
|
||||
precision=2
|
||||
sign_bit=0
|
||||
scale=3.0E-4
|
||||
|
||||
Binary file not shown.
@@ -94,6 +94,14 @@ cold_position_timeout = get_setting("cold_position_timeout")
|
||||
if cold_position_timeout is None:
|
||||
set_setting("cold_position_timeout", 0)
|
||||
|
||||
def blower_on():
|
||||
robot.evaluate("doFOut1=true")
|
||||
|
||||
|
||||
def blower_off():
|
||||
robot.evaluate("doFOut1=false")
|
||||
|
||||
|
||||
|
||||
def is_room_temperature_enabled():
|
||||
setting = get_setting(ROOM_TEMPERATURE_ENABLED_PREFERENCE)
|
||||
|
||||
@@ -183,7 +183,7 @@ def mount(segment, puck, sample, force=True, read_dm=False, auto_unmount=False):
|
||||
robot.close_tool() # closes gripper
|
||||
|
||||
if is_normal:
|
||||
cryopos.moveAsync(12.0)
|
||||
cryopos.moveAsync(15.0)
|
||||
|
||||
if count_mount:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user