Skip to content

Fixes status_message in scan progress

Valentin Valls requested to merge fixes-status-in-scan-progress into master

Closes #4431 (closed)

This PR

  • Create a tag for greenlet textblock_context_greenlet to identify greenlets that we know it can use the text block from the parent
  • Use this tag for the greenlet of the scans

As result status_message can be used from the scan and chain presets. And are then displayed if a scan display was used with this scan.

This have to be back-ported to BLISS 2.1

Tested with

config.get("machinfo")
machinfo.check = True
machinfo.proxy.setSRMode("USM")
machinfo.proxy.setRefillPeriod(10)
loopscan(200, 5, diode1)

refill

Edited by Valentin Valls

Merge request reports

Loading