User Memory 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 Memory VIs to access data in the user memory sector.
| Palette Object | Description |
|---|---|
| Copy Sector | Copies all data from the source sector to the destination sector in user memory. |
| Erase Sector | Erases the specified user memory sector. This VI erases one 4 KB user memory sector. |
| Get Number of Erase Cycles Remaining | Returns the number of erase operations remaining for a user memory sector. |
| Is Sector Empty | Checks if a user memory sector is empty. This VI returns TRUE if sector in is empty. |
| Read from Sector | Reads data from a user memory sector starting at the specified byte offset. The offset is advanced by the length of the data. |
| Write to Sector | Writes data into a user memory sector starting at the specified byte offset. The offset is advanced by the length of the data. After writing the data, the data is read to verify that the write succeeded. An error code is returned if the write or verify fails. |