mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-18 05:21:19 +00:00
Feature/xprbalance-zhida (#80)
* feat(devices): add Zhida GC/MS pretreatment automation workstation * feat(devices): add mettler_toledo xpr balance * balance
This commit is contained in:
24
unilabos/devices/zhida_gcms/device_test.json
Normal file
24
unilabos/devices/zhida_gcms/device_test.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"id": "ZHIDA_GCMS_STATION",
|
||||
"name": "ZHIDA_GCMS",
|
||||
"parent": null,
|
||||
"type": "device",
|
||||
"class": "zhida_gcms",
|
||||
"position": {
|
||||
"x": 620.6111111111111,
|
||||
"y": 171,
|
||||
"z": 0
|
||||
},
|
||||
"config": {
|
||||
"host": "192.168.3.184",
|
||||
"port": 5792,
|
||||
"timeout": 10.0
|
||||
},
|
||||
"data": {},
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"links": []
|
||||
}
|
||||
Reference in New Issue
Block a user