(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_ADC_CHANNEL_CONFIG Struct Reference

ADI_SENSE_1000_ADC_CHANNEL_CONFIG Struct Reference
[ADI Sense 1000 Host Library API]

#include <adi_sense_1000_config.h>

Data Fields

ADI_SENSE_1000_ADC_SENSOR_TYPE sensor
ADI_SENSE_1000_ADC_GAIN gain
ADI_SENSE_1000_ADC_EXC_CURRENT_CONFIG current
ADI_SENSE_1000_ADC_FILTER_CONFIG filter
ADI_SENSE_1000_ADC_REFERENCE_CONFIG reference
bool_t enableVbias

Detailed Description

ADI Sense 1000 ADC analog channel configuration details

Note:
applicable only to ADC analog sensor channels

Definition at line 358 of file adi_sense_1000_config.h.


Field Documentation

ADC Excitation Current configuration

Definition at line 364 of file adi_sense_1000_config.h.

bool_t enableVbias

Option to enable internal ADC voltage bias

Definition at line 370 of file adi_sense_1000_config.h.

ADC Filter configuration

Definition at line 366 of file adi_sense_1000_config.h.

ADC Gain selection

Definition at line 362 of file adi_sense_1000_config.h.

ADC Reference configuration

Definition at line 368 of file adi_sense_1000_config.h.

Sensor type selection

Definition at line 360 of file adi_sense_1000_config.h.