26 lines
466 B
INI
26 lines
466 B
INI
[NODE]
|
|
id = trinamic_test.psi.ch
|
|
description = trinamic motor test
|
|
|
|
[INTERFACE]
|
|
uri = tcp://5000
|
|
|
|
[drv_io]
|
|
description =
|
|
class = secop.core.BytesIO
|
|
uri = serial:///dev/tty.usbserial?baudrate=57600
|
|
# uri = serial:///dev/ttyUSB0?baudrate=9600
|
|
|
|
[drv]
|
|
description = trinamic motor test
|
|
class = secop_psi.trinamic.Motor
|
|
io = drv_io
|
|
standby_current=0.1
|
|
maxcurrent=1.4
|
|
acceleration=150.
|
|
move_limit=360
|
|
speed=40
|
|
encoder_tolerance=3.6
|
|
free_wheeling=0.1
|
|
power_down_delay=0.1
|