(Suresh, Yuta)
If you come up with a good idea and want to add new things to current RT model;
1. Go to simLink directory and open matlab;
cd /cvs/cds/rtcds/caltech/c1/core/advLigoRTS/src/epics/simLink
matlab
2. In matlab command line, type;
addpath lib
3. Open a model you want to edit.
open modelname
4. Edit! CDS_PARTS has useful CDS parts.
open CDS_PARTS
There are some traps. For example, you cannot put cdsOsc in a subsystem
5. Compile your new model. See my elog #3787.
6. If you want to burt restore things;
cd /cvs/cds/caltech/burt/autoburt/snapshots/YEAR/MONTH/DATE/TIME/
burtgooey
7. Edit MEDM screens
cd /cvs/cds/rtcds/caltech/c1/medm
medm
8. Useful wiki page on making a new suspension MEDM screens;
http://lhocds.ligo-wa.caltech.edu:8000/40m/How_to_make_new_suspension_medm_screens |