Change the names in all of the files
This commit is contained in:
@@ -24,7 +24,7 @@ fileeval $cfPath(velsel)/velsel.tcl
|
||||
fileeval $cfPath(parameters)/parameters.tcl
|
||||
fileeval $cfPath(plc)/plc.tcl
|
||||
fileeval $cfPath(chopper)/chopper.tcl
|
||||
fileeval $cfPath(chopper)/sct_astrium_chopper.tcl
|
||||
fileeval $cfPath(chopper)/astrium_chopper_sct.tcl
|
||||
fileeval $cfPath(optics)/optics.tcl
|
||||
fileeval $cfPath(counter)/counter.tcl
|
||||
fileeval $cfPath(environment)/temperature/sct_lakeshore_340.tcl
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
config/source/sct_reactor_status.tcl
|
||||
config/source/reactor_status_sct.tcl
|
||||
config/source/source.tcl
|
||||
config/anticollider/anticollider_common.tcl
|
||||
config/plc/plc_common_1.tcl
|
||||
|
||||
@@ -561,8 +561,8 @@ proc add_astrium_chopper {name IP port} {
|
||||
handle_exception ${catch_status} ${catch_message}
|
||||
}
|
||||
|
||||
clientput "file evaluation of sct_astrium_chopper.tcl"
|
||||
::scobj::astrium_chopper::sics_log 9 "file evaluation of sct_astrium_chopper.tcl"
|
||||
clientput "file evaluation of astrium_chopper_sct.tcl"
|
||||
::scobj::astrium_chopper::sics_log 9 "file evaluation of astrium_chopper_sct.tcl"
|
||||
|
||||
proc ::scobj::astrium_chopper::read_config {} {
|
||||
set catch_status [ catch {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# @file Loads the generated_motor_configuration.tcl file which is created by util/genmotconf.tcl from CSV files.
|
||||
fileeval config/motors/generated_motor_configuration.tcl
|
||||
fileeval config/motors/sct_shutters.tcl
|
||||
fileeval config/motors/sct_tank.tcl
|
||||
fileeval config/motors/shutters_sct.tcl
|
||||
fileeval config/motors/tank_sct.tcl
|
||||
add_shutters shutters aqadapter mc4
|
||||
add_tank tank aqadapter mc8
|
||||
# Motors which should not be driven should be set as "fixed" here.
|
||||
|
||||
@@ -299,8 +299,8 @@ proc add_shutters {name IP port} {
|
||||
handle_exception ${catch_status} ${catch_message}
|
||||
}
|
||||
|
||||
clientput "file evaluation of sct_shutters.tcl"
|
||||
::scobj::shutters::sics_log 9 "file evaluation of sct_shutters.tcl"
|
||||
clientput "file evaluation of shutters_sct.tcl"
|
||||
::scobj::shutters::sics_log 9 "file evaluation of shutters_sct.tcl"
|
||||
|
||||
proc ::scobj::shutters::read_config {} {
|
||||
set catch_status [ catch {
|
||||
|
||||
@@ -334,8 +334,8 @@ proc add_tank {name IP port} {
|
||||
handle_exception ${catch_status} ${catch_message}
|
||||
}
|
||||
|
||||
clientput "file evaluation of sct_tank.tcl"
|
||||
::scobj::tank::sics_log 9 "file evaluation of sct_tank.tcl"
|
||||
clientput "file evaluation of tank_sct.tcl"
|
||||
::scobj::tank::sics_log 9 "file evaluation of tank_sct.tcl"
|
||||
|
||||
proc ::scobj::tank::read_config {} {
|
||||
set catch_status [ catch {
|
||||
|
||||
Reference in New Issue
Block a user