mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-15 13:44:39 +00:00
Refine descriptions in Bioyond reaction station YAML Updated and clarified field and operation descriptions in the reaction_station_bioyond.yaml file for improved accuracy and consistency. Changes include more precise terminology, clearer parameter explanations, and standardized formatting for operation schemas. refactor(workstation): 更新反应站参数描述并添加分液站配置文件 修正反应站方法参数描述,使其更准确清晰 添加bioyond_dispensing_station.yaml配置文件 add create_workflow script and test add invisible_slots to carriers fix(warehouses): 修正bioyond_warehouse_1x4x4仓库的尺寸参数 调整仓库的num_items_x和num_items_z值以匹配实际布局,并更新物品尺寸参数 save resource get data. allow empty value for layout and cross_section_type More decks&plates support for bioyond (#115) refactor(registry): 重构反应站设备配置,简化并更新操作命令 移除旧的自动操作命令,新增针对具体化学操作的命令配置 更新模块路径和配置结构,优化参数定义和描述 fix(dispensing_station): 修正物料信息查询方法调用 将直接调用material_id_query改为通过hardware_interface调用,以符合接口设计规范
254 lines
8.4 KiB
YAML
254 lines
8.4 KiB
YAML
bioyond_dispensing_station:
|
|
category:
|
|
- workstation
|
|
- bioyond
|
|
- bioyond_dispensing_station
|
|
class:
|
|
action_value_mappings:
|
|
create_90_10_vial_feeding_task:
|
|
feedback: {}
|
|
goal:
|
|
delay_time: delay_time
|
|
hold_m_name: hold_m_name
|
|
order_name: order_name
|
|
percent_10_1_assign_material_name: percent_10_1_assign_material_name
|
|
percent_10_1_liquid_material_name: percent_10_1_liquid_material_name
|
|
percent_10_1_target_weigh: percent_10_1_target_weigh
|
|
percent_10_1_volume: percent_10_1_volume
|
|
percent_10_2_assign_material_name: percent_10_2_assign_material_name
|
|
percent_10_2_liquid_material_name: percent_10_2_liquid_material_name
|
|
percent_10_2_target_weigh: percent_10_2_target_weigh
|
|
percent_10_2_volume: percent_10_2_volume
|
|
percent_10_3_assign_material_name: percent_10_3_assign_material_name
|
|
percent_10_3_liquid_material_name: percent_10_3_liquid_material_name
|
|
percent_10_3_target_weigh: percent_10_3_target_weigh
|
|
percent_10_3_volume: percent_10_3_volume
|
|
percent_90_1_assign_material_name: percent_90_1_assign_material_name
|
|
percent_90_1_target_weigh: percent_90_1_target_weigh
|
|
percent_90_2_assign_material_name: percent_90_2_assign_material_name
|
|
percent_90_2_target_weigh: percent_90_2_target_weigh
|
|
percent_90_3_assign_material_name: percent_90_3_assign_material_name
|
|
percent_90_3_target_weigh: percent_90_3_target_weigh
|
|
speed: speed
|
|
temperature: temperature
|
|
goal_default:
|
|
delay_time: ''
|
|
hold_m_name: ''
|
|
order_name: ''
|
|
percent_10_1_assign_material_name: ''
|
|
percent_10_1_liquid_material_name: ''
|
|
percent_10_1_target_weigh: ''
|
|
percent_10_1_volume: ''
|
|
percent_10_2_assign_material_name: ''
|
|
percent_10_2_liquid_material_name: ''
|
|
percent_10_2_target_weigh: ''
|
|
percent_10_2_volume: ''
|
|
percent_10_3_assign_material_name: ''
|
|
percent_10_3_liquid_material_name: ''
|
|
percent_10_3_target_weigh: ''
|
|
percent_10_3_volume: ''
|
|
percent_90_1_assign_material_name: ''
|
|
percent_90_1_target_weigh: ''
|
|
percent_90_2_assign_material_name: ''
|
|
percent_90_2_target_weigh: ''
|
|
percent_90_3_assign_material_name: ''
|
|
percent_90_3_target_weigh: ''
|
|
speed: ''
|
|
temperature: ''
|
|
handles: {}
|
|
result:
|
|
return_info: return_info
|
|
schema:
|
|
description: ''
|
|
properties:
|
|
feedback:
|
|
properties: {}
|
|
required: []
|
|
title: DispenStationVialFeed_Feedback
|
|
type: object
|
|
goal:
|
|
properties:
|
|
delay_time:
|
|
type: string
|
|
hold_m_name:
|
|
type: string
|
|
order_name:
|
|
type: string
|
|
percent_10_1_assign_material_name:
|
|
type: string
|
|
percent_10_1_liquid_material_name:
|
|
type: string
|
|
percent_10_1_target_weigh:
|
|
type: string
|
|
percent_10_1_volume:
|
|
type: string
|
|
percent_10_2_assign_material_name:
|
|
type: string
|
|
percent_10_2_liquid_material_name:
|
|
type: string
|
|
percent_10_2_target_weigh:
|
|
type: string
|
|
percent_10_2_volume:
|
|
type: string
|
|
percent_10_3_assign_material_name:
|
|
type: string
|
|
percent_10_3_liquid_material_name:
|
|
type: string
|
|
percent_10_3_target_weigh:
|
|
type: string
|
|
percent_10_3_volume:
|
|
type: string
|
|
percent_90_1_assign_material_name:
|
|
type: string
|
|
percent_90_1_target_weigh:
|
|
type: string
|
|
percent_90_2_assign_material_name:
|
|
type: string
|
|
percent_90_2_target_weigh:
|
|
type: string
|
|
percent_90_3_assign_material_name:
|
|
type: string
|
|
percent_90_3_target_weigh:
|
|
type: string
|
|
speed:
|
|
type: string
|
|
temperature:
|
|
type: string
|
|
required:
|
|
- order_name
|
|
- percent_90_1_assign_material_name
|
|
- percent_90_1_target_weigh
|
|
- percent_90_2_assign_material_name
|
|
- percent_90_2_target_weigh
|
|
- percent_90_3_assign_material_name
|
|
- percent_90_3_target_weigh
|
|
- percent_10_1_assign_material_name
|
|
- percent_10_1_target_weigh
|
|
- percent_10_1_volume
|
|
- percent_10_1_liquid_material_name
|
|
- percent_10_2_assign_material_name
|
|
- percent_10_2_target_weigh
|
|
- percent_10_2_volume
|
|
- percent_10_2_liquid_material_name
|
|
- percent_10_3_assign_material_name
|
|
- percent_10_3_target_weigh
|
|
- percent_10_3_volume
|
|
- percent_10_3_liquid_material_name
|
|
- speed
|
|
- temperature
|
|
- delay_time
|
|
- hold_m_name
|
|
title: DispenStationVialFeed_Goal
|
|
type: object
|
|
result:
|
|
properties:
|
|
return_info:
|
|
type: string
|
|
required:
|
|
- return_info
|
|
title: DispenStationVialFeed_Result
|
|
type: object
|
|
required:
|
|
- goal
|
|
title: DispenStationVialFeed
|
|
type: object
|
|
type: DispenStationVialFeed
|
|
create_diamine_solution_task:
|
|
feedback: {}
|
|
goal:
|
|
delay_time: delay_time
|
|
hold_m_name: hold_m_name
|
|
liquid_material_name: liquid_material_name
|
|
material_name: material_name
|
|
order_name: order_name
|
|
speed: speed
|
|
target_weigh: target_weigh
|
|
temperature: temperature
|
|
volume: volume
|
|
goal_default:
|
|
delay_time: ''
|
|
hold_m_name: ''
|
|
liquid_material_name: ''
|
|
material_name: ''
|
|
order_name: ''
|
|
speed: ''
|
|
target_weigh: ''
|
|
temperature: ''
|
|
volume: ''
|
|
handles: {}
|
|
result:
|
|
return_info: return_info
|
|
schema:
|
|
description: ''
|
|
properties:
|
|
feedback:
|
|
properties: {}
|
|
required: []
|
|
title: DispenStationSolnPrep_Feedback
|
|
type: object
|
|
goal:
|
|
properties:
|
|
delay_time:
|
|
type: string
|
|
hold_m_name:
|
|
type: string
|
|
liquid_material_name:
|
|
type: string
|
|
material_name:
|
|
type: string
|
|
order_name:
|
|
type: string
|
|
speed:
|
|
type: string
|
|
target_weigh:
|
|
type: string
|
|
temperature:
|
|
type: string
|
|
volume:
|
|
type: string
|
|
required:
|
|
- order_name
|
|
- material_name
|
|
- target_weigh
|
|
- volume
|
|
- liquid_material_name
|
|
- speed
|
|
- temperature
|
|
- delay_time
|
|
- hold_m_name
|
|
title: DispenStationSolnPrep_Goal
|
|
type: object
|
|
result:
|
|
properties:
|
|
return_info:
|
|
type: string
|
|
required:
|
|
- return_info
|
|
title: DispenStationSolnPrep_Result
|
|
type: object
|
|
required:
|
|
- goal
|
|
title: DispenStationSolnPrep
|
|
type: object
|
|
type: DispenStationSolnPrep
|
|
module: unilabos.devices.workstation.bioyond_studio.dispensing_station:BioyondDispensingStation
|
|
status_types: {}
|
|
type: python
|
|
config_info: []
|
|
description: ''
|
|
handles: []
|
|
icon: preparation_station.webp
|
|
init_param_schema:
|
|
config:
|
|
properties:
|
|
config:
|
|
type: string
|
|
required:
|
|
- config
|
|
type: object
|
|
data:
|
|
properties: {}
|
|
required: []
|
|
type: object
|
|
version: 1.0.0
|