mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 04:51:10 +00:00
12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
# Goal - 液体投料
|
||
string titration_type # 滴定类型1否2是
|
||
string volume # 投料体积
|
||
string assign_material_name # 溶剂名称
|
||
string time # 观察时间(单位min)
|
||
string torque_variation #是否观察1否2是
|
||
---
|
||
# Result - 操作结果
|
||
string return_info # 结果消息
|
||
---
|
||
# Feedback - 实时反馈
|