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

Fix Beam Pulse Start when in Global mode

And include default delay for beam start/beam end for global mode
parent 9615373f
No related branches found
No related tags found
1 merge request!9Include possibility to change between modes
Pipeline #97967 passed with warnings
......@@ -206,7 +206,7 @@ record(calcout, "$(P)$(R=)#SetPulser4Dly"){
field(INPC, "$(P)$(R=)BeamPulseDly-SP CP") # When updates value, update evr
field(INPD, "$(P)$(R=)OpMode CP")
field(INPE, "$(P)$(R=)SCBSt CP")
field(CALC, "D=2?B:A+B+C")
field(CALC, "D=2?E:A+B+C")
field(OUT, "$(EVRPREFIX)DlyGen-4-Delay-SP PP" )
}
......@@ -520,6 +520,7 @@ record(ao, "$(P)$(R=)SCDly") {
field(VAL, "0")
field(PINI, "NO")
field(FLNK, "$(P)$(R=)#FanRFWdtGlobal PP")
info(autosaveFields_pass0, "VAL")
}
# superCycle delay (proton beam start)
......@@ -527,9 +528,10 @@ record(ao, "$(P)$(R=)SCBSt") {
field(DESC, "superCycle beam start trig delay")
field(DRVL, "0")
field(DRVL, "71400")
field(VAL, "0")
field(VAL, "12863")
field(PINI, "NO")
field(FLNK, "$(P)$(R=)#FanRFWdtGlobal PP")
info(autosaveFields_pass0, "VAL")
}
# superCycle delay (proton beam end)
......@@ -537,9 +539,10 @@ record(ao, "$(P)$(R=)SCBEnd") {
field(DESC, "superCycle beam end trig delay")
field(DRVL, "0")
field(DRVL, "71400")
field(VAL, "0")
field(VAL, "12863")
field(PINI, "NO")
field(FLNK, "$(P)$(R=)#FanRFWdtGlobal PP")
info(autosaveFields_pass0, "VAL")
}
record(seq, "$(P)$(R=)#SeqSetGlobal"){
......
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