reworked attocube

- step_mode: soft closed loop, stepwise, reading encoder after a delay
- calib_steps command to determine step size

Change-Id: I27bdffb4d564ac9c55a6473704ac2de6ad92bac8
This commit is contained in:
2024-03-25 16:47:13 +01:00
parent a2905d9fbc
commit db29776dd5
2 changed files with 225 additions and 150 deletions

View File

@ -10,7 +10,9 @@ Mod('r',
value = Param(unit='deg'),
tolerance = 0.01,
target_min = 0,
target_max = 360
target_max = 360,
steps_fwd = 50,
steps_bwd = 100,
# gear = 1.2,
)