Skip to content

[RCG] Fix problem with out-of-order DAQ when running RCG TEST

Erik von Reis requested to merge erik.vonreis/advligorts:test_chan_order into master

BUMP_CYCLE and other test variables were added as MOMENTARY, but aren't added to the DAQ. This caused a DAQ file load error. Two new EPICS var classes were added: MOMENTARYNODAQ and BURTRESTORE. BURTRESTORE was added to separate some of the special BURT_RESTORE handling in fmseq.pl because of these changes, we no longer need to filter out channels by name that aren't supposed to go to the DAQ.

These filters have been removed.

Merge request reports