mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-06 06:25:06 +00:00
Merge branch 'device-registry-port' of https://github.com/KCFeng425/Uni-Lab-OS into fork/KCFeng425/device-registry-port
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
"children": [],
|
"children": [],
|
||||||
"parent": "ReactorX",
|
"parent": "ReactorX",
|
||||||
"type": "container",
|
"type": "container",
|
||||||
"class": null,
|
"class": "container",
|
||||||
"position": {
|
"position": {
|
||||||
"x": 698.1111111111111,
|
"x": 698.1111111111111,
|
||||||
"y": 428,
|
"y": 428,
|
||||||
|
|||||||
@@ -48,12 +48,12 @@ solenoid_valve.mock:
|
|||||||
feedback: {}
|
feedback: {}
|
||||||
result: {}
|
result: {}
|
||||||
handles:
|
handles:
|
||||||
- handler_key: fluid-input
|
- handler_key: 0
|
||||||
label: Fluid Input
|
label: 0
|
||||||
data_type: fluid
|
data_type: fluid
|
||||||
side: NORTH
|
side: NORTH
|
||||||
- handler_key: fluid-output
|
- handler_key: 1
|
||||||
label: Fluid Output
|
label: 1
|
||||||
data_type: fluid
|
data_type: fluid
|
||||||
side: SOUTH
|
side: SOUTH
|
||||||
init_param_schema:
|
init_param_schema:
|
||||||
|
|||||||
@@ -23,20 +23,12 @@ vacuum_pump.mock:
|
|||||||
feedback: {}
|
feedback: {}
|
||||||
result: {}
|
result: {}
|
||||||
handles:
|
handles:
|
||||||
input:
|
- handler_key: out
|
||||||
- handler_key: fluid-input
|
label: out
|
||||||
label: Fluid Input
|
|
||||||
data_type: fluid
|
data_type: fluid
|
||||||
io_type: target
|
io_type: target
|
||||||
data_source: handle
|
data_source: handle
|
||||||
data_key: fluid_in
|
data_key: fluid_in
|
||||||
output:
|
|
||||||
- handler_key: fluid-output
|
|
||||||
label: Fluid Output
|
|
||||||
data_type: fluid
|
|
||||||
io_type: source
|
|
||||||
data_source: executor
|
|
||||||
data_key: fluid_out
|
|
||||||
init_param_schema:
|
init_param_schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -72,16 +64,8 @@ gas_source.mock:
|
|||||||
feedback: {}
|
feedback: {}
|
||||||
result: {}
|
result: {}
|
||||||
handles:
|
handles:
|
||||||
input:
|
- handler_key: out
|
||||||
- handler_key: fluid-input
|
label: out
|
||||||
label: Fluid Input
|
|
||||||
data_type: fluid
|
|
||||||
io_type: target
|
|
||||||
data_source: handle
|
|
||||||
data_key: fluid_in
|
|
||||||
output:
|
|
||||||
- handler_key: fluid-output
|
|
||||||
label: Fluid Output
|
|
||||||
data_type: fluid
|
data_type: fluid
|
||||||
io_type: source
|
io_type: source
|
||||||
data_source: executor
|
data_source: executor
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
container:
|
|
||||||
description: regular organic container
|
|
||||||
class:
|
|
||||||
module: unilabos.resources.container:RegularContainer
|
|
||||||
type: unilabos
|
|
||||||
14
unilabos/registry/resources/organic/container.yaml
Normal file
14
unilabos/registry/resources/organic/container.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
container:
|
||||||
|
description: regular organic container
|
||||||
|
class:
|
||||||
|
module: unilabos.resources.container:RegularContainer
|
||||||
|
type: unilabos
|
||||||
|
handles:
|
||||||
|
- handler_key: top
|
||||||
|
label: top
|
||||||
|
data_type: fluid
|
||||||
|
side: NORTH
|
||||||
|
- handler_key: bottom
|
||||||
|
label: bottom
|
||||||
|
data_type: fluid
|
||||||
|
side: SOUTH
|
||||||
Reference in New Issue
Block a user