Joe and I started working on the new LSC FE control today. We made a diagram of the system in Simulink, but were unable to compile it.
Joe checked out the latest CDS software out of their new SVN and put it somewhere (perhaps his home directory).
We then copied the directory with the .mdl files and the CDS parts library into our real Simulink Model Directory:
/cvs/cds/caltech/cds/advLigo/src/epics/simLink
Use this and not someplace in Alex or Rob's home directory !
Joe will put in more details on Monday once he figures out how to build the new stuff. Basically, we decided not to support multiple versions of the CDS real time code here. We'll just stay synced to the latest stable ~versions.
I exported the current version of the LSC FE into our public_html/FE/ area on nodus where we will put all of the self-documenting FE diagrams:
https://nodus.ligo.caltech.edu:30889/FE/lsc_slwebview_files/index.html
To make a web setup like this, you just use the "Export to Web" feature from the top-level Simulink diagram (e.g. lsc.mdl). Choose the following options:

Note: in order to get the web page to work, I had to change the apache httpd.conf file to allow AddType file overriding. Here's the term cap of the diff:
nodus:etc>diff httpd.conf httpd.conf~
155c155
< ServerAdmin jenne@caltech.edu
---
> ServerAdmin aso@caltech.edu
225d224
< AllowOverride FileInfo |