- 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

@ -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
}