From 5072f00836e1b9e342495fcc8cc48c8a17bfa1ca Mon Sep 17 00:00:00 2001 From: dijkstra402 Date: Tue, 2 Dec 2025 17:01:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E5=A8=81=E7=94=B5?= =?UTF-8?q?=E6=B1=A0=E6=B5=8B=E8=AF=95=E7=B3=BB=E7=BB=9F=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E5=88=B0=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 new_cellconfig3c.json 中新增 NewareTester 设备 - 配置 IP:127.0.0.1, Port:502, Machine_ID:1 - 修复之前的 JSON 格式错误(重复对象和数组语法错误) - 设备位置设置为 (1500, 0, 0),避免与其他设备重叠 - 包含功能说明: 720通道监控、2盘电池物料管理、CSV批量提交 --- new_cellconfig3c.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/new_cellconfig3c.json b/new_cellconfig3c.json index d963f63e..adeebeea 100644 --- a/new_cellconfig3c.json +++ b/new_cellconfig3c.json @@ -90,9 +90,48 @@ } }, "data": {} + }, + { + "id": "NewareTester", + "name": "新威电池测试系统", + "parent": null, + "children": [], + "type": "device", + "class": "neware_battery_test_system", + "config": { + "ip": "127.0.0.1", + "port": 502, + "machine_id": 1, + "devtype": "27", + "timeout": 20, + "size_x": 500.0, + "size_y": 500.0, + "size_z": 2000.0 + }, + "position": { + "size": { + "height": 1600, + "width": 1200, + "depth": 800 + }, + "position": { + "x": 1500, + "y": 0, + "z": 0 + } + }, + "data": { + "功能说明": "新威电池测试系统,提供720通道监控和CSV批量提交功能", + "监控功能": "支持720个通道的实时状态监控、2盘电池物料管理、状态导出等", + "提交功能": "通过submit_from_csv action从CSV文件批量提交测试任务" + } } ], "links": [] } + + + + \ No newline at end of file