mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-18 05:21:19 +00:00
添加Raman和xrd相关代码
This commit is contained in:
26
unilabos/devices/xrd_d7mate/device.json
Normal file
26
unilabos/devices/xrd_d7mate/device.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"id": "XRD_D7MATE_STATION",
|
||||
"name": "XRD_D7MATE",
|
||||
"parent": null,
|
||||
"type": "device",
|
||||
"class": "xrd_d7mate",
|
||||
"position": {
|
||||
"x": 720.0,
|
||||
"y": 200.0,
|
||||
"z": 0
|
||||
},
|
||||
"config": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 6001,
|
||||
"timeout": 10.0
|
||||
},
|
||||
"data": {
|
||||
"input_hint": "start 支持单字符串输入:'sample_name 样品A start_theta 10.0 end_theta 80.0 increment 0.02 exp_time 0.1 [wait_minutes 3]';也支持等号形式 'sample_id=样品A start_theta=10.0 end_theta=80.0 increment=0.02 exp_time=0.1 wait_minutes=3'"
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"links": []
|
||||
}
|
||||
Reference in New Issue
Block a user