System information
Operation SET NVS DELETE 1-87
Software Release 2.0.1
C613-03018-00 REV A
SET NVS CREATE
Syntax
SET NVS CREATE BLOCK=id INDEX=index LENGTH=length
CREATOR=creator
where:
■
id is the block ID in hexadecimal of the block to create.
■ index is the index in hexadecimal of the block.
■ length is the size (in bytes) in hexadecimal of the block.
■ creator is the creator ID in hexadecimal of the block.
Description
This command creates a new nonvolatile storage (NVS) block identified by
BLOCK and INDEX. If a block already exists with the specified id/index, an
error is returned. The contents of the block is undefined.
The SET NVS CREATE command on page 1-87 should not normally be required since
all software modules create the NVS blocks they require during initialisation or
operation. This command is intended mainly for debugging purposes.
For security reasons this command will only be accepted if the user has SECURITY
OFFICER privilege.
Examples
To create an NVS block with a block id, index and creator id of 99, and a length
of 512 bytes, use the command:
SET NVS CREATE BLOCK=99 INDEX=99 CREATOR=99 LENGTH=200
See Also
SET NVS CLEAR_TOTALLY
SET NVS DELETE
SET NVS MODIFY
SHOW NVS
SET NVS DELETE
Syntax
SET NVS DELETE BLOCK=id INDEX=index
where:
■
id is the block identifier in hexadecimal.
■ index is the block index in hexadecimal.
Description
This command will delete a block from the nonvolatile storage (NVS). The
block must be identified by BLOCK and INDEX. The keyword DELETE may
not be abbreviated.