Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling LLRF EVE for 2 systems in Orbit Interlock #1115

Open
murilobalves opened this issue Oct 16, 2024 · 0 comments
Open

Handling LLRF EVE for 2 systems in Orbit Interlock #1115

murilobalves opened this issue Oct 16, 2024 · 0 comments

Comments

@murilobalves
Copy link
Contributor

          I think this PR is missing handling the LLRF EVE stuff from this block, since we now have two EVEs
        # # RF EVE
        trgsrc = _HLTimeSearch.get_ll_trigger_names('SI-Glob:TI-LLRF-PsMtm')
        pvname = _LLTimeSearch.get_channel_output_port_pvname(trgsrc[0])
        self._llrf_evtcnt_pvname = f'{pvname.propty}EvtCnt-Mon'
        self._everf_dev = _Device(
            pvname.device_name,
            props2init=[self._llrf_evtcnt_pvname, ],
            auto_monitor_mon=True)
        pvo = self._everf_dev.pv_object(self._llrf_evtcnt_pvname)
        pvo.wait_for_connection()
        self._everf_evtcnt = pvo.get() or 0

and

        # verify if RF EVE counted the event PsMtm
        new_evtcnt = self._everf_dev[self._llrf_evtcnt_pvname]
        if new_evtcnt == self._everf_evtcnt:
            self._update_log('WARN:RF EVE did not count event PsMtm')
        self._everf_evtcnt = new_evtcnt

Originally posted by @ericonr in #1109 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant