epics-modules / mrfioc2

EPICS driver for Micro Research Finland event timing system devices
http://epics-modules.github.io/mrfioc2/
Other
8 stars 29 forks source link

Adding the AcTrig source options, making evr clock mode record, etc #153

Closed hongran closed 1 month ago

hongran commented 1 month ago

In this PR, I combined a few updates: 1: Adding more options to AcTrig source. Before it was a bo record for event clock or mxc7. we made it an mbbo record to support FP1 and FP2 options. 2: Adding a record for the EVR event clock mode 3: Corrected a typo in macro U32_EventLog(N) 4: Updated a few macros like

define PulserMax 24

define OutputCMLMax 4

gabrielfedel commented 1 month ago

@hongran , for this MR I would prefer to have the different changes on different commits (e.g.: one for the fix, another for adding the actrig source options). On that way we can revert things easily on the future.

hongran commented 1 month ago

Yes. I will revert the branch to the version with the macro corrections only.