Reports until 17:41, Friday 12 July 2013
H1 SUS
mark.barton@LIGO.ORG - posted 17:41, Friday 12 July 2013 (7066)
HAUX screen cleanup

I did cleanup on the HAUX screens on the same lines as in alog 7049 for HTTS.

For all the screens in $(USERAPPS)/sus/common/medm/haux with gedit, I changed link arguments to look like the following:

args="%(read $(USERAPPS)/asc/common/medm/asc$(optic)$(num)_overview_macro.txt),USERAPPS=$(USERAPPS),SITE=$(SITE),site=$(site),IFO=$(IFO),ifo=$(ifo)"

Formerly some of the screens expected $(OPTIC) to be the full optic name, and some used $(OPTIC)$(num), so I changed everything to the latter convention.

Details:

No change:

Basic cleanup: SUS_CUST_HAUX_BIO.adl, SUS_CUST_HAUX_BIO_all.adl, SUS_CUST_HAUX_DACKILL.adl, SUS_CUST_HAUX_DC_ALIGN.adl, SUS_CUST_HAUX_M1_COILOUTF.adl, SUS_CUST_HAUX_M1_DRIVEALIGN.adl, SUS_CUST_HAUX_M1_EUL2OSEM.adl, SUS_CUST_HAUX_M1_LOCK.adl, SUS_CUST_HAUX_M1_OPTICALIGN.adl, SUS_CUST_HAUX_M1_OPTICALIGN.adl, SUS_CUST_HAUX_M1_OSEM_ALIGN.adl, SUS_CUST_HAUX_M1_OSEM_ALIGN.adl, SUS_CUST_HAUX_M1_OSEM_ALIGN_??ZOOM.adl, SUS_CUST_HAUX_M1_OSEMINF.adl, SUS_CUST_HAUX_M1_SENSALIGN.adl, SUS_CUST_HAUX_M1_WD.adl, SUS_CUST_HAUX_M1_WD_ACT_BANDLIM.adl, SUS_CUST_HAUX_M1_WD_OSEMAC_BANDLIM.adl, SUS_CUST_HAUX_MONITOR_OVERVIEW.adl, SUS_CUST_HAUX_MONITOR_OVERVIEW_all.adl, SUS_CUST_HAUX_OPLEVINF.adl, SUS_CUST_HAUX_OPLEVINF1.adl,

Other fixes:

SUS_CUST_HAUX_DAC_MONITOR.adl: I removed display of /cvs/cds/llo/scripts/utilities/nova_logo.gif, which was not only LLO-specific but shouldn't have been in a custom screen. Moved time string into visible area and corrected hardwiring to FEC=10.

SUS_CUST_HAUX_M1_DAMP.adl (and assorted other screens): corrected hardwired FEC.

SUS_CUST_HAUX_M1_DEMOD.adl, SUS_CUST_HAUX_M1_TEST.adl, SUS_CUST_HAUX_M1_DAMP.adl: I got the L1-specific links from various "GUARDIAN SET" buttons pointing to the apparently intended screen, $(USERAPPS)/cds/common/medm/FILTALH.adl, and made the asgs list more standard, but there was a $(channel) argument missing, so I couldn't getting it working fully. It doesn't seem to work at LLO either, so I leave it to the Guardian folks to take further.

SUS_CUST_HAUX_OSC.adl: added $(IFO) $(OPTIC)$(num) string to screen.

Everything has been committed.