修改部分bug

This commit is contained in:
q434343
2026-01-28 14:43:52 +08:00
3 changed files with 5 additions and 5 deletions

View File

@@ -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:

View File

@@ -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,

View File

@@ -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,