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.


icon

Inputs/Outputs

  • cstr.png password

    password specifies the password of the NVMEM area. Do not specify this input if the NVMEM area is not protected.

  • cstr.png serial number

    serial number specifies the serial number of the hardware. Do not specify this input if the NVMEM area is not protected.

  • cgenclassrntag.png session in

    session in specifies the session to access for the given action.

  • cgenclassrntag.png NVMEM area

    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.

  • cu32.png data address

    data address specifies the starting address to begin accessing data.

  • c1du8.png data

    data specifies the data to write to the module memory.

  • cerrcodeclst.png error in (no error)

    error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • igenclassrntag.png session out

    session out is a copy of the session in reference.

  • igenclassrntag.png NVMEM area out

    NVMEM area out is a copy of the nvmem area resource.

  • iu32.png next data address

    next data address is data address + data size. This may be convenient when accessing contiguous fields.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.