/py3100G810

Grains weight and humidity collector from 3100 family weighing indicators and Gehaka grain meter G810 respectively - a Python Tkinter Application

Primary LanguagePythonMIT LicenseMIT

py3100G810

Grains weight and humidity collector from 3100 family weighing indicators and Gehaka grain meter G810 respectively - a Python Tkinter Application

Goals

Requirements

Update 2019-04-26
  • Now, finally collecting data too from Gehaka Grain Meter humidity G810

  • Added:

    • About window
    • Login with LDAP (optional)
    • Start implementation of
      • An application session (just a regressive timer until now...)
      • An autocomplete
        • but not integrate with database
  • Some layout simplification

Update 2018-11-28
  • Layout reformulation, new label fields add.
    • some GUI simplification
Update 2018-11-26
  • Using simple method to identify when the value read is stable
    • Will be used when persist the values in database.
Update 2018-11-26
  • Fix it bug when the 3100 weighing indicator is turned off, freezing the application.

    • Solution used: Threads
  • Some code refactor

    • Using python properties, make variables private...
Update 2018-11-16
  • Starts collect data from 3100 family weighing indicators' serial

License: MIT