Tag Archives: GUI

InProcess: Python – A version of Producer Consumer Pattern

Python Tkinter and Matplotlib. Still working on it , but this is a preview Using more Classes and Threads the video below is at normal speed (running a quick temp chamber profile. Most temperature profile don’t run this fast in … Continue reading

Posted in Test Sector | Tagged , , , , , | Leave a comment

Python – Analog Meter with New Chart-Class this time

converted a previous python project over to Class type with new Chart /scope adventure Short Video on GUI (tkinter) Python Code Text (tkinter) Python – Analog Meter and Chart Download Notes Presentation: Analog Meter Display and Chart GUI using Vertical … Continue reading

Posted in Python, Test Sector, tkinter | Tagged , , , , , , , , | Leave a comment

Python tkinter and time delay

Presentation on Different ways to create time delay in tkinter Short Video (about 35sec) Python code Text Python code download Notes

Posted in Test Sector | Tagged , , , , , , , , | Leave a comment

Python – Learn Queue GUI

Tkinter GUI to learn Queue, Put, Get, Empty, Full, Exception Handling Short video about 42sec Python Learn Queue – Code Text Download of code Notes

Posted in Python, Queue, Test Sector, tkinter | Tagged , , , , , , , , , | Leave a comment

Python- Updated Wafer Display GUI with Test types

Updated a previous Wafer Display GUI Able to show what type failure occurred for different test by changing color of die. Also a Stop Testing button Video of combobox test type to show failed die, also show other die in … Continue reading

Posted in Python, Test Sector, tkinter | Tagged , , , , , , , , , , , | Leave a comment

Python GUI – Production Line example

Using Python, Tkinter, canvas ,and photoimage function with some threading My webhost not allowing some file extension so need to put image as individually (sorry) The images are for operator sequence , I tried to put them all in a … Continue reading

Posted in Python, Test Sector, tkinter | Tagged , , , , , , , | Leave a comment

LV GUI to Python GUI template attempt

Presentation: create a Python GUI template using LV Gui to build it Used LabVIEW(r) cluster for window and frame Notes Presentation: An adventure to attempt LV GUI to Python GUI templateProgramming Language used: Python 3.7 in Spyder and LabVIEW®2019Python and … Continue reading

Posted in Test Sector | Tagged , , , , | Leave a comment

Python GUI Four UUT with Threading, progressbar, tab

Show a GUI tkinter using four UUT example with threading, includes progress bar and tabs. Not a how to setup mux communication, focus in on GUI and threading UUT 3 was made intentionally slow and to randomly fail to show … Continue reading

Posted in Python, Test Sector, tkinter | Tagged , , , , , , , , , , | Leave a comment

PY3 with TKinter using the Grid-Row-Col method (not place,pack)

In a previous post I showed similar GUI using place,pack . Now will show similar sample GUI (Graphical User Interface) using Python 3 and Tkinter with Grid,row,col method Widgets used Window Frame Labels Buttons Canvas Circle Frame Text ScrollBar Design … Continue reading

Posted in Test Sector | Tagged , , , , , , , , , , | Leave a comment