Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.78 KB

TODO.md

File metadata and controls

49 lines (43 loc) · 1.78 KB

Todo

Rewrite GUI in TK

Modernize the gui.

  • Implement start/stop, elapsed time, and temperature display
  • Implement matplotlib based display for profile and temperature readings
  • Command line arguments for simulation and polling rate
  • Profile editing, save, load
  • Select Com port.
  • Add about page, utilized libraries.
  • Add license page.
  • Display Time instead of popup when finished.
  • Display minutes instead of seconds on plot.
  • Display elapsed seconds as time. mm:ss
  • Prevent save/load/edit while oven is started
  • Check for 40 pair max profile size.
  • Package python environment and library dependencies
  • Add documentation for profile format
  • Check Oven Serial Communication.
  • Thread oven communications
  • Resolve
    • Unpack requires buffer of 4 bytes

Bugs

  • Save as is incorrect.
  • Profile length of 1 does not set labels properly. Possibly also too short of a profile.
  • Stop oven on exit.
  • Temperature measurements no longer plotting...

Extras

  • Use importlib_resources
  • Use Dialog class for profile edit
  • Simulate notification/setting.
  • Configuration File
    • Load profile at start
    • Remember window position
  • Remember Window position.
  • Better profile storage?
  • Provide additional profile features
    • Explicit cooldown. Check for reasonable value range. End when oven reaches goal temp instead of waiting the entire time.
    • Slow Ramp instruction to temperature.
  • Token based parsing of profile format
  • Plot in separate file?