Skip to content

Commit 26bc2e1

Browse files
authored
fix(app): add P1000 single 3.6 to v1 defs (#14261)
This will allow the app and ODD to render the pipette in appropriate places. Closes RQA-2175
1 parent 2bc8378 commit 26bc2e1

File tree

1 file changed

+117
-0
lines changed

1 file changed

+117
-0
lines changed

shared-data/pipette/definitions/1/pipetteModelSpecs.json

+117
Original file line numberDiff line numberDiff line change
@@ -6518,6 +6518,123 @@
65186518
"returnTipHeight": 0.71,
65196519
"idleCurrent": 0.3
65206520
},
6521+
"p1000_single_v3.6": {
6522+
"name": "p1000_single_flex",
6523+
"backCompatNames": [],
6524+
"top": {
6525+
"value": 0.5,
6526+
"min": 0,
6527+
"max": 45,
6528+
"units": "mm",
6529+
"type": "float"
6530+
},
6531+
"bottom": {
6532+
"value": 71.5,
6533+
"min": 10,
6534+
"max": 65,
6535+
"type": "float",
6536+
"units": "mm"
6537+
},
6538+
"blowout": {
6539+
"value": 76.5,
6540+
"min": 20,
6541+
"max": 75,
6542+
"units": "mm",
6543+
"type": "float"
6544+
},
6545+
"dropTip": {
6546+
"value": 90.5,
6547+
"min": 30,
6548+
"max": 80,
6549+
"units": "mm",
6550+
"type": "float"
6551+
},
6552+
"pickUpCurrent": {
6553+
"value": 0.15,
6554+
"min": 0.05,
6555+
"max": 2.0,
6556+
"units": "amps",
6557+
"type": "float"
6558+
},
6559+
"pickUpDistance": {
6560+
"value": 13,
6561+
"min": 1,
6562+
"max": 30,
6563+
"units": "mm",
6564+
"type": "float"
6565+
},
6566+
"pickUpIncrement": {
6567+
"value": 0.0,
6568+
"min": 0.0,
6569+
"max": 10.0,
6570+
"units": "mm",
6571+
"type": "float"
6572+
},
6573+
"pickUpPresses": {
6574+
"value": 1,
6575+
"min": 0,
6576+
"max": 10,
6577+
"units": "presses",
6578+
"type": "int"
6579+
},
6580+
"pickUpSpeed": {
6581+
"value": 5,
6582+
"min": 1,
6583+
"max": 30,
6584+
"units": "mm/s",
6585+
"type": "float"
6586+
},
6587+
"nozzleOffset": [-8.0, -22.0, -259.15],
6588+
"modelOffset": [0.0, 0.0, 25.14],
6589+
"ulPerMm": [
6590+
{
6591+
"aspirate": [
6592+
[0.7511, 3.9556, 6.455],
6593+
[1051.4648, 0.00006824, 15.391]
6594+
],
6595+
"dispense": [
6596+
[0.7511, 3.9556, 6.455],
6597+
[1051.4648, 0.00006824, 15.391]
6598+
]
6599+
}
6600+
],
6601+
"plungerCurrent": {
6602+
"value": 1.0,
6603+
"min": 0.1,
6604+
"max": 1.5,
6605+
"units": "amps",
6606+
"type": "float"
6607+
},
6608+
"dropTipCurrent": {
6609+
"value": 1.0,
6610+
"min": 0.1,
6611+
"max": 1.25,
6612+
"units": "amps",
6613+
"type": "float"
6614+
},
6615+
"dropTipSpeed": {
6616+
"value": 7,
6617+
"min": 0.001,
6618+
"max": 30,
6619+
"units": "mm/sec",
6620+
"type": "float"
6621+
},
6622+
"tipOverlap": {
6623+
"default": 10.5,
6624+
"opentrons/opentrons_flex_96_tiprack_1000ul/1": 10.5,
6625+
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5
6626+
},
6627+
"tipLength": {
6628+
"value": 78.3,
6629+
"units": "mm",
6630+
"type": "float",
6631+
"min": 0,
6632+
"max": 100
6633+
},
6634+
"quirks": [],
6635+
"returnTipHeight": 0.71,
6636+
"idleCurrent": 0.3
6637+
},
65216638
"p50_single_v3.0": {
65226639
"name": "p50_single_flex",
65236640
"backCompatNames": [],

0 commit comments

Comments
 (0)