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

ADI_SENSE_DATA_SAMPLE Struct Reference
[ADI Sense Host Library API]

#include <adi_sense_api.h>

Data Fields

ADI_SENSE_DEVICE_STATUS_FLAGS status
uint32_t channelId
uint32_t rawValue
float32_t processedValue

Detailed Description

Data sample details retreived from the ADI Sense device.

Definition at line 179 of file adi_sense_api.h.


Field Documentation

uint32_t channelId

The measurement channel from which this sample was obtained

Definition at line 183 of file adi_sense_api.h.

float32_t processedValue

The processed value obtained from the measurement channel, as a final measurement value, following calibration and linearisation correction, and conversion into an appropriate unit of measurement.

Definition at line 189 of file adi_sense_api.h.

uint32_t rawValue

The raw (unprocessed) value obtained directly from the measurement channel, if available

Definition at line 185 of file adi_sense_api.h.

Device summary status snapshot when the sample was recorded

Definition at line 181 of file adi_sense_api.h.