diff --git a/.vs/BLV_Studio/v16/.suo b/.vs/BLV_Studio/v16/.suo index 00b1a87..e1f91ca 100644 Binary files a/.vs/BLV_Studio/v16/.suo and b/.vs/BLV_Studio/v16/.suo differ diff --git a/BLV_Studio/My Project/AssemblyInfo.vb b/BLV_Studio/My Project/AssemblyInfo.vb index 30927dc..964bc5c 100644 --- a/BLV_Studio/My Project/AssemblyInfo.vb +++ b/BLV_Studio/My Project/AssemblyInfo.vb @@ -32,4 +32,4 @@ Imports System.Runtime.InteropServices ' - + diff --git a/BLV_Studio/Test/GridTest/PowerSupply.vb b/BLV_Studio/Test/GridTest/PowerSupply.vb index d134aef..c96d4cc 100644 --- a/BLV_Studio/Test/GridTest/PowerSupply.vb +++ b/BLV_Studio/Test/GridTest/PowerSupply.vb @@ -190,8 +190,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,"