Skip to content

Commit 1883b41

Browse files
This should fix the simulation issue and labware definitions included
1 parent 644a591 commit 1883b41

5 files changed

Lines changed: 244 additions & 1 deletion

File tree

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"ordering": [["A1"]],
3+
"brand": {
4+
"brand": "Millipore",
5+
"brandId": []
6+
},
7+
"metadata": {
8+
"displayName": "Millipore Vacuum Manifold Base",
9+
"displayCategory": "adapter",
10+
"displayVolumeUnits": "µL",
11+
"tags": []
12+
},
13+
"dimensions": {
14+
"xDimension": 143,
15+
"yDimension": 101.5,
16+
"zDimension": 38
17+
},
18+
"wells": {
19+
"A1": {
20+
"depth": 39.55,
21+
"shape": "rectangular",
22+
"xDimension": 106.8,
23+
"yDimension": 71.2,
24+
"totalLiquidVolume": 290000,
25+
"x": 63.88,
26+
"y": 42.74,
27+
"z": 4.85
28+
}
29+
},
30+
"groups": [
31+
{
32+
"metadata": {},
33+
"wells": ["A1"]
34+
}
35+
],
36+
"parameters": {
37+
"format": "96Standard",
38+
"quirks": ["stackingMaxFive"],
39+
"isTiprack": false,
40+
"isMagneticModuleCompatible": false,
41+
"loadName": "millipore_vacuum_manifold_base"
42+
},
43+
"namespace": "custom_beta",
44+
"version": 1,
45+
"schemaVersion": 2,
46+
"allowedRoles": [],
47+
"cornerOffsetFromSlot": {
48+
"x": -7.5,
49+
"y": -7.75,
50+
"z": 0
51+
}
52+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"ordering": [["A1"]],
3+
"brand": {
4+
"brand": "Millipore",
5+
"brandId": []
6+
},
7+
"metadata": {
8+
"displayName": "Millipore Vacuum Manifold Collar (Standard)",
9+
"displayCategory": "adapter",
10+
"displayVolumeUnits": "µL",
11+
"tags": []
12+
},
13+
"dimensions": {
14+
"xDimension": 153,
15+
"yDimension": 111,
16+
"zDimension": 49
17+
},
18+
"wells": {
19+
"A1": {
20+
"depth": 39.55,
21+
"shape": "rectangular",
22+
"xDimension": 106.8,
23+
"yDimension": 71.2,
24+
"totalLiquidVolume": 290000,
25+
"x": 63.88,
26+
"y": 42.74,
27+
"z": 4.85
28+
}
29+
},
30+
"groups": [
31+
{
32+
"metadata": {},
33+
"wells": ["A1"]
34+
}
35+
],
36+
"parameters": {
37+
"format": "96Standard",
38+
"quirks": ["stackingMaxFive"],
39+
"isTiprack": false,
40+
"isMagneticModuleCompatible": false,
41+
"loadName": "millipore_vacuum_manifold_collar_standard"
42+
},
43+
"namespace": "custom_beta",
44+
"version": 1,
45+
"schemaVersion": 2,
46+
"allowedRoles": [
47+
"labware"
48+
],
49+
"cornerOffsetFromSlot": {
50+
"x": -12.5,
51+
"y": -12.5,
52+
"z": 0
53+
},
54+
"stackingOffsetWithLabware": {
55+
"millipore_vacuum_manifold_base": {
56+
"x": 0,
57+
"y": 0,
58+
"z": 16
59+
},
60+
"millipore_vacuum_manifold_holder": {
61+
"x": 0,
62+
"y": 0,
63+
"z": 24
64+
}
65+
},
66+
"gripHeightFromLabwareBottom": 45
67+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"ordering": [["A1"]],
3+
"brand": {
4+
"brand": "Millipore",
5+
"brandId": []
6+
},
7+
"metadata": {
8+
"displayName": "Millipore Vacuum Manifold Collar (Tall)",
9+
"displayCategory": "adapter",
10+
"displayVolumeUnits": "µL",
11+
"tags": []
12+
},
13+
"dimensions": {
14+
"xDimension": 153,
15+
"yDimension": 111,
16+
"zDimension": 78
17+
},
18+
"wells": {
19+
"A1": {
20+
"depth": 39.55,
21+
"shape": "rectangular",
22+
"xDimension": 106.8,
23+
"yDimension": 71.2,
24+
"totalLiquidVolume": 290000,
25+
"x": 63.88,
26+
"y": 42.74,
27+
"z": 4.85
28+
}
29+
},
30+
"groups": [
31+
{
32+
"metadata": {},
33+
"wells": ["A1"]
34+
}
35+
],
36+
"parameters": {
37+
"format": "96Standard",
38+
"quirks": ["stackingMaxFive"],
39+
"isTiprack": false,
40+
"isMagneticModuleCompatible": false,
41+
"loadName": "millipore_vacuum_manifold_collar_tall"
42+
},
43+
"namespace": "custom_beta",
44+
"version": 1,
45+
"schemaVersion": 2,
46+
"allowedRoles": [
47+
"labware"
48+
],
49+
"cornerOffsetFromSlot": {
50+
"x": -12.5,
51+
"y": -12.5,
52+
"z": 0
53+
},
54+
"stackingOffsetWithLabware": {
55+
"millipore_vacuum_manifold_base": {
56+
"x": 0,
57+
"y": 0,
58+
"z": 16
59+
},
60+
"millipore_vacuum_manifold_holder": {
61+
"x": 0,
62+
"y": 0,
63+
"z": 24
64+
},
65+
"invitroven_filter_plate":{
66+
"x": 0,
67+
"y": 0,
68+
"z": 26.5
69+
}
70+
},
71+
"gripHeightFromLabwareBottom": 74
72+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"ordering": [["A1"]],
3+
"brand": {
4+
"brand": "Millipore",
5+
"brandId": []
6+
},
7+
"metadata": {
8+
"displayName": "Millipore Vacuum Manifold Holder",
9+
"displayCategory": "adapter",
10+
"displayVolumeUnits": "µL",
11+
"tags": []
12+
},
13+
"dimensions": {
14+
"xDimension": 143,
15+
"yDimension": 101.5,
16+
"zDimension": 49
17+
},
18+
"wells": {
19+
"A1": {
20+
"depth": 39.55,
21+
"shape": "rectangular",
22+
"xDimension": 106.8,
23+
"yDimension": 71.2,
24+
"totalLiquidVolume": 290000,
25+
"x": 63.88,
26+
"y": 42.74,
27+
"z": 4.85
28+
}
29+
},
30+
"groups": [
31+
{
32+
"metadata": {},
33+
"wells": ["A1"]
34+
}
35+
],
36+
"parameters": {
37+
"format": "96Standard",
38+
"quirks": ["stackingMaxFive"],
39+
"isTiprack": false,
40+
"isMagneticModuleCompatible": false,
41+
"loadName": "millipore_vacuum_manifold_holder"
42+
},
43+
"namespace": "custom_beta",
44+
"version": 1,
45+
"schemaVersion": 2,
46+
"allowedRoles": [],
47+
"cornerOffsetFromSlot": {
48+
"x": -7.5,
49+
"y": -7.75,
50+
"z": 0
51+
}
52+
}

hardware-testing/hardware_testing/modules/vacuum_module/high_temp_vm_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import time
33
from datetime import datetime
44
from pathlib import Path
5-
from hardware_testing.modules.common.utils import find_module_port
65
from opentrons import protocol_api # type: ignore[import]
76
from opentrons.protocol_api import ParameterContext
87

@@ -157,6 +156,7 @@ def run(ctx: protocol_api.ProtocolContext) -> None:
157156
from opentrons.drivers import vacuum_module # type: ignore[import]
158157

159158
if water_pump:
159+
from hardware_testing.modules.common.utils import find_module_port
160160
from hardware_testing.drivers import vacuum_pump
161161

162162
ctx.load_trash_bin("A3")

0 commit comments

Comments
 (0)