mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-14 13:14:39 +00:00
33 lines
944 B
JSON
33 lines
944 B
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "MockRotavap1",
|
|
"name": "模拟旋转蒸发器",
|
|
"children": [],
|
|
"parent": null,
|
|
"type": "device",
|
|
"class": "mock_rotavap",
|
|
"position": {
|
|
"x": 620.6111111111111,
|
|
"y": 171,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"port": "MOCK"
|
|
},
|
|
"data": {
|
|
"status": "Idle",
|
|
"rotate_state": "Stopped",
|
|
"rotate_time": 0.0,
|
|
"rotate_speed": 0.0,
|
|
"pump_state": "Stopped",
|
|
"pump_time": 0.0,
|
|
"vacuum_level": 1013.25,
|
|
"temperature": 25.0,
|
|
"target_temperature": 25.0,
|
|
"success": "True"
|
|
}
|
|
}
|
|
],
|
|
"links": []
|
|
} |