LabVIEW Wireless Sensor Network Module

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 ObjectDescription
Copy SectorCopies all data from the source sector to the destination sector in user memory.
Erase SectorErases the specified user memory sector. This VI erases one 4 KB user memory sector.
Get Number of Erase Cycles RemainingReturns the number of erase operations remaining for a user memory sector.
Is Sector EmptyChecks if a user memory sector is empty. This VI returns TRUE if sector in is empty.
Read from SectorReads data from a user memory sector starting at the specified byte offset. The offset is advanced by the length of the data.
Write to SectorWrites 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.