LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to measure how long a boolean is high with Thick Count?

Solved!
Go to solution

@vitrion wrote:

I'm so sorry, I think I forgot to say that some data type and functional blocks are not available for FPGA Module. I cannot use double, neither HIgh Resolution Relative Seconds. I can just use the Tick Count Wait and Loop Timer. Also, thank you for replying my message so fast and create the Vi for me.


If you need the number in double, then just do what Altenbach said: use an integer number in ticks, milliseconds, or microseconds with the "Tick Count" VI on FPGA. You can then read that number on the RT and convert to a double there.

0 Kudos
Message 11 of 12
(280 Views)

Thank you very much. It wotked perfectly. Thank you for your help

0 Kudos
Message 12 of 12
(256 Views)