-
Recent Posts
- Arduino PID with Motor, Ultrasonic Sensor, and a paper basket type coffee filter
- Using Arduino and BB’s PID with Simple LED Brightness setup to Learn PID
- Python-A way to show digital patterns(bits) in Matplotlib
- Python – A version of Producer Consumer Pattern with Queues and Threading – Simulated Temp Chamber Demo
- InProcess: Python – A version of Producer Consumer Pattern
- Tkinter GUI and (non-tk) Matplotlib shrinking the tk GUI
- Python – Sequence Editor example
- Python – Analog Meter with New Chart-Class this time
- Python tkinter and time delay
- Python – MCC USB-1208FS-Plus
- Python – Learn Queue GUI
- Python – Analog Meter GUI example
- Python- Updated Wafer Display GUI with Test types
- Python – Wafer GUI example
- Python GUI – Production Line example
- LV GUI to Python GUI template attempt
- Python GUI Four UUT with Threading, progressbar, tab
- Python List or Dictionary using UUT Ch simulation example
- Python- Example One simulated DMM in Multiprocessing with Lock
- LV Slider with multiple slides and custom pointer
Categories
Meta
Tag Archives: Python
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 GUI, LabVIEW(r), LV to Python GUI builder, Python, tkinter
Leave a comment
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
Posted in Test Sector
Tagged Lock, Multiprocessing, One DMM multiple UUTs, Python, Python3.7, Queues, UUT Testing
Leave a comment
Python Example Testing Functions , Running Test List, Mini Test Report (not Gui version), Only Console result.
Showing use of functions and running sequence via list, with a mini Test report function List had Test function to run. Example Tests_seq=[component,electrical,optical,OE,EO] The OE test result in this example has a random result output which helps develope code for … Continue reading
Posted in Test Sector
Tagged Python, Python3.7, random from list, Run Function list, Test function example
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 Test Sector
Tagged button, Canvas, frame, Label, oval, Python, text, tkinter
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 Test Sector
Tagged command line method, LabVIEW, LabVIEW and Python, Python
Leave a comment