-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(shared-data): Convert GEN1/GEN2 pipettes to the new shared-data …
…schema (#12148)
- Loading branch information
1 parent
4157d6d
commit 518dd25
Showing
157 changed files
with
9,312 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
shared-data/pipette/definitions/2/general/eight_channel/p10/1_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"$otSharedSchema": "#/pipette/schemas/2/pipettePropertiesSchema.json", | ||
"displayName": "P10 8-Channel GEN1", | ||
"model": "p10", | ||
"displayCategory": "GEN1", | ||
"pickUpTipConfigurations": { | ||
"current": 0.4, | ||
"speed": 30.0, | ||
"presses": 3, | ||
"increment": 1.0, | ||
"distance": 10.0 | ||
}, | ||
"dropTipConfigurations": { | ||
"current": 0.5, | ||
"speed": 5.0, | ||
"presses": 0, | ||
"increment": 0.0, | ||
"distance": 0.0 | ||
}, | ||
"plungerMotorConfigurations": { "idle": 0.5, "run": 0.5 }, | ||
"plungerPositionsConfigurations": { | ||
"top": 19.5, | ||
"bottom": 2.0, | ||
"blowout": -1.0, | ||
"drop": -4.0 | ||
}, | ||
"availableSensors": { "sensors": [] }, | ||
"partialTipConfigurations": { | ||
"partialTipSupported": true, | ||
"availableConfigurations": [1, 2, 3, 4, 5, 6, 7, 8] | ||
}, | ||
"channels": 8 | ||
} |
33 changes: 33 additions & 0 deletions
33
shared-data/pipette/definitions/2/general/eight_channel/p10/1_3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"$otSharedSchema": "#/pipette/schemas/2/pipettePropertiesSchema.json", | ||
"displayName": "P10 8-Channel GEN1", | ||
"model": "p10", | ||
"displayCategory": "GEN1", | ||
"pickUpTipConfigurations": { | ||
"current": 0.4, | ||
"speed": 30.0, | ||
"presses": 3, | ||
"increment": 1.0, | ||
"distance": 10.0 | ||
}, | ||
"dropTipConfigurations": { | ||
"current": 0.5, | ||
"speed": 5.0, | ||
"presses": 0, | ||
"increment": 0.0, | ||
"distance": 0.0 | ||
}, | ||
"plungerMotorConfigurations": { "idle": 0.5, "run": 0.5 }, | ||
"plungerPositionsConfigurations": { | ||
"top": 19.5, | ||
"bottom": 0.5, | ||
"blowout": -2.5, | ||
"drop": -5.5 | ||
}, | ||
"availableSensors": { "sensors": [] }, | ||
"partialTipConfigurations": { | ||
"partialTipSupported": true, | ||
"availableConfigurations": [1, 2, 3, 4, 5, 6, 7, 8] | ||
}, | ||
"channels": 8 | ||
} |
33 changes: 33 additions & 0 deletions
33
shared-data/pipette/definitions/2/general/eight_channel/p10/1_4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"$otSharedSchema": "#/pipette/schemas/2/pipettePropertiesSchema.json", | ||
"displayName": "P10 8-Channel GEN1", | ||
"model": "p10", | ||
"displayCategory": "GEN1", | ||
"pickUpTipConfigurations": { | ||
"current": 0.4, | ||
"speed": 30.0, | ||
"presses": 3, | ||
"increment": 1.0, | ||
"distance": 10.0 | ||
}, | ||
"dropTipConfigurations": { | ||
"current": 0.5, | ||
"speed": 5.0, | ||
"presses": 0, | ||
"increment": 0.0, | ||
"distance": 0.0 | ||
}, | ||
"plungerMotorConfigurations": { "idle": 0.5, "run": 0.5 }, | ||
"plungerPositionsConfigurations": { | ||
"top": 19.5, | ||
"bottom": 2.0, | ||
"blowout": -1.0, | ||
"drop": -4.5 | ||
}, | ||
"availableSensors": { "sensors": [] }, | ||
"partialTipConfigurations": { | ||
"partialTipSupported": true, | ||
"availableConfigurations": [1, 2, 3, 4, 5, 6, 7, 8] | ||
}, | ||
"channels": 8 | ||
} |
33 changes: 33 additions & 0 deletions
33
shared-data/pipette/definitions/2/general/eight_channel/p10/1_5.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"$otSharedSchema": "#/pipette/schemas/2/pipettePropertiesSchema.json", | ||
"displayName": "P10 8-Channel GEN1", | ||
"model": "p10", | ||
"displayCategory": "GEN1", | ||
"pickUpTipConfigurations": { | ||
"current": 0.55, | ||
"speed": 30.0, | ||
"presses": 3, | ||
"increment": 3.0, | ||
"distance": 10.0 | ||
}, | ||
"dropTipConfigurations": { | ||
"current": 0.5, | ||
"speed": 5.0, | ||
"presses": 0, | ||
"increment": 0.0, | ||
"distance": 0.0 | ||
}, | ||
"plungerMotorConfigurations": { "idle": 0.5, "run": 0.5 }, | ||
"plungerPositionsConfigurations": { | ||
"top": 19.5, | ||
"bottom": 2.0, | ||
"blowout": -1.0, | ||
"drop": -4.5 | ||
}, | ||
"availableSensors": { "sensors": [] }, | ||
"partialTipConfigurations": { | ||
"partialTipSupported": true, | ||
"availableConfigurations": [1, 2, 3, 4, 5, 6, 7, 8] | ||
}, | ||
"channels": 8 | ||
} |
33 changes: 33 additions & 0 deletions
33
shared-data/pipette/definitions/2/general/eight_channel/p10/1_6.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"$otSharedSchema": "#/pipette/schemas/2/pipettePropertiesSchema.json", | ||
"displayName": "P10 8-Channel GEN1", | ||
"model": "p10", | ||
"displayCategory": "GEN1", | ||
"pickUpTipConfigurations": { | ||
"current": 0.55, | ||
"speed": 30.0, | ||
"presses": 3, | ||
"increment": 3.0, | ||
"distance": 10.0 | ||
}, | ||
"dropTipConfigurations": { | ||
"current": 0.5, | ||
"speed": 5.0, | ||
"presses": 0, | ||
"increment": 0.0, | ||
"distance": 0.0 | ||
}, | ||
"plungerMotorConfigurations": { "idle": 0.5, "run": 0.5 }, | ||
"plungerPositionsConfigurations": { | ||
"top": 19.5, | ||
"bottom": 2.0, | ||
"blowout": -1.0, | ||
"drop": -4.5 | ||
}, | ||
"availableSensors": { "sensors": [] }, | ||
"partialTipConfigurations": { | ||
"partialTipSupported": true, | ||
"availableConfigurations": [1, 2, 3, 4, 5, 6, 7, 8] | ||
}, | ||
"channels": 8 | ||
} |
File renamed without changes.
33 changes: 33 additions & 0 deletions
33
shared-data/pipette/definitions/2/general/eight_channel/p20/2_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"$otSharedSchema": "#/pipette/schemas/2/pipettePropertiesSchema.json", | ||
"displayName": "P20 8-Channel GEN2", | ||
"model": "p20", | ||
"displayCategory": "GEN2", | ||
"pickUpTipConfigurations": { | ||
"current": 0.6, | ||
"speed": 10.0, | ||
"presses": 1, | ||
"increment": 0.0, | ||
"distance": 11.0 | ||
}, | ||
"dropTipConfigurations": { | ||
"current": 1.25, | ||
"speed": 15.0, | ||
"presses": 0, | ||
"increment": 0.0, | ||
"distance": 0.0 | ||
}, | ||
"plungerMotorConfigurations": { "idle": 0.3, "run": 1.0 }, | ||
"plungerPositionsConfigurations": { | ||
"top": 19.5, | ||
"bottom": -8.5, | ||
"blowout": -13.0, | ||
"drop": -31.6 | ||
}, | ||
"availableSensors": { "sensors": [] }, | ||
"partialTipConfigurations": { | ||
"partialTipSupported": true, | ||
"availableConfigurations": [1, 2, 3, 4, 5, 6, 7, 8] | ||
}, | ||
"channels": 8 | ||
} |
Oops, something went wrong.