daq: add blower on command to every mount event
This commit is contained in:
@@ -838,6 +838,7 @@ class AareDAQ:
|
||||
if sample is not None and sample.db_id is not None:
|
||||
self.__aare.send_sample_event(sample.db_id, SampleEventType.MOUNTING)
|
||||
|
||||
self.__devs.tell.blower_on()
|
||||
mounting_result: MountingResult = self._create_mounting_service().execute(target=sample)
|
||||
|
||||
if not mounting_result.success:
|
||||
|
||||
Reference in New Issue
Block a user