mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-14 19:55:11 +00:00
支持通过导入方式补全注册表,新增工作流unilabos_device_id字段
This commit is contained in:
@@ -169,6 +169,7 @@ solenoid_valve:
|
||||
type: StrSingleInput
|
||||
module: unilabos.devices.pump_and_valve.solenoid_valve:SolenoidValve
|
||||
status_types:
|
||||
get_valve_position: str
|
||||
status: str
|
||||
valve_position: str
|
||||
type: python
|
||||
@@ -330,6 +331,7 @@ solenoid_valve.mock:
|
||||
type: EmptyIn
|
||||
module: unilabos.devices.pump_and_valve.solenoid_valve_mock:SolenoidValveMock
|
||||
status_types:
|
||||
get_valve_position: str
|
||||
status: str
|
||||
valve_position: str
|
||||
type: python
|
||||
@@ -752,6 +754,14 @@ syringe_pump_with_valve.runze:
|
||||
write: send_command
|
||||
module: unilabos.devices.pump_and_valve.runze_backbone:RunzeSyringePump
|
||||
status_types:
|
||||
get_max_velocity: String
|
||||
get_plunger_position: String
|
||||
get_position: String
|
||||
get_status: String
|
||||
get_valve_position: str
|
||||
get_velocity_end: String
|
||||
get_velocity_grade: String
|
||||
get_velocity_init: String
|
||||
max_velocity: float
|
||||
mode: int
|
||||
plunger_position: String
|
||||
|
||||
Reference in New Issue
Block a user