mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-14 13:14:39 +00:00
* Fix ResourceTreeSet load error * Raise error when using unsupported type to create ResourceTreeSet * Fix children key error * Fix children key error * Fix workstation resource not tracking * Fix workstation deck & children resource dupe * Fix workstation deck & children resource dupe * Fix multiple resource error * Fix resource tree update * Fix resource tree update * Force confirm uuid * Tip more error log * Refactor Bioyond workstation and experiment workflow (#105) Refactored the Bioyond workstation classes to improve parameter handling and workflow management. Updated experiment.py to use BioyondReactionStation with deck and material mappings, and enhanced workflow step parameter mapping and execution logic. Adjusted JSON experiment configs, improved workflow sequence handling, and added UUID assignment to PLR materials. Removed unused station_config and material cache logic, and added detailed docstrings and debug output for workflow methods. * Fix resource get. Fix resource parent not found. Mapping uuid for all resources. * mount parent uuid * Add logging configuration based on BasicConfig in main function * fix workstation node error * fix workstation node error * Update boot example * temp fix for resource get * temp fix for resource get * provide error info when cant find plr type * pack repo info * fix to plr type error * fix to plr type error * Update regular container method * support no size init * fix comprehensive_station.json * fix comprehensive_station.json * fix type conversion * fix state loading for regular container * Update deploy-docs.yml * Update deploy-docs.yml --------- Co-authored-by: ZiWei <131428629+ZiWei09@users.noreply.github.com>
34 lines
703 B
YAML
34 lines
703 B
YAML
container:
|
|
category:
|
|
- container
|
|
class:
|
|
module: unilabos.resources.container:RegularContainer
|
|
type: pylabrobot
|
|
description: regular organic container
|
|
handles:
|
|
- data_key: fluid_in
|
|
data_source: handle
|
|
data_type: fluid
|
|
handler_key: top
|
|
io_type: target
|
|
label: top
|
|
side: NORTH
|
|
- data_key: fluid_out
|
|
data_source: handle
|
|
data_type: fluid
|
|
handler_key: bottom
|
|
io_type: source
|
|
label: bottom
|
|
side: SOUTH
|
|
- data_key: mechanical_port
|
|
data_source: handle
|
|
data_type: mechanical
|
|
handler_key: bind
|
|
io_type: target
|
|
label: bind
|
|
side: WEST
|
|
icon: Flask.webp
|
|
init_param_schema: {}
|
|
registry_type: resource
|
|
version: 1.0.0
|