pyControl version 1.6.1 is now available to download from the
releases page. This release adds functionallity to display
the current state, most recent event and print line in the run task tab, and unifies the GUI style across platforms. It also fixes an incompatibility with pyqtgraph versions > 0.11.0 which was making installation difficult under recent Python versions.
After updating the GUI to this release, you will need to reload the framework onto your pyboards
(using the board config menu) ,
due to changes in the communication protocol between the board and the
GUI.
Thanks to Andy Lustig for contributions to this release.
Changelog:
-
Run task tab now displays current state, most recent event and print line.
-
GUI style unified across platforms.
-
GUI font sizes now configurable in gui_settings.py.
-
Fixed bug which prevented events from plotting in Pyqtgraph version > 0.11.0.
-
Made communication from pyboard to computer during framework run more robust to unexpected output from pyboard.
-
Various minor bug fixes.