- step_mode: soft closed loop, stepwise, reading encoder after a delay - calib_steps command to determine step size Change-Id: I27bdffb4d564ac9c55a6473704ac2de6ad92bac8
19 lines
326 B
Python
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,
|
|
)
|
|
|