Files
mxsc/script/motion/homing_hexiposi.py
gac-S_Changer 4371d9c6d8
2018-06-29 11:27:20 +02:00

15 lines
319 B
Python

def homing_hexiposi():
"""
"""
print "homing_hexiposi"
#Initial checks
robot.assert_no_task()
robot.wait_ready()
robot.assert_cleared()
#robot.assert_in_known_point()
#location = robot.get_current_point()
hexiposi.move_home()
hexiposi.waitState(State.Ready,-1)