I made the changes to the psl.db to handle the new Temperature box hardware. The calibrations (EGUF/EGUL) are just copied directly from the LHO .db file (I have rsync'd their entire target area to here).
allegra:c1psl>diff psl.db~ psl.db
341,353d340
< grecord(ai,"C1:PSL-FSS_TIDALOUT")
< {
< field(DESC,"TIDALOUT- drive to the reference cavity heater")
< field(DISV,"1")
< field(SCAN,".5 second")
< field(DTYP,"VMIVME-3113")
< field(INP,"#C0 S28 @")
< field(EGUF,"10")
< field(EGUL,"-10")
< field(EGU,"volts")
< field(LOPR,"-10")
< field(AOFF,"0")
< }
493,494c480,481
< field(EGUF,"285.675")
< field(EGUL,"-214.325")
---
> field(EGUF,"67.02")
> field(EGUL,"7.96")
508,509c495,496
< field(EGUF,"726.85")
< field(EGUL,"-1273.15")
---
> field(EGUF,"75.57")
> field(EGUL,"12.31")
531,532c518,519
< field(EGUF,"726.85")
< field(EGUL,"-1273.15")
---
> field(EGUF,"75.57")
> field(EGUL,"12.31")
605,617d591
< grecord(ai,"C1:PSL-FSS_TIDALINPUT")
< {
< field(DESC,"TIDALINPUT- tidal actuator input")
< field(DISV,"1")
< field(SCAN,".5 second")
< field(DTYP,"VMIVME-3123")
< field(INP,"#C0 S3 @")
< field(EGUF,"10")
< field(EGUL,"-10")
< field(EGU,"volts")
< field(LOPR,"-10")
< field(AOFF,"0")
< }
1130a1105,1130
> grecord(ai,"C1:PSL-FSS_TIDALINPUT")
> {
> field(DESC,"TIDALINPUT- tidal actuator input")
> field(DISV,"1")
> field(SCAN,".5 second")
> field(DTYP,"VMIVME-3123")
> field(INP,"#C0 S3 @")
> field(EGUF,"10")
> field(EGUL,"-10")
> field(EGU,"volts")
> field(LOPR,"-10")
> field(AOFF,"0")
> }
> grecord(ai,"C1:PSL-FSS_TIDALOUT")
> {
> field(DESC,"TIDALOUT- drive to the reference cavity heater")
> field(DISV,"1")
> field(SCAN,".5 second")
> field(DTYP,"VMIVME-3113")
> field(INP,"#C0 S28 @")
> field(EGUF,"10")
> field(EGUL,"-10")
> field(EGU,"volts")
> field(LOPR,"-10")
> field(AOFF,"0")
> }
1143,1144c1143,1144
< field(HOPR,"0.010")
< field(LOPR,"-0.010")
---
> field(HOPR,"2")
> field(LOPR,"0")
|