Deploy all environment drivers to all instruments.
This commit is contained in:
@ -17,16 +17,6 @@ config/commands/commands_common.tcl
|
|||||||
config/commands/pulser.tcl
|
config/commands/pulser.tcl
|
||||||
config/commands/hvcommands.tcl
|
config/commands/hvcommands.tcl
|
||||||
config/motors/sct_positmotor_common.tcl
|
config/motors/sct_positmotor_common.tcl
|
||||||
config/environment/sct_protek_common.tcl
|
|
||||||
config/environment/temperature/sct_julabo_lh45.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_340.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_336.tcl
|
|
||||||
config/environment/temperature/sct_qlink.tcl
|
|
||||||
config/environment/temperature/sct_watlow_st4.tcl
|
|
||||||
config/environment/temperature/sct_rvasm2.tcl
|
|
||||||
config/environment/temperature/sct_oxford_itc.tcl
|
|
||||||
config/environment/magneticField/sct_bruker_BEC1.tcl
|
|
||||||
config/environment/magneticField/sct_oxford_ips.tcl
|
|
||||||
config/environment/magneticField/sct_oxford_labview.tcl
|
|
||||||
|
|
||||||
|
config/environment/
|
||||||
config/motors/sct_jogmotor_common.tcl
|
config/motors/sct_jogmotor_common.tcl
|
||||||
|
@ -55,8 +55,14 @@ copy_server_config() {
|
|||||||
sicserver_path=$1
|
sicserver_path=$1
|
||||||
cp -v -a --preserve=timestamps $COMMON $INSTSPEC $TEMPDIR/$DESTDIR/$sicserver_path >>$FILEMAP
|
cp -v -a --preserve=timestamps $COMMON $INSTSPEC $TEMPDIR/$DESTDIR/$sicserver_path >>$FILEMAP
|
||||||
if [ -e $INSTCFDIR/INSTCFCOMMON.TXT ]; then
|
if [ -e $INSTCFDIR/INSTCFCOMMON.TXT ]; then
|
||||||
for f in $(cat $INSTCFDIR/INSTCFCOMMON.TXT); do
|
for fpath in $(cat $INSTCFDIR/INSTCFCOMMON.TXT); do
|
||||||
cp -v --parents --preserve=timestamps $f $TEMPDIR/$DESTDIR/$sicserver_path >>$FILEMAP
|
if [ -f $fpath ]; then
|
||||||
|
cp -v --parents --preserve=timestamps $fpath $TEMPDIR/$DESTDIR/$sicserver_path >>$FILEMAP
|
||||||
|
else
|
||||||
|
for fn in `find $fpath -name '*.tcl'`; do
|
||||||
|
cp -v --parents --preserve=timestamps $fn $TEMPDIR/$DESTDIR/$sicserver_path >>$FILEMAP
|
||||||
|
done
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
config/source/sct_reactor_status.tcl
|
config/source/sct_reactor_status.tcl
|
||||||
|
config/environment/
|
||||||
config/source/source.tcl
|
config/source/source.tcl
|
||||||
config/anticollider/anticollider_common.tcl
|
config/anticollider/anticollider_common.tcl
|
||||||
config/plc/plc_common_1.tcl
|
config/plc/plc_common_1.tcl
|
||||||
|
@ -3,16 +3,8 @@ config/source/source.tcl
|
|||||||
config/anticollider/anticollider_common.tcl
|
config/anticollider/anticollider_common.tcl
|
||||||
config/plc/plc_common_1.tcl
|
config/plc/plc_common_1.tcl
|
||||||
config/counter/counter_common_1.tcl
|
config/counter/counter_common_1.tcl
|
||||||
config/environment/temperature/sct_oxford_itc.tcl
|
|
||||||
config/environment/temperature/sct_eurotherm_2000.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_336.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_340.tcl
|
|
||||||
config/environment/temperature/sct_julabo_lh45.tcl
|
|
||||||
config/environment/temperature/sct_qlink.tcl
|
|
||||||
config/environment/temperature/west400.tcl
|
|
||||||
config/environment/magneticField/sct_oxford_labview.tcl
|
|
||||||
config/environment/magneticField/sct_green_magnet.tcl
|
|
||||||
config/hipadaba/hipadaba_configuration_common.tcl
|
config/hipadaba/hipadaba_configuration_common.tcl
|
||||||
|
config/environment/
|
||||||
config/hipadaba/common_instrument_dictionary.tcl
|
config/hipadaba/common_instrument_dictionary.tcl
|
||||||
config/hipadaba/instdict_specification.tcl
|
config/hipadaba/instdict_specification.tcl
|
||||||
config/hmm/hmm_configuration_common_1.tcl
|
config/hmm/hmm_configuration_common_1.tcl
|
||||||
|
@ -3,16 +3,8 @@ config/source/source.tcl
|
|||||||
config/anticollider/anticollider_common.tcl
|
config/anticollider/anticollider_common.tcl
|
||||||
config/plc/plc_common_1.tcl
|
config/plc/plc_common_1.tcl
|
||||||
config/counter/counter_common_1.tcl
|
config/counter/counter_common_1.tcl
|
||||||
config/environment/sct_keithley_2700.tcl
|
|
||||||
config/environment/temperature/sct_eurotherm_2000.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_336.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_340.tcl
|
|
||||||
config/environment/temperature/sct_oxford_mercury.tcl
|
|
||||||
config/environment/temperature/sct_watlow_pm.tcl
|
|
||||||
config/environment/temperature/west400.tcl
|
|
||||||
config/environment/magneticField/sct_oxford_labview.tcl
|
|
||||||
config/environment/magneticField/sct_green_magnet.tcl
|
|
||||||
config/hipadaba/hipadaba_configuration_common.tcl
|
config/hipadaba/hipadaba_configuration_common.tcl
|
||||||
|
config/environment/
|
||||||
config/hipadaba/common_instrument_dictionary.tcl
|
config/hipadaba/common_instrument_dictionary.tcl
|
||||||
config/hipadaba/instdict_specification.tcl
|
config/hipadaba/instdict_specification.tcl
|
||||||
config/hmm/hmm_configuration_common_1.tcl
|
config/hmm/hmm_configuration_common_1.tcl
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
config/source/sct_reactor_status.tcl
|
config/source/sct_reactor_status.tcl
|
||||||
|
config/environment/
|
||||||
config/source/source.tcl
|
config/source/source.tcl
|
||||||
config/anticollider/anticollider_common.tcl
|
config/anticollider/anticollider_common.tcl
|
||||||
config/plc/plc_common_1.tcl
|
config/plc/plc_common_1.tcl
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
config/source/sct_reactor_status.tcl
|
config/source/sct_reactor_status.tcl
|
||||||
|
config/environment/
|
||||||
config/source/source.tcl
|
config/source/source.tcl
|
||||||
config/anticollider/anticollider_common.tcl
|
config/anticollider/anticollider_common.tcl
|
||||||
config/plc/plc_common_1.tcl
|
config/plc/plc_common_1.tcl
|
||||||
|
@ -2,8 +2,8 @@ config/source/source_common.tcl
|
|||||||
config/anticollider/anticollider_common.tcl
|
config/anticollider/anticollider_common.tcl
|
||||||
config/plc/plc_common_1.tcl
|
config/plc/plc_common_1.tcl
|
||||||
config/counter/counter_common_1.tcl
|
config/counter/counter_common_1.tcl
|
||||||
config/environment/temperature/sct_lakeshore_3xx.tcl
|
|
||||||
config/hipadaba/hipadaba_configuration_common.tcl
|
config/hipadaba/hipadaba_configuration_common.tcl
|
||||||
|
config/environment/
|
||||||
config/hipadaba/common_instrument_dictionary.tcl
|
config/hipadaba/common_instrument_dictionary.tcl
|
||||||
config/hipadaba/instdict_specification.tcl
|
config/hipadaba/instdict_specification.tcl
|
||||||
config/hmm/hmm_configuration_common_1.tcl
|
config/hmm/hmm_configuration_common_1.tcl
|
||||||
|
@ -13,9 +13,8 @@ config/hmm/anstohm_linked.xml
|
|||||||
config/hmm/sct_orhvps_common.tcl
|
config/hmm/sct_orhvps_common.tcl
|
||||||
config/scan/scan_common_1.hdd
|
config/scan/scan_common_1.hdd
|
||||||
config/scan/scan_common_1.tcl
|
config/scan/scan_common_1.tcl
|
||||||
config/environment/temperature/sct_lakeshore_218.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_340.tcl
|
|
||||||
config/nexus/nxscripts_common_1.tcl
|
config/nexus/nxscripts_common_1.tcl
|
||||||
|
config/environment/
|
||||||
config/commands/commands_common.tcl
|
config/commands/commands_common.tcl
|
||||||
config/motors/sct_positmotor_common.tcl
|
config/motors/sct_positmotor_common.tcl
|
||||||
config/motors/sct_jogmotor_common.tcl
|
config/motors/sct_jogmotor_common.tcl
|
||||||
|
@ -3,7 +3,6 @@ config/source/source.tcl
|
|||||||
config/anticollider/anticollider_common.tcl
|
config/anticollider/anticollider_common.tcl
|
||||||
config/plc/plc_common_1.tcl
|
config/plc/plc_common_1.tcl
|
||||||
config/counter/counter_common_1.tcl
|
config/counter/counter_common_1.tcl
|
||||||
config/environment/magneticField/sct_bruker_BEC1.tcl
|
|
||||||
config/hipadaba/hipadaba_configuration_common.tcl
|
config/hipadaba/hipadaba_configuration_common.tcl
|
||||||
config/hipadaba/common_instrument_dictionary.tcl
|
config/hipadaba/common_instrument_dictionary.tcl
|
||||||
config/hipadaba/instdict_specification.tcl
|
config/hipadaba/instdict_specification.tcl
|
||||||
@ -17,10 +16,5 @@ config/commands/commands_common.tcl
|
|||||||
config/commands/hvcommands.tcl
|
config/commands/hvcommands.tcl
|
||||||
config/commands/pulser.tcl
|
config/commands/pulser.tcl
|
||||||
config/motors/sct_positmotor_common.tcl
|
config/motors/sct_positmotor_common.tcl
|
||||||
config/environment/sct_protek_common.tcl
|
|
||||||
config/environment/sct_mvp.tcl
|
|
||||||
config/environment/sct_syr.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_340.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_336.tcl
|
|
||||||
config/environment/temperature/sct_julabo_lh45.tcl
|
|
||||||
config/motors/sct_jogmotor_common.tcl
|
config/motors/sct_jogmotor_common.tcl
|
||||||
|
config/environment/
|
||||||
|
@ -3,16 +3,8 @@ config/source/source.tcl
|
|||||||
config/anticollider/anticollider_common.tcl
|
config/anticollider/anticollider_common.tcl
|
||||||
config/plc/plc_common_1.tcl
|
config/plc/plc_common_1.tcl
|
||||||
config/counter/counter_common_1.tcl
|
config/counter/counter_common_1.tcl
|
||||||
config/environment/sct_keithley_2700.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_336.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_340.tcl
|
|
||||||
config/environment/temperature/sct_eurotherm_2000.tcl
|
|
||||||
config/environment/sct_protek_common.tcl
|
|
||||||
config/environment/temperature/sct_oxford_itc.tcl
|
|
||||||
config/environment/temperature/sct_oxford_mercury.tcl
|
|
||||||
config/environment/magneticField/sct_oxford_ips.tcl
|
|
||||||
config/environment/magneticField/sct_oxford_labview.tcl
|
|
||||||
config/hipadaba/hipadaba_configuration_common.tcl
|
config/hipadaba/hipadaba_configuration_common.tcl
|
||||||
|
config/environment/
|
||||||
config/hipadaba/common_instrument_dictionary.tcl
|
config/hipadaba/common_instrument_dictionary.tcl
|
||||||
config/hipadaba/instdict_specification.tcl
|
config/hipadaba/instdict_specification.tcl
|
||||||
config/hmm/hmm_configuration_common_1.tcl
|
config/hmm/hmm_configuration_common_1.tcl
|
||||||
|
@ -17,16 +17,6 @@ config/commands/commands_common.tcl
|
|||||||
config/commands/pulser.tcl
|
config/commands/pulser.tcl
|
||||||
config/commands/hvcommands.tcl
|
config/commands/hvcommands.tcl
|
||||||
config/motors/sct_positmotor_common.tcl
|
config/motors/sct_positmotor_common.tcl
|
||||||
config/environment/sct_protek_common.tcl
|
|
||||||
config/environment/temperature/sct_julabo_lh45.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_340.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_336.tcl
|
|
||||||
config/environment/temperature/sct_qlink.tcl
|
|
||||||
config/environment/temperature/sct_watlow_st4.tcl
|
|
||||||
config/environment/temperature/sct_rvasm2.tcl
|
|
||||||
config/environment/temperature/sct_oxford_itc.tcl
|
|
||||||
config/environment/magneticField/sct_bruker_BEC1.tcl
|
|
||||||
config/environment/magneticField/sct_oxford_ips.tcl
|
|
||||||
config/environment/magneticField/sct_oxford_labview.tcl
|
|
||||||
|
|
||||||
|
config/environment/
|
||||||
config/motors/sct_jogmotor_common.tcl
|
config/motors/sct_jogmotor_common.tcl
|
||||||
|
@ -4,15 +4,6 @@ config/source/source.tcl
|
|||||||
config/anticollider/anticollider_common.tcl
|
config/anticollider/anticollider_common.tcl
|
||||||
config/plc/plc_common_1.tcl
|
config/plc/plc_common_1.tcl
|
||||||
config/counter/counter_common_1.tcl
|
config/counter/counter_common_1.tcl
|
||||||
config/environment/he3/sct_he3.tcl
|
|
||||||
config/environment/temperature/sct_eurotherm_2000.tcl
|
|
||||||
config/environment/temperature/sct_julabo_lh45.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_336.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_340.tcl
|
|
||||||
config/environment/temperature/sct_lakeshore_370.tcl
|
|
||||||
config/environment/temperature/sct_oxford_itc.tcl
|
|
||||||
config/environment/temperature/sct_oxford_mercury.tcl
|
|
||||||
config/environment/temperature/west400.tcl
|
|
||||||
config/hipadaba/hipadaba_configuration_common.tcl
|
config/hipadaba/hipadaba_configuration_common.tcl
|
||||||
config/hipadaba/common_instrument_dictionary.tcl
|
config/hipadaba/common_instrument_dictionary.tcl
|
||||||
config/hipadaba/instdict_specification.tcl
|
config/hipadaba/instdict_specification.tcl
|
||||||
@ -26,7 +17,6 @@ config/commands/commands_common.tcl
|
|||||||
config/commands/pulser.tcl
|
config/commands/pulser.tcl
|
||||||
config/commands/hvcommands.tcl
|
config/commands/hvcommands.tcl
|
||||||
config/motors/sct_positmotor_common.tcl
|
config/motors/sct_positmotor_common.tcl
|
||||||
config/environment/magneticField/sct_oxford_ips.tcl
|
|
||||||
config/environment/magneticField/sct_oxford_labview.tcl
|
|
||||||
config/motors/sct_jogmotor_common.tcl
|
config/motors/sct_jogmotor_common.tcl
|
||||||
|
config/environment/
|
||||||
config/motors/sct_aerotech_soloist.tcl
|
config/motors/sct_aerotech_soloist.tcl
|
||||||
|
Reference in New Issue
Block a user