Hi,
I've got a create RTFIFO module and a RTWRITE module. The write is inside a timed loop (5ms time on a PXI-8196 controller). However, I'm having some trouble getting data out of my FIFO. In trying to solve the problem I noticed an issue with probes and trying to observe the "reference" to the FIFO thatis passed between the VIs.
If I put a probe on the RTFIFO reference before it is in the timed loop I see a zero value. Inside the loop a see a large value that makes sense if it is interpreted as a memory address but then going through a tunnel in a conditional inside the timed loop the reference becomes zero again.
This is troubling from my perspective because I don't understand how the RTFIFO write knows "where" to write data at this point.
I've attached a picture with probes in reasonable places that should help illustrate my convoluted description.