Files
X10SA/script/motion/put_aux.py
T
gac-S_Changer 981e2f5846
2019-11-28 14:37:36 +01:00

22 lines
386 B
Python

def put_aux(sample):
"""
"""
print "put_aux: ",sample
#Initial checks
assert_valid_sample(sample)
robot.assert_no_task()
robot.reset_motion()
robot.wait_ready()
robot.assert_cleared()
hexiposi.assert_homed()
#Enabling
enable_motion()
if not robot.is_aux():
robot.move_aux()
robot.put_aux(sample)