NVMUSERDATA
Write User Data to NVM
Platform: |
OEM719, OEM729, OEM7500, OEM7600, OEM7700, OEM7720, PwrPak7, CPT7, CPT7700, SMART7, SMART2 |
This command writes the data provided in the data array to NVM. This data can be retrieved by issuing the command LOG NVMUSERDATA.
The user data is maintained through power cycles and a standard FRESET command. To clear the user data, use the FRESET USERDATA command.
The user data may be deleted if the NVMRESTORE command is sent. NVMRESTORE should be used with caution and is meant for use only in the event of a NVM receiver error.
Message ID: 1970
Abbreviated ASCII Syntax:
NVMUSERDATA #bytes data
Field |
Field Type |
Binary Value |
Description |
Binary Format |
Binary Bytes |
Binary Offset |
---|---|---|---|---|---|---|
1 |
Command header |
- |
NVMUSERDATA header This field contains the command name for abbreviated ASCII or the message header for ASCII (see page 1) or Binary (see page 1). |
- |
H |
0 |
2 |
#bytes |
- |
Number of bytes of data to follow |
Ulong |
4 |
H |
3 |
data |
- |
User input data up to a maximum of 2000 bytes. Data is entered in hexadecimal values with no separators between the values. For example, 1a2b3c4e |
Uchar |
2000 |
H+4 |