Skip to content

Latest detuning devs: asub implmentation - adding mkl related code

Yann Mandza requested to merge ICSHWI-14673-CLEAN into master

Initial implementation: Migrate cavity detune and QL calculation to LLRF IOC Here we have the algo running correctly. although one needs to observe timing as it runs within the asub. surprisingly, the timing so far looks stable. perhaps because the epics scanOnce thread is a high-priority thread making scheduling more deterministic. need to test with mcoreutils by binding the thread to cpu0( this only makes sure that this thread runs solely there, it doesn't stop other code from running there) this option may be more predictable time-wise.

Merge request reports