(Working) Code to interface 3 LoadCells to ADISense1000 and display values using the Labview code.

Fork of 4Bridge_ADISense1000_Example_copy by CAC_smartcushion

Embed: (wiki syntax)

« Back to documentation index

ADI_SENSE_1000_DIAGNOSTICS_CONFIG Struct Reference

ADI_SENSE_1000_DIAGNOSTICS_CONFIG Struct Reference
[ADI Sense 1000 Host Library API]

#include <adi_sense_1000_config.h>

Data Fields

bool_t disableGlobalDiag
bool_t disableMeasurementDiag
ADI_SENSE_1000_OPEN_SENSOR_DIAGNOSTICS osdFrequency

Detailed Description

ADI Sense 1000 Diagnostics configuration details

Definition at line 539 of file adi_sense_1000_config.h.


Field Documentation

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 541 of file adi_sense_1000_config.h.

Option to disable additional checks per measurement channel:

  • High/low threshold limit violation

Definition at line 547 of file adi_sense_1000_config.h.

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

Definition at line 551 of file adi_sense_1000_config.h.