Got IOC running via ioc/startioc

This commit is contained in:
2025-07-23 09:06:04 +02:00
parent 4afa6a35e2
commit 962f9bcebf
4 changed files with 10 additions and 17 deletions

View File

@@ -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