Prototype tkinter frame layout

Making Progress on the GUI

As you can see, the visualization tool is becoming more mature. We have taken the visualization scaffolding developed in the last post and added a few elements to each frame. It is amazing what a few buttons and menus will do for the looks of an application. The visualization still has that 'Tk' look which, though dated, is quite functional.

If you have been following along, you may note that the above is the curve trace of a capacitor and that we are still working on the original hardware. We will be transitioning to the new layout soon. I have received the boards and am half-way through soldering the parts on. I am hoping that the improvements to the analog section will yield a much higher quality of data. We shall see...

Features

What Works

At this point, the GUI may be used to:

  • select the port
  • change the frequency
  • display the currently-selected serial port
  • display the communication status
  • display the frequency

This list comprises all of the required functionality of the curve tracer, but we would like to add a bit more. In my experience, the demonstrated capability of the current version of the visualization will meet the requirements of 90% of those wishing to use the curve tracer as a troubleshooting tool. When I was using a curve tracer for my job as a technician, this is the mode that I operated in almost constantly.

We Want More!

Despite this, we have a lot of options to improve the tool and all of those options are software-driven at this point... so why not? Specifically, we would like to eventually add support for:

Feature Description
MOSFET/transistor mode This mode is for analysis of a MOSFET or transistor forward curve based on the gate/base voltage/current
Take Screenshots Ability to take screenshots and save them in a common format (PNG, GIF, etc.)
Recall Screenshots Ability to recall screenshots
CSV Save curve data to a CSV file
Recall/compare Recall data from CSV to be displayed and compared to live traces
Scan mode Scan through a low frequency to a higher frequency to highlight reactive components

Additional Screenshots

Port Selection Window

Port Selection Window

Frequency Setting Window

Frequency Setting Window

Inactive Window

When the software is started and the ports are not selected nor connected.

Curve tracer visualization - inactive



© by Jason R. Jones 2016
My thanks to the Pelican and Python Communities.