RT FIFO Delete Function
- Updated2025-01-28
- 2 minute(s) read
Deletes a reference or all references to a specified RT FIFO.
You must delete an RT FIFO reference to free memory resources allocated for the FIFO when you created the reference. Deleting a reference to an RT FIFO does not delete the original RT FIFO by default. Use the force destroy? input to specify to delete all reference to the RT FIFO.

Inputs/Outputs
rt fifo
—
rt fifo is a reference to an existing RT FIFO.
force destroy? (F)
—
force destroy? specifies to delete all references to the RT FIFO if TRUE. If set to FALSE, only deletes the individual reference wired to rt fifo. The default is FALSE.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
error out
—
error out contains error information. This output provides standard error out functionality. |
Examples
Refer to the following example files included with LabVIEW Real-Time Module.
- examples\Real-Time Module\RT Communication\RT FIFO\RT FIFO Communication.lvproj
rt fifo
—
force destroy? (F)
—
error in (no error)
—
error out
—