LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Acquire sensor input from FPGA using multiple loops/

Hi,

 

I have a sbRIO and I am acquiring inputs from ultrasonic, temperature sensor and pressure sensor in a same while loop. When these inputs go to the RT for processing, only one sensor value changes i.e FPGA is only fetching input from one of these sensors. 
Should I use parallel loops i.e. acquire each input in a separate loop? If yes, should I be concerned about timings for each loop?

 

Regards.


0 Kudos
Message 1 of 2
(2,094 Views)

You don't have to use different loops unless you need the data at different rate. Please show the code how you are acquiring the data and passing it to the RT (A clear snippet or image is good enough).

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 2
(2,064 Views)