load_cells_calibration_rig

Download Schema

CalibrationRig

type

object

properties

  • aind_behavior_services_pkg_version

aind_behavior_services package version

type

string

pattern

^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$

default

0.8.7

  • version

Version

type

string

default

0.0.0

const

0.0.0

  • computer_name

Computer Name

Computer name

type

string

  • rig_name

Rig Name

Rig name

type

string

  • load_cells

Load Cells acquisition device

LoadCells

BaseModel

type

object

properties

LoadCellCalibrationInput

type

object

properties

  • channel

Load cell channel number

Load cell channel number available

type

integer

maximum

7

minimum

0

  • offset_measurement

Load cell offset calibration data

type

array

default

items

MeasuredOffset

  • weight_measurement

Load cell weight calibration data

type

array

default

items

MeasuredWeight

LoadCellCalibrationOutput

type

object

properties

  • channel

Channel

Load cell channel number available

type

integer

maximum

7

minimum

0

  • offset

Load cell offset applied to the wheatstone bridge circuit

default

null

oneOf

Load cell offset value [-255, 255]

type

integer

maximum

255

minimum

-255

type

null

  • baseline

Load cell baseline that will be DSP subtracted

default

null

oneOf

type

number

type

null

  • slope

Load cell slope that will be used to convert adc units to weight (g).

default

null

oneOf

type

number

type

null

  • weight_lookup

Load cell weight lookup calibration table

type

array

default

items

MeasuredWeight

LoadCells

type

object

properties

  • device_type

Device Type

type

string

default

loadcells

const

loadcells

  • additional_settings

Additional settings

default

null

oneOf

BaseModel

type

null

  • calibration

Calibration of the load cells

default

null

oneOf

LoadCellsCalibration

type

null

  • who_am_i

Who Am I

type

integer

default

1232

const

1232

  • serial_number

Serial Number

Device serial number

default

null

oneOf

type

string

type

null

  • port_name

Port Name

Device port name

type

string

LoadCellsCalibration

Load cells calibration class

type

object

properties

  • device_name

Device name

Must match a device name in rig/instrument

type

string

default

LoadCells

  • input

Input of the calibration

LoadCellsCalibrationInput

  • output

Output of the calibration.

LoadCellsCalibrationOutput

  • date

Date

default

null

oneOf

type

string

format

date-time

type

null

  • description

Description

type

string

default

Calibration of the load cells system

const

Calibration of the load cells system

  • notes

Notes

default

null

oneOf

type

string

type

null

LoadCellsCalibrationInput

type

object

properties

  • channels

Load cells calibration data

type

array

default

items

LoadCellCalibrationInput

LoadCellsCalibrationOutput

type

object

properties

  • channels

Load cells calibration output

type

array

default

items

LoadCellCalibrationOutput

MeasuredOffset

type

object

properties

  • offset

Offset

The applied offset resistor value[-255, 255]

type

integer

maximum

255

minimum

-255

  • baseline

Baseline

The measured baseline value

type

number

MeasuredWeight

type

object

properties

  • weight

Weight

The applied weight in grams

type

number

  • baseline

Baseline

The measured baseline value

type

number