This commit is contained in:
gac-S_Changer
2018-10-17 11:44:20 +02:00
parent 3d86c27140
commit b75f7d0ac8
10 changed files with 152 additions and 67 deletions

View File

@@ -9,7 +9,7 @@ def mount(segment, puck, sample, force=False, read_dm=False):
start = time.time()
is_aux = segment == AUX_SEGMENT
is_aux = (segment == AUX_SEGMENT)
puck_address = get_puck_address(puck)
if puck_address is None:
puck_obj = get_puck_obj_by_id(puck)
@@ -46,8 +46,7 @@ def mount(segment, puck, sample, force=False, read_dm=False):
robot.move_aux()
robot.get_aux(sample)
robot.move_home()
else:
set_hexiposi(segment)