LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

fpga parallel code execution problem

Solved!
Go to solution

Hi,

 

I have a problem with the parallel execution of code on the FPGA of a cRIO-9073.
The execution time of the code is also longer then expected.
The problem is described in the attached PDF file.

 

Kind regards,

 

Jasper Beurms

0 Kudos
Message 1 of 3
(2,136 Views)
Solution
Accepted by topic author Jasper_B

Hi Jasper,

 

the first problem is due to DATAFLOW! THINK DATAFLOW!

 

You have three sequences running in parallel. The loop iteration time depends on the slowest item in the loop. So you don't need to wonder why the "low frequency sequence" inluences the other sequences?

 

The 2nd problem can't be discussed by looking at pictures. What are those wait function? milliseconds, microseconds, ticks?

Did you know the IO nodes also take some processing time?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,129 Views)

The wait functions are in ticks. the IO has a propagation delay of max 55ns.

 

Thanks for the quick response.

 

Best regards,

 

Jasper

0 Kudos
Message 3 of 3
(2,124 Views)