From 2476821dcc0a26617ecc0844e931711f959c4721 Mon Sep 17 00:00:00 2001 From: Junhan Chang Date: Tue, 30 Sep 2025 12:25:21 +0800 Subject: [PATCH] update bioyond launch json --- .../reaction_station_bioyond_test.json | 30 ++++++++++--------- unilabos/registry/resources/bioyond/deck.yaml | 2 +- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/test/experiments/reaction_station_bioyond_test.json b/test/experiments/reaction_station_bioyond_test.json index 9aeda04f..8446373a 100644 --- a/test/experiments/reaction_station_bioyond_test.json +++ b/test/experiments/reaction_station_bioyond_test.json @@ -3,9 +3,10 @@ { "id": "reaction_station_bioyond", "name": "reaction_station_bioyond", - "children": [ - ], "parent": null, + "children": [ + "Bioyond_Deck" + ], "type": "device", "class": "workstation.bioyond", "config": { @@ -21,18 +22,22 @@ "Liquid_feeding(titration)": "3a160824-0665-01ed-285a-51ef817a9046", "Liquid_feeding_beaker": "3a16087e-124f-8ddb-8ec1-c2dff09ca784", "Drip_back": "3a162cf9-6aac-565a-ddd7-682ba1796a4a" + }, + "material_type_mappings": { + "烧杯": "BIOYOND_PolymerStation_1FlaskCarrier", + "试剂瓶": "BIOYOND_PolymerStation_1BottleCarrier", + "样品板": "BIOYOND_PolymerStation_6VialCarrier" } }, "deck": { - "_resource_child_name": "Bioyond_Deck", - "_resource_type": "unilabos.resources.bioyond.decks:BIOYOND_PolymerReactionStation_Deck" + "data": { + "_resource_child_name": "Bioyond_Deck", + "_resource_type": "unilabos.resources.bioyond.decks:BIOYOND_PolymerReactionStation_Deck" + } }, "protocol_type": [] }, - "data": {}, - "children": [ - "Bioyond_Deck" - ] + "data": {} }, { "id": "Bioyond_Deck", @@ -42,18 +47,15 @@ ], "parent": "reaction_station_bioyond", "type": "deck", - "class": "OTDeck", + "class": "BIOYOND_PolymerReactionStation_Deck", "position": { "x": 0, "y": 0, "z": 0 }, "config": { - "type": "OTDeck", - "size_x": 624.3, - "size_y": 565.2, - "size_z": 900, - "with_trash": false, + "type": "BIOYOND_PolymerReactionStation_Deck", + "setup": true, "rotation": { "x": 0, "y": 0, diff --git a/unilabos/registry/resources/bioyond/deck.yaml b/unilabos/registry/resources/bioyond/deck.yaml index 7026672b..c0ec18b6 100644 --- a/unilabos/registry/resources/bioyond/deck.yaml +++ b/unilabos/registry/resources/bioyond/deck.yaml @@ -6,7 +6,7 @@ BIOYOND_PolymerReactionStation_Deck: type: pylabrobot description: BIOYOND PolymerReactionStation Deck handles: [] - icon: '' + icon: '反应站.webp' init_param_schema: {} registry_type: resource version: 1.0.0