This commit is contained in:
Holler
2025-09-04 14:46:58 +02:00
committed by wakonig_k
parent 7513955674
commit 81a63d0317
2 changed files with 3 additions and 2 deletions

View File

@@ -63,6 +63,8 @@ class OmnyAlignment(BECWidget, QWidget):
self.ui.liveViewSwitch.enabled.connect(self.on_live_view_enabled)
self.ui.moveUpButton.clicked.connect(self.on_move_up)
@property
def enable_live_view(self):
@@ -102,7 +104,6 @@ class OmnyAlignment(BECWidget, QWidget):
image.disconnect_monitor("cam200")
@property
def enable_move_buttons(self):
move_up:QPushButton = self.ui.moveUpButton

View File

@@ -172,7 +172,7 @@ class FlomniFermatScan(SyncFlyScanBase):
self.device_manager.connector.raise_alarm(
severity=0,
alarm_type="LaserTrackerSignalStrength",
source="rtx",
source={"device": "rtx", "reason": "low signal strength", "method": "_prepare_setup_part2"},
metadata={},
msg="Signal strength of the laser tracker is low, sufficient to continue. Realignment recommended!",
)