- Driver test for phytron MCC-2 motor controller

This commit is contained in:
koennecke
2009-06-30 06:45:26 +00:00
parent e4119bfce5
commit eb5025ab3b
2 changed files with 25 additions and 2 deletions

View File

@ -244,5 +244,16 @@ cone qscale 1
cone center unknown
simidx sttlim 0.2
simidx anglim 0.5
apple preset 10
apple mode timer
alge targetposition 50
alge sign 1
alge softzero 0
alge softlowerlim 40
alge softupperlim 317
alge fixed -1
alge interruptmode 0
alge precision 0.01
alge accesscode 2
alge failafter 3
alge maxretry 3
alge ignorefault 0
alge movecount 10

View File

@ -631,3 +631,15 @@ if {$hmhttp == 1} {
applesct debug 0
apple init
}
set phytron 0
if {$phytron == 1} {
makesctcontroller phyto phytron psts234:3002 5
#makesctcontroller phyto phytron localhost:8080 5
phyto debug -1
source ../tcl/phytron.tcl
phytron::make alge X phyto 40 317
}