Other Posts

  • Python – Wafer GUI example

    Python – Wafer GUI example

    Presentation on a Wafer Die Testing GUI example with Die grid, and pass, fail, total info python code for wafer gui example Notes Presentation: example Wafer GUI wih Pass Fail and Total Die testedProgramming Language used: Python 3.7 in SpyderPresentation app: Microsoft’s PowerPointPython and Tkinter are products of respective companyPresentation shown to spark ideas of… Read more

  • Python GUI – Production Line example

    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 zip but not allowed. Code (will also need the image files) download for python code… Read more

  • LV GUI to Python GUI template attempt

    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 Tkinter are from there respective companiesLabVIEW® is a NI (was National Instruments) product.Presentation app: Microsoft’s… Read more

  • Python GUI Four UUT with Threading, progressbar, tab

    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 threading in action Notes Read more

  • Python List or Dictionary using UUT Ch simulation example

    Python List or Dictionary using UUT Ch simulation example

    Simulated UUT, channel, Measured value and results with a mini test report Python code example demo Notes Read more

  • Python- Example One simulated DMM in Multiprocessing with Lock

    Python- Example One simulated DMM in Multiprocessing with Lock

    showing why lock is need if you have multiple process (uuts to test) but only One DMM Focus is on Multiprocessing and Lock (not on DMM communication setup) code for Python3.7 used in Spyder End Code Notes Read more