Skip to content
Snippets Groups Projects
Commit fee626cc authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Work-around for LLRF Start

It looks the trigger is got on the rising edge, so considering
the width of the pulser to determine the RF Pulse size.
parent 3a5a5467
No related branches found
No related tags found
No related merge requests found
Pipeline #79214 failed
...@@ -121,7 +121,8 @@ record(calcout, "$(P)$(R=)#SetPulser1Dly"){ ...@@ -121,7 +121,8 @@ record(calcout, "$(P)$(R=)#SetPulser1Dly"){
record(calcout, "$(P)$(R=)#SetPulser2Dly"){ record(calcout, "$(P)$(R=)#SetPulser2Dly"){
field(INPA, "$(P)$(R=)PrePulseDly-RB") field(INPA, "$(P)$(R=)PrePulseDly-RB")
field(INPB, "$(P)$(R=)RFSyncDly-SP CP") # When updates value, update evr field(INPB, "$(P)$(R=)RFSyncDly-SP CP") # When updates value, update evr
field(CALC, "A+B") field(INPC, "$(EVRPREFIX)DlyGen2-Width-RB CP") # Removing the width of the dlygen2, to workaroudn an issue
field(CALC, "A+B-C")
field(OUT, "$(EVRPREFIX)DlyGen2-Delay-SP PP" ) field(OUT, "$(EVRPREFIX)DlyGen2-Delay-SP PP" )
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment