mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-03 21:05:09 +00:00
修改部分bug
This commit is contained in:
@@ -1652,10 +1652,10 @@ class PRCXI9300Api:
|
||||
start = False
|
||||
while not success:
|
||||
status = self.step_state_list()
|
||||
if len(status) == 1:
|
||||
start = True
|
||||
if status is None:
|
||||
break
|
||||
if len(status) == 1:
|
||||
start = True
|
||||
if len(status) == 0:
|
||||
break
|
||||
if status[-1]["State"] == 2 and start:
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"host": "10.20.30.184",
|
||||
"port": 9999,
|
||||
"debug": false,
|
||||
"setup": true,
|
||||
"setup": false,
|
||||
"is_9320": true,
|
||||
"timeout": 10,
|
||||
"matrix_id": "5de524d0-3f95-406c-86dd-f83626ebc7cb",
|
||||
@@ -221,7 +221,7 @@
|
||||
"type": "PRCXI9300PlateAdapterSite",
|
||||
"size_x": 127.5,
|
||||
"size_y": 86,
|
||||
"size_z": 97,
|
||||
"size_z": 94,
|
||||
"rotation": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
|
||||
@@ -221,7 +221,7 @@
|
||||
"type": "PRCXI9300PlateAdapterSite",
|
||||
"size_x": 127.5,
|
||||
"size_y": 86,
|
||||
"size_z": 97,
|
||||
"size_z": 94,
|
||||
"rotation": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
|
||||
Reference in New Issue
Block a user