diff --git a/api/tests/opentrons/protocol_api/test_context.py b/api/tests/opentrons/protocol_api/test_context.py index aaf31d29329..21b4e5debb4 100644 --- a/api/tests/opentrons/protocol_api/test_context.py +++ b/api/tests/opentrons/protocol_api/test_context.py @@ -115,7 +115,7 @@ def test_pipette_info(loop): def test_pick_up_and_drop_tip(loop, load_my_labware): ctx = papi.ProtocolContext(loop) ctx.home() - tiprack = ctx.load_labware_by_name('Opentrons_96_tiprack_300_uL', 1) + tiprack = ctx.load_labware_by_name('opentrons_96_tiprack_300_uL', 1) tip_lenth = tiprack.tip_length mount = Mount.LEFT @@ -139,10 +139,10 @@ def test_pick_up_tip_no_location(loop, load_my_labware): ctx = papi.ProtocolContext(loop) ctx.home() - tiprack1 = ctx.load_labware_by_name('Opentrons_96_tiprack_300_uL', 1) + tiprack1 = ctx.load_labware_by_name('opentrons_96_tiprack_300_uL', 1) tip_lenth1 = tiprack1.tip_length - tiprack2 = ctx.load_labware_by_name('Opentrons_96_tiprack_300_uL', 2) + tiprack2 = ctx.load_labware_by_name('opentrons_96_tiprack_300_uL', 2) tip_length2 = tip_lenth1 + 1.0 tiprack2.tip_length = tip_length2 diff --git a/api/tests/opentrons/protocol_api/test_labware.py b/api/tests/opentrons/protocol_api/test_labware.py index 282c6bdca0d..c4b12d053f1 100644 --- a/api/tests/opentrons/protocol_api/test_labware.py +++ b/api/tests/opentrons/protocol_api/test_labware.py @@ -195,7 +195,7 @@ def test_well_parent(): def test_tip_tracking_init(): - labware_name = 'Opentrons_96_tiprack_300_uL' + labware_name = 'opentrons_96_tiprack_300_uL' labware_def = labware._load_definition_by_name(labware_name) tiprack = labware.Labware(labware_def, Location(Point(0, 0, 0), 'Test Slot')) @@ -215,7 +215,7 @@ def test_tip_tracking_init(): def test_use_tips(): - labware_name = 'Opentrons_96_tiprack_300_uL' + labware_name = 'opentrons_96_tiprack_300_uL' labware_def = labware._load_definition_by_name(labware_name) tiprack = labware.Labware(labware_def, Location(Point(0, 0, 0), 'Test Slot')) @@ -254,7 +254,7 @@ def test_use_tips(): def test_select_next_tip(): - labware_name = 'Opentrons_96_tiprack_300_uL' + labware_name = 'opentrons_96_tiprack_300_uL' labware_def = labware._load_definition_by_name(labware_name) tiprack = labware.Labware(labware_def, Location(Point(0, 0, 0), 'Test Slot')) diff --git a/labware-designer/README.md b/labware-designer/README.md index 1b32a95c356..8a2c0c9d35a 100644 --- a/labware-designer/README.md +++ b/labware-designer/README.md @@ -1,6 +1,6 @@ # Overview -This is a simple browser tool which can be used to generate labware definitions for _regular_ labware (labware that is +This is a simple browser tool which can be used to generate labware definitions for _regular_ labware (labware that is laid out on a grid, and where all wells have consistent dimensions), or _irregular_ labware. ### What is a 'regular' labware? @@ -192,6 +192,11 @@ brand = { "brandId" is used when a definition accurately reflects several products +## Explanation of Numerical inputs +See diagram below: + +![Labware Dimension Diagram](https://user-images.githubusercontent.com/31892318/48797647-c35ffa80-ecd0-11e8-823a-e40f903a90c8.png) + ## Example Input-Output Given this sequence of commands in the console: diff --git a/shared-data/definitions/opentrons-tuberack-50ml.json b/shared-data/definitions/opentrons-tuberack-50ml.json index dd63341fb34..378af10b95b 100644 --- a/shared-data/definitions/opentrons-tuberack-50ml.json +++ b/shared-data/definitions/opentrons-tuberack-50ml.json @@ -86,4 +86,4 @@ "z": 7.78 } } -} +} \ No newline at end of file diff --git a/shared-data/definitions2/Opentrons_24_tuberack_1.5_mL_Eppendorf.json b/shared-data/definitions2/Opentrons_24_tuberack_1.5_mL_Eppendorf.json deleted file mode 100644 index bc5579f8199..00000000000 --- a/shared-data/definitions2/Opentrons_24_tuberack_1.5_mL_Eppendorf.json +++ /dev/null @@ -1,284 +0,0 @@ -{ - "ordering": [ - [ - "A1", - "B1", - "C1", - "D1" - ], - [ - "A2", - "B2", - "C2", - "D2" - ], - [ - "A3", - "B3", - "C3", - "D3" - ], - [ - "A4", - "B4", - "C4", - "D4" - ], - [ - "A5", - "B5", - "C5", - "D5" - ], - [ - "A6", - "B6", - "C6", - "D6" - ] - ], - "otId": "b7df6160-e775-11e8-b0a9-079879741b02", - "deprecated": false, - "metadata": { - "displayName": "Opentrons 2mL Eppendorf tube rack", - "displayCategory": "tuberack", - "displayVolumeUnits": "mL" - }, - "cornerOffsetFromSlot": { - "x": 0, - "y": 0, - "z": 0 - }, - "dimensions": { - "overallLength": 127.76, - "overallWidth": 85.48, - "overallHeight": 79.85 - }, - "parameters": { - "format": "irregular", - "isTiprack": false, - "loadName": "Opentrons_24_tuberack_1.5_mL_Eppendorf", - "isMagneticModuleCompatible": false - }, - "wells": { - "D1": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 18.21, - "y": 10.08, - "z": 41.27 - }, - "C1": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 18.21, - "y": 29.35, - "z": 41.27 - }, - "B1": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 18.21, - "y": 48.63, - "z": 41.27 - }, - "A1": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 18.21, - "y": 67.91, - "z": 41.27 - }, - "D2": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 38.11, - "y": 10.08, - "z": 41.27 - }, - "C2": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 38.11, - "y": 29.35, - "z": 41.27 - }, - "B2": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 38.11, - "y": 48.63, - "z": 41.27 - }, - "A2": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 38.11, - "y": 67.91, - "z": 41.27 - }, - "D3": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 58, - "y": 10.08, - "z": 41.27 - }, - "C3": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 58, - "y": 29.35, - "z": 41.27 - }, - "B3": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 58, - "y": 48.63, - "z": 41.27 - }, - "A3": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 58, - "y": 67.91, - "z": 41.27 - }, - "D4": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 77.89, - "y": 10.08, - "z": 41.27 - }, - "C4": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 77.89, - "y": 29.35, - "z": 41.27 - }, - "B4": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 77.89, - "y": 48.63, - "z": 41.27 - }, - "A4": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 77.89, - "y": 67.91, - "z": 41.27 - }, - "D5": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 97.78, - "y": 10.08, - "z": 41.27 - }, - "C5": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 97.78, - "y": 29.35, - "z": 41.27 - }, - "B5": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 97.78, - "y": 48.63, - "z": 41.27 - }, - "A5": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 97.78, - "y": 67.91, - "z": 41.27 - }, - "D6": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 117.67, - "y": 10.08, - "z": 41.27 - }, - "C6": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 117.67, - "y": 29.35, - "z": 41.27 - }, - "B6": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 117.67, - "y": 48.63, - "z": 41.27 - }, - "A6": { - "depth": 38.58, - "shape": "circular", - "diameter": 9.9, - "totalLiquidVolume": 1.5, - "x": 117.67, - "y": 67.91, - "z": 41.27 - } - }, - "brand": { - "brand": "Opentrons" - } -} diff --git a/shared-data/definitions2/corning_12_wellPlate_6.9_mL.json b/shared-data/definitions2/corning_12_wellPlate_6.9_mL.json new file mode 100644 index 00000000000..cc87b1edf62 --- /dev/null +++ b/shared-data/definitions2/corning_12_wellPlate_6.9_mL.json @@ -0,0 +1,173 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1" + ], + [ + "A2", + "B2", + "C2" + ], + [ + "A3", + "B3", + "C3" + ], + [ + "A4", + "B4", + "C4" + ] + ], + "otId": "47299f60-f4dd-11e8-bb2a-e7b1dd90654d", + "deprecated": false, + "metadata": { + "displayName": "Corning 12 Well Plate", + "displayVolumeUnits": "mL", + "displayLengthUnits": "mm", + "displayCategory": "wellPlate", + "tags": [ + "SBS", + "microplate", + "6.9", + "mL", + "12 wells" + ] + }, + "cornerOffsetFromSlot": { + "x": 0.13, + "y": 0.12, + "z": 0 + }, + "dimensions": { + "overallLength": 127.89, + "overallWidth": 85.6, + "overallHeight": 20.02 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "corning_12_wellPlate_6.9_mL" + }, + "wells": { + "C1": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6.9, + "x": 24.94, + "y": 16.79, + "z": 2.49 + }, + "B1": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6.9, + "x": 24.94, + "y": 42.8, + "z": 2.49 + }, + "A1": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6.9, + "x": 24.94, + "y": 68.81, + "z": 2.49 + }, + "C2": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6.9, + "x": 60.95, + "y": 16.79, + "z": 2.49 + }, + "B2": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6.9, + "x": 60.95, + "y": 42.8, + "z": 2.49 + }, + "A2": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6.9, + "x": 60.95, + "y": 68.81, + "z": 2.49 + }, + "C3": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6.9, + "x": 96.96, + "y": 16.79, + "z": 2.49 + }, + "B3": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6.9, + "x": 96.96, + "y": 42.8, + "z": 2.49 + }, + "A3": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6.9, + "x": 96.96, + "y": 68.81, + "z": 2.49 + }, + "C4": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6.9, + "x": 132.97, + "y": 16.79, + "z": 2.49 + }, + "B4": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6.9, + "x": 132.97, + "y": 42.8, + "z": 2.49 + }, + "A4": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6.9, + "x": 132.97, + "y": 68.81, + "z": 2.49 + } + }, + "brand": { + "brand": "corning", + "brandId": [ + "3336", + "3512", + "3513" + ] + } +} diff --git a/shared-data/definitions2/corning_24_wellPlate_3.4_mL.json b/shared-data/definitions2/corning_24_wellPlate_3.4_mL.json new file mode 100644 index 00000000000..0f633be4857 --- /dev/null +++ b/shared-data/definitions2/corning_24_wellPlate_3.4_mL.json @@ -0,0 +1,301 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1" + ], + [ + "A2", + "B2", + "C2", + "D2" + ], + [ + "A3", + "B3", + "C3", + "D3" + ], + [ + "A4", + "B4", + "C4", + "D4" + ], + [ + "A5", + "B5", + "C5", + "D5" + ], + [ + "A6", + "B6", + "C6", + "D6" + ] + ], + "otId": "bbc0a4d0-f50b-11e8-bb2a-e7b1dd90654d", + "deprecated": false, + "metadata": { + "displayName": "Corning 24 Well Plate", + "displayVolumeUnits": "mL", + "displayLengthUnits": "mm", + "displayCategory": "wellPlate", + "tags": [ + "SBS", + "microplate", + "3.4", + "mL", + "24 wells" + ] + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": -0.01, + "z": 0 + }, + "dimensions": { + "overallLength": 127.76, + "overallWidth": 85.47, + "overallHeight": 20.27 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "corning_24_wellPlate_3.4_mL" + }, + "wells": { + "D1": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 17.48, + "y": 19.3, + "z": 2.87 + }, + "C1": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 17.48, + "y": 38.6, + "z": 2.87 + }, + "B1": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 17.48, + "y": 57.9, + "z": 2.87 + }, + "A1": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 17.48, + "y": 77.2, + "z": 2.87 + }, + "D2": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 36.78, + "y": 19.3, + "z": 2.87 + }, + "C2": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 36.78, + "y": 38.6, + "z": 2.87 + }, + "B2": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 36.78, + "y": 57.9, + "z": 2.87 + }, + "A2": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 36.78, + "y": 77.2, + "z": 2.87 + }, + "D3": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 56.08, + "y": 19.3, + "z": 2.87 + }, + "C3": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 56.08, + "y": 38.6, + "z": 2.87 + }, + "B3": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 56.08, + "y": 57.9, + "z": 2.87 + }, + "A3": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 56.08, + "y": 77.2, + "z": 2.87 + }, + "D4": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 75.38, + "y": 19.3, + "z": 2.87 + }, + "C4": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 75.38, + "y": 38.6, + "z": 2.87 + }, + "B4": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 75.38, + "y": 57.9, + "z": 2.87 + }, + "A4": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 75.38, + "y": 77.2, + "z": 2.87 + }, + "D5": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 94.68, + "y": 19.3, + "z": 2.87 + }, + "C5": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 94.68, + "y": 38.6, + "z": 2.87 + }, + "B5": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 94.68, + "y": 57.9, + "z": 2.87 + }, + "A5": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 94.68, + "y": 77.2, + "z": 2.87 + }, + "D6": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 113.98, + "y": 19.3, + "z": 2.87 + }, + "C6": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 113.98, + "y": 38.6, + "z": 2.87 + }, + "B6": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 113.98, + "y": 57.9, + "z": 2.87 + }, + "A6": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3.4, + "x": 113.98, + "y": 77.2, + "z": 2.87 + } + }, + "brand": { + "brand": "corning", + "brandId": [ + "3337", + "3524", + "3526", + "3527", + "3473", + "3738", + "3987" + ] + } +} diff --git a/shared-data/definitions2/corning_384_wellPlate_112_uL.json b/shared-data/definitions2/corning_384_wellPlate_112_uL.json new file mode 100644 index 00000000000..055e6fb6f57 --- /dev/null +++ b/shared-data/definitions2/corning_384_wellPlate_112_uL.json @@ -0,0 +1,3936 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "I1", + "J1", + "K1", + "L1", + "M1", + "N1", + "O1", + "P1" + ], + [ + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "I2", + "J2", + "K2", + "L2", + "M2", + "N2", + "O2", + "P2" + ], + [ + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "I3", + "J3", + "K3", + "L3", + "M3", + "N3", + "O3", + "P3" + ], + [ + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "I4", + "J4", + "K4", + "L4", + "M4", + "N4", + "O4", + "P4" + ], + [ + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "I5", + "J5", + "K5", + "L5", + "M5", + "N5", + "O5", + "P5" + ], + [ + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "I6", + "J6", + "K6", + "L6", + "M6", + "N6", + "O6", + "P6" + ], + [ + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "I7", + "J7", + "K7", + "L7", + "M7", + "N7", + "O7", + "P7" + ], + [ + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "I8", + "J8", + "K8", + "L8", + "M8", + "N8", + "O8", + "P8" + ], + [ + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "I9", + "J9", + "K9", + "L9", + "M9", + "N9", + "O9", + "P9" + ], + [ + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "I10", + "J10", + "K10", + "L10", + "M10", + "N10", + "O10", + "P10" + ], + [ + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "I11", + "J11", + "K11", + "L11", + "M11", + "N11", + "O11", + "P11" + ], + [ + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12", + "I12", + "J12", + "K12", + "L12", + "M12", + "N12", + "O12", + "P12" + ], + [ + "A13", + "B13", + "C13", + "D13", + "E13", + "F13", + "G13", + "H13", + "I13", + "J13", + "K13", + "L13", + "M13", + "N13", + "O13", + "P13" + ], + [ + "A14", + "B14", + "C14", + "D14", + "E14", + "F14", + "G14", + "H14", + "I14", + "J14", + "K14", + "L14", + "M14", + "N14", + "O14", + "P14" + ], + [ + "A15", + "B15", + "C15", + "D15", + "E15", + "F15", + "G15", + "H15", + "I15", + "J15", + "K15", + "L15", + "M15", + "N15", + "O15", + "P15" + ], + [ + "A16", + "B16", + "C16", + "D16", + "E16", + "F16", + "G16", + "H16", + "I16", + "J16", + "K16", + "L16", + "M16", + "N16", + "O16", + "P16" + ], + [ + "A17", + "B17", + "C17", + "D17", + "E17", + "F17", + "G17", + "H17", + "I17", + "J17", + "K17", + "L17", + "M17", + "N17", + "O17", + "P17" + ], + [ + "A18", + "B18", + "C18", + "D18", + "E18", + "F18", + "G18", + "H18", + "I18", + "J18", + "K18", + "L18", + "M18", + "N18", + "O18", + "P18" + ], + [ + "A19", + "B19", + "C19", + "D19", + "E19", + "F19", + "G19", + "H19", + "I19", + "J19", + "K19", + "L19", + "M19", + "N19", + "O19", + "P19" + ], + [ + "A20", + "B20", + "C20", + "D20", + "E20", + "F20", + "G20", + "H20", + "I20", + "J20", + "K20", + "L20", + "M20", + "N20", + "O20", + "P20" + ], + [ + "A21", + "B21", + "C21", + "D21", + "E21", + "F21", + "G21", + "H21", + "I21", + "J21", + "K21", + "L21", + "M21", + "N21", + "O21", + "P21" + ], + [ + "A22", + "B22", + "C22", + "D22", + "E22", + "F22", + "G22", + "H22", + "I22", + "J22", + "K22", + "L22", + "M22", + "N22", + "O22", + "P22" + ], + [ + "A23", + "B23", + "C23", + "D23", + "E23", + "F23", + "G23", + "H23", + "I23", + "J23", + "K23", + "L23", + "M23", + "N23", + "O23", + "P23" + ], + [ + "A24", + "B24", + "C24", + "D24", + "E24", + "F24", + "G24", + "H24", + "I24", + "J24", + "K24", + "L24", + "M24", + "N24", + "O24", + "P24" + ] + ], + "otId": "cf69e110-f50e-11e8-bb2a-e7b1dd90654d", + "deprecated": false, + "metadata": { + "displayName": "Corning 384 Well Plate", + "displayVolumeUnits": "uL", + "displayLengthUnits": "mm", + "displayCategory": "wellPlate", + "tags": [ + "SBS", + "microplate", + "112", + "uL", + "384 wells" + ] + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": -0.01, + "z": 0 + }, + "dimensions": { + "overallLength": 127.76, + "overallWidth": 85.47, + "overallHeight": 14.22 + }, + "parameters": { + "format": "384Standard", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "corning_384_wellPlate_112_uL" + }, + "wells": { + "P1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 8.99, + "z": 2.79 + }, + "O1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 13.49, + "z": 2.79 + }, + "N1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 17.99, + "z": 2.79 + }, + "M1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 22.49, + "z": 2.79 + }, + "L1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 26.99, + "z": 2.79 + }, + "K1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 31.49, + "z": 2.79 + }, + "J1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 35.99, + "z": 2.79 + }, + "I1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 40.49, + "z": 2.79 + }, + "H1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 44.99, + "z": 2.79 + }, + "G1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 49.49, + "z": 2.79 + }, + "F1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 53.99, + "z": 2.79 + }, + "E1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 58.49, + "z": 2.79 + }, + "D1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 62.99, + "z": 2.79 + }, + "C1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 67.49, + "z": 2.79 + }, + "B1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 71.99, + "z": 2.79 + }, + "A1": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 76.49, + "z": 2.79 + }, + "P2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 8.99, + "z": 2.79 + }, + "O2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 13.49, + "z": 2.79 + }, + "N2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 17.99, + "z": 2.79 + }, + "M2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 22.49, + "z": 2.79 + }, + "L2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 26.99, + "z": 2.79 + }, + "K2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 31.49, + "z": 2.79 + }, + "J2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 35.99, + "z": 2.79 + }, + "I2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 40.49, + "z": 2.79 + }, + "H2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 44.99, + "z": 2.79 + }, + "G2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 49.49, + "z": 2.79 + }, + "F2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 53.99, + "z": 2.79 + }, + "E2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 58.49, + "z": 2.79 + }, + "D2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 62.99, + "z": 2.79 + }, + "C2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 67.49, + "z": 2.79 + }, + "B2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 71.99, + "z": 2.79 + }, + "A2": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 76.49, + "z": 2.79 + }, + "P3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 8.99, + "z": 2.79 + }, + "O3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 13.49, + "z": 2.79 + }, + "N3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 17.99, + "z": 2.79 + }, + "M3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 22.49, + "z": 2.79 + }, + "L3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 26.99, + "z": 2.79 + }, + "K3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 31.49, + "z": 2.79 + }, + "J3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 35.99, + "z": 2.79 + }, + "I3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 40.49, + "z": 2.79 + }, + "H3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 44.99, + "z": 2.79 + }, + "G3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 49.49, + "z": 2.79 + }, + "F3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 53.99, + "z": 2.79 + }, + "E3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 58.49, + "z": 2.79 + }, + "D3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 62.99, + "z": 2.79 + }, + "C3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 67.49, + "z": 2.79 + }, + "B3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 71.99, + "z": 2.79 + }, + "A3": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 76.49, + "z": 2.79 + }, + "P4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 8.99, + "z": 2.79 + }, + "O4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 13.49, + "z": 2.79 + }, + "N4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 17.99, + "z": 2.79 + }, + "M4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 22.49, + "z": 2.79 + }, + "L4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 26.99, + "z": 2.79 + }, + "K4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 31.49, + "z": 2.79 + }, + "J4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 35.99, + "z": 2.79 + }, + "I4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 40.49, + "z": 2.79 + }, + "H4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 44.99, + "z": 2.79 + }, + "G4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 49.49, + "z": 2.79 + }, + "F4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 53.99, + "z": 2.79 + }, + "E4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 58.49, + "z": 2.79 + }, + "D4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 62.99, + "z": 2.79 + }, + "C4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 67.49, + "z": 2.79 + }, + "B4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 71.99, + "z": 2.79 + }, + "A4": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 76.49, + "z": 2.79 + }, + "P5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 8.99, + "z": 2.79 + }, + "O5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 13.49, + "z": 2.79 + }, + "N5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 17.99, + "z": 2.79 + }, + "M5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 22.49, + "z": 2.79 + }, + "L5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 26.99, + "z": 2.79 + }, + "K5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 31.49, + "z": 2.79 + }, + "J5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 35.99, + "z": 2.79 + }, + "I5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 40.49, + "z": 2.79 + }, + "H5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 44.99, + "z": 2.79 + }, + "G5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 49.49, + "z": 2.79 + }, + "F5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 53.99, + "z": 2.79 + }, + "E5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 58.49, + "z": 2.79 + }, + "D5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 62.99, + "z": 2.79 + }, + "C5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 67.49, + "z": 2.79 + }, + "B5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 71.99, + "z": 2.79 + }, + "A5": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 76.49, + "z": 2.79 + }, + "P6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 8.99, + "z": 2.79 + }, + "O6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 13.49, + "z": 2.79 + }, + "N6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 17.99, + "z": 2.79 + }, + "M6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 22.49, + "z": 2.79 + }, + "L6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 26.99, + "z": 2.79 + }, + "K6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 31.49, + "z": 2.79 + }, + "J6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 35.99, + "z": 2.79 + }, + "I6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 40.49, + "z": 2.79 + }, + "H6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 44.99, + "z": 2.79 + }, + "G6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 49.49, + "z": 2.79 + }, + "F6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 53.99, + "z": 2.79 + }, + "E6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 58.49, + "z": 2.79 + }, + "D6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 62.99, + "z": 2.79 + }, + "C6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 67.49, + "z": 2.79 + }, + "B6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 71.99, + "z": 2.79 + }, + "A6": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 76.49, + "z": 2.79 + }, + "P7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 8.99, + "z": 2.79 + }, + "O7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 13.49, + "z": 2.79 + }, + "N7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 17.99, + "z": 2.79 + }, + "M7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 22.49, + "z": 2.79 + }, + "L7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 26.99, + "z": 2.79 + }, + "K7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 31.49, + "z": 2.79 + }, + "J7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 35.99, + "z": 2.79 + }, + "I7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 40.49, + "z": 2.79 + }, + "H7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 44.99, + "z": 2.79 + }, + "G7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 49.49, + "z": 2.79 + }, + "F7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 53.99, + "z": 2.79 + }, + "E7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 58.49, + "z": 2.79 + }, + "D7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 62.99, + "z": 2.79 + }, + "C7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 67.49, + "z": 2.79 + }, + "B7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 71.99, + "z": 2.79 + }, + "A7": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 76.49, + "z": 2.79 + }, + "P8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 8.99, + "z": 2.79 + }, + "O8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 13.49, + "z": 2.79 + }, + "N8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 17.99, + "z": 2.79 + }, + "M8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 22.49, + "z": 2.79 + }, + "L8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 26.99, + "z": 2.79 + }, + "K8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 31.49, + "z": 2.79 + }, + "J8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 35.99, + "z": 2.79 + }, + "I8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 40.49, + "z": 2.79 + }, + "H8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 44.99, + "z": 2.79 + }, + "G8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 49.49, + "z": 2.79 + }, + "F8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 53.99, + "z": 2.79 + }, + "E8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 58.49, + "z": 2.79 + }, + "D8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 62.99, + "z": 2.79 + }, + "C8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 67.49, + "z": 2.79 + }, + "B8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 71.99, + "z": 2.79 + }, + "A8": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 76.49, + "z": 2.79 + }, + "P9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 8.99, + "z": 2.79 + }, + "O9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 13.49, + "z": 2.79 + }, + "N9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 17.99, + "z": 2.79 + }, + "M9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 22.49, + "z": 2.79 + }, + "L9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 26.99, + "z": 2.79 + }, + "K9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 31.49, + "z": 2.79 + }, + "J9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 35.99, + "z": 2.79 + }, + "I9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 40.49, + "z": 2.79 + }, + "H9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 44.99, + "z": 2.79 + }, + "G9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 49.49, + "z": 2.79 + }, + "F9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 53.99, + "z": 2.79 + }, + "E9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 58.49, + "z": 2.79 + }, + "D9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 62.99, + "z": 2.79 + }, + "C9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 67.49, + "z": 2.79 + }, + "B9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 71.99, + "z": 2.79 + }, + "A9": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 76.49, + "z": 2.79 + }, + "P10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 8.99, + "z": 2.79 + }, + "O10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 13.49, + "z": 2.79 + }, + "N10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 17.99, + "z": 2.79 + }, + "M10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 22.49, + "z": 2.79 + }, + "L10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 26.99, + "z": 2.79 + }, + "K10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 31.49, + "z": 2.79 + }, + "J10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 35.99, + "z": 2.79 + }, + "I10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 40.49, + "z": 2.79 + }, + "H10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 44.99, + "z": 2.79 + }, + "G10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 49.49, + "z": 2.79 + }, + "F10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 53.99, + "z": 2.79 + }, + "E10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 58.49, + "z": 2.79 + }, + "D10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 62.99, + "z": 2.79 + }, + "C10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 67.49, + "z": 2.79 + }, + "B10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 71.99, + "z": 2.79 + }, + "A10": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 76.49, + "z": 2.79 + }, + "P11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 8.99, + "z": 2.79 + }, + "O11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 13.49, + "z": 2.79 + }, + "N11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 17.99, + "z": 2.79 + }, + "M11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 22.49, + "z": 2.79 + }, + "L11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 26.99, + "z": 2.79 + }, + "K11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 31.49, + "z": 2.79 + }, + "J11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 35.99, + "z": 2.79 + }, + "I11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 40.49, + "z": 2.79 + }, + "H11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 44.99, + "z": 2.79 + }, + "G11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 49.49, + "z": 2.79 + }, + "F11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 53.99, + "z": 2.79 + }, + "E11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 58.49, + "z": 2.79 + }, + "D11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 62.99, + "z": 2.79 + }, + "C11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 67.49, + "z": 2.79 + }, + "B11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 71.99, + "z": 2.79 + }, + "A11": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 76.49, + "z": 2.79 + }, + "P12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 8.99, + "z": 2.79 + }, + "O12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 13.49, + "z": 2.79 + }, + "N12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 17.99, + "z": 2.79 + }, + "M12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 22.49, + "z": 2.79 + }, + "L12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 26.99, + "z": 2.79 + }, + "K12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 31.49, + "z": 2.79 + }, + "J12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 35.99, + "z": 2.79 + }, + "I12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 40.49, + "z": 2.79 + }, + "H12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 44.99, + "z": 2.79 + }, + "G12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 49.49, + "z": 2.79 + }, + "F12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 53.99, + "z": 2.79 + }, + "E12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 58.49, + "z": 2.79 + }, + "D12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 62.99, + "z": 2.79 + }, + "C12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 67.49, + "z": 2.79 + }, + "B12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 71.99, + "z": 2.79 + }, + "A12": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 76.49, + "z": 2.79 + }, + "P13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 8.99, + "z": 2.79 + }, + "O13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 13.49, + "z": 2.79 + }, + "N13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 17.99, + "z": 2.79 + }, + "M13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 22.49, + "z": 2.79 + }, + "L13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 26.99, + "z": 2.79 + }, + "K13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 31.49, + "z": 2.79 + }, + "J13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 35.99, + "z": 2.79 + }, + "I13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 40.49, + "z": 2.79 + }, + "H13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 44.99, + "z": 2.79 + }, + "G13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 49.49, + "z": 2.79 + }, + "F13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 53.99, + "z": 2.79 + }, + "E13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 58.49, + "z": 2.79 + }, + "D13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 62.99, + "z": 2.79 + }, + "C13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 67.49, + "z": 2.79 + }, + "B13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 71.99, + "z": 2.79 + }, + "A13": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 76.49, + "z": 2.79 + }, + "P14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 8.99, + "z": 2.79 + }, + "O14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 13.49, + "z": 2.79 + }, + "N14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 17.99, + "z": 2.79 + }, + "M14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 22.49, + "z": 2.79 + }, + "L14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 26.99, + "z": 2.79 + }, + "K14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 31.49, + "z": 2.79 + }, + "J14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 35.99, + "z": 2.79 + }, + "I14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 40.49, + "z": 2.79 + }, + "H14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 44.99, + "z": 2.79 + }, + "G14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 49.49, + "z": 2.79 + }, + "F14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 53.99, + "z": 2.79 + }, + "E14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 58.49, + "z": 2.79 + }, + "D14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 62.99, + "z": 2.79 + }, + "C14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 67.49, + "z": 2.79 + }, + "B14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 71.99, + "z": 2.79 + }, + "A14": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 76.49, + "z": 2.79 + }, + "P15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 8.99, + "z": 2.79 + }, + "O15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 13.49, + "z": 2.79 + }, + "N15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 17.99, + "z": 2.79 + }, + "M15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 22.49, + "z": 2.79 + }, + "L15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 26.99, + "z": 2.79 + }, + "K15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 31.49, + "z": 2.79 + }, + "J15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 35.99, + "z": 2.79 + }, + "I15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 40.49, + "z": 2.79 + }, + "H15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 44.99, + "z": 2.79 + }, + "G15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 49.49, + "z": 2.79 + }, + "F15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 53.99, + "z": 2.79 + }, + "E15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 58.49, + "z": 2.79 + }, + "D15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 62.99, + "z": 2.79 + }, + "C15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 67.49, + "z": 2.79 + }, + "B15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 71.99, + "z": 2.79 + }, + "A15": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 76.49, + "z": 2.79 + }, + "P16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 8.99, + "z": 2.79 + }, + "O16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 13.49, + "z": 2.79 + }, + "N16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 17.99, + "z": 2.79 + }, + "M16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 22.49, + "z": 2.79 + }, + "L16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 26.99, + "z": 2.79 + }, + "K16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 31.49, + "z": 2.79 + }, + "J16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 35.99, + "z": 2.79 + }, + "I16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 40.49, + "z": 2.79 + }, + "H16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 44.99, + "z": 2.79 + }, + "G16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 49.49, + "z": 2.79 + }, + "F16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 53.99, + "z": 2.79 + }, + "E16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 58.49, + "z": 2.79 + }, + "D16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 62.99, + "z": 2.79 + }, + "C16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 67.49, + "z": 2.79 + }, + "B16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 71.99, + "z": 2.79 + }, + "A16": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 76.49, + "z": 2.79 + }, + "P17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 8.99, + "z": 2.79 + }, + "O17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 13.49, + "z": 2.79 + }, + "N17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 17.99, + "z": 2.79 + }, + "M17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 22.49, + "z": 2.79 + }, + "L17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 26.99, + "z": 2.79 + }, + "K17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 31.49, + "z": 2.79 + }, + "J17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 35.99, + "z": 2.79 + }, + "I17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 40.49, + "z": 2.79 + }, + "H17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 44.99, + "z": 2.79 + }, + "G17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 49.49, + "z": 2.79 + }, + "F17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 53.99, + "z": 2.79 + }, + "E17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 58.49, + "z": 2.79 + }, + "D17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 62.99, + "z": 2.79 + }, + "C17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 67.49, + "z": 2.79 + }, + "B17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 71.99, + "z": 2.79 + }, + "A17": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 76.49, + "z": 2.79 + }, + "P18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 8.99, + "z": 2.79 + }, + "O18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 13.49, + "z": 2.79 + }, + "N18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 17.99, + "z": 2.79 + }, + "M18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 22.49, + "z": 2.79 + }, + "L18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 26.99, + "z": 2.79 + }, + "K18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 31.49, + "z": 2.79 + }, + "J18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 35.99, + "z": 2.79 + }, + "I18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 40.49, + "z": 2.79 + }, + "H18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 44.99, + "z": 2.79 + }, + "G18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 49.49, + "z": 2.79 + }, + "F18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 53.99, + "z": 2.79 + }, + "E18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 58.49, + "z": 2.79 + }, + "D18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 62.99, + "z": 2.79 + }, + "C18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 67.49, + "z": 2.79 + }, + "B18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 71.99, + "z": 2.79 + }, + "A18": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 76.49, + "z": 2.79 + }, + "P19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 8.99, + "z": 2.79 + }, + "O19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 13.49, + "z": 2.79 + }, + "N19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 17.99, + "z": 2.79 + }, + "M19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 22.49, + "z": 2.79 + }, + "L19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 26.99, + "z": 2.79 + }, + "K19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 31.49, + "z": 2.79 + }, + "J19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 35.99, + "z": 2.79 + }, + "I19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 40.49, + "z": 2.79 + }, + "H19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 44.99, + "z": 2.79 + }, + "G19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 49.49, + "z": 2.79 + }, + "F19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 53.99, + "z": 2.79 + }, + "E19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 58.49, + "z": 2.79 + }, + "D19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 62.99, + "z": 2.79 + }, + "C19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 67.49, + "z": 2.79 + }, + "B19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 71.99, + "z": 2.79 + }, + "A19": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 76.49, + "z": 2.79 + }, + "P20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 8.99, + "z": 2.79 + }, + "O20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 13.49, + "z": 2.79 + }, + "N20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 17.99, + "z": 2.79 + }, + "M20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 22.49, + "z": 2.79 + }, + "L20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 26.99, + "z": 2.79 + }, + "K20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 31.49, + "z": 2.79 + }, + "J20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 35.99, + "z": 2.79 + }, + "I20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 40.49, + "z": 2.79 + }, + "H20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 44.99, + "z": 2.79 + }, + "G20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 49.49, + "z": 2.79 + }, + "F20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 53.99, + "z": 2.79 + }, + "E20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 58.49, + "z": 2.79 + }, + "D20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 62.99, + "z": 2.79 + }, + "C20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 67.49, + "z": 2.79 + }, + "B20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 71.99, + "z": 2.79 + }, + "A20": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 76.49, + "z": 2.79 + }, + "P21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 8.99, + "z": 2.79 + }, + "O21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 13.49, + "z": 2.79 + }, + "N21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 17.99, + "z": 2.79 + }, + "M21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 22.49, + "z": 2.79 + }, + "L21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 26.99, + "z": 2.79 + }, + "K21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 31.49, + "z": 2.79 + }, + "J21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 35.99, + "z": 2.79 + }, + "I21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 40.49, + "z": 2.79 + }, + "H21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 44.99, + "z": 2.79 + }, + "G21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 49.49, + "z": 2.79 + }, + "F21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 53.99, + "z": 2.79 + }, + "E21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 58.49, + "z": 2.79 + }, + "D21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 62.99, + "z": 2.79 + }, + "C21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 67.49, + "z": 2.79 + }, + "B21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 71.99, + "z": 2.79 + }, + "A21": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 76.49, + "z": 2.79 + }, + "P22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 8.99, + "z": 2.79 + }, + "O22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 13.49, + "z": 2.79 + }, + "N22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 17.99, + "z": 2.79 + }, + "M22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 22.49, + "z": 2.79 + }, + "L22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 26.99, + "z": 2.79 + }, + "K22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 31.49, + "z": 2.79 + }, + "J22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 35.99, + "z": 2.79 + }, + "I22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 40.49, + "z": 2.79 + }, + "H22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 44.99, + "z": 2.79 + }, + "G22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 49.49, + "z": 2.79 + }, + "F22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 53.99, + "z": 2.79 + }, + "E22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 58.49, + "z": 2.79 + }, + "D22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 62.99, + "z": 2.79 + }, + "C22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 67.49, + "z": 2.79 + }, + "B22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 71.99, + "z": 2.79 + }, + "A22": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 76.49, + "z": 2.79 + }, + "P23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 8.99, + "z": 2.79 + }, + "O23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 13.49, + "z": 2.79 + }, + "N23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 17.99, + "z": 2.79 + }, + "M23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 22.49, + "z": 2.79 + }, + "L23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 26.99, + "z": 2.79 + }, + "K23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 31.49, + "z": 2.79 + }, + "J23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 35.99, + "z": 2.79 + }, + "I23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 40.49, + "z": 2.79 + }, + "H23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 44.99, + "z": 2.79 + }, + "G23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 49.49, + "z": 2.79 + }, + "F23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 53.99, + "z": 2.79 + }, + "E23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 58.49, + "z": 2.79 + }, + "D23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 62.99, + "z": 2.79 + }, + "C23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 67.49, + "z": 2.79 + }, + "B23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 71.99, + "z": 2.79 + }, + "A23": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 76.49, + "z": 2.79 + }, + "P24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 8.99, + "z": 2.79 + }, + "O24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 13.49, + "z": 2.79 + }, + "N24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 17.99, + "z": 2.79 + }, + "M24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 22.49, + "z": 2.79 + }, + "L24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 26.99, + "z": 2.79 + }, + "K24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 31.49, + "z": 2.79 + }, + "J24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 35.99, + "z": 2.79 + }, + "I24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 40.49, + "z": 2.79 + }, + "H24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 44.99, + "z": 2.79 + }, + "G24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 49.49, + "z": 2.79 + }, + "F24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 53.99, + "z": 2.79 + }, + "E24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 58.49, + "z": 2.79 + }, + "D24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 62.99, + "z": 2.79 + }, + "C24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 67.49, + "z": 2.79 + }, + "B24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 71.99, + "z": 2.79 + }, + "A24": { + "shape": "circular", + "depth": 11.43, + "diameter": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 76.49, + "z": 2.79 + } + }, + "brand": { + "brand": "corning", + "brandId": [ + "3640", + "3662", + "3680", + "3700", + "3701", + "3702" + ] + } +} diff --git a/shared-data/definitions2/corning_48_wellPlate_1.6_mL.json b/shared-data/definitions2/corning_48_wellPlate_1.6_mL.json new file mode 100644 index 00000000000..9edd5a75182 --- /dev/null +++ b/shared-data/definitions2/corning_48_wellPlate_1.6_mL.json @@ -0,0 +1,539 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1" + ], + [ + "A2", + "B2", + "C2", + "D2", + "E2", + "F2" + ], + [ + "A3", + "B3", + "C3", + "D3", + "E3", + "F3" + ], + [ + "A4", + "B4", + "C4", + "D4", + "E4", + "F4" + ], + [ + "A5", + "B5", + "C5", + "D5", + "E5", + "F5" + ], + [ + "A6", + "B6", + "C6", + "D6", + "E6", + "F6" + ], + [ + "A7", + "B7", + "C7", + "D7", + "E7", + "F7" + ], + [ + "A8", + "B8", + "C8", + "D8", + "E8", + "F8" + ] + ], + "otId": "3d53c440-f50d-11e8-bb2a-e7b1dd90654d", + "deprecated": false, + "metadata": { + "displayName": "Corning 48 Well Plate", + "displayVolumeUnits": "mL", + "displayLengthUnits": "mm", + "displayCategory": "wellPlate", + "tags": [ + "SBS", + "microplate", + "1.6", + "mL", + "48 wells" + ] + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": -0.01, + "z": 0 + }, + "dimensions": { + "overallLength": 127.76, + "overallWidth": 85.47, + "overallHeight": 20.02 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "corning_48_wellPlate_1.6_mL" + }, + "wells": { + "F1": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 18.16, + "y": 10.08, + "z": 2.62 + }, + "E1": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 18.16, + "y": 23.16, + "z": 2.62 + }, + "D1": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 18.16, + "y": 36.24, + "z": 2.62 + }, + "C1": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 18.16, + "y": 49.32, + "z": 2.62 + }, + "B1": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 18.16, + "y": 62.4, + "z": 2.62 + }, + "A1": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 18.16, + "y": 75.48, + "z": 2.62 + }, + "F2": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 31.24, + "y": 10.08, + "z": 2.62 + }, + "E2": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 31.24, + "y": 23.16, + "z": 2.62 + }, + "D2": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 31.24, + "y": 36.24, + "z": 2.62 + }, + "C2": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 31.24, + "y": 49.32, + "z": 2.62 + }, + "B2": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 31.24, + "y": 62.4, + "z": 2.62 + }, + "A2": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 31.24, + "y": 75.48, + "z": 2.62 + }, + "F3": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 44.32, + "y": 10.08, + "z": 2.62 + }, + "E3": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 44.32, + "y": 23.16, + "z": 2.62 + }, + "D3": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 44.32, + "y": 36.24, + "z": 2.62 + }, + "C3": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 44.32, + "y": 49.32, + "z": 2.62 + }, + "B3": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 44.32, + "y": 62.4, + "z": 2.62 + }, + "A3": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 44.32, + "y": 75.48, + "z": 2.62 + }, + "F4": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 57.4, + "y": 10.08, + "z": 2.62 + }, + "E4": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 57.4, + "y": 23.16, + "z": 2.62 + }, + "D4": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 57.4, + "y": 36.24, + "z": 2.62 + }, + "C4": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 57.4, + "y": 49.32, + "z": 2.62 + }, + "B4": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 57.4, + "y": 62.4, + "z": 2.62 + }, + "A4": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 57.4, + "y": 75.48, + "z": 2.62 + }, + "F5": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 70.48, + "y": 10.08, + "z": 2.62 + }, + "E5": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 70.48, + "y": 23.16, + "z": 2.62 + }, + "D5": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 70.48, + "y": 36.24, + "z": 2.62 + }, + "C5": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 70.48, + "y": 49.32, + "z": 2.62 + }, + "B5": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 70.48, + "y": 62.4, + "z": 2.62 + }, + "A5": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 70.48, + "y": 75.48, + "z": 2.62 + }, + "F6": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 83.56, + "y": 10.08, + "z": 2.62 + }, + "E6": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 83.56, + "y": 23.16, + "z": 2.62 + }, + "D6": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 83.56, + "y": 36.24, + "z": 2.62 + }, + "C6": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 83.56, + "y": 49.32, + "z": 2.62 + }, + "B6": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 83.56, + "y": 62.4, + "z": 2.62 + }, + "A6": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 83.56, + "y": 75.48, + "z": 2.62 + }, + "F7": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 96.64, + "y": 10.08, + "z": 2.62 + }, + "E7": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 96.64, + "y": 23.16, + "z": 2.62 + }, + "D7": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 96.64, + "y": 36.24, + "z": 2.62 + }, + "C7": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 96.64, + "y": 49.32, + "z": 2.62 + }, + "B7": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 96.64, + "y": 62.4, + "z": 2.62 + }, + "A7": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 96.64, + "y": 75.48, + "z": 2.62 + }, + "F8": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 109.72, + "y": 10.08, + "z": 2.62 + }, + "E8": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 109.72, + "y": 23.16, + "z": 2.62 + }, + "D8": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 109.72, + "y": 36.24, + "z": 2.62 + }, + "C8": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 109.72, + "y": 49.32, + "z": 2.62 + }, + "B8": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 109.72, + "y": 62.4, + "z": 2.62 + }, + "A8": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1.6, + "x": 109.72, + "y": 75.48, + "z": 2.62 + } + }, + "brand": { + "brand": "corning", + "brandId": [ + "3548" + ] + } +} diff --git a/shared-data/definitions2/corning_6_wellPlate_16.8_mL.json b/shared-data/definitions2/corning_6_wellPlate_16.8_mL.json new file mode 100644 index 00000000000..cfa742f8f35 --- /dev/null +++ b/shared-data/definitions2/corning_6_wellPlate_16.8_mL.json @@ -0,0 +1,112 @@ +{ + "ordering": [ + [ + "A1", + "B1" + ], + [ + "A2", + "B2" + ], + [ + "A3", + "B3" + ] + ], + "otId": "bd10e8d0-f4da-11e8-bb2a-e7b1dd90654d", + "deprecated": false, + "metadata": { + "displayName": "Corning 6 Well Plate", + "displayVolumeUnits": "mL", + "displayLengthUnits": "mm", + "displayCategory": "wellPlate", + "tags": [ + "SBS", + "microplate", + "16.8", + "mL", + "6 wells" + ] + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0.01, + "z": 0 + }, + "dimensions": { + "overallLength": 127.76, + "overallWidth": 85.47, + "overallHeight": 20.27 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "corning_6_wellPlate_16.8_mL" + }, + "wells": { + "B1": { + "shape": "circular", + "depth": 17.4, + "diameter": 35.43, + "totalLiquidVolume": 16.8, + "x": 24.76, + "y": 23.16, + "z": 2.87 + }, + "A1": { + "shape": "circular", + "depth": 17.4, + "diameter": 35.43, + "totalLiquidVolume": 16.8, + "x": 24.76, + "y": 62.28, + "z": 2.87 + }, + "B2": { + "shape": "circular", + "depth": 17.4, + "diameter": 35.43, + "totalLiquidVolume": 16.8, + "x": 63.88, + "y": 23.16, + "z": 2.87 + }, + "A2": { + "shape": "circular", + "depth": 17.4, + "diameter": 35.43, + "totalLiquidVolume": 16.8, + "x": 63.88, + "y": 62.28, + "z": 2.87 + }, + "B3": { + "shape": "circular", + "depth": 17.4, + "diameter": 35.43, + "totalLiquidVolume": 16.8, + "x": 103, + "y": 23.16, + "z": 2.87 + }, + "A3": { + "shape": "circular", + "depth": 17.4, + "diameter": 35.43, + "totalLiquidVolume": 16.8, + "x": 103, + "y": 62.28, + "z": 2.87 + } + }, + "brand": { + "brand": "corning", + "brandId": [ + "3335", + "3506", + "3516", + "3471" + ] + } +} diff --git a/shared-data/definitions2/eppendorf_96_tiprack_1000_uL.json b/shared-data/definitions2/eppendorf_96_tiprack_1000_uL.json new file mode 100644 index 00000000000..b068b4c234f --- /dev/null +++ b/shared-data/definitions2/eppendorf_96_tiprack_1000_uL.json @@ -0,0 +1,1027 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1" + ], + [ + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2" + ], + [ + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3" + ], + [ + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4" + ], + [ + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5" + ], + [ + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6" + ], + [ + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7" + ], + [ + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8" + ], + [ + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9" + ], + [ + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10" + ], + [ + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11" + ], + [ + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + ], + "otId": "00b782e0-f4d8-11e8-83b8-c3ba5d2a3baa", + "deprecated": false, + "metadata": { + "displayName": "epT.I.P.S. 50-1000 uL tiprack", + "displayVolumeUnits": "uL", + "displayLengthUnits": "mm", + "displayCategory": "tiprack", + "tags": [ + "SBS", + "tips", + "1000", + "uL" + ] + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "dimensions": { + "overallLength": 127.76, + "overallWidth": 85.48, + "overallHeight": 121.9 + }, + "parameters": { + "format": "96Standard", + "isTiprack": true, + "isMagneticModuleCompatible": false, + "tipLength": 70.7, + "loadName": "eppendorf_96_tiprack_1000_uL" + }, + "wells": { + "H1": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 14.38, + "y": 11.24, + "z": 121.9 + }, + "G1": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 14.38, + "y": 20.24, + "z": 121.9 + }, + "F1": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 14.38, + "y": 29.24, + "z": 121.9 + }, + "E1": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 14.38, + "y": 38.24, + "z": 121.9 + }, + "D1": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 14.38, + "y": 47.24, + "z": 121.9 + }, + "C1": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 14.38, + "y": 56.24, + "z": 121.9 + }, + "B1": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 14.38, + "y": 65.24, + "z": 121.9 + }, + "A1": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 14.38, + "y": 74.24, + "z": 121.9 + }, + "H2": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 23.38, + "y": 11.24, + "z": 121.9 + }, + "G2": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 23.38, + "y": 20.24, + "z": 121.9 + }, + "F2": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 23.38, + "y": 29.24, + "z": 121.9 + }, + "E2": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 23.38, + "y": 38.24, + "z": 121.9 + }, + "D2": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 23.38, + "y": 47.24, + "z": 121.9 + }, + "C2": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 23.38, + "y": 56.24, + "z": 121.9 + }, + "B2": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 23.38, + "y": 65.24, + "z": 121.9 + }, + "A2": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 23.38, + "y": 74.24, + "z": 121.9 + }, + "H3": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 32.38, + "y": 11.24, + "z": 121.9 + }, + "G3": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 32.38, + "y": 20.24, + "z": 121.9 + }, + "F3": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 32.38, + "y": 29.24, + "z": 121.9 + }, + "E3": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 32.38, + "y": 38.24, + "z": 121.9 + }, + "D3": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 32.38, + "y": 47.24, + "z": 121.9 + }, + "C3": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 32.38, + "y": 56.24, + "z": 121.9 + }, + "B3": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 32.38, + "y": 65.24, + "z": 121.9 + }, + "A3": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 32.38, + "y": 74.24, + "z": 121.9 + }, + "H4": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 41.38, + "y": 11.24, + "z": 121.9 + }, + "G4": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 41.38, + "y": 20.24, + "z": 121.9 + }, + "F4": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 41.38, + "y": 29.24, + "z": 121.9 + }, + "E4": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 41.38, + "y": 38.24, + "z": 121.9 + }, + "D4": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 41.38, + "y": 47.24, + "z": 121.9 + }, + "C4": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 41.38, + "y": 56.24, + "z": 121.9 + }, + "B4": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 41.38, + "y": 65.24, + "z": 121.9 + }, + "A4": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 41.38, + "y": 74.24, + "z": 121.9 + }, + "H5": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 50.38, + "y": 11.24, + "z": 121.9 + }, + "G5": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 50.38, + "y": 20.24, + "z": 121.9 + }, + "F5": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 50.38, + "y": 29.24, + "z": 121.9 + }, + "E5": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 50.38, + "y": 38.24, + "z": 121.9 + }, + "D5": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 50.38, + "y": 47.24, + "z": 121.9 + }, + "C5": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 50.38, + "y": 56.24, + "z": 121.9 + }, + "B5": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 50.38, + "y": 65.24, + "z": 121.9 + }, + "A5": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 50.38, + "y": 74.24, + "z": 121.9 + }, + "H6": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 59.38, + "y": 11.24, + "z": 121.9 + }, + "G6": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 59.38, + "y": 20.24, + "z": 121.9 + }, + "F6": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 59.38, + "y": 29.24, + "z": 121.9 + }, + "E6": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 59.38, + "y": 38.24, + "z": 121.9 + }, + "D6": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 59.38, + "y": 47.24, + "z": 121.9 + }, + "C6": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 59.38, + "y": 56.24, + "z": 121.9 + }, + "B6": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 59.38, + "y": 65.24, + "z": 121.9 + }, + "A6": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 59.38, + "y": 74.24, + "z": 121.9 + }, + "H7": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 68.38, + "y": 11.24, + "z": 121.9 + }, + "G7": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 68.38, + "y": 20.24, + "z": 121.9 + }, + "F7": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 68.38, + "y": 29.24, + "z": 121.9 + }, + "E7": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 68.38, + "y": 38.24, + "z": 121.9 + }, + "D7": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 68.38, + "y": 47.24, + "z": 121.9 + }, + "C7": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 68.38, + "y": 56.24, + "z": 121.9 + }, + "B7": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 68.38, + "y": 65.24, + "z": 121.9 + }, + "A7": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 68.38, + "y": 74.24, + "z": 121.9 + }, + "H8": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 77.38, + "y": 11.24, + "z": 121.9 + }, + "G8": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 77.38, + "y": 20.24, + "z": 121.9 + }, + "F8": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 77.38, + "y": 29.24, + "z": 121.9 + }, + "E8": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 77.38, + "y": 38.24, + "z": 121.9 + }, + "D8": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 77.38, + "y": 47.24, + "z": 121.9 + }, + "C8": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 77.38, + "y": 56.24, + "z": 121.9 + }, + "B8": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 77.38, + "y": 65.24, + "z": 121.9 + }, + "A8": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 77.38, + "y": 74.24, + "z": 121.9 + }, + "H9": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 86.38, + "y": 11.24, + "z": 121.9 + }, + "G9": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 86.38, + "y": 20.24, + "z": 121.9 + }, + "F9": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 86.38, + "y": 29.24, + "z": 121.9 + }, + "E9": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 86.38, + "y": 38.24, + "z": 121.9 + }, + "D9": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 86.38, + "y": 47.24, + "z": 121.9 + }, + "C9": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 86.38, + "y": 56.24, + "z": 121.9 + }, + "B9": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 86.38, + "y": 65.24, + "z": 121.9 + }, + "A9": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 86.38, + "y": 74.24, + "z": 121.9 + }, + "H10": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 95.38, + "y": 11.24, + "z": 121.9 + }, + "G10": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 95.38, + "y": 20.24, + "z": 121.9 + }, + "F10": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 95.38, + "y": 29.24, + "z": 121.9 + }, + "E10": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 95.38, + "y": 38.24, + "z": 121.9 + }, + "D10": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 95.38, + "y": 47.24, + "z": 121.9 + }, + "C10": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 95.38, + "y": 56.24, + "z": 121.9 + }, + "B10": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 95.38, + "y": 65.24, + "z": 121.9 + }, + "A10": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 95.38, + "y": 74.24, + "z": 121.9 + }, + "H11": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 104.38, + "y": 11.24, + "z": 121.9 + }, + "G11": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 104.38, + "y": 20.24, + "z": 121.9 + }, + "F11": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 104.38, + "y": 29.24, + "z": 121.9 + }, + "E11": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 104.38, + "y": 38.24, + "z": 121.9 + }, + "D11": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 104.38, + "y": 47.24, + "z": 121.9 + }, + "C11": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 104.38, + "y": 56.24, + "z": 121.9 + }, + "B11": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 104.38, + "y": 65.24, + "z": 121.9 + }, + "A11": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 104.38, + "y": 74.24, + "z": 121.9 + }, + "H12": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 113.38, + "y": 11.24, + "z": 121.9 + }, + "G12": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 113.38, + "y": 20.24, + "z": 121.9 + }, + "F12": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 113.38, + "y": 29.24, + "z": 121.9 + }, + "E12": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 113.38, + "y": 38.24, + "z": 121.9 + }, + "D12": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 113.38, + "y": 47.24, + "z": 121.9 + }, + "C12": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 113.38, + "y": 56.24, + "z": 121.9 + }, + "B12": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 113.38, + "y": 65.24, + "z": 121.9 + }, + "A12": { + "shape": "circular", + "depth": 0, + "diameter": 8.8, + "totalLiquidVolume": 1000, + "x": 113.38, + "y": 74.24, + "z": 121.9 + } + }, + "brand": { + "brand": "eppendorf", + "brandId": [ + "022491105" + ] + } +} diff --git a/shared-data/definitions2/eppendorf_96_tiprack_10_uL.json b/shared-data/definitions2/eppendorf_96_tiprack_10_uL.json new file mode 100644 index 00000000000..25c937cf41a --- /dev/null +++ b/shared-data/definitions2/eppendorf_96_tiprack_10_uL.json @@ -0,0 +1,1027 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1" + ], + [ + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2" + ], + [ + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3" + ], + [ + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4" + ], + [ + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5" + ], + [ + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6" + ], + [ + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7" + ], + [ + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8" + ], + [ + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9" + ], + [ + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10" + ], + [ + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11" + ], + [ + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + ], + "otId": "6cb54d80-f4d6-11e8-83b8-c3ba5d2a3baa", + "deprecated": false, + "metadata": { + "displayName": "epT.I.P.S. 0.1-10 uL tiprack", + "displayVolumeUnits": "uL", + "displayLengthUnits": "mm", + "displayCategory": "tiprack", + "tags": [ + "SBS", + "tips", + "10", + "uL" + ] + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "dimensions": { + "overallLength": 127.76, + "overallWidth": 85.48, + "overallHeight": 65.4 + }, + "parameters": { + "format": "96Standard", + "isTiprack": true, + "isMagneticModuleCompatible": false, + "tipLength": 34, + "loadName": "eppendorf_96_tiprack_10_uL" + }, + "wells": { + "H1": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 11.24, + "z": 65.4 + }, + "G1": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 20.24, + "z": 65.4 + }, + "F1": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 29.24, + "z": 65.4 + }, + "E1": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 38.24, + "z": 65.4 + }, + "D1": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 47.24, + "z": 65.4 + }, + "C1": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 56.24, + "z": 65.4 + }, + "B1": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 65.24, + "z": 65.4 + }, + "A1": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 74.24, + "z": 65.4 + }, + "H2": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 11.24, + "z": 65.4 + }, + "G2": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 20.24, + "z": 65.4 + }, + "F2": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 29.24, + "z": 65.4 + }, + "E2": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 38.24, + "z": 65.4 + }, + "D2": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 47.24, + "z": 65.4 + }, + "C2": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 56.24, + "z": 65.4 + }, + "B2": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 65.24, + "z": 65.4 + }, + "A2": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 74.24, + "z": 65.4 + }, + "H3": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 11.24, + "z": 65.4 + }, + "G3": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 20.24, + "z": 65.4 + }, + "F3": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 29.24, + "z": 65.4 + }, + "E3": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 38.24, + "z": 65.4 + }, + "D3": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 47.24, + "z": 65.4 + }, + "C3": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 56.24, + "z": 65.4 + }, + "B3": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 65.24, + "z": 65.4 + }, + "A3": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 74.24, + "z": 65.4 + }, + "H4": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 11.24, + "z": 65.4 + }, + "G4": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 20.24, + "z": 65.4 + }, + "F4": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 29.24, + "z": 65.4 + }, + "E4": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 38.24, + "z": 65.4 + }, + "D4": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 47.24, + "z": 65.4 + }, + "C4": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 56.24, + "z": 65.4 + }, + "B4": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 65.24, + "z": 65.4 + }, + "A4": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 74.24, + "z": 65.4 + }, + "H5": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 11.24, + "z": 65.4 + }, + "G5": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 20.24, + "z": 65.4 + }, + "F5": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 29.24, + "z": 65.4 + }, + "E5": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 38.24, + "z": 65.4 + }, + "D5": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 47.24, + "z": 65.4 + }, + "C5": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 56.24, + "z": 65.4 + }, + "B5": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 65.24, + "z": 65.4 + }, + "A5": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 74.24, + "z": 65.4 + }, + "H6": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 11.24, + "z": 65.4 + }, + "G6": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 20.24, + "z": 65.4 + }, + "F6": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 29.24, + "z": 65.4 + }, + "E6": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 38.24, + "z": 65.4 + }, + "D6": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 47.24, + "z": 65.4 + }, + "C6": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 56.24, + "z": 65.4 + }, + "B6": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 65.24, + "z": 65.4 + }, + "A6": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 74.24, + "z": 65.4 + }, + "H7": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 11.24, + "z": 65.4 + }, + "G7": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 20.24, + "z": 65.4 + }, + "F7": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 29.24, + "z": 65.4 + }, + "E7": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 38.24, + "z": 65.4 + }, + "D7": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 47.24, + "z": 65.4 + }, + "C7": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 56.24, + "z": 65.4 + }, + "B7": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 65.24, + "z": 65.4 + }, + "A7": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 74.24, + "z": 65.4 + }, + "H8": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 11.24, + "z": 65.4 + }, + "G8": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 20.24, + "z": 65.4 + }, + "F8": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 29.24, + "z": 65.4 + }, + "E8": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 38.24, + "z": 65.4 + }, + "D8": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 47.24, + "z": 65.4 + }, + "C8": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 56.24, + "z": 65.4 + }, + "B8": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 65.24, + "z": 65.4 + }, + "A8": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 74.24, + "z": 65.4 + }, + "H9": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 11.24, + "z": 65.4 + }, + "G9": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 20.24, + "z": 65.4 + }, + "F9": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 29.24, + "z": 65.4 + }, + "E9": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 38.24, + "z": 65.4 + }, + "D9": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 47.24, + "z": 65.4 + }, + "C9": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 56.24, + "z": 65.4 + }, + "B9": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 65.24, + "z": 65.4 + }, + "A9": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 74.24, + "z": 65.4 + }, + "H10": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 11.24, + "z": 65.4 + }, + "G10": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 20.24, + "z": 65.4 + }, + "F10": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 29.24, + "z": 65.4 + }, + "E10": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 38.24, + "z": 65.4 + }, + "D10": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 47.24, + "z": 65.4 + }, + "C10": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 56.24, + "z": 65.4 + }, + "B10": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 65.24, + "z": 65.4 + }, + "A10": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 74.24, + "z": 65.4 + }, + "H11": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 11.24, + "z": 65.4 + }, + "G11": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 20.24, + "z": 65.4 + }, + "F11": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 29.24, + "z": 65.4 + }, + "E11": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 38.24, + "z": 65.4 + }, + "D11": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 47.24, + "z": 65.4 + }, + "C11": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 56.24, + "z": 65.4 + }, + "B11": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 65.24, + "z": 65.4 + }, + "A11": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 74.24, + "z": 65.4 + }, + "H12": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 11.24, + "z": 65.4 + }, + "G12": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 20.24, + "z": 65.4 + }, + "F12": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 29.24, + "z": 65.4 + }, + "E12": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 38.24, + "z": 65.4 + }, + "D12": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 47.24, + "z": 65.4 + }, + "C12": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 56.24, + "z": 65.4 + }, + "B12": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 65.24, + "z": 65.4 + }, + "A12": { + "shape": "circular", + "depth": 0, + "diameter": 6, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 74.24, + "z": 65.4 + } + }, + "brand": { + "brand": "eppendorf", + "brandId": [ + "022491300" + ] + } +} diff --git a/shared-data/definitions2/opentrons_15_tuberack_15_mL_falcon.json b/shared-data/definitions2/opentrons_15_tuberack_15_mL_falcon.json new file mode 100644 index 00000000000..ff3333800dd --- /dev/null +++ b/shared-data/definitions2/opentrons_15_tuberack_15_mL_falcon.json @@ -0,0 +1,201 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1" + ], + [ + "A2", + "B2", + "C2" + ], + [ + "A3", + "B3", + "C3" + ], + [ + "A4", + "B4", + "C4" + ], + [ + "A5", + "B5", + "C5" + ] + ], + "otId": "01b7cd80-e8f3-11e8-b93b-5f6727dde048", + "deprecated": false, + "metadata": { + "displayLengthUnits": "mm", + "displayVolumeUnits": "mL", + "displayCategory": "tuberack", + "displayName": "Opentrons 15 mL tuberack", + "tags": [ + "15", + "mL", + "Opentrons", + "falcon", + "tuberack" + ] + }, + "cornerOffsetFromSlot": { + "x": 6.76, + "y": 6.73, + "z": 0 + }, + "dimensions": { + "overallLength": 121, + "overallWidth": 78.75, + "overallHeight": 123.76 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "loadName": "opentrons_15_tuberack_15_mL_falcon", + "isMagneticModuleCompatible": false + }, + "wells": { + "C1": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 10.5, + "y": 14.38, + "z": 5.78 + }, + "B1": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 10.5, + "y": 39.38, + "z": 5.78 + }, + "A1": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 10.5, + "y": 64.38, + "z": 5.78 + }, + "C2": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 35.5, + "y": 14.38, + "z": 5.78 + }, + "B2": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 35.5, + "y": 39.38, + "z": 5.78 + }, + "A2": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 35.5, + "y": 64.38, + "z": 5.78 + }, + "C3": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 60.5, + "y": 14.38, + "z": 5.78 + }, + "B3": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 60.5, + "y": 39.38, + "z": 5.78 + }, + "A3": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 60.5, + "y": 64.38, + "z": 5.78 + }, + "C4": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 85.5, + "y": 14.38, + "z": 5.78 + }, + "B4": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 85.5, + "y": 39.38, + "z": 5.78 + }, + "A4": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 85.5, + "y": 64.38, + "z": 5.78 + }, + "C5": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 110.5, + "y": 14.38, + "z": 5.78 + }, + "B5": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 110.5, + "y": 39.38, + "z": 5.78 + }, + "A5": { + "depth": 117.98, + "diameter": 14.5, + "shape": "circular", + "totalLiquidVolume": 15, + "x": 110.5, + "y": 64.38, + "z": 5.78 + } + }, + "brand": { + "brand": "Opentrons", + "brandId": ["352096"] + } +} diff --git a/shared-data/definitions2/opentrons_1_trash_0.85_L.json b/shared-data/definitions2/opentrons_1_trash_0.85_L.json new file mode 100644 index 00000000000..1c5a353b884 --- /dev/null +++ b/shared-data/definitions2/opentrons_1_trash_0.85_L.json @@ -0,0 +1,51 @@ +{ + "ordering": [ + [ + "A1" + ] + ], + "otId": "d8ad09a0-ecfd-11e8-b073-3da0bb8daec9", + "deprecated": false, + "metadata": { + "displayCategory": "trash", + "displayVolumeUnits": "L", + "displayLengthUnits": "mm", + "displayName": "Short Fixed Trash", + "tags": [ + "trash", + "opentrons", + "short" + ] + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "dimensions": { + "overallLength": 172.86, + "overallWidth": 165.86, + "overallHeight": 58 + }, + "parameters": { + "format": "trash", + "isTiprack": false, + "loadName": "opentrons_1_trash_0.85_L", + "isMagneticModuleCompatible": false + }, + "wells": { + "A1": { + "shape": "rectangular", + "length": 165.67, + "width": 107.11, + "totalLiquidVolume": 0.85, + "depth": 53, + "x": 82.84, + "y": 53.56, + "z": 5 + } + }, + "brand": { + "brand": "Opentrons" + } +} diff --git a/shared-data/definitions2/opentrons_1_trash_1.1_L.json b/shared-data/definitions2/opentrons_1_trash_1.1_L.json new file mode 100644 index 00000000000..434de346de8 --- /dev/null +++ b/shared-data/definitions2/opentrons_1_trash_1.1_L.json @@ -0,0 +1,51 @@ +{ + "ordering": [ + [ + "A1" + ] + ], + "otId": "629d3b80-ecfe-11e8-b073-3da0bb8daec9", + "deprecated": false, + "metadata": { + "displayCategory": "trash", + "displayVolumeUnits": "L", + "displayLengthUnits": "mm", + "displayName": "Tall Fixed Trash", + "tags": [ + "trash", + "opentrons", + "tall" + ] + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "dimensions": { + "overallLength": 172.86, + "overallWidth": 165.86, + "overallHeight": 82 + }, + "parameters": { + "format": "trash", + "isTiprack": false, + "loadName": "opentrons_1_trash_1.1_L", + "isMagneticModuleCompatible": false + }, + "wells": { + "A1": { + "shape": "rectangular", + "length": 165.67, + "width": 107.11, + "totalLiquidVolume": 1.1, + "depth": 77, + "x": 82.84, + "y": 53.56, + "z": 5 + } + }, + "brand": { + "brand": "Opentrons" + } +} diff --git a/shared-data/definitions2/opentrons_24_aluminum_tuberack_2_mL.json b/shared-data/definitions2/opentrons_24_aluminum_tuberack_2_mL.json new file mode 100644 index 00000000000..fdb2658e5b0 --- /dev/null +++ b/shared-data/definitions2/opentrons_24_aluminum_tuberack_2_mL.json @@ -0,0 +1,288 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1" + ], + [ + "A2", + "B2", + "C2", + "D2" + ], + [ + "A3", + "B3", + "C3", + "D3" + ], + [ + "A4", + "B4", + "C4", + "D4" + ], + [ + "A5", + "B5", + "C5", + "D5" + ], + [ + "A6", + "B6", + "C6", + "D6" + ] + ], + "otId": "cf9cbb20-f401-11e8-a244-69cb0fde6293", + "deprecated": false, + "metadata": { + "displayName": "Aluminum 2mL block", + "displayVolumeUnits": "mL", + "displayLengthUnits": "mm", + "displayCategory": "tuberack" + }, + "cornerOffsetFromSlot": { + "x": -0.01, + "y": 0.02, + "z": 0 + }, + "dimensions": { + "overallLength": 127.75, + "overallWidth": 85.5, + "overallHeight": 42 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_aluminum_tuberack_2_mL" + }, + "wells": { + "D1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 20.75, + "y": 16.88, + "z": 6.7 + }, + "C1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 20.75, + "y": 34.13, + "z": 6.7 + }, + "B1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 20.75, + "y": 51.38, + "z": 6.7 + }, + "A1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 20.75, + "y": 68.63, + "z": 6.7 + }, + "D2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 38, + "y": 16.88, + "z": 6.7 + }, + "C2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 38, + "y": 34.13, + "z": 6.7 + }, + "B2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 38, + "y": 51.38, + "z": 6.7 + }, + "A2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 38, + "y": 68.63, + "z": 6.7 + }, + "D3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 55.25, + "y": 16.88, + "z": 6.7 + }, + "C3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 55.25, + "y": 34.13, + "z": 6.7 + }, + "B3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 55.25, + "y": 51.38, + "z": 6.7 + }, + "A3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 55.25, + "y": 68.63, + "z": 6.7 + }, + "D4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 72.5, + "y": 16.88, + "z": 6.7 + }, + "C4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 72.5, + "y": 34.13, + "z": 6.7 + }, + "B4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 72.5, + "y": 51.38, + "z": 6.7 + }, + "A4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 72.5, + "y": 68.63, + "z": 6.7 + }, + "D5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 89.75, + "y": 16.88, + "z": 6.7 + }, + "C5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 89.75, + "y": 34.13, + "z": 6.7 + }, + "B5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 89.75, + "y": 51.38, + "z": 6.7 + }, + "A5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 89.75, + "y": 68.63, + "z": 6.7 + }, + "D6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 107, + "y": 16.88, + "z": 6.7 + }, + "C6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 107, + "y": 34.13, + "z": 6.7 + }, + "B6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 107, + "y": 51.38, + "z": 6.7 + }, + "A6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2, + "x": 107, + "y": 68.63, + "z": 6.7 + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [ + "649020" + ] + } +} diff --git a/shared-data/definitions2/opentrons_24_tuberack_1.5_mL_eppendorf.json b/shared-data/definitions2/opentrons_24_tuberack_1.5_mL_eppendorf.json new file mode 100644 index 00000000000..31e57e8157a --- /dev/null +++ b/shared-data/definitions2/opentrons_24_tuberack_1.5_mL_eppendorf.json @@ -0,0 +1,300 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1" + ], + [ + "A2", + "B2", + "C2", + "D2" + ], + [ + "A3", + "B3", + "C3", + "D3" + ], + [ + "A4", + "B4", + "C4", + "D4" + ], + [ + "A5", + "B5", + "C5", + "D5" + ], + [ + "A6", + "B6", + "C6", + "D6" + ] + ], + "otId": "9467f4b0-fa3d-11e8-b76d-25864338afc4", + "deprecated": false, + "metadata": { + "tags": [ + "1.5", + "mL", + "eppendorf", + "snapcap", + "tuberack" + ], + "displayName": "Opentrons snapcap 1.5mL tuberack", + "displayVolumeUnits": "mL", + "displayLengthUnits": "mm", + "displayCategory": "tuberack" + }, + "cornerOffsetFromSlot": { + "x": 0.01, + "y": -0.02, + "z": 0 + }, + "dimensions": { + "overallLength": 127.75, + "overallWidth": 85.5, + "overallHeight": 79.85 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_tuberack_1.5_mL_eppendorf" + }, + "wells": { + "D1": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 18.21, + "y": 17.59, + "z": 42.05 + }, + "C1": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 18.21, + "y": 36.87, + "z": 42.05 + }, + "B1": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 18.21, + "y": 56.15, + "z": 42.05 + }, + "A1": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 18.21, + "y": 75.43, + "z": 42.05 + }, + "D2": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 38.1, + "y": 17.59, + "z": 42.05 + }, + "C2": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 38.1, + "y": 36.87, + "z": 42.05 + }, + "B2": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 38.1, + "y": 56.15, + "z": 42.05 + }, + "A2": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 38.1, + "y": 75.43, + "z": 42.05 + }, + "D3": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 57.99, + "y": 17.59, + "z": 42.05 + }, + "C3": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 57.99, + "y": 36.87, + "z": 42.05 + }, + "B3": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 57.99, + "y": 56.15, + "z": 42.05 + }, + "A3": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 57.99, + "y": 75.43, + "z": 42.05 + }, + "D4": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 77.88, + "y": 17.59, + "z": 42.05 + }, + "C4": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 77.88, + "y": 36.87, + "z": 42.05 + }, + "B4": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 77.88, + "y": 56.15, + "z": 42.05 + }, + "A4": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 77.88, + "y": 75.43, + "z": 42.05 + }, + "D5": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 97.77, + "y": 17.59, + "z": 42.05 + }, + "C5": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 97.77, + "y": 36.87, + "z": 42.05 + }, + "B5": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 97.77, + "y": 56.15, + "z": 42.05 + }, + "A5": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 97.77, + "y": 75.43, + "z": 42.05 + }, + "D6": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 117.66, + "y": 17.59, + "z": 42.05 + }, + "C6": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 117.66, + "y": 36.87, + "z": 42.05 + }, + "B6": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 117.66, + "y": 56.15, + "z": 42.05 + }, + "A6": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1.5, + "x": 117.66, + "y": 75.43, + "z": 42.05 + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [ + "022363221", + "022363247", + "022363263", + "022363280", + "022363301", + "022363328" + ] + } +} diff --git a/shared-data/definitions2/opentrons_24_tuberack_2_mL_eppendorf.json b/shared-data/definitions2/opentrons_24_tuberack_2_mL_eppendorf.json new file mode 100644 index 00000000000..1b2221cce2f --- /dev/null +++ b/shared-data/definitions2/opentrons_24_tuberack_2_mL_eppendorf.json @@ -0,0 +1,294 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1" + ], + [ + "A2", + "B2", + "C2", + "D2" + ], + [ + "A3", + "B3", + "C3", + "D3" + ], + [ + "A4", + "B4", + "C4", + "D4" + ], + [ + "A5", + "B5", + "C5", + "D5" + ], + [ + "A6", + "B6", + "C6", + "D6" + ] + ], + "otId": "b28e5eb0-e8f0-11e8-b93b-5f6727dde048", + "deprecated": false, + "metadata": { + "displayLengthUnits": "mm", + "displayVolumeUnits": "mL", + "displayCategory": "tuberack", + "displayName": "Opentrons snapcap 2mL tuberack", + "tags": [ + "2", + "mL", + "snapcap", + "tuberack", + "Eppendorf", + "Opentrons" + ] + }, + "cornerOffsetFromSlot": { + "x": 0.01, + "y": -0.02, + "z": 0 + }, + "dimensions": { + "overallLength": 127.75, + "overallWidth": 85.5, + "overallHeight": 79.85 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "loadName": "opentrons_24_tuberack_2_mL_eppendorf", + "isMagneticModuleCompatible": false + }, + "wells": { + "D1": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 18.21, + "y": 17.59, + "z": 41.27 + }, + "C1": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 18.21, + "y": 36.87, + "z": 41.27 + }, + "B1": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 18.21, + "y": 56.15, + "z": 41.27 + }, + "A1": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 18.21, + "y": 75.43, + "z": 41.27 + }, + "D2": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 38.1, + "y": 17.59, + "z": 41.27 + }, + "C2": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 38.1, + "y": 36.87, + "z": 41.27 + }, + "B2": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 38.1, + "y": 56.15, + "z": 41.27 + }, + "A2": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 38.1, + "y": 75.43, + "z": 41.27 + }, + "D3": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 57.99, + "y": 17.59, + "z": 41.27 + }, + "C3": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 57.99, + "y": 36.87, + "z": 41.27 + }, + "B3": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 57.99, + "y": 56.15, + "z": 41.27 + }, + "A3": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 57.99, + "y": 75.43, + "z": 41.27 + }, + "D4": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 77.88, + "y": 17.59, + "z": 41.27 + }, + "C4": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 77.88, + "y": 36.87, + "z": 41.27 + }, + "B4": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 77.88, + "y": 56.15, + "z": 41.27 + }, + "A4": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 77.88, + "y": 75.43, + "z": 41.27 + }, + "D5": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 97.77, + "y": 17.59, + "z": 41.27 + }, + "C5": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 97.77, + "y": 36.87, + "z": 41.27 + }, + "B5": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 97.77, + "y": 56.15, + "z": 41.27 + }, + "A5": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 97.77, + "y": 75.43, + "z": 41.27 + }, + "D6": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 117.66, + "y": 17.59, + "z": 41.27 + }, + "C6": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 117.66, + "y": 36.87, + "z": 41.27 + }, + "B6": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 117.66, + "y": 56.15, + "z": 41.27 + }, + "A6": { + "depth": 38.58, + "diameter": 9.9, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 117.66, + "y": 75.43, + "z": 41.27 + } + }, + "brand": { + "brand": "Opentrons", + "brandId": ["022363344", "022363352", "022363379", "022363476"] + } +} diff --git a/shared-data/definitions2/opentrons_24_tuberack_2_mL_screwcap.json b/shared-data/definitions2/opentrons_24_tuberack_2_mL_screwcap.json new file mode 100644 index 00000000000..8b8bbbb455d --- /dev/null +++ b/shared-data/definitions2/opentrons_24_tuberack_2_mL_screwcap.json @@ -0,0 +1,296 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1" + ], + [ + "A2", + "B2", + "C2", + "D2" + ], + [ + "A3", + "B3", + "C3", + "D3" + ], + [ + "A4", + "B4", + "C4", + "D4" + ], + [ + "A5", + "B5", + "C5", + "D5" + ], + [ + "A6", + "B6", + "C6", + "D6" + ] + ], + "otId": "e8c55910-e8f1-11e8-b93b-5f6727dde048", + "deprecated": false, + "metadata": { + "displayLengthUnits": "mm", + "displayVolumeUnits": "mL", + "displayCategory": "tuberack", + "displayName": "Opentrons screwcap 2mL tuberack", + "tags": [ + "2", + "mL", + "screwcap", + "tuberack", + "Opentrons", + "E&K Scientific" + ] + }, + "cornerOffsetFromSlot": { + "x": 0.01, + "y": -0.02, + "z": 0 + }, + "dimensions": { + "overallLength": 127.75, + "overallWidth": 85.5, + "overallHeight": 84.0 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "loadName": "opentrons_24_tuberack_2_mL_screwcap", + "isMagneticModuleCompatible": false + }, + "wells": { + "D1": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 18.21, + "y": 17.59, + "z": 42 + }, + "C1": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 18.21, + "y": 36.87, + "z": 42 + }, + "B1": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 18.21, + "y": 56.15, + "z": 42 + }, + "A1": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 18.21, + "y": 75.43, + "z": 42 + }, + "D2": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 38.1, + "y": 17.59, + "z": 42 + }, + "C2": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 38.1, + "y": 36.87, + "z": 42 + }, + "B2": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 38.1, + "y": 56.15, + "z": 42 + }, + "A2": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 38.1, + "y": 75.43, + "z": 42 + }, + "D3": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 57.99, + "y": 17.59, + "z": 42 + }, + "C3": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 57.99, + "y": 36.87, + "z": 42 + }, + "B3": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 57.99, + "y": 56.15, + "z": 42 + }, + "A3": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 57.99, + "y": 75.43, + "z": 42 + }, + "D4": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 77.88, + "y": 17.59, + "z": 42 + }, + "C4": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 77.88, + "y": 36.87, + "z": 42 + }, + "B4": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 77.88, + "y": 56.15, + "z": 42 + }, + "A4": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 77.88, + "y": 75.43, + "z": 42 + }, + "D5": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 97.77, + "y": 17.59, + "z": 42 + }, + "C5": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 97.77, + "y": 36.87, + "z": 42 + }, + "B5": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 97.77, + "y": 56.15, + "z": 42 + }, + "A5": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 97.77, + "y": 75.43, + "z": 42 + }, + "D6": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 117.66, + "y": 17.59, + "z": 42 + }, + "C6": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 117.66, + "y": 36.87, + "z": 42 + }, + "B6": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 117.66, + "y": 56.15, + "z": 42 + }, + "A6": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2, + "x": 117.66, + "y": 75.43, + "z": 42 + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [ + "649020" + ] + } +} diff --git a/shared-data/definitions2/opentrons_6_tuberack_50_mL_falcon.json b/shared-data/definitions2/opentrons_6_tuberack_50_mL_falcon.json new file mode 100644 index 00000000000..af1c0d05c91 --- /dev/null +++ b/shared-data/definitions2/opentrons_6_tuberack_50_mL_falcon.json @@ -0,0 +1,107 @@ +{ + "ordering": [ + [ + "A1", + "B1" + ], + [ + "A2", + "B2" + ], + [ + "A3", + "B3" + ] + ], + "otId": "14807fb0-e8f4-11e8-b93b-5f6727dde048", + "deprecated": false, + "metadata": { + "displayLengthUnits": "mm", + "displayVolumeUnits": "mL", + "displayCategory": "tuberack", + "displayName": "Opentrons 50 mL tuberack", + "tags": [ + "50", + "mL", + "falcon", + "tuberack", + "Opentrons" + ] + }, + "cornerOffsetFromSlot": { + "x": 6.76, + "y": 6.73, + "z": 0 + }, + "dimensions": { + "overallLength": 121, + "overallWidth": 78.75, + "overallHeight": 123.76 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "loadName": "opentrons_6_tuberack_50_mL_falcon", + "isMagneticModuleCompatible": false + }, + "wells": { + "B1": { + "depth": 113.85, + "diameter": 26.45, + "shape": "circular", + "totalLiquidVolume": 50, + "x": 33, + "y": 21.88, + "z": 6.04 + }, + "A1": { + "depth": 113.85, + "diameter": 26.45, + "shape": "circular", + "totalLiquidVolume": 50, + "x": 33, + "y": 56.88, + "z": 6.04 + }, + "B2": { + "depth": 113.85, + "diameter": 26.45, + "shape": "circular", + "totalLiquidVolume": 50, + "x": 68, + "y": 21.88, + "z": 6.04 + }, + "A2": { + "depth": 113.85, + "diameter": 26.45, + "shape": "circular", + "totalLiquidVolume": 50, + "x": 68, + "y": 56.88, + "z": 6.04 + }, + "B3": { + "depth": 113.85, + "diameter": 26.45, + "shape": "circular", + "totalLiquidVolume": 50, + "x": 103, + "y": 21.88, + "z": 6.04 + }, + "A3": { + "depth": 113.85, + "diameter": 26.45, + "shape": "circular", + "totalLiquidVolume": 50, + "x": 103, + "y": 56.88, + "z": 6.04 + } + }, + "brand": { + "brand": "Opentrons", + "brandId": ["352070"] + } +} diff --git a/shared-data/definitions2/Opentrons_6x15_mL_4x50_mL_tuberack.json b/shared-data/definitions2/opentrons_6x15_mL_4x50_mL_tuberack.json similarity index 95% rename from shared-data/definitions2/Opentrons_6x15_mL_4x50_mL_tuberack.json rename to shared-data/definitions2/opentrons_6x15_mL_4x50_mL_tuberack.json index 566b5ddfa55..f8cd20611d6 100644 --- a/shared-data/definitions2/Opentrons_6x15_mL_4x50_mL_tuberack.json +++ b/shared-data/definitions2/opentrons_6x15_mL_4x50_mL_tuberack.json @@ -36,8 +36,8 @@ ] }, "cornerOffsetFromSlot": { - "x": -0.01, - "y": 0.02, + "x": 0.01, + "y": -0.02, "z": 0 }, "dimensions": { @@ -48,7 +48,7 @@ "parameters": { "isTiprack": false, "format": "irregular", - "loadName": "Opentrons_6x15_mL_4x50_mL_tuberack", + "loadName": "opentrons_6x15_mL_4x50_mL_tuberack", "isMagneticModuleCompatible": false }, "wells": { @@ -144,6 +144,7 @@ } }, "brand": { - "brand": "Opentrons" + "brand": "Opentrons", + "brandId": ["352096", "352070"] } } diff --git a/shared-data/definitions2/opentrons_96_aluminum_biorad_plate_200_uL.json b/shared-data/definitions2/opentrons_96_aluminum_biorad_plate_200_uL.json new file mode 100644 index 00000000000..d469d0376f9 --- /dev/null +++ b/shared-data/definitions2/opentrons_96_aluminum_biorad_plate_200_uL.json @@ -0,0 +1,1020 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1" + ], + [ + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2" + ], + [ + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3" + ], + [ + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4" + ], + [ + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5" + ], + [ + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6" + ], + [ + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7" + ], + [ + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8" + ], + [ + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9" + ], + [ + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10" + ], + [ + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11" + ], + [ + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + ], + "otId": "d88a5b70-f4c9-11e8-83b8-c3ba5d2a3baa", + "deprecated": false, + "metadata": { + "displayName": "Aluminum biorad PCR plate 200uL", + "displayVolumeUnits": "uL", + "displayLengthUnits": "mm", + "displayCategory": "plate" + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "dimensions": { + "overallLength": 127.76, + "overallWidth": 85.48, + "overallHeight": 18.81 + }, + "parameters": { + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_96_aluminum_biorad_plate_200_uL" + }, + "wells": { + "H1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 11.24, + "z": 4 + }, + "G1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 20.24, + "z": 4 + }, + "F1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 29.24, + "z": 4 + }, + "E1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 38.24, + "z": 4 + }, + "D1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 47.24, + "z": 4 + }, + "C1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 56.24, + "z": 4 + }, + "B1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 65.24, + "z": 4 + }, + "A1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 74.24, + "z": 4 + }, + "H2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 11.24, + "z": 4 + }, + "G2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 20.24, + "z": 4 + }, + "F2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 29.24, + "z": 4 + }, + "E2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 38.24, + "z": 4 + }, + "D2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 47.24, + "z": 4 + }, + "C2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 56.24, + "z": 4 + }, + "B2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 65.24, + "z": 4 + }, + "A2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 74.24, + "z": 4 + }, + "H3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 11.24, + "z": 4 + }, + "G3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 20.24, + "z": 4 + }, + "F3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 29.24, + "z": 4 + }, + "E3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 38.24, + "z": 4 + }, + "D3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 47.24, + "z": 4 + }, + "C3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 56.24, + "z": 4 + }, + "B3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 65.24, + "z": 4 + }, + "A3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 74.24, + "z": 4 + }, + "H4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 11.24, + "z": 4 + }, + "G4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 20.24, + "z": 4 + }, + "F4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 29.24, + "z": 4 + }, + "E4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 38.24, + "z": 4 + }, + "D4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 47.24, + "z": 4 + }, + "C4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 56.24, + "z": 4 + }, + "B4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 65.24, + "z": 4 + }, + "A4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 74.24, + "z": 4 + }, + "H5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 11.24, + "z": 4 + }, + "G5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 20.24, + "z": 4 + }, + "F5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 29.24, + "z": 4 + }, + "E5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 38.24, + "z": 4 + }, + "D5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 47.24, + "z": 4 + }, + "C5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 56.24, + "z": 4 + }, + "B5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 65.24, + "z": 4 + }, + "A5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 74.24, + "z": 4 + }, + "H6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 11.24, + "z": 4 + }, + "G6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 20.24, + "z": 4 + }, + "F6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 29.24, + "z": 4 + }, + "E6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 38.24, + "z": 4 + }, + "D6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 47.24, + "z": 4 + }, + "C6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 56.24, + "z": 4 + }, + "B6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 65.24, + "z": 4 + }, + "A6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 74.24, + "z": 4 + }, + "H7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 11.24, + "z": 4 + }, + "G7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 20.24, + "z": 4 + }, + "F7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 29.24, + "z": 4 + }, + "E7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 38.24, + "z": 4 + }, + "D7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 47.24, + "z": 4 + }, + "C7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 56.24, + "z": 4 + }, + "B7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 65.24, + "z": 4 + }, + "A7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 74.24, + "z": 4 + }, + "H8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 11.24, + "z": 4 + }, + "G8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 20.24, + "z": 4 + }, + "F8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 29.24, + "z": 4 + }, + "E8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 38.24, + "z": 4 + }, + "D8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 47.24, + "z": 4 + }, + "C8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 56.24, + "z": 4 + }, + "B8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 65.24, + "z": 4 + }, + "A8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 74.24, + "z": 4 + }, + "H9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 11.24, + "z": 4 + }, + "G9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 20.24, + "z": 4 + }, + "F9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 29.24, + "z": 4 + }, + "E9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 38.24, + "z": 4 + }, + "D9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 47.24, + "z": 4 + }, + "C9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 56.24, + "z": 4 + }, + "B9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 65.24, + "z": 4 + }, + "A9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 74.24, + "z": 4 + }, + "H10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 11.24, + "z": 4 + }, + "G10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 20.24, + "z": 4 + }, + "F10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 29.24, + "z": 4 + }, + "E10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 38.24, + "z": 4 + }, + "D10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 47.24, + "z": 4 + }, + "C10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 56.24, + "z": 4 + }, + "B10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 65.24, + "z": 4 + }, + "A10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 74.24, + "z": 4 + }, + "H11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 11.24, + "z": 4 + }, + "G11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 20.24, + "z": 4 + }, + "F11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 29.24, + "z": 4 + }, + "E11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 38.24, + "z": 4 + }, + "D11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 47.24, + "z": 4 + }, + "C11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 56.24, + "z": 4 + }, + "B11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 65.24, + "z": 4 + }, + "A11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 74.24, + "z": 4 + }, + "H12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 11.24, + "z": 4 + }, + "G12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 20.24, + "z": 4 + }, + "F12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 29.24, + "z": 4 + }, + "E12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 38.24, + "z": 4 + }, + "D12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 47.24, + "z": 4 + }, + "C12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 56.24, + "z": 4 + }, + "B12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 65.24, + "z": 4 + }, + "A12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 74.24, + "z": 4 + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [ + "HSP9601" + ] + } +} diff --git a/shared-data/definitions2/opentrons_96_aluminum_tuberack_200_uL.json b/shared-data/definitions2/opentrons_96_aluminum_tuberack_200_uL.json new file mode 100644 index 00000000000..caec5667c10 --- /dev/null +++ b/shared-data/definitions2/opentrons_96_aluminum_tuberack_200_uL.json @@ -0,0 +1,1020 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1" + ], + [ + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2" + ], + [ + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3" + ], + [ + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4" + ], + [ + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5" + ], + [ + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6" + ], + [ + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7" + ], + [ + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8" + ], + [ + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9" + ], + [ + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10" + ], + [ + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11" + ], + [ + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + ], + "otId": "d9acef00-f4b4-11e8-90c2-7106f0eae5a7", + "deprecated": false, + "metadata": { + "displayName": "Aluminum PCR block 200uL", + "displayVolumeUnits": "uL", + "displayLengthUnits": "mm", + "displayCategory": "tuberack" + }, + "cornerOffsetFromSlot": { + "x": -0.01, + "y": 0.02, + "z": 0 + }, + "dimensions": { + "overallLength": 127.75, + "overallWidth": 85.5, + "overallHeight": 19.5 + }, + "parameters": { + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_96_aluminum_tuberack_200_uL" + }, + "wells": { + "H1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 11.25, + "z": 5.31 + }, + "G1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 20.25, + "z": 5.31 + }, + "F1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 29.25, + "z": 5.31 + }, + "E1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 38.25, + "z": 5.31 + }, + "D1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 47.25, + "z": 5.31 + }, + "C1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 56.25, + "z": 5.31 + }, + "B1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 65.25, + "z": 5.31 + }, + "A1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 74.25, + "z": 5.31 + }, + "H2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 11.25, + "z": 5.31 + }, + "G2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 20.25, + "z": 5.31 + }, + "F2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 29.25, + "z": 5.31 + }, + "E2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 38.25, + "z": 5.31 + }, + "D2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 47.25, + "z": 5.31 + }, + "C2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 56.25, + "z": 5.31 + }, + "B2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 65.25, + "z": 5.31 + }, + "A2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 74.25, + "z": 5.31 + }, + "H3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 11.25, + "z": 5.31 + }, + "G3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 20.25, + "z": 5.31 + }, + "F3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 29.25, + "z": 5.31 + }, + "E3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 38.25, + "z": 5.31 + }, + "D3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 47.25, + "z": 5.31 + }, + "C3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 56.25, + "z": 5.31 + }, + "B3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 65.25, + "z": 5.31 + }, + "A3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 74.25, + "z": 5.31 + }, + "H4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 11.25, + "z": 5.31 + }, + "G4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 20.25, + "z": 5.31 + }, + "F4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 29.25, + "z": 5.31 + }, + "E4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 38.25, + "z": 5.31 + }, + "D4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 47.25, + "z": 5.31 + }, + "C4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 56.25, + "z": 5.31 + }, + "B4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 65.25, + "z": 5.31 + }, + "A4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 74.25, + "z": 5.31 + }, + "H5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 11.25, + "z": 5.31 + }, + "G5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 20.25, + "z": 5.31 + }, + "F5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 29.25, + "z": 5.31 + }, + "E5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 38.25, + "z": 5.31 + }, + "D5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 47.25, + "z": 5.31 + }, + "C5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 56.25, + "z": 5.31 + }, + "B5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 65.25, + "z": 5.31 + }, + "A5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 74.25, + "z": 5.31 + }, + "H6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 11.25, + "z": 5.31 + }, + "G6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 20.25, + "z": 5.31 + }, + "F6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 29.25, + "z": 5.31 + }, + "E6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 38.25, + "z": 5.31 + }, + "D6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 47.25, + "z": 5.31 + }, + "C6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 56.25, + "z": 5.31 + }, + "B6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 65.25, + "z": 5.31 + }, + "A6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 74.25, + "z": 5.31 + }, + "H7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 11.25, + "z": 5.31 + }, + "G7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 20.25, + "z": 5.31 + }, + "F7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 29.25, + "z": 5.31 + }, + "E7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 38.25, + "z": 5.31 + }, + "D7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 47.25, + "z": 5.31 + }, + "C7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 56.25, + "z": 5.31 + }, + "B7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 65.25, + "z": 5.31 + }, + "A7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 74.25, + "z": 5.31 + }, + "H8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 11.25, + "z": 5.31 + }, + "G8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 20.25, + "z": 5.31 + }, + "F8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 29.25, + "z": 5.31 + }, + "E8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 38.25, + "z": 5.31 + }, + "D8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 47.25, + "z": 5.31 + }, + "C8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 56.25, + "z": 5.31 + }, + "B8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 65.25, + "z": 5.31 + }, + "A8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 74.25, + "z": 5.31 + }, + "H9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 11.25, + "z": 5.31 + }, + "G9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 20.25, + "z": 5.31 + }, + "F9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 29.25, + "z": 5.31 + }, + "E9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 38.25, + "z": 5.31 + }, + "D9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 47.25, + "z": 5.31 + }, + "C9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 56.25, + "z": 5.31 + }, + "B9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 65.25, + "z": 5.31 + }, + "A9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 74.25, + "z": 5.31 + }, + "H10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 11.25, + "z": 5.31 + }, + "G10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 20.25, + "z": 5.31 + }, + "F10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 29.25, + "z": 5.31 + }, + "E10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 38.25, + "z": 5.31 + }, + "D10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 47.25, + "z": 5.31 + }, + "C10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 56.25, + "z": 5.31 + }, + "B10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 65.25, + "z": 5.31 + }, + "A10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 74.25, + "z": 5.31 + }, + "H11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 11.25, + "z": 5.31 + }, + "G11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 20.25, + "z": 5.31 + }, + "F11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 29.25, + "z": 5.31 + }, + "E11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 38.25, + "z": 5.31 + }, + "D11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 47.25, + "z": 5.31 + }, + "C11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 56.25, + "z": 5.31 + }, + "B11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 65.25, + "z": 5.31 + }, + "A11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 74.25, + "z": 5.31 + }, + "H12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 11.25, + "z": 5.31 + }, + "G12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 20.25, + "z": 5.31 + }, + "F12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 29.25, + "z": 5.31 + }, + "E12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 38.25, + "z": 5.31 + }, + "D12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 47.25, + "z": 5.31 + }, + "C12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 56.25, + "z": 5.31 + }, + "B12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 65.25, + "z": 5.31 + }, + "A12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 74.25, + "z": 5.31 + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [ + "4ti-0785/M" + ] + } +} diff --git a/shared-data/definitions2/opentrons_96_tiprack_1000_uL.json b/shared-data/definitions2/opentrons_96_tiprack_1000_uL.json new file mode 100644 index 00000000000..1a96c842427 --- /dev/null +++ b/shared-data/definitions2/opentrons_96_tiprack_1000_uL.json @@ -0,0 +1,1024 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1" + ], + [ + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2" + ], + [ + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3" + ], + [ + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4" + ], + [ + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5" + ], + [ + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6" + ], + [ + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7" + ], + [ + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8" + ], + [ + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9" + ], + [ + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10" + ], + [ + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11" + ], + [ + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + ], + "otId": "e5494340-f8ab-11e8-8bbb-13a62d96b9ed", + "deprecated": false, + "metadata": { + "displayName": "Opentrons GEB 1000uL Tiprack", + "displayVolumeUnits": "uL", + "displayLengthUnits": "mm", + "displayCategory": "tiprack", + "tags": [ + "GEB", + "tiprack", + "1000uL", + "Opentrons" + ] + }, + "cornerOffsetFromSlot": { + "x": 0.01, + "y": -0.02, + "z": 0 + }, + "dimensions": { + "overallLength": 127.75, + "overallWidth": 85.5, + "overallHeight": 100.25 + }, + "parameters": { + "format": "96Standard", + "isTiprack": true, + "isMagneticModuleCompatible": false, + "tipLength": 87.9, + "loadName": "opentrons_96_tiprack_1000_uL" + }, + "wells": { + "H1": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 14.2, + "y": 11.2, + "z": 100.25 + }, + "G1": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 14.2, + "y": 20.2, + "z": 100.25 + }, + "F1": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 14.2, + "y": 29.2, + "z": 100.25 + }, + "E1": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 14.2, + "y": 38.2, + "z": 100.25 + }, + "D1": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 14.2, + "y": 47.2, + "z": 100.25 + }, + "C1": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 14.2, + "y": 56.2, + "z": 100.25 + }, + "B1": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 14.2, + "y": 65.2, + "z": 100.25 + }, + "A1": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 14.2, + "y": 74.2, + "z": 100.25 + }, + "H2": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 23.2, + "y": 11.2, + "z": 100.25 + }, + "G2": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 23.2, + "y": 20.2, + "z": 100.25 + }, + "F2": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 23.2, + "y": 29.2, + "z": 100.25 + }, + "E2": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 23.2, + "y": 38.2, + "z": 100.25 + }, + "D2": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 23.2, + "y": 47.2, + "z": 100.25 + }, + "C2": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 23.2, + "y": 56.2, + "z": 100.25 + }, + "B2": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 23.2, + "y": 65.2, + "z": 100.25 + }, + "A2": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 23.2, + "y": 74.2, + "z": 100.25 + }, + "H3": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 32.2, + "y": 11.2, + "z": 100.25 + }, + "G3": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 32.2, + "y": 20.2, + "z": 100.25 + }, + "F3": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 32.2, + "y": 29.2, + "z": 100.25 + }, + "E3": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 32.2, + "y": 38.2, + "z": 100.25 + }, + "D3": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 32.2, + "y": 47.2, + "z": 100.25 + }, + "C3": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 32.2, + "y": 56.2, + "z": 100.25 + }, + "B3": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 32.2, + "y": 65.2, + "z": 100.25 + }, + "A3": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 32.2, + "y": 74.2, + "z": 100.25 + }, + "H4": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 41.2, + "y": 11.2, + "z": 100.25 + }, + "G4": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 41.2, + "y": 20.2, + "z": 100.25 + }, + "F4": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 41.2, + "y": 29.2, + "z": 100.25 + }, + "E4": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 41.2, + "y": 38.2, + "z": 100.25 + }, + "D4": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 41.2, + "y": 47.2, + "z": 100.25 + }, + "C4": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 41.2, + "y": 56.2, + "z": 100.25 + }, + "B4": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 41.2, + "y": 65.2, + "z": 100.25 + }, + "A4": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 41.2, + "y": 74.2, + "z": 100.25 + }, + "H5": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 50.2, + "y": 11.2, + "z": 100.25 + }, + "G5": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 50.2, + "y": 20.2, + "z": 100.25 + }, + "F5": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 50.2, + "y": 29.2, + "z": 100.25 + }, + "E5": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 50.2, + "y": 38.2, + "z": 100.25 + }, + "D5": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 50.2, + "y": 47.2, + "z": 100.25 + }, + "C5": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 50.2, + "y": 56.2, + "z": 100.25 + }, + "B5": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 50.2, + "y": 65.2, + "z": 100.25 + }, + "A5": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 50.2, + "y": 74.2, + "z": 100.25 + }, + "H6": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 59.2, + "y": 11.2, + "z": 100.25 + }, + "G6": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 59.2, + "y": 20.2, + "z": 100.25 + }, + "F6": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 59.2, + "y": 29.2, + "z": 100.25 + }, + "E6": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 59.2, + "y": 38.2, + "z": 100.25 + }, + "D6": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 59.2, + "y": 47.2, + "z": 100.25 + }, + "C6": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 59.2, + "y": 56.2, + "z": 100.25 + }, + "B6": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 59.2, + "y": 65.2, + "z": 100.25 + }, + "A6": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 59.2, + "y": 74.2, + "z": 100.25 + }, + "H7": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 68.2, + "y": 11.2, + "z": 100.25 + }, + "G7": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 68.2, + "y": 20.2, + "z": 100.25 + }, + "F7": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 68.2, + "y": 29.2, + "z": 100.25 + }, + "E7": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 68.2, + "y": 38.2, + "z": 100.25 + }, + "D7": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 68.2, + "y": 47.2, + "z": 100.25 + }, + "C7": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 68.2, + "y": 56.2, + "z": 100.25 + }, + "B7": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 68.2, + "y": 65.2, + "z": 100.25 + }, + "A7": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 68.2, + "y": 74.2, + "z": 100.25 + }, + "H8": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 77.2, + "y": 11.2, + "z": 100.25 + }, + "G8": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 77.2, + "y": 20.2, + "z": 100.25 + }, + "F8": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 77.2, + "y": 29.2, + "z": 100.25 + }, + "E8": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 77.2, + "y": 38.2, + "z": 100.25 + }, + "D8": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 77.2, + "y": 47.2, + "z": 100.25 + }, + "C8": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 77.2, + "y": 56.2, + "z": 100.25 + }, + "B8": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 77.2, + "y": 65.2, + "z": 100.25 + }, + "A8": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 77.2, + "y": 74.2, + "z": 100.25 + }, + "H9": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 86.2, + "y": 11.2, + "z": 100.25 + }, + "G9": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 86.2, + "y": 20.2, + "z": 100.25 + }, + "F9": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 86.2, + "y": 29.2, + "z": 100.25 + }, + "E9": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 86.2, + "y": 38.2, + "z": 100.25 + }, + "D9": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 86.2, + "y": 47.2, + "z": 100.25 + }, + "C9": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 86.2, + "y": 56.2, + "z": 100.25 + }, + "B9": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 86.2, + "y": 65.2, + "z": 100.25 + }, + "A9": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 86.2, + "y": 74.2, + "z": 100.25 + }, + "H10": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 95.2, + "y": 11.2, + "z": 100.25 + }, + "G10": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 95.2, + "y": 20.2, + "z": 100.25 + }, + "F10": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 95.2, + "y": 29.2, + "z": 100.25 + }, + "E10": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 95.2, + "y": 38.2, + "z": 100.25 + }, + "D10": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 95.2, + "y": 47.2, + "z": 100.25 + }, + "C10": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 95.2, + "y": 56.2, + "z": 100.25 + }, + "B10": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 95.2, + "y": 65.2, + "z": 100.25 + }, + "A10": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 95.2, + "y": 74.2, + "z": 100.25 + }, + "H11": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 104.2, + "y": 11.2, + "z": 100.25 + }, + "G11": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 104.2, + "y": 20.2, + "z": 100.25 + }, + "F11": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 104.2, + "y": 29.2, + "z": 100.25 + }, + "E11": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 104.2, + "y": 38.2, + "z": 100.25 + }, + "D11": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 104.2, + "y": 47.2, + "z": 100.25 + }, + "C11": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 104.2, + "y": 56.2, + "z": 100.25 + }, + "B11": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 104.2, + "y": 65.2, + "z": 100.25 + }, + "A11": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 104.2, + "y": 74.2, + "z": 100.25 + }, + "H12": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 113.2, + "y": 11.2, + "z": 100.25 + }, + "G12": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 113.2, + "y": 20.2, + "z": 100.25 + }, + "F12": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 113.2, + "y": 29.2, + "z": 100.25 + }, + "E12": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 113.2, + "y": 38.2, + "z": 100.25 + }, + "D12": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 113.2, + "y": 47.2, + "z": 100.25 + }, + "C12": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 113.2, + "y": 56.2, + "z": 100.25 + }, + "B12": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 113.2, + "y": 65.2, + "z": 100.25 + }, + "A12": { + "shape": "circular", + "depth": 0, + "diameter": 7.46, + "totalLiquidVolume": 1000, + "x": 113.2, + "y": 74.2, + "z": 100.25 + } + }, + "brand": { + "brand": "Opentrons" + } +} diff --git a/shared-data/definitions2/opentrons_96_tiprack_10_uL.json b/shared-data/definitions2/opentrons_96_tiprack_10_uL.json new file mode 100644 index 00000000000..b3dfbbca47b --- /dev/null +++ b/shared-data/definitions2/opentrons_96_tiprack_10_uL.json @@ -0,0 +1,1024 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1" + ], + [ + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2" + ], + [ + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3" + ], + [ + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4" + ], + [ + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5" + ], + [ + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6" + ], + [ + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7" + ], + [ + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8" + ], + [ + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9" + ], + [ + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10" + ], + [ + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11" + ], + [ + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + ], + "otId": "0b628840-f7dd-11e8-8c0a-c59644a278bb", + "deprecated": false, + "metadata": { + "displayName": "Opentrons GEB 10uL Tiprack", + "displayVolumeUnits": "uL", + "displayLengthUnits": "mm", + "displayCategory": "tiprack", + "tags": [ + "GEB", + "tiprack", + "10uL", + "Opentrons" + ] + }, + "cornerOffsetFromSlot": { + "x": 0.01, + "y": -0.02, + "z": 0 + }, + "dimensions": { + "overallLength": 127.75, + "overallWidth": 85.5, + "overallHeight": 52.25 + }, + "parameters": { + "format": "96Standard", + "isTiprack": true, + "isMagneticModuleCompatible": false, + "tipLength": 39.2, + "loadName": "opentrons_96_tiprack_10_uL" + }, + "wells": { + "H1": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 11.25, + "z": 56.25 + }, + "G1": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 20.25, + "z": 56.25 + }, + "F1": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 29.25, + "z": 56.25 + }, + "E1": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 38.25, + "z": 56.25 + }, + "D1": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 47.25, + "z": 56.25 + }, + "C1": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 56.25, + "z": 56.25 + }, + "B1": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 65.25, + "z": 56.25 + }, + "A1": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 74.25, + "z": 56.25 + }, + "H2": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 11.25, + "z": 56.25 + }, + "G2": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 20.25, + "z": 56.25 + }, + "F2": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 29.25, + "z": 56.25 + }, + "E2": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 38.25, + "z": 56.25 + }, + "D2": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 47.25, + "z": 56.25 + }, + "C2": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 56.25, + "z": 56.25 + }, + "B2": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 65.25, + "z": 56.25 + }, + "A2": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 74.25, + "z": 56.25 + }, + "H3": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 11.25, + "z": 56.25 + }, + "G3": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 20.25, + "z": 56.25 + }, + "F3": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 29.25, + "z": 56.25 + }, + "E3": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 38.25, + "z": 56.25 + }, + "D3": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 47.25, + "z": 56.25 + }, + "C3": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 56.25, + "z": 56.25 + }, + "B3": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 65.25, + "z": 56.25 + }, + "A3": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 74.25, + "z": 56.25 + }, + "H4": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 11.25, + "z": 56.25 + }, + "G4": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 20.25, + "z": 56.25 + }, + "F4": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 29.25, + "z": 56.25 + }, + "E4": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 38.25, + "z": 56.25 + }, + "D4": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 47.25, + "z": 56.25 + }, + "C4": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 56.25, + "z": 56.25 + }, + "B4": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 65.25, + "z": 56.25 + }, + "A4": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 74.25, + "z": 56.25 + }, + "H5": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 11.25, + "z": 56.25 + }, + "G5": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 20.25, + "z": 56.25 + }, + "F5": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 29.25, + "z": 56.25 + }, + "E5": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 38.25, + "z": 56.25 + }, + "D5": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 47.25, + "z": 56.25 + }, + "C5": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 56.25, + "z": 56.25 + }, + "B5": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 65.25, + "z": 56.25 + }, + "A5": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 74.25, + "z": 56.25 + }, + "H6": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 11.25, + "z": 56.25 + }, + "G6": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 20.25, + "z": 56.25 + }, + "F6": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 29.25, + "z": 56.25 + }, + "E6": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 38.25, + "z": 56.25 + }, + "D6": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 47.25, + "z": 56.25 + }, + "C6": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 56.25, + "z": 56.25 + }, + "B6": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 65.25, + "z": 56.25 + }, + "A6": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 74.25, + "z": 56.25 + }, + "H7": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 11.25, + "z": 56.25 + }, + "G7": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 20.25, + "z": 56.25 + }, + "F7": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 29.25, + "z": 56.25 + }, + "E7": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 38.25, + "z": 56.25 + }, + "D7": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 47.25, + "z": 56.25 + }, + "C7": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 56.25, + "z": 56.25 + }, + "B7": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 65.25, + "z": 56.25 + }, + "A7": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 74.25, + "z": 56.25 + }, + "H8": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 11.25, + "z": 56.25 + }, + "G8": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 20.25, + "z": 56.25 + }, + "F8": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 29.25, + "z": 56.25 + }, + "E8": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 38.25, + "z": 56.25 + }, + "D8": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 47.25, + "z": 56.25 + }, + "C8": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 56.25, + "z": 56.25 + }, + "B8": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 65.25, + "z": 56.25 + }, + "A8": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 74.25, + "z": 56.25 + }, + "H9": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 11.25, + "z": 56.25 + }, + "G9": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 20.25, + "z": 56.25 + }, + "F9": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 29.25, + "z": 56.25 + }, + "E9": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 38.25, + "z": 56.25 + }, + "D9": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 47.25, + "z": 56.25 + }, + "C9": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 56.25, + "z": 56.25 + }, + "B9": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 65.25, + "z": 56.25 + }, + "A9": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 74.25, + "z": 56.25 + }, + "H10": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 11.25, + "z": 56.25 + }, + "G10": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 20.25, + "z": 56.25 + }, + "F10": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 29.25, + "z": 56.25 + }, + "E10": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 38.25, + "z": 56.25 + }, + "D10": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 47.25, + "z": 56.25 + }, + "C10": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 56.25, + "z": 56.25 + }, + "B10": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 65.25, + "z": 56.25 + }, + "A10": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 74.25, + "z": 56.25 + }, + "H11": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 11.25, + "z": 56.25 + }, + "G11": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 20.25, + "z": 56.25 + }, + "F11": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 29.25, + "z": 56.25 + }, + "E11": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 38.25, + "z": 56.25 + }, + "D11": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 47.25, + "z": 56.25 + }, + "C11": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 56.25, + "z": 56.25 + }, + "B11": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 65.25, + "z": 56.25 + }, + "A11": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 74.25, + "z": 56.25 + }, + "H12": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 11.25, + "z": 56.25 + }, + "G12": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 20.25, + "z": 56.25 + }, + "F12": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 29.25, + "z": 56.25 + }, + "E12": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 38.25, + "z": 56.25 + }, + "D12": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 47.25, + "z": 56.25 + }, + "C12": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 56.25, + "z": 56.25 + }, + "B12": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 65.25, + "z": 56.25 + }, + "A12": { + "shape": "circular", + "depth": 0, + "diameter": 3.46, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 74.25, + "z": 56.25 + } + }, + "brand": { + "brand": "Opentrons" + } +} diff --git a/shared-data/definitions2/Opentrons_96_tiprack_300_uL.json b/shared-data/definitions2/opentrons_96_tiprack_300_uL.json similarity index 99% rename from shared-data/definitions2/Opentrons_96_tiprack_300_uL.json rename to shared-data/definitions2/opentrons_96_tiprack_300_uL.json index 13a1e138d8a..b25fd26c7fc 100644 --- a/shared-data/definitions2/Opentrons_96_tiprack_300_uL.json +++ b/shared-data/definitions2/opentrons_96_tiprack_300_uL.json @@ -149,7 +149,7 @@ "format": "96Standard", "isTiprack": true, "tipLength": 59.17, - "loadName": "Opentrons_96_tiprack_300_uL", + "loadName": "opentrons_96_tiprack_300_uL", "isMagneticModuleCompatible": false }, "wells": { diff --git a/shared-data/definitions2/usa_scientific_12_trough_22_mL.json b/shared-data/definitions2/usa_scientific_12_trough_22_mL.json new file mode 100644 index 00000000000..89a3e540bd3 --- /dev/null +++ b/shared-data/definitions2/usa_scientific_12_trough_22_mL.json @@ -0,0 +1,192 @@ +{ + "ordering": [ + [ + "A1" + ], + [ + "A2" + ], + [ + "A3" + ], + [ + "A4" + ], + [ + "A5" + ], + [ + "A6" + ], + [ + "A7" + ], + [ + "A8" + ], + [ + "A9" + ], + [ + "A10" + ], + [ + "A11" + ], + [ + "A12" + ] + ], + "otId": "a41d9ef0-f4b6-11e8-90c2-7106f0eae5a7", + "deprecated": false, + "metadata": { + "displayName": "12 Channel Trough", + "displayVolumeUnits": "mL", + "displayLengthUnits": "mm", + "displayCategory": "trough" + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0.32, + "z": 0 + }, + "dimensions": { + "overallLength": 127.76, + "overallWidth": 85.8, + "overallHeight": 44.45 + }, + "parameters": { + "format": "trough", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "usa_scientific_12_trough_22_mL" + }, + "wells": { + "A1": { + "shape": "rectangular", + "depth": 42.16, + "length": 8.33, + "width": 71.88, + "totalLiquidVolume": 22, + "x": 13.94, + "y": 42.9, + "z": 2.29 + }, + "A2": { + "shape": "rectangular", + "depth": 42.16, + "length": 8.33, + "width": 71.88, + "totalLiquidVolume": 22, + "x": 23.03, + "y": 42.9, + "z": 2.29 + }, + "A3": { + "shape": "rectangular", + "depth": 42.16, + "length": 8.33, + "width": 71.88, + "totalLiquidVolume": 22, + "x": 32.12, + "y": 42.9, + "z": 2.29 + }, + "A4": { + "shape": "rectangular", + "depth": 42.16, + "length": 8.33, + "width": 71.88, + "totalLiquidVolume": 22, + "x": 41.21, + "y": 42.9, + "z": 2.29 + }, + "A5": { + "shape": "rectangular", + "depth": 42.16, + "length": 8.33, + "width": 71.88, + "totalLiquidVolume": 22, + "x": 50.3, + "y": 42.9, + "z": 2.29 + }, + "A6": { + "shape": "rectangular", + "depth": 42.16, + "length": 8.33, + "width": 71.88, + "totalLiquidVolume": 22, + "x": 59.39, + "y": 42.9, + "z": 2.29 + }, + "A7": { + "shape": "rectangular", + "depth": 42.16, + "length": 8.33, + "width": 71.88, + "totalLiquidVolume": 22, + "x": 68.48, + "y": 42.9, + "z": 2.29 + }, + "A8": { + "shape": "rectangular", + "depth": 42.16, + "length": 8.33, + "width": 71.88, + "totalLiquidVolume": 22, + "x": 77.57, + "y": 42.9, + "z": 2.29 + }, + "A9": { + "shape": "rectangular", + "depth": 42.16, + "length": 8.33, + "width": 71.88, + "totalLiquidVolume": 22, + "x": 86.66, + "y": 42.9, + "z": 2.29 + }, + "A10": { + "shape": "rectangular", + "depth": 42.16, + "length": 8.33, + "width": 71.88, + "totalLiquidVolume": 22, + "x": 95.75, + "y": 42.9, + "z": 2.29 + }, + "A11": { + "shape": "rectangular", + "depth": 42.16, + "length": 8.33, + "width": 71.88, + "totalLiquidVolume": 22, + "x": 104.84, + "y": 42.9, + "z": 2.29 + }, + "A12": { + "shape": "rectangular", + "depth": 42.16, + "length": 8.33, + "width": 71.88, + "totalLiquidVolume": 22, + "x": 113.93, + "y": 42.9, + "z": 2.29 + } + }, + "brand": { + "brand": "USA Scientific", + "brandId": [ + "1061-8150" + ] + } +} diff --git a/shared-data/js/__tests__/fixtures/labwareExample2.json b/shared-data/js/__tests__/fixtures/labwareExample2.json index f0f5c443e79..b855d9a7ce6 100644 --- a/shared-data/js/__tests__/fixtures/labwareExample2.json +++ b/shared-data/js/__tests__/fixtures/labwareExample2.json @@ -14,8 +14,8 @@ "isMagneticModuleCompatible": false }, "cornerOffsetFromSlot": { - "x": -77.76, - "y": -35.48, + "x": 77.76, + "y": 35.48, "z": 0 }, "dimensions": { diff --git a/shared-data/js/labwareTools/__tests__/createIrregularLabware.test.js b/shared-data/js/labwareTools/__tests__/createIrregularLabware.test.js index e553e904d7a..5703c42fbaf 100644 --- a/shared-data/js/labwareTools/__tests__/createIrregularLabware.test.js +++ b/shared-data/js/labwareTools/__tests__/createIrregularLabware.test.js @@ -6,6 +6,7 @@ import { _irregularWellName, _generateIrregularLoadName, _calculateWellCoord, + _calculateCornerOffset, } from '../index.js' import {splitWellsOnColumn, sortWells} from '../../helpers/index.js' @@ -14,6 +15,19 @@ import exampleLabware1 from '../../__tests__/fixtures/irregularLabwareExample1.j jest.mock('../assignId', () => jest.fn(() => 'mock-id')) describe('test helper functions', () => { + test('cornerOffsetFromSLot outputs correctly', () => { + // If smaller than slot, positive values + // If larger than slot, negative values + const smallerDims = {overallLength: 100, overallWidth: 80, overallHeight: 10} + const largerDims = {overallLength: 200, overallWidth: 90, overallHeight: 10} + const offset = _calculateCornerOffset(smallerDims) + const offset2 = _calculateCornerOffset(largerDims) + + expect(offset.x).toBeGreaterThan(0) + expect(offset.y).toBeGreaterThan(0) + expect(offset2.x).toBeLessThan(0) + expect(offset2.y).toBeLessThan(0) + }) test('Well name generated correctly', () => { const grid = {row: 2, column: 2} const gridStart = [{rowStart: 'A', colStart: '1', rowStride: 1, colStride: 2}, {rowStart: 'B', colStart: '1', rowStride: 3, colStride: 1}] diff --git a/shared-data/js/labwareTools/index.js b/shared-data/js/labwareTools/index.js index 5b991329cd7..b55663e3b4d 100644 --- a/shared-data/js/labwareTools/index.js +++ b/shared-data/js/labwareTools/index.js @@ -201,6 +201,12 @@ function calculateCoordinates ( }, {}) } +export function _calculateCornerOffset (dimensions: Dimensions): Offset { + return { + x: round(SLOT_LENGTH_MM - dimensions.overallLength, 2), + y: round(SLOT_WIDTH_MM - dimensions.overallWidth, 2), + z: 0} +} // Generator function for labware definitions within a regular grid format // e.g. well plates, regular tuberacks (NOT 15_50ml) etc. // For further info on these parameters look at labware examples in __tests__ @@ -212,10 +218,7 @@ export function createRegularLabware (args: RegularLabwareProps): Schema { otId: assignId(), deprecated: false, metadata: args.metadata, - cornerOffsetFromSlot: { - x: round(args.dimensions.overallLength - SLOT_LENGTH_MM, 2), - y: round(args.dimensions.overallWidth - SLOT_WIDTH_MM, 2), - z: 0}, + cornerOffsetFromSlot: _calculateCornerOffset(args.dimensions), dimensions: args.dimensions, parameters: args.parameters, wells: calculateCoordinates(args.well, ordering, args.spacing, args.offset), @@ -253,10 +256,7 @@ export function createIrregularLabware (args: IrregularLabwareProps): Schema { otId: assignId(), deprecated: false, metadata: args.metadata, - cornerOffsetFromSlot: { - x: round(args.dimensions.overallLength - SLOT_LENGTH_MM, 2), - y: round(args.dimensions.overallWidth - SLOT_WIDTH_MM, 2), - z: 0}, + cornerOffsetFromSlot: _calculateCornerOffset(args.dimensions), dimensions: args.dimensions, parameters: { ...args.parameters, @@ -264,6 +264,7 @@ export function createIrregularLabware (args: IrregularLabwareProps): Schema { wells: wellsArray, } + // TODO: Handle spaces in brand name const brand = (args.brand && args.brand.brand) || 'generic' if (args.brand) definition.brand = args.brand diff --git a/shared-data/labware-json-schema/labware-schema.json b/shared-data/labware-json-schema/labware-schema.json index 79fc46a0efa..61ec72fbc65 100644 --- a/shared-data/labware-json-schema/labware-schema.json +++ b/shared-data/labware-json-schema/labware-schema.json @@ -75,7 +75,7 @@ "format": { "description": "Property to determine compatibility with multichannel pipette", "type": "string", - "enum": ["96Standard", "384Standard", "trough", "irregular"] + "enum": ["96Standard", "384Standard", "trough", "irregular", "trash"] }, "isTiprack": { "description": "Flag marking whether a labware is a tiprack or not",