Gain mystery
- It was not sure how the whitening gains have been given.
- The corresponding database entry was found in /cvs/cds/caltech/target/c1auxey/ETMYaux.db as
grecord(ao,"C1:ASC-QPDY_S1WhiteGain")
grecord(ao,"C1:ASC-QPDY_S2WhiteGain")
grecord(ao,"C1:ASC-QPDY_S3WhiteGain")
grecord(ao,"C1:ASC-QPDY_S4WhiteGain")
- The gains for S2-S4 were set to be 30. However, C1:ASC-QPDY_S1WhiteGain was set to be 8.62068.
And it was not writable.
- After some investigation, it was found that the database was wrong. The DAC channel was changed from S100 to S0.
The corrected entry is shown here.
grecord(ao,"C1:ASC-QPDY_S1WhiteGain")
{
field(DESC,"Whitening gain for QPDY Seg 1")
field(DTYP,"VMIVME-4116")
field(OUT,"#C0 S0 @")
field(PREC,"1")
field(EGUF,"42")
field(EGUL,"-22")
field(EGU,"dB")
field(LINR,"LINEAR")
field(DRVH,"30")
field(DRVL,"-10")
field(HOPR,"30")
field(LOPR,"-10")
}
- Once c1auxey was rebooted, the S1 whitening gain became writable. Now all of the channels were set to be +30dB (max).
|