{ "nodes": [ { "id": "AddTestStation", "name": "添加试剂测试工作站", "children": [ "pump_add", "flask_1", "flask_2", "flask_3", "flask_4", "reactor", "stirrer", "flask_air" ], "parent": null, "type": "device", "class": "workstation", "position": { "x": 620.6111111111111, "y": 171, "z": 0 }, "config": { "protocol_type": ["AddProtocol", "PumpTransferProtocol", "CleanProtocol"] }, "data": {} }, { "id": "pump_add", "name": "pump_add", "children": [], "parent": "AddTestStation", "type": "device", "class": "virtual_pump", "position": { "x": 520.6111111111111, "y": 300, "z": 0 }, "config": { "port": "VIRTUAL", "max_volume": 25.0 }, "data": { "status": "Idle" } }, { "id": "stirrer", "name": "stirrer", "children": [], "parent": "AddTestStation", "type": "device", "class": "virtual_stirrer", "position": { "x": 698.1111111111111, "y": 478, "z": 0 }, "config": { "port": "VIRTUAL", "max_temp": 100.0, "max_speed": 1000.0 }, "data": { "status": "Idle" } }, { "id": "flask_1", "name": "通用试剂瓶1", "children": [], "parent": "AddTestStation", "type": "container", "class": null, "position": { "x": 100, "y": 428, "z": 0 }, "config": { "max_volume": 2000.0 }, "data": { "liquid": [] } }, { "id": "flask_2", "name": "通用试剂瓶2", "children": [], "parent": "AddTestStation", "type": "container", "class": null, "position": { "x": 250, "y": 428, "z": 0 }, "config": { "max_volume": 2000.0 }, "data": { "liquid": [] } }, { "id": "flask_3", "name": "通用试剂瓶3", "children": [], "parent": "AddTestStation", "type": "container", "class": null, "position": { "x": 400, "y": 428, "z": 0 }, "config": { "max_volume": 2000.0 }, "data": { "liquid": [] } }, { "id": "flask_4", "name": "通用试剂瓶4", "children": [], "parent": "AddTestStation", "type": "container", "class": null, "position": { "x": 550, "y": 428, "z": 0 }, "config": { "max_volume": 2000.0 }, "data": { "liquid": [] } }, { "id": "reactor", "name": "reactor", "children": [], "parent": "AddTestStation", "type": "container", "class": null, "position": { "x": 698.1111111111111, "y": 428, "z": 0 }, "config": { "max_volume": 5000.0 }, "data": { "liquid": [] } }, { "id": "flask_air", "name": "flask_air", "children": [], "parent": "AddTestStation", "type": "container", "class": null, "position": { "x": 800, "y": 300, "z": 0 }, "config": { "max_volume": 2000.0 }, "data": { "liquid": [] } } ], "links": [ { "source": "stirrer", "target": "reactor", "type": "physical", "port": { "stirrer": "top", "reactor": "bottom" } }, { "source": "pump_add", "target": "flask_1", "type": "physical", "port": { "pump_add": "outlet", "flask_1": "top" } }, { "source": "pump_add", "target": "flask_2", "type": "physical", "port": { "pump_add": "inlet", "flask_2": "top" } }, { "source": "pump_add", "target": "flask_3", "type": "physical", "port": { "pump_add": "inlet", "flask_3": "top" } }, { "source": "pump_add", "target": "flask_4", "type": "physical", "port": { "pump_add": "inlet", "flask_4": "top" } }, { "source": "pump_add", "target": "reactor", "type": "physical", "port": { "pump_add": "outlet", "reactor": "top" } }, { "source": "pump_add", "target": "flask_air", "type": "physical", "port": { "pump_add": "inlet", "flask_air": "top" } } ] }