J. Kissel
The issues we found with the IM's binary IO motivated me to update the MEDM screen interface to the system -- namely making it more like other HAM Single Stage Suspensions (HSSS) and the top masses of HAM X Double Suspensions (HPDS, HDDS, HTDS, HSDS) which clearly indicate that the HAM-A drivers they use have had their remote binary IO control / readbacks disabled.
At LHO the MEDM screens that call the interface are
/opt/rtcds/userapps/release/sus/common/medm/haux/
SUS_CUST_HAUX_MONITOR_OVERVIEW_all.adl
and
/opt/rtcds/userapps/release/sus/common/medm/hsss
SUS_CUST_HSSS_OVERVIEW.adl
which now *both* call the same BIO screen, which I've moved
FROM
/opt/rtcds/userapps/release/sus/common/medm/
haux/SUS_CUST_HAUX_BIO_ALL.adl
TO
hsss/SUS_CUST_HAUX_BIO_ALL.adl
then modified and committed the svn location change. See BEFORE and AFTER.
I then edited the following macros to change the SUSTYPE or sustype variables from "IM" or "im" to "HAUX" or "haux."
/opt/rtcds/userapps/release/sus/common/medm/
susim1_overview_macro.txt
susim2_overview_macro.txt
susim3_overview_macro.txt
susim4_overview_macro.txt
susimall_overview_macro.txt
These have *not* been committed to the svn as the macros also contain all of the ADC / DAC / AI / AA / front-end configurations that have diverged for suspensions at L1 and H1.