LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MyRIO Sampling Rate

Hi Stockson,

 

Thanks for the advice. The problem is that I can not use SCTLs. When I put the processing blocks (FFT and IFFT) in an SCTL and compile, I exceed the resources. So sadly it is not an option.

 

I am really trying to make the code run in parallel. I have 2 loops, acquisition and processing. Each with a loop timer. However, I can not estimate a value for the loop timer in the processing block. How can I advance from there?

0 Kudos
Message 11 of 12
(1,193 Views)

Why do you need a timer? It's the best to use some kind of triggering/handshaking algorithm (occurences, timeouts, handshake lines etc.) to synchronize both loops.

Message 12 of 12
(1,175 Views)