Script execution

This commit is contained in:
boccioli_m
2015-06-17 17:09:30 +02:00
parent 828cc631af
commit 746952c63c
@@ -53,17 +53,8 @@ try:
idLimitH = 0 #= Channel(DEVICE+':MOTOR.HLM', type = 'd')
#low position limit
idLimitL = 0 #= Channel(DEVICE+':MOTOR.LLM', type = 'd')
######################## end of A ####################
except:
print "Unexpected error:", sys.exc_info()[0]
ret = 'Unable to create channel - ' + traceback.format_exc()
success = False
raise
sys.exit()
#remove limits
idLimitH.put(999999.9, timeout=None)
idLimitL.put(-999999.9, timeout=None)
######################## end of A ####################
#Dimension 1
mid = 40