Calibration Utility
- Updated2025-10-06
- 1 minute(s) read
Groups
None
Group members
| Name | Description |
|---|---|
| niDCPower_ChangeExtCalPassword | Changes the password that is required to initialize an external calibration session. The password can be a maximum of four alphanumeric characters. If you call this function in a session, password is changed immediately. If you call this function in an external calibration session, password is changed only after you close the session using the niDCPower_CloseExtCal function with action set to NIDCPOWER_VAL_COMMIT. |
| niDCPower_GetCalUserDefinedInfo | Returns the user-defined information in the device onboard EEPROM. |
| niDCPower_GetCalUserDefinedInfoMaxSize | Returns the maximum number of characters that can be used to store user-defined information in the device onboard EEPROM. |
| niDCPower_GetExtCalLastDateAndTime | Returns the date and time of the last successful calibration. The time returned is 24-hour (military) local time; for example, if the device was calibrated at 2:30 PM, this function returns 14 for hours and 30 for minutes. |
| niDCPower_GetExtCalLastTemp | Returns the onboard temperature of the device, in degrees Celsius, during the last successful external calibration. |
| niDCPower_GetExtCalRecommendedInterval | Returns the recommended maximum interval, in months, between external calibrations. |
| niDCPower_GetSelfCalLastDateAndTime | Returns the date and time of the oldest successful self-calibration from among the channels in the session. |
| niDCPower_GetSelfCalLastTemp | Returns the onboard temperature of the device, in degrees Celsius, during the oldest successful self-calibration from among the channels in the session. |
| niDCPower_ReadCurrentTemperature | Returns the current onboard temperature, in degrees Celsius, of the device. |
| niDCPower_SetCalUserDefinedInfo | Stores a user-defined string of characters in the device onboard EEPROM. If the string is longer than the maximum allowable size, it is truncated. This function overwrites any existing user-defined information. |
Attachments
None