Move motor config to separate file

r1373 | dcl | 2006-12-13 09:31:37 +1100 (Wed, 13 Dec 2006) | 2 lines
This commit is contained in:
Douglas Clowes
2006-12-13 09:31:37 +11:00
parent 0fa28079a0
commit 641cec24f9
2 changed files with 8 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
# Koala troubleshooter setup
# $Revision: 1.1 $
# $Date: 2006-10-15 23:50:25 $
# $Revision: 1.2 $
# $Date: 2006-12-12 22:31:37 $
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
# Last revision by $Author: ffr $
# Last revision by $Author: dcl $
set configFileName "koala_configuration.tcl"
set configFileName "motor_configuration.tcl"
# These subroutines should be installed on the controllers
set contSubs(dmc2280_controller1) "#AUTO #LIMSWI #SOLCTRL #TCPERR"

View File

@@ -1,11 +1,11 @@
# Kowari troubleshooter setup
# $Revision: 1.1 $
# $Date: 2006-10-15 23:47:45 $
# $Revision: 1.2 $
# $Date: 2006-12-12 22:31:05 $
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
# Last revision by $Author: ffr $
# Last revision by $Author: dcl $
set configFileName "kowari_configuration.tcl"
set configFileName "motor_configuration.tcl"
# These subroutines should be installed on the controllers
set contSubs(dmc2280_controller1) "#AUTO #LIMSWI #SOLCTRL #TCPERR"