Closed mmdonatti closed 12 months ago
EVR and EVE log buffer is being adapted to EVG in order to track interlock map events arrival order with timestamps. Two new records are being created, to enable/disable interlock map events log, based on current used RxEnable records:
RxEnable
record(mbboDirect, "$(P)$(R)IntlkLogEnbl-SP")
record(mbbiDirect, "$(P)$(R)IntlkLogEnbl-RB")
This branch is working, but we need to solve a bug into gateware log fifo reset.
solved!
EVR and EVE log buffer is being adapted to EVG in order to track interlock map events arrival order with timestamps. Two new records are being created, to enable/disable interlock map events log, based on current used
RxEnable
records:record(mbboDirect, "$(P)$(R)IntlkLogEnbl-SP")
record(mbbiDirect, "$(P)$(R)IntlkLogEnbl-RB")