-
Recent Posts
- Python – Sklearn – Chi- Categorical Ordinal
- My Mississippi Harmonica Co Regal Model 96235
- Python – FTT – with Scipy
- LabVIEW(r) , Python(r) Sinewave Fit
- Sinewave Fit via Python with SciPy
- LV- Event Queue and fun with Pict function
- LV Timed Loop Structure – OFFSET
- 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
Categories
Meta
Tag Archives: Queues
Python – A version of Producer Consumer Pattern with Queues and Threading – Simulated Temp Chamber Demo
Presentation on a version of producer consumer pattern using queues and threading. Used Python,tkinter, and Matplotlib Presentation is followed with a short video and zip code May17,2023 added the Ipython console output image on post so you can see the … Continue reading
Posted in Arduino(r), Python, Test Sector, tkinter
Tagged Matplotlib, Producer Consumer Pattern, Python, Python 3.9, Queues, Temperature Chamber simulation, Threading, 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
LV Multiple Process Vi with SubPanel
Open multiple instants of a Process VI and showing it in a SubPanel. Messaging via the unique queue of the Process and the Main queue. Notes •Showing LabVIEW® running on vi multiple times (Clone) and SubPanel to prevent multiple vi … Continue reading
Posted in Uncategorized
Tagged Array Element key Focus, LabVIEW(r), Messaging, Queues, SubPanel, VI Ref, VI Server
Leave a comment
Using Delacor’s DQMH® Add-on for LV
The following presentation is on first use of Delacor’s DQMH® add-on for LabVIEW® A simple task “Smart Table” Create Project using Delacor’s DQMH (Delacor Queue Message Handler) Add the following feature for the table Add a Header Add Data Clear … Continue reading
Posted in Test Sector
Tagged Add-on, DQMH (r), Event Queue Pattern, Events, LabVIEW, LV, Queues
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 Events, LabVIEW, Producer consumer, Queues
Leave a comment