rubendegroote / Networked-Data-Acquisition

Python code for network-based data acquisition for laser spectroscopy
0 stars 0 forks source link

Setpoint reached status indicator in Controler app #13

Closed rubendegroote closed 9 years ago

woutergins commented 9 years ago

Added rudimentary indicator for the boolean on_setpoint. Current assumption is that this is passed in the _statusdata dictionary from the device. The text Yes is displayed if the boolean is true, No if it is false. This could in the future be updated to a green/red button.

rubendegroote commented 9 years ago

Your assumption is correct.