Fix handles

This commit is contained in:
Junhan Chang
2025-06-16 08:03:06 +08:00
parent 7b04f3fa50
commit 5b9e13555c
6 changed files with 76 additions and 79 deletions

View File

@@ -77,8 +77,7 @@
"z": 0
},
"config": {
"positions": 8,
"current_position": 1
"positions": 8
},
"data": {
"valve_state": "Ready",
@@ -98,8 +97,7 @@
"z": 0
},
"config": {
"positions": 8,
"current_position": 1
"positions": 8
},
"data": {
"valve_state": "Ready",
@@ -489,7 +487,7 @@
"children": [],
"parent": "ComprehensiveProtocolStation",
"type": "device",
"class": "gas_source.mock",
"class": "container",
"position": {
"x": 650,
"y": 150,

View File

@@ -37,7 +37,10 @@
"z": 0
},
"config": {
"max_volume": 5000.0
"max_volume": 5000.0,
"size_x": 200.0,
"size_y": 200.0,
"size_z": 200.0
},
"data": {
"liquid": [
@@ -71,7 +74,7 @@
"type": "device",
"class": "solenoid_valve.mock",
"position": {
"x": 620.6111111111111,
"x": 780,
"y": 171,
"z": 0
},
@@ -89,7 +92,7 @@
"type": "device",
"class": "vacuum_pump.mock",
"position": {
"x": 620.6111111111111,
"x": 500,
"y": 171,
"z": 0
},
@@ -107,7 +110,7 @@
"type": "device",
"class": "gas_source.mock",
"position": {
"x": 620.6111111111111,
"x": 900,
"y": 171,
"z": 0
},