Keep all config files in one directory.
r1107 | ffr | 2006-09-06 13:51:41 +1000 (Wed, 06 Sep 2006) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
4c0ec49124
commit
e3c462aa66
@@ -1,12 +1,11 @@
|
|||||||
# $Revision: 1.15 $
|
# $Revision: 1.16 $
|
||||||
# $Date: 2006-09-04 05:13:34 $
|
# $Date: 2006-09-06 03:51:41 $
|
||||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||||
# Last revision by: $Author: ffr $
|
# Last revision by: $Author: ffr $
|
||||||
|
|
||||||
#START SERVER CONFIGURATION SECTION
|
#START SERVER CONFIGURATION SECTION
|
||||||
set common $env(SICSCOMMON)
|
source dmc2280_util.tcl
|
||||||
source $common/dmc2280_util.tcl
|
source server_config.tcl
|
||||||
source $common/server_config.tcl
|
|
||||||
#END SERVER CONFIGURATION SECTION
|
#END SERVER CONFIGURATION SECTION
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
@@ -629,4 +628,4 @@ ss2vo readscript ss2readvertoffset
|
|||||||
MakeCounter simCtr SIM -1.0
|
MakeCounter simCtr SIM -1.0
|
||||||
MakeScanCommand xxxscan simCtr hrpd.hdd recover.bin
|
MakeScanCommand xxxscan simCtr hrpd.hdd recover.bin
|
||||||
|
|
||||||
source $env(SICSERVERHOME)/hipadaba_hrpd_configuration.tcl
|
source hipadaba_hrpd_configuration.tcl
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# $Revision: 1.2 $
|
# $Revision: 1.3 $
|
||||||
# $Date: 2006-09-04 05:43:24 $
|
# $Date: 2006-09-06 03:51:41 $
|
||||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||||
# Last revision by: $Author: ffr $
|
# Last revision by: $Author: ffr $
|
||||||
|
|
||||||
# Provides simulated motors for experimenting with scan and batch commands
|
# Provides simulated motors for experimenting with scan and batch commands
|
||||||
#START SERVER CONFIGURATION SECTION
|
#START SERVER CONFIGURATION SECTION
|
||||||
source $env(SICSCOMMON)/server_config.tcl
|
source server_config.tcl
|
||||||
#END SERVER CONFIGURATION SECTION
|
#END SERVER CONFIGURATION SECTION
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -1,17 +1,16 @@
|
|||||||
# SICS common configuration
|
# SICS common configuration
|
||||||
|
|
||||||
# $Revision: 1.2 $
|
# $Revision: 1.3 $
|
||||||
# $Date: 2006-09-04 05:12:53 $
|
# $Date: 2006-09-06 03:49:08 $
|
||||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||||
# Last revision by $Author: ffr $
|
# Last revision by $Author: ffr $
|
||||||
|
|
||||||
|
|
||||||
installprotocolhandler
|
installprotocolhandler
|
||||||
|
|
||||||
set common $env(SICSCOMMON)
|
source utility.tcl
|
||||||
source $common/utility.tcl
|
|
||||||
|
|
||||||
set sicsroot $env(SICSROOT)
|
set sicsroot /usr/local/sics
|
||||||
ServerOption statusfile $sicsroot/log/status.tcl
|
ServerOption statusfile $sicsroot/log/status.tcl
|
||||||
ServerOption RedirectFile $sicsroot/log/stdout
|
ServerOption RedirectFile $sicsroot/log/stdout
|
||||||
ServerOption LogFileBaseName $sicsroot/log/serverlog
|
ServerOption LogFileBaseName $sicsroot/log/serverlog
|
||||||
|
|||||||
@@ -1,15 +1,13 @@
|
|||||||
#!/usr/bin/env tclsh
|
#!/usr/bin/env tclsh
|
||||||
|
|
||||||
# $Revision: 1.4 $
|
# $Revision: 1.5 $
|
||||||
# $Date: 2006-09-04 05:12:53 $
|
# $Date: 2006-09-06 03:49:08 $
|
||||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||||
# Last revision by $Author: ffr $
|
# Last revision by $Author: ffr $
|
||||||
|
|
||||||
# Load troubleshooting setup
|
# Load troubleshooting setup
|
||||||
set common $env(SICSCOMMON)
|
source dmc2280_util.tcl
|
||||||
set serverhome $env(SICSERVERHOME)
|
source troubleshoot_setup.tcl
|
||||||
source $common/dmc2280_util.tcl
|
|
||||||
source $serverhome/troubleshoot_setup.tcl
|
|
||||||
|
|
||||||
if { $argc > 0 } {
|
if { $argc > 0 } {
|
||||||
set configFileName [lindex $argv 0]
|
set configFileName [lindex $argv 0]
|
||||||
|
|||||||
Reference in New Issue
Block a user