Skip to content
Snippets Groups Projects
Commit 4c3e3555 authored by Samuel GARNIER's avatar Samuel GARNIER
Browse files

Add status message to indicate that align FA is out of date

parent 0e002db5
No related branches found
No related tags found
No related merge requests found
......@@ -485,6 +485,8 @@ class DG_PY_FOFBTool(Device):
def target():
db = tango.Database()
self.d_status["synchronize"]="Synchronize: starting"
if self.includeLBP:
self.d_status["align"]="FA Align: Not done since sync"
try:
self.debug_stream("Building list form FREE PROPERTIES")
......@@ -499,7 +501,7 @@ class DG_PY_FOFBTool(Device):
self.debug_stream("lbpevrx list {}".format(lbpevrx))
else:
lbpevrx = []
self.debug_stream("lbpevrx list empty, includeLBP property disabled")
self.info_stream("includeLBP property disabled")
success=FofbTool.Operation.sync_bpm(bpmidlist, lbpevrx, tlocal, self.tangopath_centraltiming)
if success:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment