LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to send data from a while loop to other while loop with different loop time?

I'm making 2 while loop, on the left one, I detect my mouse coordinate (x,y) and concatenate it into a 2d array, it runs very fast (0 millisecond multiple), then I want to send it to another while loop that runs every 10 ms, what the second while loop does is reading the array from the first while loop every 10ms.

 

Is it possible? if yes then how?

 

0 Kudos
Message 1 of 2
(570 Views)

Hi Wannabe,

 


@PULSE.Wannabe wrote:

Is it possible? if yes then how?


Yes.

Use notifiers, queues, channel wires. (You may even use a local.)

 

Your description is rather vague, a lot of detailed information is missing…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(563 Views)