Category Archives: Python

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

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

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

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

PY3 and TKinter GUI (place and pack)

Example GUI with Python3 and Tkinter using Place and Pack (grid will be another post) Widgets used window canvas label button frame circle oval  

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

LV calling Python via -c command line method

Presentation on how a LabVIEW developer can access a Python developers module(file) and functions using the -c command line mode Helpful links https://stackoverflow.com/questions/3987041/run-function-from-the-command-line https://stackoverflow.com/questions/4383571/importing-files-from-different-folder National Instrument’s website LabVIEW® is a National Instrument product. Presentation created as a possible starting point … Continue reading

Posted in LabVIEW(r), Python, Test Sector | Tagged , , , , , | Leave a comment

LV Queue showing two ways and effects

Using a simple simulated traffic light example to show two ways and effects when pressing button. More about seeing how queues work in two situations. The desired effect is when going from Green to Red it should go Yellow then … Continue reading

Posted in LabVIEW(r), Queue, Test Sector | Tagged , , , | Leave a comment

Python , Running functions in a list

Example only( was create under Python3.7  while inside Anaconda Spyder, Showing a method for running functions from a list with arg from a parameter list (just a str  for example) also sending parameters to function bases on a parameter list. … Continue reading

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