Skip to content
Snippets Groups Projects
Commit 08f6b402 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix: Use Fofb-Manager function for BPM init

parent 8b8d4d34
Branches
Tags
No related merge requests found
Pipeline #3713 failed
......@@ -350,8 +350,13 @@ def sync_all_bpm():
# ---------------------------------------------------------------------------------------------------------------
# Init BPMs, stop first and put for each the ID number
electron_stop_com(bpmlist)
electron_init_fa(bpmidlist)
#electron_stop_com(bpmlist)
# Let's use the FOFB-Manager dedicated function while it's here
#electron_init_fa(bpmidlist)
p.StartStep01ConfigLiberaCom()
# It's a non blocking call
time.sleep(2)
# ---------------------------------------------------------------------------------------------------------------
# Write event number
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment