0.9.12 update registry

This commit is contained in:
Xuwznln
2025-07-18 15:09:34 +08:00
parent f1c7c96095
commit dde7086aa6
6 changed files with 8082 additions and 469 deletions

View File

@@ -6849,9 +6849,30 @@ liquid_handler.prcxi:
feedback: {}
goal: {}
goal_default:
liquid_names: []
volumes: []
wells: []
liquid_names:
- ''
volumes:
- 0.0
wells:
- category: ''
children: []
config: ''
data: ''
id: ''
name: ''
parent: ''
pose:
orientation:
w: 1.0
x: 0.0
y: 0.0
z: 0.0
position:
x: 0.0
y: 0.0
z: 0.0
sample_id: ''
type: ''
handles: []
placeholder_keys:
wells: unilabos_resources
@@ -6859,7 +6880,11 @@ liquid_handler.prcxi:
schema:
description: ''
properties:
feedback: {}
feedback:
properties: {}
required: []
title: LiquidHandlerSetLiquid_Feedback
type: object
goal:
properties:
liquid_names:
@@ -6872,17 +6897,96 @@ liquid_handler.prcxi:
type: array
wells:
items:
properties:
category:
type: string
children:
items:
type: string
type: array
config:
type: string
data:
type: string
id:
type: string
name:
type: string
parent:
type: string
pose:
properties:
orientation:
properties:
w:
type: number
x:
type: number
y:
type: number
z:
type: number
required:
- x
- y
- z
- w
title: Quaternion
type: object
position:
properties:
x:
type: number
y:
type: number
z:
type: number
required:
- x
- y
- z
title: Point
type: object
required:
- position
- orientation
title: Pose
type: object
sample_id:
type: string
type:
type: string
required:
- id
- name
- sample_id
- children
- parent
- type
- category
- pose
- config
- data
title: Resource
type: object
type: array
required:
- wells
- liquid_names
- volumes
title: LiquidHandlerSetLiquid_Goal
type: object
result:
properties:
return_info:
type: string
required:
- return_info
title: LiquidHandlerSetLiquid_Result
type: object
result: {}
required:
- goal
title: set_liquid参数
title: LiquidHandlerSetLiquid
type: object
type: LiquidHandlerSetLiquid
module: unilabos.devices.liquid_handling.prcxi.prcxi:PRCXI9300Handler
@@ -6916,6 +7020,9 @@ liquid_handler.prcxi:
setup:
default: true
type: string
simulator:
default: false
type: string
timeout:
type: number
required:

File diff suppressed because it is too large Load Diff

View File

@@ -242,9 +242,32 @@ separator.homemade:
stir_speed: stir_speed
stir_time: stir_time,
goal_default:
settling_time: 0.0
event: ''
settling_time: ''
stir_speed: 0.0
stir_time: 0.0
time: ''
time_spec: ''
vessel:
category: ''
children: []
config: ''
data: ''
id: ''
name: ''
parent: ''
pose:
orientation:
w: 1.0
x: 0.0
y: 0.0
z: 0.0
position:
x: 0.0
y: 0.0
z: 0.0
sample_id: ''
type: ''
handles: []
result:
success: success
@@ -261,13 +284,96 @@ separator.homemade:
type: object
goal:
properties:
event:
type: string
settling_time:
type: number
type: string
stir_speed:
type: number
stir_time:
type: number
time:
type: string
time_spec:
type: string
vessel:
properties:
category:
type: string
children:
items:
type: string
type: array
config:
type: string
data:
type: string
id:
type: string
name:
type: string
parent:
type: string
pose:
properties:
orientation:
properties:
w:
type: number
x:
type: number
y:
type: number
z:
type: number
required:
- x
- y
- z
- w
title: Quaternion
type: object
position:
properties:
x:
type: number
y:
type: number
z:
type: number
required:
- x
- y
- z
title: Point
type: object
required:
- position
- orientation
title: Pose
type: object
sample_id:
type: string
type:
type: string
required:
- id
- name
- sample_id
- children
- parent
- type
- category
- pose
- config
- data
title: Resource
type: object
required:
- vessel
- time
- event
- time_spec
- stir_time
- stir_speed
- settling_time
@@ -275,13 +381,16 @@ separator.homemade:
type: object
result:
properties:
message:
type: string
return_info:
type: string
success:
type: boolean
required:
- return_info
- success
- message
- return_info
title: Stir_Result
type: object
required:

View File

@@ -259,12 +259,35 @@ heaterstirrer.dalong:
time: time
vessel: vessel
goal_default:
pressure: ''
purpose: ''
reflux_solvent: ''
stir: false
stir_speed: 0.0
temp: 0.0
time: 0.0
vessel: ''
temp_spec: ''
time: ''
time_spec: ''
vessel:
category: ''
children: []
config: ''
data: ''
id: ''
name: ''
parent: ''
pose:
orientation:
w: 1.0
x: 0.0
y: 0.0
z: 0.0
position:
x: 0.0
y: 0.0
z: 0.0
sample_id: ''
type: ''
handles: []
result:
success: success
@@ -281,22 +304,105 @@ heaterstirrer.dalong:
type: object
goal:
properties:
pressure:
type: string
purpose:
type: string
reflux_solvent:
type: string
stir:
type: boolean
stir_speed:
type: number
temp:
type: number
time:
type: number
vessel:
temp_spec:
type: string
time:
type: string
time_spec:
type: string
vessel:
properties:
category:
type: string
children:
items:
type: string
type: array
config:
type: string
data:
type: string
id:
type: string
name:
type: string
parent:
type: string
pose:
properties:
orientation:
properties:
w:
type: number
x:
type: number
y:
type: number
z:
type: number
required:
- x
- y
- z
- w
title: Quaternion
type: object
position:
properties:
x:
type: number
y:
type: number
z:
type: number
required:
- x
- y
- z
title: Point
type: object
required:
- position
- orientation
title: Pose
type: object
sample_id:
type: string
type:
type: string
required:
- id
- name
- sample_id
- children
- parent
- type
- category
- pose
- config
- data
title: Resource
type: object
required:
- vessel
- temp
- time
- temp_spec
- time_spec
- pressure
- reflux_solvent
- stir
- stir_speed
- purpose
@@ -304,13 +410,16 @@ heaterstirrer.dalong:
type: object
result:
properties:
message:
type: string
return_info:
type: string
success:
type: boolean
required:
- return_info
- success
- message
- return_info
title: HeatChill_Result
type: object
required:

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff