load_cells_calibration_rig

Download Schema

CalibrationRig

type

object

properties

  • 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

allOf

LoadCells

BaseModel

type

object

properties

LoadCellCalibration

type

object

properties

  • measured_offset

Load cells offset. Each entry is expected to be in the format of: Channel : (offset, baseline)

type

object

default

additionalProperties

type

number

  • measured_weight

Load cells measured weight. Each entry is expected to be in the format of: (known weight(g), baseline)

type

array

default

items

type

array

maxItems

2

minItems

2

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

allOf

LoadCellsCalibrationInput

  • output

Output of the calibration.

allOf

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

object

default

additionalProperties

LoadCellCalibration

LoadCellsCalibrationOutput

type

object

properties

  • offset

Load cells offset

type

object

default

0

0

1

0

2

0

3

0

4

0

5

0

6

0

7

0

additionalProperties

Load cell offset value [-255, 255]

type

integer

maximum

255

minimum

-255

  • baseline

Load cells baseline to be subtracted from the raw data after applying the offset.

type

object

default

0

0

1

0

2

0

3

0

4

0

5

0

6

0

7

0

additionalProperties

type

number

  • weight_lookup

Load cells lookup calibration table for each channel: (weight, baseline).

type

object

default

additionalProperties

type

array

maxItems

2

minItems

2