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