From 6d4c6c4e64f85fd819238093b09e2749502b4c33 Mon Sep 17 00:00:00 2001
From: chenzhihao <1798906853@qq.com>
Date: Mon, 16 Mar 2026 09:21:46 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BF=9D=E5=AD=98=E6=97=A0?=
=?UTF-8?q?=E5=8D=A1=E5=8F=96=E7=94=B5=E8=AE=BE=E7=BD=AE=E6=8A=A5=E9=94=99?=
=?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
BLV_Studio/BLV_Studio.vbproj | 2 +-
BLV_Studio/My Project/AssemblyInfo.vb | 4 ++--
BLV_Studio/Test/GridTest/PowerSupply.vb | 5 +++--
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/BLV_Studio/BLV_Studio.vbproj b/BLV_Studio/BLV_Studio.vbproj
index 453dabb..2a87421 100644
--- a/BLV_Studio/BLV_Studio.vbproj
+++ b/BLV_Studio/BLV_Studio.vbproj
@@ -35,7 +35,7 @@
4.0.0.5
true
index.html
- 97
+ 99
4.4.3.%2a
false
true
diff --git a/BLV_Studio/My Project/AssemblyInfo.vb b/BLV_Studio/My Project/AssemblyInfo.vb
index a4a0410..9794cc8 100644
--- a/BLV_Studio/My Project/AssemblyInfo.vb
+++ b/BLV_Studio/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
'通过使用 "*",如下所示:
'
-
-
+
+
diff --git a/BLV_Studio/Test/GridTest/PowerSupply.vb b/BLV_Studio/Test/GridTest/PowerSupply.vb
index 021979a..2bfefab 100644
--- a/BLV_Studio/Test/GridTest/PowerSupply.vb
+++ b/BLV_Studio/Test/GridTest/PowerSupply.vb
@@ -182,8 +182,9 @@ Public Class PowerSupply
'21,1,0,1,
'21,2,10,2,
If chname.Contains("CH1") Then
- addserviceData = "13,1,0,1,"
- addserviceData1 = "13,2,0,1,"
+ Exit For
+ 'addserviceData = "13,1,0,1,"
+ 'addserviceData1 = "13,2,0,1,"
ElseIf chname.Contains("CH2") Then
addserviceData = "32,1,0,1,"
addserviceData1 = "32,2,0,1,"