Skip to content
Snippets Groups Projects
Commit a373df20 authored by Rolf Bork's avatar Rolf Bork
Browse files

Moved the location of where ADC channel lists are saved after the make-install process.

This location was discussed at the July 1, 2015 CDS meeting.


git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4031 6dcd42c9-f523-4c6d-aada-af552506706e
parent 0c9c5242
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ Changes for 2.10
- Request (833): RCG now produces a text file that lists all ADC connections for that model as
part of the make, make-install process.
- make command produces build/modelepics/config/adcListSorted.txt
- make install-model produces a target/modelname/param/model_adclist.txt file.
- make install-model produces a /opt/rtcds/site/ifo/chans/adc/model_adclist.txt file.
- Added RCG version number to GDSTP screens.
- Added multi-page listing capabilities for unconnected EDCU channels. Presently, still a work
in progress.
......
......@@ -194,7 +194,8 @@ fi
/bin/cp -p build/${system}epics/${system}.par /opt/rtcds/${site}/${lower_ifo}/target/gds/param/tpchn_${system}.par
/bin/mkdir -p /opt/rtcds/$site/${lower_ifo}/target/${system}/param
/bin/cp -p build/${system}epics/${system}.par /opt/rtcds/${site}/${lower_ifo}/target/${system}/param/tpchn_${system}.par
/bin/cp -p build/${system}epics/config/adcListSorted.txt /opt/rtcds/${site}/${lower_ifo}/target/${system}/param/${system}_adclist.txt
/bin/mkdir -p /opt/rtcds/${site}/${lower_ifo}/chans/adc
/bin/cp -p build/${system}epics/config/adcListSorted.txt /opt/rtcds/${site}/${lower_ifo}/chans/adc/${system}_adclist.txt
if test ${datarate_mult} -gt 1
then
datarate_mult_flag=-${datarate_mult}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment