diff --git a/app/src/organisms/LabwareDetails/images/eppendorf_96_wellplate_1000ul_photo.jpg b/app/src/organisms/LabwareDetails/images/eppendorf_96_wellplate_1000ul_photo.jpg new file mode 100644 index 00000000000..708897973c4 Binary files /dev/null and b/app/src/organisms/LabwareDetails/images/eppendorf_96_wellplate_1000ul_photo.jpg differ diff --git a/app/src/organisms/LabwareDetails/images/eppendorf_96_wellplate_150ul_photo.jpg b/app/src/organisms/LabwareDetails/images/eppendorf_96_wellplate_150ul_photo.jpg new file mode 100644 index 00000000000..10264dc8f18 Binary files /dev/null and b/app/src/organisms/LabwareDetails/images/eppendorf_96_wellplate_150ul_photo.jpg differ diff --git a/app/src/organisms/LabwareDetails/images/eppendorf_96_wellplate_2000ul_photo.jpg b/app/src/organisms/LabwareDetails/images/eppendorf_96_wellplate_2000ul_photo.jpg new file mode 100644 index 00000000000..8c5f772fe03 Binary files /dev/null and b/app/src/organisms/LabwareDetails/images/eppendorf_96_wellplate_2000ul_photo.jpg differ diff --git a/app/src/organisms/LabwareDetails/images/eppendorf_twintec_384_wellplate_45ul_photo.jpg b/app/src/organisms/LabwareDetails/images/eppendorf_twintec_384_wellplate_45ul_photo.jpg new file mode 100644 index 00000000000..f086021200a Binary files /dev/null and b/app/src/organisms/LabwareDetails/images/eppendorf_twintec_384_wellplate_45ul_photo.jpg differ diff --git a/app/src/organisms/LabwareDetails/labware-images.ts b/app/src/organisms/LabwareDetails/labware-images.ts index 294ec2f1420..b4670100a8f 100644 --- a/app/src/organisms/LabwareDetails/labware-images.ts +++ b/app/src/organisms/LabwareDetails/labware-images.ts @@ -12,6 +12,10 @@ import corning_48_wellplate_1_6ml_flat_photo_three_quarters from './images/corni import corning_6_wellplate_16_8ml_flat_photo_three_quarters from './images/corning_6_wellplate_16.8ml_flat_photo_three_quarters.jpg' import eppendorf_1000ul_tip_eptips_side_view from './images/eppendorf_1000ul_tip_eptips_side_view.jpg' import eppendorf_10ul_tips_eptips_side_view from './images/eppendorf_10ul_tips_eptips_side_view.jpg' +import eppendorf_96_wellplate_150ul_photo from './images/eppendorf_96_wellplate_150ul_photo.jpg' +import eppendorf_96_wellplate_1000ul_photo from './images/eppendorf_96_wellplate_1000ul_photo.jpg' +import eppendorf_96_wellplate_2000ul_photo from './images/eppendorf_96_wellplate_2000ul_photo.jpg' +import eppendorf_twintec_384_wellplate_45ul_photo from './images/eppendorf_twintec_384_wellplate_45ul_photo.jpg' import geb_96_tiprack_1000ul_side_view from './images/geb_96_tiprack_1000ul_side_view.jpg' import geb_1000ul_tip_side_view from './images/geb_1000ul_tip_side_view.jpg' import geb_96_tiprack_10ul_side_view from './images/geb_96_tiprack_10ul_side_view.jpg' @@ -86,6 +90,12 @@ export const labwareImages: Record = { ], eppendorf_96_tiprack_1000ul_eptips: [eppendorf_1000ul_tip_eptips_side_view], eppendorf_96_tiprack_10ul_eptips: [eppendorf_10ul_tips_eptips_side_view], + eppendorf_96_wellplate_150ul: [eppendorf_96_wellplate_150ul_photo], + eppendorf_96_wellplate_1000ul: [eppendorf_96_wellplate_1000ul_photo], + eppendorf_96_wellplate_2000ul: [eppendorf_96_wellplate_2000ul_photo], + eppendorf_twintec_384_wellplate_45ul: [ + eppendorf_twintec_384_wellplate_45ul_photo, + ], geb_96_tiprack_1000ul: [ geb_96_tiprack_1000ul_side_view, geb_1000ul_tip_side_view, diff --git a/app/src/organisms/QuickTransferFlow/constants.ts b/app/src/organisms/QuickTransferFlow/constants.ts index dd1b18cda43..c99ada9493f 100644 --- a/app/src/organisms/QuickTransferFlow/constants.ts +++ b/app/src/organisms/QuickTransferFlow/constants.ts @@ -46,6 +46,10 @@ export const SINGLE_CHANNEL_COMPATIBLE_LABWARE = [ 'opentrons/corning_48_wellplate_1.6ml_flat/2', 'opentrons/corning_6_wellplate_16.8ml_flat/2', 'opentrons/corning_96_wellplate_360ul_flat/2', + 'opentrons/eppendorf_96_wellplate_150ul/1', + 'opentrons/eppendorf_96_wellplate_1000ul/1', + 'opentrons/eppendorf_96_wellplate_2000ul/1', + 'opentrons/eppendorf_twintec_384_wellplate_45ul/1', 'opentrons/geb_96_tiprack_1000ul/1', 'opentrons/geb_96_tiprack_10ul/1', 'opentrons/nest_12_reservoir_15ml/1', @@ -110,6 +114,10 @@ export const EIGHT_CHANNEL_COMPATIBLE_LABWARE = [ 'opentrons/biorad_96_wellplate_200ul_pcr/2', 'opentrons/corning_384_wellplate_112ul_flat/2', 'opentrons/corning_96_wellplate_360ul_flat/2', + 'opentrons/eppendorf_96_wellplate_150ul/1', + 'opentrons/eppendorf_96_wellplate_1000ul/1', + 'opentrons/eppendorf_96_wellplate_2000ul/1', + 'opentrons/eppendorf_twintec_384_wellplate_45ul/1', 'opentrons/geb_96_tiprack_1000ul/1', 'opentrons/geb_96_tiprack_10ul/1', 'opentrons/nest_12_reservoir_15ml/1', @@ -154,6 +162,10 @@ export const NINETY_SIX_CHANNEL_COMPATIBLE_LABWARE = [ 'opentrons/biorad_96_wellplate_200ul_pcr/2', 'opentrons/corning_384_wellplate_112ul_flat/2', 'opentrons/corning_96_wellplate_360ul_flat/2', + 'opentrons/eppendorf_96_wellplate_150ul/1', + 'opentrons/eppendorf_96_wellplate_1000ul/1', + 'opentrons/eppendorf_96_wellplate_2000ul/1', + 'opentrons/eppendorf_twintec_384_wellplate_45ul/1', 'opentrons/geb_96_tiprack_1000ul/1', 'opentrons/geb_96_tiprack_10ul/1', 'opentrons/nest_12_reservoir_15ml/1', diff --git a/labware-library/src/components/labware-ui/labware-images.ts b/labware-library/src/components/labware-ui/labware-images.ts index 36fe2cb8dfb..5eee746580d 100644 --- a/labware-library/src/components/labware-ui/labware-images.ts +++ b/labware-library/src/components/labware-ui/labware-images.ts @@ -68,6 +68,30 @@ export const labwareImages: Record = { import.meta.url ).href, ], + eppendorf_96_wellplate_150ul: [ + new URL( + '../../images/eppendorf_96_wellplate_150ul_photo.jpg', + import.meta.url + ).href, + ], + eppendorf_96_wellplate_1000ul: [ + new URL( + '../../images/eppendorf_96_wellplate_1000ul_photo.jpg', + import.meta.url + ).href, + ], + eppendorf_96_wellplate_2000ul: [ + new URL( + '../../images/eppendorf_96_wellplate_2000ul_photo.jpg', + import.meta.url + ).href, + ], + eppendorf_twintec_384_wellplate_45ul: [ + new URL( + '../../images/eppendorf_twintec_384_wellplate_45ul_photo.jpg', + import.meta.url + ).href, + ], geb_96_tiprack_1000ul: [ new URL('../../images/geb_96_tiprack_1000ul_side_view.jpg', import.meta.url) .href, diff --git a/labware-library/src/images/eppendorf_96_wellplate_1000ul_photo.jpg b/labware-library/src/images/eppendorf_96_wellplate_1000ul_photo.jpg new file mode 100644 index 00000000000..708897973c4 Binary files /dev/null and b/labware-library/src/images/eppendorf_96_wellplate_1000ul_photo.jpg differ diff --git a/labware-library/src/images/eppendorf_96_wellplate_150ul_photo.jpg b/labware-library/src/images/eppendorf_96_wellplate_150ul_photo.jpg new file mode 100644 index 00000000000..10264dc8f18 Binary files /dev/null and b/labware-library/src/images/eppendorf_96_wellplate_150ul_photo.jpg differ diff --git a/labware-library/src/images/eppendorf_96_wellplate_2000ul_photo.jpg b/labware-library/src/images/eppendorf_96_wellplate_2000ul_photo.jpg new file mode 100644 index 00000000000..8c5f772fe03 Binary files /dev/null and b/labware-library/src/images/eppendorf_96_wellplate_2000ul_photo.jpg differ diff --git a/labware-library/src/images/eppendorf_twintec_384_wellplate_45ul_photo.jpg b/labware-library/src/images/eppendorf_twintec_384_wellplate_45ul_photo.jpg new file mode 100644 index 00000000000..f086021200a Binary files /dev/null and b/labware-library/src/images/eppendorf_twintec_384_wellplate_45ul_photo.jpg differ diff --git a/shared-data/js/labware.ts b/shared-data/js/labware.ts index c12f9419f62..56e7658401b 100644 --- a/shared-data/js/labware.ts +++ b/shared-data/js/labware.ts @@ -35,6 +35,10 @@ import corning96Wellplate360UlFlatV1Uncasted from '../labware/definitions/2/corn import corning96Wellplate360UlFlatV2Uncasted from '../labware/definitions/2/corning_96_wellplate_360ul_flat/2.json' import eppendorf96Tiprack1000UlEptipsV1Uncasted from '../labware/definitions/2/eppendorf_96_tiprack_1000ul_eptips/1.json' import eppendorf96Tiprack10UlEptipsV1Uncasted from '../labware/definitions/2/eppendorf_96_tiprack_10ul_eptips/1.json' +import eppendorf96Wellplate150ulV1Uncasted from '../labware/definitions/2/eppendorf_96_wellplate_150ul/1.json' +import eppendorf96Wellplate1000ulV1Uncasted from '../labware/definitions/2/eppendorf_96_wellplate_1000ul/1.json' +import eppendorf96Wellplate2000ulV1Uncasted from '../labware/definitions/2/eppendorf_96_wellplate_2000ul/1.json' +import eppendorf384Wellplate45ulV1Uncasted from '../labware/definitions/2/eppendorf_twintec_384_wellplate_45ul/1.json' import geb96Tiprack1000UlV1Uncasted from '../labware/definitions/2/geb_96_tiprack_1000ul/1.json' import geb96Tiprack10UlV1Uncasted from '../labware/definitions/2/geb_96_tiprack_10ul/1.json' import nest12Reservoir15MlV1Uncasted from '../labware/definitions/2/nest_12_reservoir_15ml/1.json' @@ -209,6 +213,10 @@ const corning96Wellplate360UlFlatV2 = corning96Wellplate360UlFlatV2Uncasted as L const corning96Wellplate360UlFlatV1 = corning96Wellplate360UlFlatV1Uncasted as LabwareDefinition2 const eppendorf96Tiprack1000UlEptipsV1 = eppendorf96Tiprack1000UlEptipsV1Uncasted as LabwareDefinition2 const eppendorf96Tiprack10UlEptipsV1 = eppendorf96Tiprack10UlEptipsV1Uncasted as LabwareDefinition2 +const eppendorf96Wellplate150ulV1 = eppendorf96Wellplate150ulV1Uncasted as LabwareDefinition2 +const eppendorf96Wellplate1000ulV1 = eppendorf96Wellplate1000ulV1Uncasted as LabwareDefinition2 +const eppendorf96Wellplate2000ulV1 = eppendorf96Wellplate2000ulV1Uncasted as LabwareDefinition2 +const eppendorf384Wellplate45ulV1 = eppendorf384Wellplate45ulV1Uncasted as LabwareDefinition2 const geb96Tiprack1000UlV1 = geb96Tiprack1000UlV1Uncasted as LabwareDefinition2 const geb96Tiprack10UlV1 = geb96Tiprack10UlV1Uncasted as LabwareDefinition2 const nest12Reservoir15MlV1 = nest12Reservoir15MlV1Uncasted as LabwareDefinition2 @@ -376,6 +384,10 @@ const latestDefs = { corning96Wellplate360UlFlatV2, eppendorf96Tiprack1000UlEptipsV1, eppendorf96Tiprack10UlEptipsV1, + eppendorf96Wellplate150ulV1, + eppendorf96Wellplate1000ulV1, + eppendorf96Wellplate2000ulV1, + eppendorf384Wellplate45ulV1, geb96Tiprack1000UlV1, geb96Tiprack10UlV1, nest12Reservoir15MlV1, diff --git a/shared-data/labware/definitions/2/eppendorf_96_wellplate_1000ul/1.json b/shared-data/labware/definitions/2/eppendorf_96_wellplate_1000ul/1.json new file mode 100644 index 00000000000..017599c67c1 --- /dev/null +++ b/shared-data/labware/definitions/2/eppendorf_96_wellplate_1000ul/1.json @@ -0,0 +1,1034 @@ +{ + "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"] + ], + "brand": { + "brand": "Eppendorf", + "brandId": [ + "951032603", + "951032620", + "951032662", + "951032689", + "951032701", + "951032727", + "951032760", + "951032786", + "951033006", + "951033103" + ], + "links": [ + "https://www.eppendorf.com/us-en/Products/Laboratory-Consumables/Plates/Eppendorf-Deepwell-Plates-p-951032603" + ] + }, + "metadata": { + "displayName": "Eppendorf 96 Well Plate 1000 µL", + "displayCategory": "wellPlate", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.8, + "yDimension": 85.5, + "zDimension": 44.1 + }, + "wells": { + "A1": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 14.4, + "y": 74.3, + "z": 3 + }, + "B1": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 14.4, + "y": 65.3, + "z": 3 + }, + "C1": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 14.4, + "y": 56.3, + "z": 3 + }, + "D1": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 14.4, + "y": 47.3, + "z": 3 + }, + "E1": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 14.4, + "y": 38.3, + "z": 3 + }, + "F1": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 14.4, + "y": 29.3, + "z": 3 + }, + "G1": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 14.4, + "y": 20.3, + "z": 3 + }, + "H1": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 14.4, + "y": 11.3, + "z": 3 + }, + "A2": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 23.4, + "y": 74.3, + "z": 3 + }, + "B2": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 23.4, + "y": 65.3, + "z": 3 + }, + "C2": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 23.4, + "y": 56.3, + "z": 3 + }, + "D2": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 23.4, + "y": 47.3, + "z": 3 + }, + "E2": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 23.4, + "y": 38.3, + "z": 3 + }, + "F2": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 23.4, + "y": 29.3, + "z": 3 + }, + "G2": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 23.4, + "y": 20.3, + "z": 3 + }, + "H2": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 23.4, + "y": 11.3, + "z": 3 + }, + "A3": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 32.4, + "y": 74.3, + "z": 3 + }, + "B3": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 32.4, + "y": 65.3, + "z": 3 + }, + "C3": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 32.4, + "y": 56.3, + "z": 3 + }, + "D3": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 32.4, + "y": 47.3, + "z": 3 + }, + "E3": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 32.4, + "y": 38.3, + "z": 3 + }, + "F3": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 32.4, + "y": 29.3, + "z": 3 + }, + "G3": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 32.4, + "y": 20.3, + "z": 3 + }, + "H3": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 32.4, + "y": 11.3, + "z": 3 + }, + "A4": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 41.4, + "y": 74.3, + "z": 3 + }, + "B4": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 41.4, + "y": 65.3, + "z": 3 + }, + "C4": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 41.4, + "y": 56.3, + "z": 3 + }, + "D4": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 41.4, + "y": 47.3, + "z": 3 + }, + "E4": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 41.4, + "y": 38.3, + "z": 3 + }, + "F4": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 41.4, + "y": 29.3, + "z": 3 + }, + "G4": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 41.4, + "y": 20.3, + "z": 3 + }, + "H4": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 41.4, + "y": 11.3, + "z": 3 + }, + "A5": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 50.4, + "y": 74.3, + "z": 3 + }, + "B5": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 50.4, + "y": 65.3, + "z": 3 + }, + "C5": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 50.4, + "y": 56.3, + "z": 3 + }, + "D5": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 50.4, + "y": 47.3, + "z": 3 + }, + "E5": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 50.4, + "y": 38.3, + "z": 3 + }, + "F5": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 50.4, + "y": 29.3, + "z": 3 + }, + "G5": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 50.4, + "y": 20.3, + "z": 3 + }, + "H5": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 50.4, + "y": 11.3, + "z": 3 + }, + "A6": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 59.4, + "y": 74.3, + "z": 3 + }, + "B6": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 59.4, + "y": 65.3, + "z": 3 + }, + "C6": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 59.4, + "y": 56.3, + "z": 3 + }, + "D6": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 59.4, + "y": 47.3, + "z": 3 + }, + "E6": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 59.4, + "y": 38.3, + "z": 3 + }, + "F6": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 59.4, + "y": 29.3, + "z": 3 + }, + "G6": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 59.4, + "y": 20.3, + "z": 3 + }, + "H6": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 59.4, + "y": 11.3, + "z": 3 + }, + "A7": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 68.4, + "y": 74.3, + "z": 3 + }, + "B7": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 68.4, + "y": 65.3, + "z": 3 + }, + "C7": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 68.4, + "y": 56.3, + "z": 3 + }, + "D7": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 68.4, + "y": 47.3, + "z": 3 + }, + "E7": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 68.4, + "y": 38.3, + "z": 3 + }, + "F7": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 68.4, + "y": 29.3, + "z": 3 + }, + "G7": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 68.4, + "y": 20.3, + "z": 3 + }, + "H7": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 68.4, + "y": 11.3, + "z": 3 + }, + "A8": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 77.4, + "y": 74.3, + "z": 3 + }, + "B8": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 77.4, + "y": 65.3, + "z": 3 + }, + "C8": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 77.4, + "y": 56.3, + "z": 3 + }, + "D8": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 77.4, + "y": 47.3, + "z": 3 + }, + "E8": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 77.4, + "y": 38.3, + "z": 3 + }, + "F8": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 77.4, + "y": 29.3, + "z": 3 + }, + "G8": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 77.4, + "y": 20.3, + "z": 3 + }, + "H8": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 77.4, + "y": 11.3, + "z": 3 + }, + "A9": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 86.4, + "y": 74.3, + "z": 3 + }, + "B9": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 86.4, + "y": 65.3, + "z": 3 + }, + "C9": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 86.4, + "y": 56.3, + "z": 3 + }, + "D9": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 86.4, + "y": 47.3, + "z": 3 + }, + "E9": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 86.4, + "y": 38.3, + "z": 3 + }, + "F9": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 86.4, + "y": 29.3, + "z": 3 + }, + "G9": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 86.4, + "y": 20.3, + "z": 3 + }, + "H9": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 86.4, + "y": 11.3, + "z": 3 + }, + "A10": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 95.4, + "y": 74.3, + "z": 3 + }, + "B10": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 95.4, + "y": 65.3, + "z": 3 + }, + "C10": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 95.4, + "y": 56.3, + "z": 3 + }, + "D10": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 95.4, + "y": 47.3, + "z": 3 + }, + "E10": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 95.4, + "y": 38.3, + "z": 3 + }, + "F10": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 95.4, + "y": 29.3, + "z": 3 + }, + "G10": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 95.4, + "y": 20.3, + "z": 3 + }, + "H10": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 95.4, + "y": 11.3, + "z": 3 + }, + "A11": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 104.4, + "y": 74.3, + "z": 3 + }, + "B11": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 104.4, + "y": 65.3, + "z": 3 + }, + "C11": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 104.4, + "y": 56.3, + "z": 3 + }, + "D11": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 104.4, + "y": 47.3, + "z": 3 + }, + "E11": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 104.4, + "y": 38.3, + "z": 3 + }, + "F11": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 104.4, + "y": 29.3, + "z": 3 + }, + "G11": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 104.4, + "y": 20.3, + "z": 3 + }, + "H11": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 104.4, + "y": 11.3, + "z": 3 + }, + "A12": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 113.4, + "y": 74.3, + "z": 3 + }, + "B12": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 113.4, + "y": 65.3, + "z": 3 + }, + "C12": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 113.4, + "y": 56.3, + "z": 3 + }, + "D12": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 113.4, + "y": 47.3, + "z": 3 + }, + "E12": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 113.4, + "y": 38.3, + "z": 3 + }, + "F12": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 113.4, + "y": 29.3, + "z": 3 + }, + "G12": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 113.4, + "y": 20.3, + "z": 3 + }, + "H12": { + "depth": 41.1, + "totalLiquidVolume": 1000, + "shape": "circular", + "diameter": 7, + "x": 113.4, + "y": 11.3, + "z": 3 + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "v" + }, + "wells": [ + "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" + ] + } + ], + "parameters": { + "format": "96Standard", + "quirks": [], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "eppendorf_96_wellplate_1000ul" + }, + "namespace": "opentrons", + "version": 1, + "schemaVersion": 2, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithModule": { + "magneticBlockV1": { "x": 0, "y": 0, "z": 3.21 } + } +} diff --git a/shared-data/labware/definitions/2/eppendorf_96_wellplate_150ul/1.json b/shared-data/labware/definitions/2/eppendorf_96_wellplate_150ul/1.json new file mode 100644 index 00000000000..6c8e08e95aa --- /dev/null +++ b/shared-data/labware/definitions/2/eppendorf_96_wellplate_150ul/1.json @@ -0,0 +1,1038 @@ +{ + "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"] + ], + "brand": { + "brand": "Eppendorf", + "brandId": [ + "0030129300", + "0030129660", + "0030129512", + "0030129555", + "0030129563", + "0030129571", + "0030129580", + "0030129598", + "0030129679" + ], + "links": [ + "https://www.eppendorf.com/us-en/Products/Laboratory-Consumables/Plates/Eppendorf-twintec-PCR-Plates-p-0030129300" + ] + }, + "metadata": { + "displayName": "Eppendorf 96 Well Plate 150 µL", + "displayCategory": "wellPlate", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 15.9 + }, + "wells": { + "A1": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 74.24, + "z": 1.3 + }, + "B1": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 65.24, + "z": 1.3 + }, + "C1": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 56.24, + "z": 1.3 + }, + "D1": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 47.24, + "z": 1.3 + }, + "E1": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 38.24, + "z": 1.3 + }, + "F1": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 29.24, + "z": 1.3 + }, + "G1": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 20.24, + "z": 1.3 + }, + "H1": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 11.24, + "z": 1.3 + }, + "A2": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 74.24, + "z": 1.3 + }, + "B2": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 65.24, + "z": 1.3 + }, + "C2": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 56.24, + "z": 1.3 + }, + "D2": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 47.24, + "z": 1.3 + }, + "E2": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 38.24, + "z": 1.3 + }, + "F2": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 29.24, + "z": 1.3 + }, + "G2": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 20.24, + "z": 1.3 + }, + "H2": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 11.24, + "z": 1.3 + }, + "A3": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 74.24, + "z": 1.3 + }, + "B3": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 65.24, + "z": 1.3 + }, + "C3": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 56.24, + "z": 1.3 + }, + "D3": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 47.24, + "z": 1.3 + }, + "E3": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 38.24, + "z": 1.3 + }, + "F3": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 29.24, + "z": 1.3 + }, + "G3": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 20.24, + "z": 1.3 + }, + "H3": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 11.24, + "z": 1.3 + }, + "A4": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 74.24, + "z": 1.3 + }, + "B4": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 65.24, + "z": 1.3 + }, + "C4": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 56.24, + "z": 1.3 + }, + "D4": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 47.24, + "z": 1.3 + }, + "E4": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 38.24, + "z": 1.3 + }, + "F4": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 29.24, + "z": 1.3 + }, + "G4": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 20.24, + "z": 1.3 + }, + "H4": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 11.24, + "z": 1.3 + }, + "A5": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 74.24, + "z": 1.3 + }, + "B5": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 65.24, + "z": 1.3 + }, + "C5": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 56.24, + "z": 1.3 + }, + "D5": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 47.24, + "z": 1.3 + }, + "E5": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 38.24, + "z": 1.3 + }, + "F5": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 29.24, + "z": 1.3 + }, + "G5": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 20.24, + "z": 1.3 + }, + "H5": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 11.24, + "z": 1.3 + }, + "A6": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 74.24, + "z": 1.3 + }, + "B6": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 65.24, + "z": 1.3 + }, + "C6": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 56.24, + "z": 1.3 + }, + "D6": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 47.24, + "z": 1.3 + }, + "E6": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 38.24, + "z": 1.3 + }, + "F6": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 29.24, + "z": 1.3 + }, + "G6": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 20.24, + "z": 1.3 + }, + "H6": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 11.24, + "z": 1.3 + }, + "A7": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 74.24, + "z": 1.3 + }, + "B7": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 65.24, + "z": 1.3 + }, + "C7": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 56.24, + "z": 1.3 + }, + "D7": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 47.24, + "z": 1.3 + }, + "E7": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 38.24, + "z": 1.3 + }, + "F7": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 29.24, + "z": 1.3 + }, + "G7": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 20.24, + "z": 1.3 + }, + "H7": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 11.24, + "z": 1.3 + }, + "A8": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 74.24, + "z": 1.3 + }, + "B8": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 65.24, + "z": 1.3 + }, + "C8": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 56.24, + "z": 1.3 + }, + "D8": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 47.24, + "z": 1.3 + }, + "E8": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 38.24, + "z": 1.3 + }, + "F8": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 29.24, + "z": 1.3 + }, + "G8": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 20.24, + "z": 1.3 + }, + "H8": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 11.24, + "z": 1.3 + }, + "A9": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 74.24, + "z": 1.3 + }, + "B9": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 65.24, + "z": 1.3 + }, + "C9": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 56.24, + "z": 1.3 + }, + "D9": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 47.24, + "z": 1.3 + }, + "E9": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 38.24, + "z": 1.3 + }, + "F9": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 29.24, + "z": 1.3 + }, + "G9": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 20.24, + "z": 1.3 + }, + "H9": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 11.24, + "z": 1.3 + }, + "A10": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 74.24, + "z": 1.3 + }, + "B10": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 65.24, + "z": 1.3 + }, + "C10": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 56.24, + "z": 1.3 + }, + "D10": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 47.24, + "z": 1.3 + }, + "E10": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 38.24, + "z": 1.3 + }, + "F10": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 29.24, + "z": 1.3 + }, + "G10": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 20.24, + "z": 1.3 + }, + "H10": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 11.24, + "z": 1.3 + }, + "A11": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 74.24, + "z": 1.3 + }, + "B11": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 65.24, + "z": 1.3 + }, + "C11": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 56.24, + "z": 1.3 + }, + "D11": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 47.24, + "z": 1.3 + }, + "E11": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 38.24, + "z": 1.3 + }, + "F11": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 29.24, + "z": 1.3 + }, + "G11": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 20.24, + "z": 1.3 + }, + "H11": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 11.24, + "z": 1.3 + }, + "A12": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 74.24, + "z": 1.3 + }, + "B12": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 65.24, + "z": 1.3 + }, + "C12": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 56.24, + "z": 1.3 + }, + "D12": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 47.24, + "z": 1.3 + }, + "E12": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 38.24, + "z": 1.3 + }, + "F12": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 29.24, + "z": 1.3 + }, + "G12": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 20.24, + "z": 1.3 + }, + "H12": { + "depth": 14.6, + "totalLiquidVolume": 150, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 11.24, + "z": 1.3 + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "v" + }, + "wells": [ + "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" + ] + } + ], + "parameters": { + "format": "96Standard", + "quirks": [], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "eppendorf_96_wellplate_150ul" + }, + "namespace": "opentrons", + "version": 1, + "schemaVersion": 2, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithLabware": { + "opentrons_96_well_aluminum_block": { "x": 0, "y": 0, "z": 11.5 }, + "opentrons_96_pcr_adapter": { "x": 0, "y": 0, "z": 9.88 } + }, + "stackingOffsetWithModule": { + "thermocyclerModuleV2": { "x": 0, "y": 0, "z": 9.86 }, + "magneticBlockV1": { "x": 0, "y": 0, "z": 2.71 } + } +} diff --git a/shared-data/labware/definitions/2/eppendorf_96_wellplate_2000ul/1.json b/shared-data/labware/definitions/2/eppendorf_96_wellplate_2000ul/1.json new file mode 100644 index 00000000000..0cccae12b96 --- /dev/null +++ b/shared-data/labware/definitions/2/eppendorf_96_wellplate_2000ul/1.json @@ -0,0 +1,1130 @@ +{ + "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"] + ], + "brand": { + "brand": "Eppendorf", + "brandId": [ + "951033405", + "951033421", + "951033464", + "951033481", + "951033502", + "951033529", + "951033561", + "951033588", + "951033600", + "951033707" + ], + "links": [ + "https://www.eppendorf.com/us-en/Products/Laboratory-Consumables/Plates/Eppendorf-Deepwell-Plates-p-951033405" + ] + }, + "metadata": { + "displayName": "Eppendorf 96 Well Plate 2000 µL", + "displayCategory": "wellPlate", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.8, + "yDimension": 85.5, + "zDimension": 44.1 + }, + "wells": { + "A1": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.4, + "y": 74.3, + "z": 2.9 + }, + "B1": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.4, + "y": 65.3, + "z": 2.9 + }, + "C1": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.4, + "y": 56.3, + "z": 2.9 + }, + "D1": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.4, + "y": 47.3, + "z": 2.9 + }, + "E1": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.4, + "y": 38.3, + "z": 2.9 + }, + "F1": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.4, + "y": 29.3, + "z": 2.9 + }, + "G1": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.4, + "y": 20.3, + "z": 2.9 + }, + "H1": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.4, + "y": 11.3, + "z": 2.9 + }, + "A2": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.4, + "y": 74.3, + "z": 2.9 + }, + "B2": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.4, + "y": 65.3, + "z": 2.9 + }, + "C2": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.4, + "y": 56.3, + "z": 2.9 + }, + "D2": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.4, + "y": 47.3, + "z": 2.9 + }, + "E2": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.4, + "y": 38.3, + "z": 2.9 + }, + "F2": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.4, + "y": 29.3, + "z": 2.9 + }, + "G2": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.4, + "y": 20.3, + "z": 2.9 + }, + "H2": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.4, + "y": 11.3, + "z": 2.9 + }, + "A3": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.4, + "y": 74.3, + "z": 2.9 + }, + "B3": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.4, + "y": 65.3, + "z": 2.9 + }, + "C3": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.4, + "y": 56.3, + "z": 2.9 + }, + "D3": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.4, + "y": 47.3, + "z": 2.9 + }, + "E3": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.4, + "y": 38.3, + "z": 2.9 + }, + "F3": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.4, + "y": 29.3, + "z": 2.9 + }, + "G3": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.4, + "y": 20.3, + "z": 2.9 + }, + "H3": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.4, + "y": 11.3, + "z": 2.9 + }, + "A4": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.4, + "y": 74.3, + "z": 2.9 + }, + "B4": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.4, + "y": 65.3, + "z": 2.9 + }, + "C4": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.4, + "y": 56.3, + "z": 2.9 + }, + "D4": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.4, + "y": 47.3, + "z": 2.9 + }, + "E4": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.4, + "y": 38.3, + "z": 2.9 + }, + "F4": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.4, + "y": 29.3, + "z": 2.9 + }, + "G4": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.4, + "y": 20.3, + "z": 2.9 + }, + "H4": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.4, + "y": 11.3, + "z": 2.9 + }, + "A5": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.4, + "y": 74.3, + "z": 2.9 + }, + "B5": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.4, + "y": 65.3, + "z": 2.9 + }, + "C5": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.4, + "y": 56.3, + "z": 2.9 + }, + "D5": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.4, + "y": 47.3, + "z": 2.9 + }, + "E5": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.4, + "y": 38.3, + "z": 2.9 + }, + "F5": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.4, + "y": 29.3, + "z": 2.9 + }, + "G5": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.4, + "y": 20.3, + "z": 2.9 + }, + "H5": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.4, + "y": 11.3, + "z": 2.9 + }, + "A6": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.4, + "y": 74.3, + "z": 2.9 + }, + "B6": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.4, + "y": 65.3, + "z": 2.9 + }, + "C6": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.4, + "y": 56.3, + "z": 2.9 + }, + "D6": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.4, + "y": 47.3, + "z": 2.9 + }, + "E6": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.4, + "y": 38.3, + "z": 2.9 + }, + "F6": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.4, + "y": 29.3, + "z": 2.9 + }, + "G6": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.4, + "y": 20.3, + "z": 2.9 + }, + "H6": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.4, + "y": 11.3, + "z": 2.9 + }, + "A7": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.4, + "y": 74.3, + "z": 2.9 + }, + "B7": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.4, + "y": 65.3, + "z": 2.9 + }, + "C7": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.4, + "y": 56.3, + "z": 2.9 + }, + "D7": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.4, + "y": 47.3, + "z": 2.9 + }, + "E7": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.4, + "y": 38.3, + "z": 2.9 + }, + "F7": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.4, + "y": 29.3, + "z": 2.9 + }, + "G7": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.4, + "y": 20.3, + "z": 2.9 + }, + "H7": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.4, + "y": 11.3, + "z": 2.9 + }, + "A8": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.4, + "y": 74.3, + "z": 2.9 + }, + "B8": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.4, + "y": 65.3, + "z": 2.9 + }, + "C8": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.4, + "y": 56.3, + "z": 2.9 + }, + "D8": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.4, + "y": 47.3, + "z": 2.9 + }, + "E8": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.4, + "y": 38.3, + "z": 2.9 + }, + "F8": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.4, + "y": 29.3, + "z": 2.9 + }, + "G8": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.4, + "y": 20.3, + "z": 2.9 + }, + "H8": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.4, + "y": 11.3, + "z": 2.9 + }, + "A9": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.4, + "y": 74.3, + "z": 2.9 + }, + "B9": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.4, + "y": 65.3, + "z": 2.9 + }, + "C9": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.4, + "y": 56.3, + "z": 2.9 + }, + "D9": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.4, + "y": 47.3, + "z": 2.9 + }, + "E9": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.4, + "y": 38.3, + "z": 2.9 + }, + "F9": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.4, + "y": 29.3, + "z": 2.9 + }, + "G9": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.4, + "y": 20.3, + "z": 2.9 + }, + "H9": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.4, + "y": 11.3, + "z": 2.9 + }, + "A10": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.4, + "y": 74.3, + "z": 2.9 + }, + "B10": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.4, + "y": 65.3, + "z": 2.9 + }, + "C10": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.4, + "y": 56.3, + "z": 2.9 + }, + "D10": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.4, + "y": 47.3, + "z": 2.9 + }, + "E10": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.4, + "y": 38.3, + "z": 2.9 + }, + "F10": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.4, + "y": 29.3, + "z": 2.9 + }, + "G10": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.4, + "y": 20.3, + "z": 2.9 + }, + "H10": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.4, + "y": 11.3, + "z": 2.9 + }, + "A11": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.4, + "y": 74.3, + "z": 2.9 + }, + "B11": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.4, + "y": 65.3, + "z": 2.9 + }, + "C11": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.4, + "y": 56.3, + "z": 2.9 + }, + "D11": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.4, + "y": 47.3, + "z": 2.9 + }, + "E11": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.4, + "y": 38.3, + "z": 2.9 + }, + "F11": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.4, + "y": 29.3, + "z": 2.9 + }, + "G11": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.4, + "y": 20.3, + "z": 2.9 + }, + "H11": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.4, + "y": 11.3, + "z": 2.9 + }, + "A12": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.4, + "y": 74.3, + "z": 2.9 + }, + "B12": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.4, + "y": 65.3, + "z": 2.9 + }, + "C12": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.4, + "y": 56.3, + "z": 2.9 + }, + "D12": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.4, + "y": 47.3, + "z": 2.9 + }, + "E12": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.4, + "y": 38.3, + "z": 2.9 + }, + "F12": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.4, + "y": 29.3, + "z": 2.9 + }, + "G12": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.4, + "y": 20.3, + "z": 2.9 + }, + "H12": { + "depth": 41.2, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.4, + "y": 11.3, + "z": 2.9 + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "v" + }, + "wells": [ + "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" + ] + } + ], + "parameters": { + "format": "96Standard", + "quirks": [], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "eppendorf_96_wellplate_2000ul" + }, + "namespace": "opentrons", + "version": 1, + "schemaVersion": 2, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithModule": { + "magneticBlockV1": { "x": 0, "y": 0, "z": 1.96 } + } +} diff --git a/shared-data/labware/definitions/2/eppendorf_twintec_384_wellplate_45ul/1.json b/shared-data/labware/definitions/2/eppendorf_twintec_384_wellplate_45ul/1.json new file mode 100644 index 00000000000..25141f9c63a --- /dev/null +++ b/shared-data/labware/definitions/2/eppendorf_twintec_384_wellplate_45ul/1.json @@ -0,0 +1,4320 @@ +{ + "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" + ] + ], + "brand": { + "brand": "Eppendorf", + "brandId": ["30129547"], + "links": [ + "https://www.eppendorf.com/us-en/Products/Laboratory-Consumables/Plates/Eppendorf-twintec-PCR-Plates-LoBind-p-0030129547" + ] + }, + "metadata": { + "displayName": "Eppendorf Twin.tec 384 Well Plate 45 µL", + "displayCategory": "wellPlate", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.47, + "zDimension": 10.6 + }, + "wells": { + "A1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 76.48, + "z": 0.7 + }, + "B1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 71.98, + "z": 0.7 + }, + "C1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 67.48, + "z": 0.7 + }, + "D1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 62.98, + "z": 0.7 + }, + "E1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 58.48, + "z": 0.7 + }, + "F1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 53.98, + "z": 0.7 + }, + "G1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 49.48, + "z": 0.7 + }, + "H1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 44.98, + "z": 0.7 + }, + "I1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 40.48, + "z": 0.7 + }, + "J1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 35.98, + "z": 0.7 + }, + "K1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 31.48, + "z": 0.7 + }, + "L1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 26.98, + "z": 0.7 + }, + "M1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 22.48, + "z": 0.7 + }, + "N1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 17.98, + "z": 0.7 + }, + "O1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 13.48, + "z": 0.7 + }, + "P1": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 8.98, + "z": 0.7 + }, + "A2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 76.48, + "z": 0.7 + }, + "B2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 71.98, + "z": 0.7 + }, + "C2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 67.48, + "z": 0.7 + }, + "D2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 62.98, + "z": 0.7 + }, + "E2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 58.48, + "z": 0.7 + }, + "F2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 53.98, + "z": 0.7 + }, + "G2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 49.48, + "z": 0.7 + }, + "H2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 44.98, + "z": 0.7 + }, + "I2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 40.48, + "z": 0.7 + }, + "J2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 35.98, + "z": 0.7 + }, + "K2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 31.48, + "z": 0.7 + }, + "L2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 26.98, + "z": 0.7 + }, + "M2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 22.48, + "z": 0.7 + }, + "N2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 17.98, + "z": 0.7 + }, + "O2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 13.48, + "z": 0.7 + }, + "P2": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 8.98, + "z": 0.7 + }, + "A3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 76.48, + "z": 0.7 + }, + "B3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 71.98, + "z": 0.7 + }, + "C3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 67.48, + "z": 0.7 + }, + "D3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 62.98, + "z": 0.7 + }, + "E3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 58.48, + "z": 0.7 + }, + "F3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 53.98, + "z": 0.7 + }, + "G3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 49.48, + "z": 0.7 + }, + "H3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 44.98, + "z": 0.7 + }, + "I3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 40.48, + "z": 0.7 + }, + "J3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 35.98, + "z": 0.7 + }, + "K3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 31.48, + "z": 0.7 + }, + "L3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 26.98, + "z": 0.7 + }, + "M3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 22.48, + "z": 0.7 + }, + "N3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 17.98, + "z": 0.7 + }, + "O3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 13.48, + "z": 0.7 + }, + "P3": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 8.98, + "z": 0.7 + }, + "A4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 76.48, + "z": 0.7 + }, + "B4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 71.98, + "z": 0.7 + }, + "C4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 67.48, + "z": 0.7 + }, + "D4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 62.98, + "z": 0.7 + }, + "E4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 58.48, + "z": 0.7 + }, + "F4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 53.98, + "z": 0.7 + }, + "G4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 49.48, + "z": 0.7 + }, + "H4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 44.98, + "z": 0.7 + }, + "I4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 40.48, + "z": 0.7 + }, + "J4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 35.98, + "z": 0.7 + }, + "K4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 31.48, + "z": 0.7 + }, + "L4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 26.98, + "z": 0.7 + }, + "M4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 22.48, + "z": 0.7 + }, + "N4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 17.98, + "z": 0.7 + }, + "O4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 13.48, + "z": 0.7 + }, + "P4": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 8.98, + "z": 0.7 + }, + "A5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 76.48, + "z": 0.7 + }, + "B5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 71.98, + "z": 0.7 + }, + "C5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 67.48, + "z": 0.7 + }, + "D5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 62.98, + "z": 0.7 + }, + "E5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 58.48, + "z": 0.7 + }, + "F5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 53.98, + "z": 0.7 + }, + "G5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 49.48, + "z": 0.7 + }, + "H5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 44.98, + "z": 0.7 + }, + "I5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 40.48, + "z": 0.7 + }, + "J5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 35.98, + "z": 0.7 + }, + "K5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 31.48, + "z": 0.7 + }, + "L5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 26.98, + "z": 0.7 + }, + "M5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 22.48, + "z": 0.7 + }, + "N5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 17.98, + "z": 0.7 + }, + "O5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 13.48, + "z": 0.7 + }, + "P5": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 8.98, + "z": 0.7 + }, + "A6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 76.48, + "z": 0.7 + }, + "B6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 71.98, + "z": 0.7 + }, + "C6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 67.48, + "z": 0.7 + }, + "D6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 62.98, + "z": 0.7 + }, + "E6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 58.48, + "z": 0.7 + }, + "F6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 53.98, + "z": 0.7 + }, + "G6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 49.48, + "z": 0.7 + }, + "H6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 44.98, + "z": 0.7 + }, + "I6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 40.48, + "z": 0.7 + }, + "J6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 35.98, + "z": 0.7 + }, + "K6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 31.48, + "z": 0.7 + }, + "L6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 26.98, + "z": 0.7 + }, + "M6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 22.48, + "z": 0.7 + }, + "N6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 17.98, + "z": 0.7 + }, + "O6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 13.48, + "z": 0.7 + }, + "P6": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 8.98, + "z": 0.7 + }, + "A7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 76.48, + "z": 0.7 + }, + "B7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 71.98, + "z": 0.7 + }, + "C7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 67.48, + "z": 0.7 + }, + "D7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 62.98, + "z": 0.7 + }, + "E7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 58.48, + "z": 0.7 + }, + "F7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 53.98, + "z": 0.7 + }, + "G7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 49.48, + "z": 0.7 + }, + "H7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 44.98, + "z": 0.7 + }, + "I7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 40.48, + "z": 0.7 + }, + "J7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 35.98, + "z": 0.7 + }, + "K7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 31.48, + "z": 0.7 + }, + "L7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 26.98, + "z": 0.7 + }, + "M7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 22.48, + "z": 0.7 + }, + "N7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 17.98, + "z": 0.7 + }, + "O7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 13.48, + "z": 0.7 + }, + "P7": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 8.98, + "z": 0.7 + }, + "A8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 76.48, + "z": 0.7 + }, + "B8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 71.98, + "z": 0.7 + }, + "C8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 67.48, + "z": 0.7 + }, + "D8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 62.98, + "z": 0.7 + }, + "E8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 58.48, + "z": 0.7 + }, + "F8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 53.98, + "z": 0.7 + }, + "G8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 49.48, + "z": 0.7 + }, + "H8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 44.98, + "z": 0.7 + }, + "I8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 40.48, + "z": 0.7 + }, + "J8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 35.98, + "z": 0.7 + }, + "K8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 31.48, + "z": 0.7 + }, + "L8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 26.98, + "z": 0.7 + }, + "M8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 22.48, + "z": 0.7 + }, + "N8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 17.98, + "z": 0.7 + }, + "O8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 13.48, + "z": 0.7 + }, + "P8": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 8.98, + "z": 0.7 + }, + "A9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 76.48, + "z": 0.7 + }, + "B9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 71.98, + "z": 0.7 + }, + "C9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 67.48, + "z": 0.7 + }, + "D9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 62.98, + "z": 0.7 + }, + "E9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 58.48, + "z": 0.7 + }, + "F9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 53.98, + "z": 0.7 + }, + "G9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 49.48, + "z": 0.7 + }, + "H9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 44.98, + "z": 0.7 + }, + "I9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 40.48, + "z": 0.7 + }, + "J9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 35.98, + "z": 0.7 + }, + "K9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 31.48, + "z": 0.7 + }, + "L9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 26.98, + "z": 0.7 + }, + "M9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 22.48, + "z": 0.7 + }, + "N9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 17.98, + "z": 0.7 + }, + "O9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 13.48, + "z": 0.7 + }, + "P9": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 8.98, + "z": 0.7 + }, + "A10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 76.48, + "z": 0.7 + }, + "B10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 71.98, + "z": 0.7 + }, + "C10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 67.48, + "z": 0.7 + }, + "D10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 62.98, + "z": 0.7 + }, + "E10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 58.48, + "z": 0.7 + }, + "F10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 53.98, + "z": 0.7 + }, + "G10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 49.48, + "z": 0.7 + }, + "H10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 44.98, + "z": 0.7 + }, + "I10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 40.48, + "z": 0.7 + }, + "J10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 35.98, + "z": 0.7 + }, + "K10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 31.48, + "z": 0.7 + }, + "L10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 26.98, + "z": 0.7 + }, + "M10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 22.48, + "z": 0.7 + }, + "N10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 17.98, + "z": 0.7 + }, + "O10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 13.48, + "z": 0.7 + }, + "P10": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 8.98, + "z": 0.7 + }, + "A11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 76.48, + "z": 0.7 + }, + "B11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 71.98, + "z": 0.7 + }, + "C11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 67.48, + "z": 0.7 + }, + "D11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 62.98, + "z": 0.7 + }, + "E11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 58.48, + "z": 0.7 + }, + "F11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 53.98, + "z": 0.7 + }, + "G11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 49.48, + "z": 0.7 + }, + "H11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 44.98, + "z": 0.7 + }, + "I11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 40.48, + "z": 0.7 + }, + "J11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 35.98, + "z": 0.7 + }, + "K11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 31.48, + "z": 0.7 + }, + "L11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 26.98, + "z": 0.7 + }, + "M11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 22.48, + "z": 0.7 + }, + "N11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 17.98, + "z": 0.7 + }, + "O11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 13.48, + "z": 0.7 + }, + "P11": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 8.98, + "z": 0.7 + }, + "A12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 76.48, + "z": 0.7 + }, + "B12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 71.98, + "z": 0.7 + }, + "C12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 67.48, + "z": 0.7 + }, + "D12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 62.98, + "z": 0.7 + }, + "E12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 58.48, + "z": 0.7 + }, + "F12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 53.98, + "z": 0.7 + }, + "G12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 49.48, + "z": 0.7 + }, + "H12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 44.98, + "z": 0.7 + }, + "I12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 40.48, + "z": 0.7 + }, + "J12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 35.98, + "z": 0.7 + }, + "K12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 31.48, + "z": 0.7 + }, + "L12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 26.98, + "z": 0.7 + }, + "M12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 22.48, + "z": 0.7 + }, + "N12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 17.98, + "z": 0.7 + }, + "O12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 13.48, + "z": 0.7 + }, + "P12": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 8.98, + "z": 0.7 + }, + "A13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 76.48, + "z": 0.7 + }, + "B13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 71.98, + "z": 0.7 + }, + "C13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 67.48, + "z": 0.7 + }, + "D13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 62.98, + "z": 0.7 + }, + "E13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 58.48, + "z": 0.7 + }, + "F13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 53.98, + "z": 0.7 + }, + "G13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 49.48, + "z": 0.7 + }, + "H13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 44.98, + "z": 0.7 + }, + "I13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 40.48, + "z": 0.7 + }, + "J13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 35.98, + "z": 0.7 + }, + "K13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 31.48, + "z": 0.7 + }, + "L13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 26.98, + "z": 0.7 + }, + "M13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 22.48, + "z": 0.7 + }, + "N13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 17.98, + "z": 0.7 + }, + "O13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 13.48, + "z": 0.7 + }, + "P13": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 8.98, + "z": 0.7 + }, + "A14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 76.48, + "z": 0.7 + }, + "B14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 71.98, + "z": 0.7 + }, + "C14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 67.48, + "z": 0.7 + }, + "D14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 62.98, + "z": 0.7 + }, + "E14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 58.48, + "z": 0.7 + }, + "F14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 53.98, + "z": 0.7 + }, + "G14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 49.48, + "z": 0.7 + }, + "H14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 44.98, + "z": 0.7 + }, + "I14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 40.48, + "z": 0.7 + }, + "J14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 35.98, + "z": 0.7 + }, + "K14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 31.48, + "z": 0.7 + }, + "L14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 26.98, + "z": 0.7 + }, + "M14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 22.48, + "z": 0.7 + }, + "N14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 17.98, + "z": 0.7 + }, + "O14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 13.48, + "z": 0.7 + }, + "P14": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 8.98, + "z": 0.7 + }, + "A15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 76.48, + "z": 0.7 + }, + "B15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 71.98, + "z": 0.7 + }, + "C15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 67.48, + "z": 0.7 + }, + "D15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 62.98, + "z": 0.7 + }, + "E15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 58.48, + "z": 0.7 + }, + "F15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 53.98, + "z": 0.7 + }, + "G15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 49.48, + "z": 0.7 + }, + "H15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 44.98, + "z": 0.7 + }, + "I15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 40.48, + "z": 0.7 + }, + "J15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 35.98, + "z": 0.7 + }, + "K15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 31.48, + "z": 0.7 + }, + "L15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 26.98, + "z": 0.7 + }, + "M15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 22.48, + "z": 0.7 + }, + "N15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 17.98, + "z": 0.7 + }, + "O15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 13.48, + "z": 0.7 + }, + "P15": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 8.98, + "z": 0.7 + }, + "A16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 76.48, + "z": 0.7 + }, + "B16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 71.98, + "z": 0.7 + }, + "C16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 67.48, + "z": 0.7 + }, + "D16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 62.98, + "z": 0.7 + }, + "E16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 58.48, + "z": 0.7 + }, + "F16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 53.98, + "z": 0.7 + }, + "G16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 49.48, + "z": 0.7 + }, + "H16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 44.98, + "z": 0.7 + }, + "I16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 40.48, + "z": 0.7 + }, + "J16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 35.98, + "z": 0.7 + }, + "K16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 31.48, + "z": 0.7 + }, + "L16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 26.98, + "z": 0.7 + }, + "M16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 22.48, + "z": 0.7 + }, + "N16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 17.98, + "z": 0.7 + }, + "O16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 13.48, + "z": 0.7 + }, + "P16": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 8.98, + "z": 0.7 + }, + "A17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 76.48, + "z": 0.7 + }, + "B17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 71.98, + "z": 0.7 + }, + "C17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 67.48, + "z": 0.7 + }, + "D17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 62.98, + "z": 0.7 + }, + "E17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 58.48, + "z": 0.7 + }, + "F17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 53.98, + "z": 0.7 + }, + "G17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 49.48, + "z": 0.7 + }, + "H17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 44.98, + "z": 0.7 + }, + "I17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 40.48, + "z": 0.7 + }, + "J17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 35.98, + "z": 0.7 + }, + "K17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 31.48, + "z": 0.7 + }, + "L17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 26.98, + "z": 0.7 + }, + "M17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 22.48, + "z": 0.7 + }, + "N17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 17.98, + "z": 0.7 + }, + "O17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 13.48, + "z": 0.7 + }, + "P17": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 8.98, + "z": 0.7 + }, + "A18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 76.48, + "z": 0.7 + }, + "B18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 71.98, + "z": 0.7 + }, + "C18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 67.48, + "z": 0.7 + }, + "D18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 62.98, + "z": 0.7 + }, + "E18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 58.48, + "z": 0.7 + }, + "F18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 53.98, + "z": 0.7 + }, + "G18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 49.48, + "z": 0.7 + }, + "H18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 44.98, + "z": 0.7 + }, + "I18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 40.48, + "z": 0.7 + }, + "J18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 35.98, + "z": 0.7 + }, + "K18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 31.48, + "z": 0.7 + }, + "L18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 26.98, + "z": 0.7 + }, + "M18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 22.48, + "z": 0.7 + }, + "N18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 17.98, + "z": 0.7 + }, + "O18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 13.48, + "z": 0.7 + }, + "P18": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 8.98, + "z": 0.7 + }, + "A19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 76.48, + "z": 0.7 + }, + "B19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 71.98, + "z": 0.7 + }, + "C19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 67.48, + "z": 0.7 + }, + "D19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 62.98, + "z": 0.7 + }, + "E19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 58.48, + "z": 0.7 + }, + "F19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 53.98, + "z": 0.7 + }, + "G19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 49.48, + "z": 0.7 + }, + "H19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 44.98, + "z": 0.7 + }, + "I19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 40.48, + "z": 0.7 + }, + "J19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 35.98, + "z": 0.7 + }, + "K19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 31.48, + "z": 0.7 + }, + "L19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 26.98, + "z": 0.7 + }, + "M19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 22.48, + "z": 0.7 + }, + "N19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 17.98, + "z": 0.7 + }, + "O19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 13.48, + "z": 0.7 + }, + "P19": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 8.98, + "z": 0.7 + }, + "A20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 76.48, + "z": 0.7 + }, + "B20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 71.98, + "z": 0.7 + }, + "C20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 67.48, + "z": 0.7 + }, + "D20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 62.98, + "z": 0.7 + }, + "E20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 58.48, + "z": 0.7 + }, + "F20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 53.98, + "z": 0.7 + }, + "G20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 49.48, + "z": 0.7 + }, + "H20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 44.98, + "z": 0.7 + }, + "I20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 40.48, + "z": 0.7 + }, + "J20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 35.98, + "z": 0.7 + }, + "K20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 31.48, + "z": 0.7 + }, + "L20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 26.98, + "z": 0.7 + }, + "M20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 22.48, + "z": 0.7 + }, + "N20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 17.98, + "z": 0.7 + }, + "O20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 13.48, + "z": 0.7 + }, + "P20": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 8.98, + "z": 0.7 + }, + "A21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 76.48, + "z": 0.7 + }, + "B21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 71.98, + "z": 0.7 + }, + "C21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 67.48, + "z": 0.7 + }, + "D21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 62.98, + "z": 0.7 + }, + "E21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 58.48, + "z": 0.7 + }, + "F21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 53.98, + "z": 0.7 + }, + "G21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 49.48, + "z": 0.7 + }, + "H21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 44.98, + "z": 0.7 + }, + "I21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 40.48, + "z": 0.7 + }, + "J21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 35.98, + "z": 0.7 + }, + "K21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 31.48, + "z": 0.7 + }, + "L21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 26.98, + "z": 0.7 + }, + "M21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 22.48, + "z": 0.7 + }, + "N21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 17.98, + "z": 0.7 + }, + "O21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 13.48, + "z": 0.7 + }, + "P21": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 8.98, + "z": 0.7 + }, + "A22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 76.48, + "z": 0.7 + }, + "B22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 71.98, + "z": 0.7 + }, + "C22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 67.48, + "z": 0.7 + }, + "D22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 62.98, + "z": 0.7 + }, + "E22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 58.48, + "z": 0.7 + }, + "F22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 53.98, + "z": 0.7 + }, + "G22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 49.48, + "z": 0.7 + }, + "H22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 44.98, + "z": 0.7 + }, + "I22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 40.48, + "z": 0.7 + }, + "J22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 35.98, + "z": 0.7 + }, + "K22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 31.48, + "z": 0.7 + }, + "L22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 26.98, + "z": 0.7 + }, + "M22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 22.48, + "z": 0.7 + }, + "N22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 17.98, + "z": 0.7 + }, + "O22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 13.48, + "z": 0.7 + }, + "P22": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 8.98, + "z": 0.7 + }, + "A23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 76.48, + "z": 0.7 + }, + "B23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 71.98, + "z": 0.7 + }, + "C23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 67.48, + "z": 0.7 + }, + "D23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 62.98, + "z": 0.7 + }, + "E23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 58.48, + "z": 0.7 + }, + "F23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 53.98, + "z": 0.7 + }, + "G23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 49.48, + "z": 0.7 + }, + "H23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 44.98, + "z": 0.7 + }, + "I23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 40.48, + "z": 0.7 + }, + "J23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 35.98, + "z": 0.7 + }, + "K23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 31.48, + "z": 0.7 + }, + "L23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 26.98, + "z": 0.7 + }, + "M23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 22.48, + "z": 0.7 + }, + "N23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 17.98, + "z": 0.7 + }, + "O23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 13.48, + "z": 0.7 + }, + "P23": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 8.98, + "z": 0.7 + }, + "A24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 76.48, + "z": 0.7 + }, + "B24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 71.98, + "z": 0.7 + }, + "C24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 67.48, + "z": 0.7 + }, + "D24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 62.98, + "z": 0.7 + }, + "E24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 58.48, + "z": 0.7 + }, + "F24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 53.98, + "z": 0.7 + }, + "G24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 49.48, + "z": 0.7 + }, + "H24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 44.98, + "z": 0.7 + }, + "I24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 40.48, + "z": 0.7 + }, + "J24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 35.98, + "z": 0.7 + }, + "K24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 31.48, + "z": 0.7 + }, + "L24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 26.98, + "z": 0.7 + }, + "M24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 22.48, + "z": 0.7 + }, + "N24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 17.98, + "z": 0.7 + }, + "O24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 13.48, + "z": 0.7 + }, + "P24": { + "depth": 9.9, + "totalLiquidVolume": 45, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 8.98, + "z": 0.7 + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "v" + }, + "wells": [ + "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" + ] + } + ], + "parameters": { + "format": "384Standard", + "quirks": [], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "eppendorf_twintec_384_wellplate_45ul" + }, + "namespace": "opentrons", + "version": 1, + "schemaVersion": 2, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + } +}