add the rest yaml

This commit is contained in:
KCFeng425
2025-07-18 23:45:02 +08:00
parent 2ebf16871d
commit 15a7d2a569

View File

@@ -243,8 +243,13 @@ workstation:
feedback: {} feedback: {}
goal: goal:
amount: amount amount: amount
equiv: equiv
event: event
mass: mass mass: mass
mol: mol
purpose: purpose purpose: purpose
rate_spec: rate_spec
ratio: ratio
reagent: reagent reagent: reagent
stir: stir stir: stir
stir_speed: stir_speed stir_speed: stir_speed
@@ -468,6 +473,11 @@ workstation:
ph_value: ph_value ph_value: ph_value
reagent: reagent reagent: reagent
vessel: vessel vessel: vessel
volume: volume
stir: stir
stir_speed: stir_speed
stir_time: stir_time
settling_time: settling_time
goal_default: goal_default:
ph_value: 0.0 ph_value: 0.0
reagent: '' reagent: ''
@@ -491,6 +501,11 @@ workstation:
z: 0.0 z: 0.0
sample_id: '' sample_id: ''
type: '' type: ''
volume: 0.0
stir: false
stir_speed: 300.0
stir_time: 60.0
settling_time: 30.0
handles: handles:
input: input:
- data_key: vessel - data_key: vessel
@@ -605,6 +620,21 @@ workstation:
- data - data
title: Resource title: Resource
type: object type: object
volume:
type: number
description: 'Volume of the solution to adjust pH'
stir:
type: boolean
description: "是否启用搅拌"
stir_speed:
type: number
description: "搅拌速度(RPM)"
stir_time:
type: number
description: "搅拌时间(秒)"
settling_time:
type: number
description: "pH平衡时间(秒)"
required: required:
- vessel - vessel
- ph_value - ph_value
@@ -1197,6 +1227,9 @@ workstation:
feedback: {} feedback: {}
goal: goal:
amount: amount amount: amount
event: event
mass: mass
mol: mol
reagent: reagent reagent: reagent
solvent: solvent solvent: solvent
stir_speed: stir_speed stir_speed: stir_speed
@@ -2213,7 +2246,7 @@ workstation:
type: number type: number
required: required:
- vessel - vessel
- filtrate_vessel - #filtrate_vessel
- stir - stir
- stir_speed - stir_speed
- temp - temp