Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

ticks

If I put a "wait" command in an FPGA VI, how do I find out how long a single "tick" is?
 
Thanks,
Craig.
0 Kudos
Message 1 of 3
(3,835 Views)
I've only just looked at labview fpga, but one tick is one clock pulse. The wait also has micro seconds and mili seconds which may be easier to read the code. Depending on your device, compact rio etc.. there should be timing specs on NI's website that should let you know what one tick is. Like 50MHz is 50,000,000 ticks a second. 🙂 Hope this helps you.

Message Edited by pRoFiT on 07-23-2008 02:30 AM
- A minute saved is a Minute earned!
0 Kudos
Message 2 of 3
(3,823 Views)
I see - that makes sense actually. Thanks.
0 Kudos
Message 3 of 3
(3,816 Views)