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 Object | Description |
---|---|
User RAM Allocate | Allocates the specified number of elements in the user RAM. |
User RAM BlockCopy | Copies data to the specified block in the user RAM. |
User RAM Free | Frees the specified block of memory in the user RAM. |
User RAM Property Node | Gets (reads) and/or sets (writes) properties of a reference to a block of memory in the user RAM. |
User RAM Read | Reads data from the specified block of memory in the user RAM. |
User RAM Write | Writes data to the specified block of memory in the user RAM. |