diff --git a/bec_widgets/examples/extreme/config.yaml b/bec_widgets/examples/extreme/config.yaml index fcab38b9..4f804a56 100644 --- a/bec_widgets/examples/extreme/config.yaml +++ b/bec_widgets/examples/extreme/config.yaml @@ -45,4 +45,5 @@ plot_data: - name: "gauss_bpm" entry: "gauss_bpm" - name: "samx" + entry: ["samx", "samx_setpoint"] # entry: ["samx","incorect"] #multiple entries for one device \ No newline at end of file diff --git a/bec_widgets/examples/extreme/extreme.py b/bec_widgets/examples/extreme/extreme.py index fe7011df..567136ea 100644 --- a/bec_widgets/examples/extreme/extreme.py +++ b/bec_widgets/examples/extreme/extreme.py @@ -13,7 +13,6 @@ from bec_widgets.qt_utils import Crosshair, Colors # TODO implement: # - implement scanID database for visualizing previous scans -# - change how dap is handled in bec_dispatcher to handle more workers class PlotApp(QWidget): @@ -406,7 +405,8 @@ class PlotApp(QWidget): self.plot_settings = config.get("plot_settings", {}) self.plot_data = config.get("plot_data", {}) # Reinitialize the UI and plots - # self.init_plot_background(self.plot_settings["background_color"]) #TODO implement + # TODO implement, change background works only before loading .ui file + # self.init_plot_background(self.plot_settings["background_color"]) self.init_ui(self.plot_settings["num_columns"]) self.init_curves() print(f"Settings loaded from {file_path}") diff --git a/bec_widgets/examples/motor_movement/motor_example.py b/bec_widgets/examples/motor_movement/motor_example.py index f926918f..b700ef14 100644 --- a/bec_widgets/examples/motor_movement/motor_example.py +++ b/bec_widgets/examples/motor_movement/motor_example.py @@ -16,7 +16,6 @@ from bec_lib.core import MessageEndpoints, BECMessage # TODO - General features -# - setting motor speed and frequency # - setting motor acceleration # - updating motor precision # - put motor status (moving, stopped, etc)