mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-18 21:41:16 +00:00
* Refactor and extend reaction station action messages * Refactor dispensing station tasks to enhance parameter clarity and add batch processing capabilities - Updated `create_90_10_vial_feeding_task` to include detailed parameters for 90%/10% vial feeding, improving clarity and usability. - Introduced `create_batch_90_10_vial_feeding_task` for batch processing of 90%/10% vial feeding tasks with JSON formatted input. - Added `create_batch_diamine_solution_task` for batch preparation of diamine solution, also utilizing JSON formatted input. - Refined `create_diamine_solution_task` to include additional parameters for better task configuration. - Enhanced schema descriptions and default values for improved user guidance.
61 lines
1.9 KiB
JSON
61 lines
1.9 KiB
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "dispensing_station_bioyond",
|
|
"name": "dispensing_station_bioyond",
|
|
"children": [
|
|
"Bioyond_Dispensing_Deck"
|
|
],
|
|
"parent": null,
|
|
"type": "device",
|
|
"class": "dispensing_station.bioyond",
|
|
"config": {
|
|
"config": {
|
|
"api_key": "DE9BDDA0",
|
|
"api_host": "http://192.168.1.200:44388"
|
|
},
|
|
"deck": {
|
|
"data": {
|
|
"_resource_child_name": "Bioyond_Dispensing_Deck",
|
|
"_resource_type": "unilabos.resources.bioyond.decks:BIOYOND_PolymerPreparationStation_Deck"
|
|
}
|
|
},
|
|
"station_config": {
|
|
"station_type": "dispensing_station",
|
|
"enable_dispensing_station": true,
|
|
"enable_reaction_station": false,
|
|
"station_name": "DispensingStation_001",
|
|
"description": "Bioyond配液工作站"
|
|
},
|
|
"protocol_type": []
|
|
},
|
|
"data": {}
|
|
},
|
|
{
|
|
"id": "Bioyond_Dispensing_Deck",
|
|
"name": "Bioyond_Dispensing_Deck",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "dispensing_station_bioyond",
|
|
"type": "deck",
|
|
"class": "BIOYOND_PolymerPreparationStation_Deck",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"type": "BIOYOND_PolymerPreparationStation_Deck",
|
|
"setup": true,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
}
|
|
},
|
|
"data": {}
|
|
}
|
|
]
|
|
}
|