LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can we control the queue processing speed in labview?

I am trying to control the queue processing time using loop delays, but it always goes into infinite loop. pls help

thanks in advance
0 Kudos
Message 1 of 4
(2,808 Views)
Please post some code for us to look at.

That will let us help you,

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 4
(2,808 Views)
Hello Ben

I am attaching the VI . It has UDP connections going to the queue and connecting after dequeue. I want to slow down the rate of dequeueing.

thank you
0 Kudos
Message 3 of 4
(2,808 Views)
All of the code in your loop executes on each iteration of the loop. That includes your deque.

Use two loops. One for queing one for deque.

You should then be able to control the deque rate separately.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 4
(2,808 Views)