Closedown

This commit is contained in:
boccioli_m
2015-05-29 11:03:28 +02:00
parent aceb8dd00c
commit 69f59bf0df
6 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
#Thu May 21 13:42:33 CEST 2015
#Fri May 29 11:00:51 CEST 2015
accessType=ReadWrite
defaultSpeed=1.0
estbilizationDelay=0
hasEnable=true
homingType=None
maxSpeed=100.0

View File

@@ -1,7 +1,8 @@
#Thu May 21 10:24:36 CEST 2015
#Fri May 29 11:00:52 CEST 2015
accessType=ReadWrite
channel=MTEST-GOBBO\:MOT1
defaultSpeed=1.0
estbilizationDelay=0
hasEnable=false
homingType=None
maxSpeed=100.0

View File

@@ -1,7 +1,8 @@
#Thu May 21 10:24:36 CEST 2015
#Fri May 29 11:00:52 CEST 2015
accessType=ReadWrite
channel=MTEST-GOBBO\:MOT2
defaultSpeed=10.0
estbilizationDelay=0
hasEnable=false
homingType=None
maxSpeed=100.0

View File

@@ -1,6 +1,7 @@
#Thu May 21 10:25:16 CEST 2015
#Fri May 29 11:00:52 CEST 2015
accessType=ReadWrite
defaultSpeed=1.0
estbilizationDelay=0
hasEnable=false
homingType=None
maxSpeed=1.0

View File

@@ -1,6 +1,7 @@
#Thu May 21 10:25:16 CEST 2015
#Fri May 29 11:00:52 CEST 2015
accessType=ReadWrite
defaultSpeed=1.0
estbilizationDelay=0
hasEnable=false
homingType=None
maxSpeed=1.0

View File

@@ -1,7 +1,6 @@
args.clear(); args.addAll([0,40,20])
scripts = ["test11", "test1", "test2", "test3", "test4", "test5", "test6", "test7", "test8", "test9", "test10", "import", "import2", "import7", "data", "test0"]
for script in scripts:
set_status("Running: " + script)
execfile(controller.setup.getScriptPath()+"/" + script + ".py")
run(script)