Bumped Mbed FW version to 01.20.0080

Embed: (wiki syntax)

« Back to documentation index

ADMW1001_DIAGNOSTICS_CONFIG Struct Reference

ADMW1001_DIAGNOSTICS_CONFIG Struct Reference
[ADMW1001 Host Library API]

#include <admw1001_config.h>

Data Fields

bool disableGlobalDiag
bool disableMeasurementDiag
bool disableCriticalTempAbort
uint8_t osdFrequency

Detailed Description

ADMW1001 Diagnostics configuration details

Definition at line 670 of file admw1001_config.h.


Field Documentation

Option to disable abort of measurement cycle if the operating temperature of the ADMW1001 has exceeded critical limits

Definition at line 684 of file admw1001_config.h.

Option to disable the following diagnostic checks on the ADC:

  • Reference Detection errors
  • Input under-/over-voltage errors
  • Calibration, Conversion and Saturation errors

Definition at line 673 of file admw1001_config.h.

Option to disable additional checks per measurement channel:

  • High/low threshold limit violation

Definition at line 679 of file admw1001_config.h.

uint8_t osdFrequency

Option to enable Open-Circuit Detection at a selected cycle interval

Definition at line 689 of file admw1001_config.h.