FlexRIO API Reference

Read (VI)

  • Updated2025-11-22
  • 2 minute(s) read

Read (VI)

Dequeues a Boolean array from the From DRAM queue.

Read

cniInstr_Memory_DRAM_v1_FPGAlvclass.gif

DRAM FIFO Ref In specifies the reference to the DRAM FIFO.

cbool

ready for output informs this VI whether downstream VIs are ready for this VI to return a new value. The default value is TRUE. Use a Feedback Node to wire the ready for input terminal of a downstream VI to this input.

i1dbool

element returns the oldest data element in the FIFO. Use Unpacker to convert the data back to its original type.

ibool

output valid returns TRUE if element contains a valid value. Wire this output to the input valid terminal of a downstream VI.