LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I found out the timing (ticks) of Functions for the FPGA (7833R PCI)?

Hallo,

 

I have problems to measure times. My measured time is not constant it jitters too much. I need a maximum jitter of 5µs and I had heard that I can solve this Problem if I programm code that is faster than 5µs on my FPGA, so I must know how long does the fuctions need by running the code!

 

Who can I find this Information?

 

Martin

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

Hello Martin,

 

I don't know how long the functions need to run the code.

But there are a few things you can do to speed up your code.

One thing is to use a single cycle loop for your code, which removes some overhead.

A second thing is to do calculations in parallel. Search for 'pipelining'  .

 

Hope this helps.

Uli

0 Kudos
Message 2 of 2
(2,156 Views)