File tree Expand file tree Collapse file tree 3 files changed +87
-44
lines changed Expand file tree Collapse file tree 3 files changed +87
-44
lines changed Original file line number Diff line number Diff line change 5
5
< link rel ="icon " href ="./assets/logo-l4ieJfOB.ico " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > Opentrons | TestWork</ title >
8
- < script type ="module " crossorigin src ="./assets/index-DoqZNROX .js "> </ script >
8
+ < script type ="module " crossorigin src ="./assets/index-DSXcx6Pv .js "> </ script >
9
9
< link rel ="stylesheet " crossorigin href ="./assets/index-HoyTNhy0.css ">
10
10
</ head >
11
11
< body >
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ def init_device(self):
296
296
self .set_pressure_off ()
297
297
self .init_motors ()
298
298
self .set_temperature_controller_off ()
299
- self .home ()
299
+ # self.home()
300
300
301
301
def close_lid (self ):
302
302
"""
@@ -499,16 +499,20 @@ def init_loop(self):
499
499
"""
500
500
1. x y z 轴电机测试
501
501
"""
502
- for i in range (10 ):
503
- print (f"Round ---------------------------- { i + 1 } " )
504
- bd .move_to_work_position ()
505
- bd .set_pressure (0.02 , 5 )
506
- bd .home ()
502
+ # for i in range(10):
503
+ # print(f"Round ---------------------------- {i+1}")
504
+ # bd.move_to_work_position()
505
+ # bd.set_pressure(0.02, 5)
506
+ # bd.home()
507
507
508
508
"""
509
509
2. 保温测试
510
510
"""
511
511
# bd.heat_incubation([{"temperature": 70, "time": 60}])
512
512
# bd.move_z("AC67FFFF")
513
+ """
514
+ 3. led测试
515
+ """
516
+ bd .set_led_virtual_value ()
513
517
514
518
You can’t perform that action at this time.
0 commit comments