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,"