10-16-2008 11:43 AM
I'm using a DMA-to-Host FIFO in Labview FPGA.
On the Write side:
There are a couple of ports, Timeout and Timed Out, that I'm not sure about.
From what I can see, Timeout is useless in a Timed Loop.
Timed Out seems to indicate that data was lost.
Does the FIFO cease to function at this point, or will it continue to work normally once data is popped out of the FIFO by the Host?
On the Read Side:
There is a port called Timeout, description below. I have no idea what it does. What does "timing out" mean on the read side of a FIFO? Does it mean there is no data? That seems strange.
Timeout (ms) specifies the number of milliseconds the Invoke Method function waits before timing out. The default is 5000 milliseconds. Set this parameter to –1 if you want the Invoke Method function to wait indefinitely for the number of elements.
10-16-2008 12:16 PM