WasatchPhotonics / ENLIGHTEN

Open-source spectroscopy application for controlling and taking measurements from Wasatch Photonics spectrometers.
https://wasatchphotonics.com/product-category/software/
MIT License
3 stars 6 forks source link

Consider adding a Marquee or MsgBox alert when laser goes inactive and period is close to watchdog #347

Open mzieg opened 9 months ago

mzieg commented 9 months ago

If has watchdog, and laser_control thinks laser should be firing, and Reading.laser_is_firing switches from True to False, and abs(laser_watchdog_sec - (now - time_laser_last_enabled)) < (laser_watchdog_sec / 10.0), display "It appears the laser has been automatically disabled by the internal watchdog". Or something like that.