mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 04:51:10 +00:00
* feat: Enhance Bioyond synchronization and resource management - Implemented synchronization for all material types (consumables, samples, reagents) from Bioyond, logging detailed information for each type. - Improved error handling and logging during synchronization processes. - Added functionality to save Bioyond material IDs in UniLab resources for future updates. - Enhanced the `sync_to_external` method to handle material movements correctly, including querying and creating materials in Bioyond. - Updated warehouse configurations to support new storage types and improved layout for better resource management. - Introduced new resource types such as reactors and tip boxes, with detailed specifications. - Modified warehouse factory to support column offsets for naming conventions (e.g., A05-D08). - Improved resource tracking by merging extra attributes instead of overwriting them. - Added a new method for updating resources in Bioyond, ensuring better synchronization of resource changes. * feat: 添加TipBox和Reactor的配置到bottles.yaml * fix: 修复液体投料方法中的volume参数处理逻辑
73 lines
1.6 KiB
YAML
73 lines
1.6 KiB
YAML
BIOYOND_PolymerStation_Liquid_Vial:
|
|
category:
|
|
- bottles
|
|
class:
|
|
module: unilabos.resources.bioyond.bottles:BIOYOND_PolymerStation_Liquid_Vial
|
|
type: pylabrobot
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema: {}
|
|
version: 1.0.0
|
|
BIOYOND_PolymerStation_Reagent_Bottle:
|
|
category:
|
|
- bottles
|
|
class:
|
|
module: unilabos.resources.bioyond.bottles:BIOYOND_PolymerStation_Reagent_Bottle
|
|
type: pylabrobot
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema: {}
|
|
version: 1.0.0
|
|
BIOYOND_PolymerStation_Solid_Stock:
|
|
category:
|
|
- bottles
|
|
class:
|
|
module: unilabos.resources.bioyond.bottles:BIOYOND_PolymerStation_Solid_Stock
|
|
type: pylabrobot
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema: {}
|
|
version: 1.0.0
|
|
BIOYOND_PolymerStation_Solid_Vial:
|
|
category:
|
|
- bottles
|
|
class:
|
|
module: unilabos.resources.bioyond.bottles:BIOYOND_PolymerStation_Solid_Vial
|
|
type: pylabrobot
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema: {}
|
|
version: 1.0.0
|
|
BIOYOND_PolymerStation_Solution_Beaker:
|
|
category:
|
|
- bottles
|
|
class:
|
|
module: unilabos.resources.bioyond.bottles:BIOYOND_PolymerStation_Solution_Beaker
|
|
type: pylabrobot
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema: {}
|
|
version: 1.0.0
|
|
BIOYOND_PolymerStation_TipBox:
|
|
category:
|
|
- bottles
|
|
- tip_boxes
|
|
class:
|
|
module: unilabos.resources.bioyond.bottles:BIOYOND_PolymerStation_TipBox
|
|
type: pylabrobot
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema: {}
|
|
version: 1.0.0
|
|
BIOYOND_PolymerStation_Reactor:
|
|
category:
|
|
- bottles
|
|
- reactors
|
|
class:
|
|
module: unilabos.resources.bioyond.bottles:BIOYOND_PolymerStation_Reactor
|
|
type: pylabrobot
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema: {}
|
|
version: 1.0.0
|