mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-04 21:35:09 +00:00
* Add Device MockChiller Add device MockChiller * Add Device MockFilter * Add Device MockPump * Add Device MockRotavap * Add Device MockSeparator * Add Device MockStirrer * Add Device MockHeater * Add Device MockVacuum * Add Device MockSolenoidValve * Add Device Mock \_init_.py * 规范模拟设备代码与注册表信息 * 更改Mock大写文件夹名 * 删除大写目录 * Edited Mock device json * Match mock device with action * Edit mock device yaml * Add new action * Add Virtual Device, Action, YAML, Protocol for Organic Syn * 单独分类测试的protocol文件夹 * 更名Action --------- Co-authored-by: Xuwznln <18435084+Xuwznln@users.noreply.github.com>
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "MockSeparator1",
|
|
"name": "模拟分离器",
|
|
"children": [],
|
|
"parent": null,
|
|
"type": "device",
|
|
"class": "mock_separator",
|
|
"position": {
|
|
"x": 620.6111111111111,
|
|
"y": 171,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"port": "MOCK"
|
|
},
|
|
"data": {
|
|
"status": "Idle",
|
|
"settling_time": 0.0,
|
|
"valve_state": "Closed",
|
|
"shake_time": 0.0,
|
|
"shake_status": "Not Shaking",
|
|
"current_device": "MockSeparator1",
|
|
"purpose": "",
|
|
"product_phase": "",
|
|
"from_vessel": "",
|
|
"separation_vessel": "",
|
|
"to_vessel": "",
|
|
"waste_phase_to_vessel": "",
|
|
"solvent": "",
|
|
"solvent_volume": 0.0,
|
|
"through": "",
|
|
"repeats": 1,
|
|
"stir_time": 0.0,
|
|
"stir_speed": 0.0,
|
|
"time_spent": 0.0,
|
|
"time_remaining": 0.0
|
|
}
|
|
}
|
|
],
|
|
"links": []
|
|
} |