Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(shared-data): create liquid class schema v1 and fixture #16267

Merged
merged 9 commits into from
Oct 9, 2024
241 changes: 241 additions & 0 deletions shared-data/liquid-class/fixtures/fixture_glycerol50.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,241 @@
{
"liquidName": "Glycerol 50%",
"schemaVersion": 1,
"namespace": "opentrons",
"byPipette": [
{
"pipetteModel": "p20_single_gen2",
"byTipType": [
{
"tipType": "p20_tip",
"aspirate": {
"submerge": {
"positionReference": "liquid-meniscus",
"offset": {
"x": 0,
"y": 0,
"z": -5
},
"speed": 100,
"delay": {
"enable": true,
"params": {
"duration": 1.5
}
}
},
"retract": {
"positionReference": "well-top",
"offset": {
"x": 0,
"y": 0,
"z": 5
},
"speed": 100,
"airGapByVolume": {
"default": 2,
"5": 3,
"10": 4
},
"touchTip": {
"enable": true,
"params": {
"zOffset": 2,
"mmToEdge": 1,
"speed": 50
}
},
"delay": {
"enable": true,
"params": {
"duration": 1
}
}
},
"positionReference": "well-bottom",
"offset": {
"x": 0,
"y": 0,
"z": -5
},
"flowRateByVolume": {
"default": 50,
"10": 40,
"20": 30
},
"preWet": true,
"mix": {
"enable": true,
"params": {
"repetitions": 3,
"volume": 15
}
},
"delay": {
"enable": true,
"params": {
"duration": 2
}
}
},
"singleDispense": {
"submerge": {
"positionReference": "liquid-meniscus",
"offset": {
"x": 0,
"y": 0,
"z": -5
},
"speed": 100,
"delay": {
"enable": true,
"params": {
"duration": 1.5
}
}
},
"retract": {
"positionReference": "well-top",
"offset": {
"x": 0,
"y": 0,
"z": 5
},
"speed": 100,
"airGapByVolume": {
"default": 2,
"5": 3,
"10": 4
},
"blowout": {
"enable": true,
"params": {
"location": "trash",
"flowRate": 100
}
},
"touchTip": {
"enable": true,
"params": {
"zOffset": 2,
"mmToEdge": 1,
"speed": 50
}
},
"delay": {
"enable": true,
"params": {
"duration": 1
}
}
},
"positionReference": "well-bottom",
"offset": {
"x": 0,
"y": 0,
"z": -5
},
"flowRateByVolume": {
"default": 50,
"10": 40,
"20": 30
},
"mix": {
"enable": true,
"params": {
"repetitions": 3,
"volume": 15
}
},
"pushOutByVolume": {
"default": 5,
"10": 7,
"20": 10
},
"delay": 1
},
"multiDispense": {
"submerge": {
"positionReference": "liquid-meniscus",
"offset": {
"x": 0,
"y": 0,
"z": -5
},
"speed": 100,
"delay": {
"enable": true,
"params": {
"duration": 1.5
}
}
},
"retract": {
"positionReference": "well-top",
"offset": {
"x": 0,
"y": 0,
"z": 5
},
"speed": 100,
"airGapByVolume": {
"default": 2,
"5": 3,
"10": 4
},
"touchTip": {
"enable": true,
"params": {
"zOffset": 2,
"mmToEdge": 1,
"speed": 50
}
},
"delay": {
"enable": true,
"params": {
"duration": 1
}
},
"blowout": {
"enable": false
}
},
"positionReference": "well-bottom",
"offset": {
"x": 0,
"y": 0,
"z": -5
},
"flowRateByVolume": {
"default": 50,
"10": 40,
"20": 30
},
"mix": {
"enable": true,
"params": {
"repetitions": 3,
"volume": 15
}
},
"conditioningByVolume": {
"default": 10,
"5": 5
},
"disposalByVolume": {
"default": 2,
"5": 3
},
"delay": {
"enable": true,
"params": {
"duration": 1
}
}
}
}
]
}
]
}
Loading
Loading