Allows you to store miscellaneous information in the EEPROM. For example, you can store an operator ID for the person or company performing a calibration. The information is stored immediately.

Four characters are stored in the EEPROM, and nonprintable characters are valid. However, NULL is treated as an end-of-string marker, and all characters following the first NULL are set to NULL.


icon

Inputs/Outputs

  • civrn.png instrument handle

    instrument handle is the instrument handle that you obtain from niScope Cal Start. The handle identifies a particular instrument session.

  • cstr.png miscellaneous information

    miscellaneous information is four characters that are stored in the EEPROM; however, can be fewer than four if NULL-terminated.

  • cerrcodeclst.png error in

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

  • iivrn.png instrument handle out

    instrument handle out has the same value as the instrument handle.

  • ierrcodeclst.png error out

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