Set NVMEM Bytes VI
- Updated2024-06-26
- 3 minute(s) read
Sets the bytes of data to be written to the data address in the specified NVMEM area. If you set the same address multiple times between commits, only the last value will be committed. Some areas in the NVMEM of an SLSC module may be protected. You need to specify a serial number and password to write to protected areas.

Inputs/Outputs
![]() password specifies the password of the NVMEM area. Do not specify this input if the NVMEM area is not protected. ![]() serial number specifies the serial number of the hardware. Do not specify this input if the NVMEM area is not protected. ![]() session in specifies the session to access for the given action. ![]() NVMEM area specifies the the non-volatile memory area to access. This must include both the device name and NVMEM area name, such as "Mod1/capabilities." If you do not specify this parameter, the session default NVMEM areas will be used. ![]() data address specifies the starting address to begin accessing data. ![]() data specifies the data to write to the module memory. ![]() error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() session out is a copy of the session in reference. ![]() NVMEM area out is a copy of the nvmem area resource. ![]() next data address is data address + data size. This may be convenient when accessing contiguous fields. ![]() error out contains error information. This output provides standard error out functionality. |