From 4ae996497d18c065960ab1b2394fa173dc05ca55 Mon Sep 17 00:00:00 2001 From: Guangxin Zhang Date: Fri, 11 Jul 2025 18:10:21 +0800 Subject: [PATCH] Add plateT6 to PRCXI configuration and enhance error handling in liquid handling --- test/experiments/prcxi.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/test/experiments/prcxi.json b/test/experiments/prcxi.json index 4078756..e362558 100644 --- a/test/experiments/prcxi.json +++ b/test/experiments/prcxi.json @@ -35,7 +35,8 @@ "plateT2", "plateT3", "rackT4", - "plateT5" + "plateT5", + "plateT6" ], "parent": "PRCXI", "type": "device", @@ -184,6 +185,31 @@ "uuid": "57b1e4711e9e4a32b529f3132fc5931f" } } + }, + { + "id": "plateT6", + "name": "plateT6", + "sample_id": null, + "children": [], + "parent": "deck", + "type": "device", + "class": "", + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "config": { + "type": "PRCXI9300Container", + "size_x": 120.98, + "size_y": 82.12, + "size_z": 50.3 + }, + "data": { + "Material": { + "uuid": "57b1e4711e9e4a32b529f3132fc5931f" + } + } } ], "links": []