BLACS, part of the labscript suite, provides an interface to hardware used to control a buffered experiment. It manages a queue of shots to be run as well as providing manual control over devices between shots.
Other
0
stars
0
forks
source link
Report which device(s) have caused the queue to pause #32
This would be particularly helpful when multiple devices are in an error state that aren't preventing shots from running, i.e those that aren't in the queued shot's connection table.
This information is in the logs, e.g.
#!python
2017-12-15 12:21:20,951 ERROR BLACS.queue_manager.thread: XZ_Blackfly has an error condition, aborting run
This feature would make apparent the device name(s) in the GUI,
Original comment by Russell Anderson (Bitbucket: rpanderson, GitHub: rpanderson).
Edited issue description* changed title from "Report which device(s) have an error condition that cause the queue to pause" to "Report which device(s) have caused the queue to pause"
Original report (archived issue) by Russell Anderson (Bitbucket: rpanderson, GitHub: rpanderson).
This would be particularly helpful when multiple devices are in an error state that aren't preventing shots from running, i.e those that aren't in the queued shot's connection table.
This information is in the logs, e.g.
This feature would make apparent the device name(s) in the GUI,