change safe current to 0.3, set offset to 15
This commit is contained in:
parent
ada4c43ebf
commit
95eb4e969a
@ -10,6 +10,7 @@ description = force control
|
||||
class = secop_psi.uniax.Uniax
|
||||
motor = drv
|
||||
transducer = transducer
|
||||
force_offset = 15
|
||||
|
||||
#[drv_io]
|
||||
#description =
|
||||
@ -23,10 +24,10 @@ class = secop_psi.trinamic.Motor
|
||||
# io = drv_io
|
||||
uri = tcp://192.168.127.254:3002
|
||||
standby_current=0.1
|
||||
maxcurrent=0.2
|
||||
maxcurrent=0.3
|
||||
acceleration=150.
|
||||
move_limit=5
|
||||
safe_current=0.2
|
||||
safe_current=0.3
|
||||
speed=40
|
||||
encoder_tolerance=3.6
|
||||
free_wheeling=0.1
|
||||
@ -39,6 +40,7 @@ class = secop_psi.dpm.DPM3
|
||||
uri = tcp://192.168.127.254:3001
|
||||
digits = 2
|
||||
scale_factor = 0.0156
|
||||
offset = 15
|
||||
|
||||
[res]
|
||||
description = temperature on uniax stick
|
||||
|
Loading…
x
Reference in New Issue
Block a user