load_cells_calibration_rig¶
CalibrationRig¶
type |
object |
|
properties |
||
|
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 |
|
type |
string |
|
default |
0.0.0 |
|
const |
0.0.0 |
|
|
Computer Name |
|
Computer name |
||
type |
string |
|
|
Rig Name |
|
Rig name |
||
type |
string |
|
|
Load Cells acquisition device |
|
BaseModel¶
type |
object |
properties |
LoadCellCalibrationInput¶
type |
object |
|
properties |
||
|
Load cell channel number |
|
Load cell channel number available |
||
type |
integer |
|
maximum |
7 |
|
minimum |
0 |
|
|
Load cell offset calibration data |
|
type |
array |
|
default |
||
items |
||
|
Load cell weight calibration data |
|
type |
array |
|
default |
||
items |
LoadCellCalibrationOutput¶
type |
object |
||
properties |
|||
|
Channel |
||
Load cell channel number available |
|||
type |
integer |
||
maximum |
7 |
||
minimum |
0 |
||
|
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 |
||
|
Load cell baseline that will be DSP subtracted |
||
default |
null |
||
oneOf |
type |
number |
|
type |
null |
||
|
Load cell slope that will be used to convert adc units to weight (g). |
||
default |
null |
||
oneOf |
type |
number |
|
type |
null |
||
|
Load cell weight lookup calibration table |
||
type |
array |
||
default |
|||
items |
LoadCells¶
type |
object |
||
properties |
|||
|
Device Type |
||
type |
string |
||
default |
loadcells |
||
const |
loadcells |
||
|
Additional settings |
||
default |
null |
||
oneOf |
|||
type |
null |
||
|
Calibration of the load cells |
||
default |
null |
||
oneOf |
|||
type |
null |
||
|
Who Am I |
||
type |
integer |
||
default |
1232 |
||
const |
1232 |
||
|
Serial Number |
||
Device serial number |
|||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
||
|
Port Name |
||
Device port name |
|||
type |
string |
LoadCellsCalibration¶
Load cells calibration class |
|||
type |
object |
||
properties |
|||
|
Device name |
||
Must match a device name in rig/instrument |
|||
type |
string |
||
default |
LoadCells |
||
|
Input of the calibration |
||
|
Output of the calibration. |
||
|
Date |
||
default |
null |
||
oneOf |
type |
string |
|
format |
date-time |
||
type |
null |
||
|
Description |
||
type |
string |
||
default |
Calibration of the load cells system |
||
const |
Calibration of the load cells system |
||
|
Notes |
||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
LoadCellsCalibrationInput¶
type |
object |
|
properties |
||
|
Load cells calibration data |
|
type |
array |
|
default |
||
items |
LoadCellsCalibrationOutput¶
type |
object |
|
properties |
||
|
Load cells calibration output |
|
type |
array |
|
default |
||
items |
MeasuredOffset¶
type |
object |
|
properties |
||
|
Offset |
|
The applied offset resistor value[-255, 255] |
||
type |
integer |
|
maximum |
255 |
|
minimum |
-255 |
|
|
Baseline |
|
The measured baseline value |
||
type |
number |
MeasuredWeight¶
type |
object |
|
properties |
||
|
Weight |
|
The applied weight in grams |
||
type |
number |
|
|
Baseline |
|
The measured baseline value |
||
type |
number |