@@ -66,6 +66,7 @@ stages:
66
66
author :
engineering <[email protected] >
67
67
protocolName : Simple test protocol
68
68
analyses : []
69
+ key : null
69
70
analysisSummaries :
70
71
- id : ' {analysis_id}'
71
72
status : completed
@@ -97,24 +98,28 @@ stages:
97
98
displayName : Source Plate
98
99
location :
99
100
moduleId : temperatureModuleId
101
+ offsetId : null
100
102
- id : destPlateId
101
103
loadName : armadillo_96_wellplate_200ul_pcr_full_skirt
102
104
definitionUri : opentrons/armadillo_96_wellplate_200ul_pcr_full_skirt/1
103
105
displayName : Sample Collection Plate
104
106
location :
105
107
moduleId : magneticModuleId
108
+ offsetId : null
106
109
- id : tipRackId
107
110
loadName : opentrons_96_tiprack_1000ul
108
111
definitionUri : opentrons/opentrons_96_tiprack_1000ul/1
109
112
displayName : Opentrons 96 Tip Rack 1000 µL
110
113
location :
111
114
slotName : ' B2'
115
+ offsetId : null
112
116
- id : fixedTrash
113
117
loadName : opentrons_1_trash_1100ml_fixed
114
118
definitionUri : opentrons/opentrons_1_trash_1100ml_fixed/1
115
119
displayName : Trash
116
120
location :
117
121
slotName : ' A3'
122
+ offsetId : null
118
123
modules :
119
124
- id : magneticModuleId
120
125
serialNumber : !anystr
@@ -133,10 +138,14 @@ stages:
133
138
commandType : home
134
139
key : !anystr
135
140
status : succeeded
136
- params : { }
141
+ params :
142
+ skipIfMountPositionOk : null
143
+ axes : null
137
144
result : { }
138
145
startedAt : !anystr
139
146
completedAt : !anystr
147
+ error : null
148
+ intent : null
140
149
- id : !anystr
141
150
createdAt : !anystr
142
151
commandType : loadPipette
@@ -150,6 +159,8 @@ stages:
150
159
pipetteId : pipetteId
151
160
startedAt : !anystr
152
161
completedAt : !anystr
162
+ error : null
163
+ intent : null
153
164
- id : !anystr
154
165
createdAt : !anystr
155
166
commandType : loadModule
@@ -167,6 +178,8 @@ stages:
167
178
serialNumber : !anystr
168
179
startedAt : !anystr
169
180
completedAt : !anystr
181
+ error : null
182
+ intent : null
170
183
- id : !anystr
171
184
createdAt : !anystr
172
185
commandType : loadModule
@@ -184,6 +197,8 @@ stages:
184
197
serialNumber : !anystr
185
198
startedAt : !anystr
186
199
completedAt : !anystr
200
+ error : null
201
+ intent : null
187
202
- id : !anystr
188
203
createdAt : !anystr
189
204
commandType : loadLabware
@@ -200,8 +215,11 @@ stages:
200
215
result :
201
216
labwareId : sourcePlateId
202
217
definition : !anydict
218
+ offsetId : null
203
219
startedAt : !anystr
204
220
completedAt : !anystr
221
+ error : null
222
+ intent : null
205
223
- id : !anystr
206
224
createdAt : !anystr
207
225
commandType : loadLabware
@@ -218,8 +236,11 @@ stages:
218
236
result :
219
237
labwareId : destPlateId
220
238
definition : !anydict
239
+ offsetId : null
221
240
startedAt : !anystr
222
241
completedAt : !anystr
242
+ error : null
243
+ intent : null
223
244
- id : !anystr
224
245
createdAt : !anystr
225
246
commandType : loadLabware
@@ -236,8 +257,11 @@ stages:
236
257
result :
237
258
labwareId : tipRackId
238
259
definition : !anydict
260
+ offsetId : null
239
261
startedAt : !anystr
240
262
completedAt : !anystr
263
+ error : null
264
+ intent : null
241
265
- id : !anystr
242
266
createdAt : !anystr
243
267
commandType : loadLabware
@@ -254,8 +278,11 @@ stages:
254
278
result :
255
279
labwareId : fixedTrash
256
280
definition : !anydict
281
+ offsetId : null
257
282
startedAt : !anystr
258
283
completedAt : !anystr
284
+ error : null
285
+ intent : null
259
286
- id : !anystr
260
287
createdAt : !anystr
261
288
commandType : loadLiquid
@@ -270,15 +297,21 @@ stages:
270
297
result : {}
271
298
startedAt : !anystr
272
299
completedAt : !anystr
300
+ error : null
301
+ intent : null
273
302
- id : !anystr
274
303
createdAt : !anystr
275
304
commandType : home
276
305
key : !anystr
277
306
status : succeeded
278
- params : {}
307
+ params :
308
+ skipIfMountPositionOk : null
309
+ axes : null
279
310
result : {}
280
311
startedAt : !anystr
281
312
completedAt : !anystr
313
+ error : null
314
+ intent : null
282
315
- id : !anystr
283
316
createdAt : !anystr
284
317
commandType : pickUpTip
@@ -301,6 +334,8 @@ stages:
301
334
tipDiameter : 7.23
302
335
startedAt : !anystr
303
336
completedAt : !anystr
337
+ error : null
338
+ intent : null
304
339
- id : !anystr
305
340
createdAt : !anystr
306
341
commandType : aspirate
@@ -323,16 +358,21 @@ stages:
323
358
volume : 5.0
324
359
startedAt : !anystr
325
360
completedAt : !anystr
361
+ error : null
362
+ intent : null
326
363
- id : !anystr
327
364
createdAt : !anystr
328
365
commandType : waitForDuration
329
366
key : !anystr
330
367
status : succeeded
331
368
params :
332
369
seconds : 42.0
370
+ message : null
333
371
result : {}
334
372
startedAt : !anystr
335
373
completedAt : !anystr
374
+ error : null
375
+ intent : null
336
376
- id : !anystr
337
377
createdAt : !anystr
338
378
commandType : dispense
@@ -350,11 +390,14 @@ stages:
350
390
z : 1.0
351
391
volume : 4.5
352
392
flowRate : 2.5
393
+ pushOut : null
353
394
result :
354
395
position : { 'x': 341.205, 'y': 65.115, 'z': 84.3 }
355
396
volume : 4.5
356
397
startedAt : !anystr
357
398
completedAt : !anystr
399
+ error : null
400
+ intent : null
358
401
- id : !anystr
359
402
createdAt : !anystr
360
403
commandType : touchTip
@@ -376,6 +419,8 @@ stages:
376
419
position : { 'x': 341.205, 'y': 65.115, 'z': 94.3 }
377
420
startedAt : !anystr
378
421
completedAt : !anystr
422
+ error : null
423
+ intent : null
379
424
- id : !anystr
380
425
createdAt : !anystr
381
426
commandType : blowout
@@ -396,6 +441,8 @@ stages:
396
441
position : { 'x': 341.205, 'y': 65.115, 'z': 95.3 }
397
442
startedAt : !anystr
398
443
completedAt : !anystr
444
+ error : null
445
+ intent : null
399
446
- id : !anystr
400
447
createdAt : !anystr
401
448
commandType : moveToCoordinates
@@ -408,10 +455,14 @@ stages:
408
455
y : 100.0
409
456
z : 100.0
410
457
forceDirect : false
458
+ minimumZHeight : null
459
+ speed : null
411
460
result :
412
461
position : { 'x': 100.0, 'y': 100.0, 'z': 100.0 }
413
462
startedAt : !anystr
414
463
completedAt : !anystr
464
+ error : null
465
+ intent : null
415
466
- id : !anystr
416
467
createdAt : !anystr
417
468
commandType : moveToWell
@@ -429,11 +480,14 @@ stages:
429
480
z : 0
430
481
forceDirect : false
431
482
speed : 12.3
483
+ minimumZHeight : null
432
484
result :
433
485
position :
434
486
{ 'x': 350.205, 'y': 65.115, 'z': 98.25 }
435
487
startedAt : !anystr
436
488
completedAt : !anystr
489
+ error : null
490
+ intent : null
437
491
- id : !anystr
438
492
createdAt : !anystr
439
493
commandType : moveToWell
@@ -451,11 +505,14 @@ stages:
451
505
z : 10.0
452
506
minimumZHeight : 35.0
453
507
forceDirect : true
508
+ speed : null
454
509
result :
455
510
position :
456
511
{ 'x': 352.205, 'y': 68.115, 'z': 93.3 }
457
512
startedAt : !anystr
458
513
completedAt : !anystr
514
+ error : null
515
+ intent : null
459
516
- id : !anystr
460
517
createdAt : !anystr
461
518
commandType : dropTip
@@ -472,10 +529,13 @@ stages:
472
529
y : 0
473
530
z : 0
474
531
alternateDropLocation : false
532
+ homeAfter : null
475
533
result :
476
534
position : { 'x': 410.84000000000003, 'y': 374.56, 'z': 82.0 }
477
535
startedAt : !anystr
478
536
completedAt : !anystr
537
+ error : null
538
+ intent : null
479
539
- id : !anystr
480
540
createdAt : !anystr
481
541
commandType : waitForResume
@@ -486,6 +546,8 @@ stages:
486
546
result : {}
487
547
startedAt : !anystr
488
548
completedAt : !anystr
549
+ error : null
550
+ intent : null
489
551
- id : !anystr
490
552
createdAt : !anystr
491
553
commandType : moveToCoordinates
@@ -499,10 +561,13 @@ stages:
499
561
z : 0.0
500
562
minimumZHeight : 35.0
501
563
forceDirect : true
564
+ speed : null
502
565
result :
503
566
position : { 'x': 0.0, 'y': 0.0, 'z': 0.0 }
504
567
startedAt : !anystr
505
568
completedAt : !anystr
569
+ error : null
570
+ intent : null
506
571
- id : !anystr
507
572
createdAt : !anystr
508
573
commandType : moveRelative
@@ -519,6 +584,8 @@ stages:
519
584
z : !anyfloat
520
585
startedAt : !anystr
521
586
completedAt : !anystr
587
+ error : null
588
+ intent : null
522
589
- id : !anystr
523
590
createdAt : !anystr
524
591
commandType : moveRelative
@@ -535,6 +602,8 @@ stages:
535
602
z : !anyfloat
536
603
startedAt : !anystr
537
604
completedAt : !anystr
605
+ error : null
606
+ intent : null
538
607
- id : !anystr
539
608
createdAt : !anystr
540
609
commandType : savePosition
@@ -543,6 +612,7 @@ stages:
543
612
params :
544
613
pipetteId : pipetteId
545
614
failOnNotHomed : true
615
+ positionId : null
546
616
result :
547
617
positionId : !anystr
548
618
position :
@@ -551,6 +621,8 @@ stages:
551
621
z : !anyfloat
552
622
startedAt : !anystr
553
623
completedAt : !anystr
624
+ error : null
625
+ intent : null
554
626
- id : !anystr
555
627
createdAt : !anystr
556
628
commandType : moveRelative
@@ -567,6 +639,8 @@ stages:
567
639
z : !anyfloat
568
640
startedAt : !anystr
569
641
completedAt : !anystr
642
+ error : null
643
+ intent : null
570
644
- id : !anystr
571
645
createdAt : !anystr
572
646
commandType : savePosition
@@ -584,6 +658,8 @@ stages:
584
658
z : !anyfloat
585
659
startedAt : !anystr
586
660
completedAt : !anystr
661
+ error : null
662
+ intent : null
587
663
errors : []
588
664
liquids :
589
665
- id : waterId
0 commit comments