frappy/cfg/attocube_cfg.py
Markus Zolliker db29776dd5 reworked attocube
- step_mode: soft closed loop, stepwise, reading encoder after a delay
- calib_steps command to determine step size

Change-Id: I27bdffb4d564ac9c55a6473704ac2de6ad92bac8
2024-03-25 16:47:13 +01:00

19 lines
326 B
Python

Node('attocube_test.psi.ch',
'a single attocube axis',
interface='tcp://5000',
)
Mod('r',
'frappy_psi.attocube.Axis',
'ANRv220-F3-02882',
axis = 1,
value = Param(unit='deg'),
tolerance = 0.01,
target_min = 0,
target_max = 360,
steps_fwd = 50,
steps_bwd = 100,
# gear = 1.2,
)