Represents a VI-defined memory item. Right-click the node and select Configure to configure the VI-defined memory item.


icon

Inputs/Outputs

  • igenclassrntag.png Memory Out

    Memory Out returns the memory you specify in the Memory Properties dialog box.

  • Use the Memory Properties dialog box to initialize the memory. If you reset the VI, the memory remains unchanged. You must download the VI again to reinitialize the memory.

    Use the Read and Write methods to read from or write to the VI-defined memory item.

    If you use a VI-defined memory item in a reentrant FPGA VI, LabVIEW creates a separate copy of the memory item for each instance of the VI to avoid resource conflicts.

    You can create a VI-defined memory item with the same name as a target-scoped memory item. You also can create VI-defined memory items with the same name in different VIs. However, you cannot create VI-defined memory items with the same name in the same VI.