(Joe, Yuta)
Summary:
No more discrimination for SIDE!
We had all SIDE filters in SDSEN, so we splitted into SDSEN, SUSSIDE, and SDCOIL just like other DOFs. (Not SIDECOIL. SDCOIL from now on!)
Also, there was a confusion in output filters, so we fixed the filter bank(dewhitening and 28HzELP).
More than that, I found that "13HzCheby" in SUSPOS, SUSPIT, SUSYAW was actually doing ~1.6Hz Chebyshev, so I fixed it. (No wonder we had no damping when turing "13HzCheby" on!)
Our new MEDM screen is Attachment #1.
Input filter design:
Every optics, every OSEM has same analog whitening filter.
So;
digital |
analog |
30,100:3 |
30,100:3 |
ON |
OFF |
OFF |
ON |
Output filter design:
For every SIDE coils and MC1, MC3 coils, they have analog 28Hz elliptic LPFs.
So;
digital |
analog |
28HzELP |
28HzELP |
ON |
OFF |
OFF |
ON |
For MC2(and other main optics) UL/UR/LR/LL coils, they have analog dewhitening filters.
So;
digital |
analog |
InvDW |
SimDW |
DW |
ON |
ON |
OFF |
ON |
OFF |
ON |
InvDW and SimDW were in FM10 and FM9, but I swapped them to make it more consistent.
Now, FM10 switches analog/digital output filiters for every optics.
Let's put 28HzELP in FM9 so that FM9 switches analog/digital for every optics.
Quote: |
Schematic:
- whitening
MC1 5 PD outputs -> SUS PD Whitening Board(D000210) -> ... (digital WF=3,100:3)
MC2 5 PD outputs -> SUS PD Whitening Board(D000210) -> ... (digital WF=3,100:3)
MC3 5 PD outputs -> SUS PD Whitening Board(D000210) -> ... (digital WF=3,100:3)
D000210 has switches for bypassing analog WT(3,100:3). HIGH to bypass.
- dewhitening
(-) ... -> SOS Dewhitening Board(D000316) -> MC1,3 UL/UR/LR/LL coils
(-) ... -> SOS Dewhitening Board(D000316) -> MC1,2,3 SIDE coils
(SimDW)(InvDW) ... -> LSC Anti-imaging Board(D000186) -> Universal Dewhitening Board(D000183) -> MC2 UL/UR/LR/LL coils
D000316 has switches for bypassing 28Hz elliptic LPF. HIGH to bypass.
D000186 is 7570Hz elliptic LPFs.
D000183 has switches for bypassing dewhitening filter. HIGH to bypass.
See this wiki page for more comprehensive setup.
|
Next work:
- Fix Simulink connection and logic so that analog/digital switching go correctly.
- Check if the switching are correct for all channels by measuring transfer functions.
- Currently, we are focusing on MCs, but we have to do the same fixing for other optics, too.
- More than setting the right filter TF, there are switching settings like Zero History, Ramp, Zero Crossing...... We should investigate that.
- Actually, TF of analog DW in D000183 doesn't look like the same with digital SimDW. Why?? |