mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 22:15:04 +00:00
update
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
"timeout": 10.0,
|
"timeout": 10.0,
|
||||||
"axis": "Left",
|
"axis": "Left",
|
||||||
"channel_num": 8,
|
"channel_num": 8,
|
||||||
"setup": true,
|
"setup": false,
|
||||||
"debug": false,
|
"debug": false,
|
||||||
"simulator": false,
|
"simulator": false,
|
||||||
"matrix_id": "fd383e6d-2d0e-40b5-9c01-1b2870b1f1b1"
|
"matrix_id": "fd383e6d-2d0e-40b5-9c01-1b2870b1f1b1"
|
||||||
|
|||||||
@@ -400,6 +400,7 @@ class PRCXI9300Backend(LiquidHandlerBackend):
|
|||||||
)
|
)
|
||||||
print(f"PRCXI9300Backend created solution with ID: {solution_id}")
|
print(f"PRCXI9300Backend created solution with ID: {solution_id}")
|
||||||
self.api_client.load_solution(solution_id)
|
self.api_client.load_solution(solution_id)
|
||||||
|
print(json.dumps(self.steps_todo_list, indent=2))
|
||||||
return self.api_client.start()
|
return self.api_client.start()
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
@@ -1390,7 +1391,7 @@ if __name__ == "__main__":
|
|||||||
# # mix_vol=50,
|
# # mix_vol=50,
|
||||||
# # spread="wide",
|
# # spread="wide",
|
||||||
# # ))
|
# # ))
|
||||||
# print(json.dumps(handler._unilabos_backend.steps_todo_list, indent=2)) # Print matrix info
|
print(json.dumps(handler._unilabos_backend.steps_todo_list, indent=2)) # Print matrix info
|
||||||
# # input("pick_up_tips add step")
|
# # input("pick_up_tips add step")
|
||||||
# #asyncio.run(handler.run_protocol()) # Run the protocol
|
# #asyncio.run(handler.run_protocol()) # Run the protocol
|
||||||
# # input("Running protocol...")
|
# # input("Running protocol...")
|
||||||
|
|||||||
Reference in New Issue
Block a user