Files
Uni-Lab-OS/yibin_electrolyte_config_example.json
Andy6M 78729ef86c feat(workstation): update bioyond config migration and coin cell material search logic
- Migrate bioyond_cell config to JSON structure and remove global variable dependencies
- Implement material search confirmation dialog auto-handling
- Add documentation: 20260113_物料搜寻确认弹窗自动处理功能.md and 20260113_配置迁移修改总结.md
2026-01-14 09:55:25 +08:00

126 lines
4.7 KiB
JSON

{
"nodes": [
{
"id": "bioyond_cell_workstation",
"name": "配液分液工站 (示例)",
"parent": null,
"children": [
"YB_Bioyond_Deck"
],
"type": "device",
"class": "bioyond_cell",
"config": {
"deck": {
"data": {
"_resource_child_name": "YB_Bioyond_Deck",
"_resource_type": "unilabos.resources.bioyond.decks:BIOYOND_YB_Deck"
}
},
"protocol_type": [],
"bioyond_config": {
"api_host": "http://YOUR_API_HOST:PORT",
"api_key": "YOUR_API_KEY",
"timeout": 30,
"report_token": "YOUR_REPORT_TOKEN",
"HTTP_host": "YOUR_LOCAL_IP",
"HTTP_port": 8080,
"debug_mode": false,
"material_type_mappings": {
"100ml液体": [
"YB_100ml_yeti",
"00000000-0000-0000-0000-000000000000"
],
"液": [
"YB_ye",
"00000000-0000-0000-0000-000000000000"
],
"高粘液": [
"YB_gaonianye",
"00000000-0000-0000-0000-000000000000"
],
"加样头(大)": [
"YB_jia_yang_tou_da_Carrier",
"00000000-0000-0000-0000-000000000000"
],
"5ml分液瓶板": [
"YB_5ml_fenyepingban",
"00000000-0000-0000-0000-000000000000"
],
"5ml分液瓶": [
"YB_5ml_fenyeping",
"00000000-0000-0000-0000-000000000000"
],
"20ml分液瓶板": [
"YB_20ml_fenyepingban",
"00000000-0000-0000-0000-000000000000"
],
"20ml分液瓶": [
"YB_20ml_fenyeping",
"00000000-0000-0000-0000-000000000000"
],
"配液瓶(小)板": [
"YB_peiyepingxiaoban",
"00000000-0000-0000-0000-000000000000"
],
"配液瓶(小)": [
"YB_pei_ye_xiao_Bottle",
"00000000-0000-0000-0000-000000000000"
],
"枪头盒": [
"YB_qiang_tou_he",
"00000000-0000-0000-0000-000000000000"
]
},
"warehouse_mapping": {
"示例堆栈": {
"uuid": "00000000-0000-0000-0000-000000000000",
"site_uuids": {
"A01": "00000000-0000-0000-0000-000000000000",
"B01": "00000000-0000-0000-0000-000000000000"
}
}
},
"solid_liquid_mappings": {
"示例物料": {
"typeId": "00000000-0000-0000-0000-000000000000",
"code": "",
"barCode": "",
"name": "Example_Material",
"unit": "g",
"parameters": "",
"quantity": "2",
"warningQuantity": "1",
"details": []
}
}
}
},
"data": {}
},
{
"id": "YB_Bioyond_Deck",
"name": "YB_Bioyond_Deck",
"children": [],
"parent": "bioyond_cell_workstation",
"type": "deck",
"class": "BIOYOND_YB_Deck",
"position": {
"x": 0,
"y": 0,
"z": 0
},
"config": {
"type": "BIOYOND_YB_Deck",
"setup": true,
"rotation": {
"x": 0,
"y": 0,
"z": 0,
"type": "Rotation"
}
},
"data": {}
}
],
"links": []
}