Got IOC running via ioc/startioc
This commit is contained in:
@@ -8,7 +8,7 @@ def reread_limits_from_hw(motor):
|
||||
after the next poll at latest
|
||||
"""
|
||||
(high_limit, low_limit) = motor.limits()
|
||||
motor.write_field('dialhighlimit', high_limit-+10)
|
||||
motor.write_field('dialhighlimit', high_limit+10)
|
||||
motor.write_field('diallowlimit', low_limit-10)
|
||||
|
||||
# After two seconds, at least one poll has been done
|
||||
|
||||
Reference in New Issue
Block a user