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 , , , , , , , | 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 , , , , , , | 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 , , , , , , | 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 , , , , , , | 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