LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV FPGA signal IO timing

Solved!
Go to solution

What would be the most code efficient way to measure how many 1usec ticks lapses between rising edges of 2 different DI's in Labview FPGA such as sbRIO-9629?

0 Kudos
Message 1 of 2
(144 Views)
Solution
Accepted by topic author Rafal_Kor

Add a U32 feedback node or shift register in a timed loop. On the first rising edge, reset and add one on each tick. On the second rising edge, stop and return the counter value.

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
0 Kudos
Message 2 of 2
(98 Views)