LabVIEW Wireless Sensor Network Module

User RAM VIs

  • Updated2023-02-21
  • 1 minute(s) read

Owning Palette: WSN VIs

Requires: LabVIEW WSN Module. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the User RAM VIs to access data in the user RAM on WSN nodes.

Not all WSN nodes have user RAM. Refer to the WSN node documentation to determine if the node has user RAM. Use the Memory Configuration page to configure the amount of RAM available as user RAM.

Palette ObjectDescription
User RAM AllocateAllocates the specified number of elements in the user RAM.
User RAM BlockCopyCopies data to the specified block in the user RAM.
User RAM FreeFrees the specified block of memory in the user RAM.
User RAM Property NodeGets (reads) and/or sets (writes) properties of a reference to a block of memory in the user RAM.
User RAM ReadReads data from the specified block of memory in the user RAM.
User RAM WriteWrites data to the specified block of memory in the user RAM.

Log in to get a better experience