Open cmazzoli opened 6 years ago
@cmazzoli I see another bug in here in that 20180329_night.py
is calling RE
multiple times!
@cmazzoli to follow up with this. @mrakitin @tacaswell and I added the fix that @tacaswell made. We could not test it as the bug occurs when more than one suspender kicks in. This can be tested by closing the front end shutter, which will trigger the front end and endstation suspender. If you have time, I would suggest giving that a try. (we obviously could not trigger this shutter since CSX2 is also using beam. We also didn't have time to test a new suspender)
Another option is that we can add another suspender in on one of your devices you're not using, and change its state. We can meet to follow up with this.
Which do you prefer? Testing yourself with FE shutter, or meeting in person later and setting up a suspender. For example, for a device whose only values are 0 or 1:
fe_shut_suspender = SuspendBoolHigh(EpicsSignal('XF:23ID-PPS{Sh:FE}Pos-Sts'), sleep=10*60)
where fe_shut_suspender
should be a different name and the pv replaced with the PV.
Hi guys, Either is fine with me. To access the FE we need no radiation in the ring as it would perturb IOS beamline.. About the many REs.. Tom you are more than welcome at 3am on the beamline to help me with plans :) . Please let me know what you prefer to do. Claudio
On Thu, Apr 5, 2018, 09:55 Julien Lhermitte notifications@github.com wrote:
@cmazzoli https://github.com/cmazzoli to follow up with this. @mrakitin https://github.com/mrakitin @tacaswell https://github.com/tacaswell and I added the fix that @tacaswell https://github.com/tacaswell made. We could not test it as the bug occurs when more than one suspender kicks in. This can be tested by closing the front end shutter, which will trigger the front end and endstation suspender. If you have time, I would suggest giving that a try.
Another option is that we can add another suspender in on one of your devices you're not using, and change its state. We can meet to follow up with this.
Which do you prefer? Testing yourself with FE shutter, or meeting in person later and setting up a suspender. For example, for a device whose only values are 0 or 1:
fe_shut_suspender = SuspendBoolHigh(EpicsSignal('XF:23ID-PPS{Sh:FE}Pos-Sts'), sleep=10*60)
where fe_shut_suspender should be a different name and the pv replaced with the PV.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NSLS-II/Bug-Reports/issues/192#issuecomment-378944325, or mute the thread https://github.com/notifications/unsubscribe-auth/AKjlFlfH97Zuh0UqbjPvSrbAkmNwpt2uks5tliItgaJpZM4TB43i .
After the on the fly fix by J. Lhermitte and S. Campbell yesterday evening, this morning we have been hit again by a beam dump. As a result we got the following. I don't know if the fact that I had to manually close the photon shutter to perform a rescue intervention on a piece of hardware across the beam re-delivery can have caused additional problems, how ever it is worth investigating..
I don't know if the fact that I had to manually close the photon shutter to perform a rescue intervention on a piece of hardware across the beam re-delivery can have caused additional problems, how ever it is worth investigating..