提交 008a36b3 authored 作者: yangbinjay's avatar yangbinjay

功率循环

上级 a225eaac
...@@ -41,8 +41,8 @@ namespace GKHTRBC16P.Bll ...@@ -41,8 +41,8 @@ namespace GKHTRBC16P.Bll
int result = 0; int result = 0;
using (IDbConnection cnn = new SQLiteConnection(DapperConntionData.Conectionvoidstring())) using (IDbConnection cnn = new SQLiteConnection(DapperConntionData.Conectionvoidstring()))
{ {
result = cnn.Execute("insert into Dev_Device(MainId,DevName,TestId,AgingNo,AgingTime,EleLower,EleUpper,BackVol,TjUpper,Rqaw,SupplyRGPW,AgeingImage,Devimage,VgsP,VgsN,Vg,PowerIf,OvenIf,Stage,OnVoltage1,OnVoltage2,OffVoltage1,OffVoltage2,WhereTemp,OnTemp,OnHimi,OffTemp,OffHimi,ReachTime,HimiReachTime,Status,UserId,Createtime) " + result = cnn.Execute("insert into Dev_Device(MainId,DevName,TestId,AgingNo,AgingTime,EleLower,EleUpper,BackVol,TjUpper,Rqaw,SupplyRGPW,AgeingImage,Devimage,VgsP,VgsN,Vg,CycOnGoVol,CycOnGoTime,PowerIf,OvenIf,Stage,OnVoltage1,OnVoltage2,OffVoltage1,OffVoltage2,WhereTemp,OnTemp,OnHimi,OffTemp,OffHimi,ReachTime,HimiReachTime,Status,UserId,Createtime) " +
"values(@MainId,@DevName,@TestId,@AgingNo,@AgingTime,@EleLower,@EleUpper,@BackVol,@TjUpper,@Rqaw,@SupplyRGPW,@AgeingImage,@Devimage,@VgsP,@VgsN,@Vg,@PowerIf,@OvenIf,@Stage,@OnVoltage1,@OnVoltage2,@OffVoltage1,@OffVoltage2,@WhereTemp,@OnTemp,@OnHimi,@OffTemp,@OffHimi,@ReachTime,@HimiReachTime,@Status,@UserId,@Createtime)", dev_Device); "values(@MainId,@DevName,@TestId,@AgingNo,@AgingTime,@EleLower,@EleUpper,@BackVol,@TjUpper,@Rqaw,@SupplyRGPW,@AgeingImage,@Devimage,@VgsP,@VgsN,@Vg,@CycOnGoVol,@CycOnGoTime,@PowerIf,@OvenIf,@Stage,@OnVoltage1,@OnVoltage2,@OffVoltage1,@OffVoltage2,@WhereTemp,@OnTemp,@OnHimi,@OffTemp,@OffHimi,@ReachTime,@HimiReachTime,@Status,@UserId,@Createtime)", dev_Device);
} }
return result; return result;
} }
...@@ -51,7 +51,7 @@ namespace GKHTRBC16P.Bll ...@@ -51,7 +51,7 @@ namespace GKHTRBC16P.Bll
int result = 0; int result = 0;
using (IDbConnection cnn = new SQLiteConnection(DapperConntionData.Conectionvoidstring())) using (IDbConnection cnn = new SQLiteConnection(DapperConntionData.Conectionvoidstring()))
{ {
result = cnn.Execute("update Dev_Device set MainId = @MainId,DevName=@DevName,TestId =@TestId,AgingNo = @AgingNo,AgingTime = @AgingTime,EleLower=@EleLower,EleUpper=@EleUpper,BackVol=@BackVol,VgsP=@VgsP,VgsN=@VgsN,Vg=@Vg," + result = cnn.Execute("update Dev_Device set MainId = @MainId,DevName=@DevName,TestId =@TestId,AgingNo = @AgingNo,AgingTime = @AgingTime,EleLower=@EleLower,EleUpper=@EleUpper,BackVol=@BackVol,VgsP=@VgsP,VgsN=@VgsN,Vg=@Vg,CycOnGoVol=@CycOnGoVol,CycOnGoTime=@CycOnGoTime," +
"PowerIf=@PowerIf,OvenIf=@OvenIf,Stage=@Stage,OnVoltage1=@OnVoltage1,OnVoltage2=@OnVoltage2,OffVoltage1=@OffVoltage1,OffVoltage2=@OffVoltage2,WhereTemp=@WhereTemp,OnTemp=@OnTemp,OnHimi=@OnHimi,OffTemp=@OffTemp,OffHimi=@OffHimi,ReachTime=@ReachTime,HimiReachTime=@HimiReachTime," + "PowerIf=@PowerIf,OvenIf=@OvenIf,Stage=@Stage,OnVoltage1=@OnVoltage1,OnVoltage2=@OnVoltage2,OffVoltage1=@OffVoltage1,OffVoltage2=@OffVoltage2,WhereTemp=@WhereTemp,OnTemp=@OnTemp,OnHimi=@OnHimi,OffTemp=@OffTemp,OffHimi=@OffHimi,ReachTime=@ReachTime,HimiReachTime=@HimiReachTime," +
"TjUpper=@TjUpper,Rqaw=@Rqaw,SupplyRGPW=@SupplyRGPW,AgeingImage=@AgeingImage,Devimage=@Devimage,Status=@Status,UserId=@UserId,Createtime=@Createtime " + "TjUpper=@TjUpper,Rqaw=@Rqaw,SupplyRGPW=@SupplyRGPW,AgeingImage=@AgeingImage,Devimage=@Devimage,Status=@Status,UserId=@UserId,Createtime=@Createtime " +
"where Id=" + dev_Device.Id, dev_Device); "where Id=" + dev_Device.Id, dev_Device);
......
...@@ -19,8 +19,8 @@ namespace GKHTRBC16P.Bll ...@@ -19,8 +19,8 @@ namespace GKHTRBC16P.Bll
int result = 0; int result = 0;
using (IDbConnection cnn = new SQLiteConnection(DapperConntionData.Conectionvoidstring())) using (IDbConnection cnn = new SQLiteConnection(DapperConntionData.Conectionvoidstring()))
{ {
result = cnn.Execute("insert into Test_Parameter(Id,DeviceId,Ishtrb,PowerUnit,BatchName,BatchFileName,LotInfo,BoardInfo,RecordNum,SrefStart,SrefEnd,SingeRefresh,EleLower,EleUpper,TjUpper,Rqaw,SupplyRGPW,PolarityRG,BeginTime,SupTime,SupSeconds,EndTime,TestTime,PowerNo,OvenNo,VgsP,VgsN,Remarks,Status,UserId,CreateTime) values" + result = cnn.Execute("insert into Test_Parameter(Id,DeviceId,Ishtrb,PowerUnit,BatchName,BatchFileName,LotInfo,BoardInfo,RecordNum,SrefStart,SrefEnd,SingeRefresh,EleLower,EleUpper,TjUpper,Rqaw,SupplyRGPW,PolarityRG,BeginTime,SupTime,SupSeconds,EndTime,TestTime,PowerNo,OvenNo,VgsP,VgsN,CycOnGoVol,CycOnGoTime,Remarks,Status,UserId,CreateTime) values" +
"(@Id,@DeviceId,@Ishtrb,@PowerUnit,@BatchName,@BatchFileName,@LotInfo,@BoardInfo,@RecordNum,@SrefStart,@SrefEnd,@SingeRefresh,@EleLower,@EleUpper,@TjUpper,@Rqaw,@SupplyRGPW,@PolarityRG,@BeginTime,@SupTime,@SupSeconds,@EndTime,@TestTime,@PowerNo,@OvenNo,@VgsP,@VgsN,@Remarks,@Status,@UserId,@CreateTime)", test_Parameter); "(@Id,@DeviceId,@Ishtrb,@PowerUnit,@BatchName,@BatchFileName,@LotInfo,@BoardInfo,@RecordNum,@SrefStart,@SrefEnd,@SingeRefresh,@EleLower,@EleUpper,@TjUpper,@Rqaw,@SupplyRGPW,@PolarityRG,@BeginTime,@SupTime,@SupSeconds,@EndTime,@TestTime,@PowerNo,@OvenNo,@VgsP,@VgsN,@CycOnGoVol,@CycOnGoTime,@Remarks,@Status,@UserId,@CreateTime)", test_Parameter);
} }
return result; return result;
} }
...@@ -31,7 +31,7 @@ namespace GKHTRBC16P.Bll ...@@ -31,7 +31,7 @@ namespace GKHTRBC16P.Bll
{ {
result = cnn.Execute("update Test_Parameter set Id = @Id, DeviceId = @DeviceId,Ishtrb =@Ishtrb,PowerUnit=@PowerUnit,BatchName =@BatchName,LotInfo = @LotInfo,BoardInfo = @BoardInfo,SrefStart=@SrefStart,SrefEnd=@SrefEnd," + result = cnn.Execute("update Test_Parameter set Id = @Id, DeviceId = @DeviceId,Ishtrb =@Ishtrb,PowerUnit=@PowerUnit,BatchName =@BatchName,LotInfo = @LotInfo,BoardInfo = @BoardInfo,SrefStart=@SrefStart,SrefEnd=@SrefEnd," +
"SingeRefresh=@SingeRefresh,EleLower=@EleLower,EleUpper=@EleUpper,TjUpper=@TjUpper,Rqaw=@Rqaw,SupplyRGPW=@SupplyRGPW,PolarityRG=@PolarityRG,BeginTime=@BeginTime,SupTime=@SupTime,SupSeconds=@SupSeconds,EndTime=@EndTime," + "SingeRefresh=@SingeRefresh,EleLower=@EleLower,EleUpper=@EleUpper,TjUpper=@TjUpper,Rqaw=@Rqaw,SupplyRGPW=@SupplyRGPW,PolarityRG=@PolarityRG,BeginTime=@BeginTime,SupTime=@SupTime,SupSeconds=@SupSeconds,EndTime=@EndTime," +
"RecordNum=@RecordNum,BatchFileName=@BatchFileName,PowerNo=@PowerNo,OvenNo=@OvenNo,VgsP=@VgsP,VgsN=@VgsN," + "RecordNum=@RecordNum,BatchFileName=@BatchFileName,PowerNo=@PowerNo,OvenNo=@OvenNo,VgsP=@VgsP,VgsN=@VgsN,CycOnGoVol=@CycOnGoVol,CycOnGoTime=@CycOnGoTime," +
"TestTime=@TestTime,Remarks=@Remarks,Status=@Status,UserId=@UserId,CreateTime=@CreateTime where ParmId=" + test_Parameter.ParmId, test_Parameter); "TestTime=@TestTime,Remarks=@Remarks,Status=@Status,UserId=@UserId,CreateTime=@CreateTime where ParmId=" + test_Parameter.ParmId, test_Parameter);
} }
return result; return result;
......
bda2183c81c2626439e95e9e0f52bb1b41f905c0888d006387c707fd92d002ae f775983586b48089c4480098f0fa3664e39732e53a1bb3a2bc7f24cb763e61bf
...@@ -43,3 +43,26 @@ E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\log4net. ...@@ -43,3 +43,26 @@ E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\log4net.
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Bll\obj\Debug\GKHTRBC1.DFBB4EF2.Up2Date E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Bll\obj\Debug\GKHTRBC1.DFBB4EF2.Up2Date
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Bll\obj\Debug\GKHTRBC16P.Bll.dll E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Bll\obj\Debug\GKHTRBC16P.Bll.dll
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Bll\obj\Debug\GKHTRBC16P.Bll.pdb E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Bll\obj\Debug\GKHTRBC16P.Bll.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\DLL\HTICOLClient.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\x64\SQLite.Interop.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\x86\SQLite.Interop.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\DLL\MQTTnet.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\GKHTRBC16P.Bll.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\GKHTRBC16P.Bll.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\Dapper.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\GKHTRBC16P.Model.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\GKHTRBC16P.Toolbox.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\System.Data.SQLite.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\Newtonsoft.Json.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\log4net.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\HTICOLClient.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\MQTTnet.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\GKHTRBC16P.Model.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\GKHTRBC16P.Toolbox.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\Newtonsoft.Json.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\bin\Debug\log4net.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\obj\Debug\GKHTRBC16P.Bll.csproj.AssemblyReference.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\obj\Debug\GKHTRBC16P.Bll.csproj.CoreCompileInputs.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\obj\Debug\GKHTRBC1.DFBB4EF2.Up2Date
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\obj\Debug\GKHTRBC16P.Bll.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Bll\obj\Debug\GKHTRBC16P.Bll.pdb
6af45be207b7015bd21f369195a798f3421864b8a8f305eec6cbc4d6cabdf9d7 b455a5f437a773bf8ad404d6a819252b5d492d17356f2c6514bcc84a0ab1529b
...@@ -81,3 +81,45 @@ E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debu ...@@ -81,3 +81,45 @@ E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debu
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC1.82067B27.Up2Date E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC1.82067B27.Up2Date
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.exe E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.exe
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.pdb E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\DLL\HTICOLClient.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\x64\SQLite.Interop.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\x86\SQLite.Interop.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\DLL\MQTTnet.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\cal1.ico
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\GKHTRBC16P.Calibrationfm.exe.config
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\GKHTRBC16P.Calibrationfm.exe
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\GKHTRBC16P.Calibrationfm.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\GKHTRBC16P.Bll.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\GKHTRBC16P.Model.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\GKHTRBC16P.Protocol.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\GKHTRBC16P.Toolbox.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\SunnyUI.Common.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\SunnyUI.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\Dapper.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\System.Data.SQLite.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\Newtonsoft.Json.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\log4net.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\HTICOLClient.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\MQTTnet.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\GKHTRBC16P.Bll.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\GKHTRBC16P.Model.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\GKHTRBC16P.Protocol.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\GKHTRBC16P.Toolbox.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\Newtonsoft.Json.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\bin\Debug\log4net.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.csproj.AssemblyReference.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.FCalGk.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.FrmcailR80v6.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.FrmCalib.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.FrmCalibgb80.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.FrmCalibH3trb.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.FrmCalibHighc.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.FrmRb40D.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.FrmCalibHtgb.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.FrmCalibText.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.Properties.Resources.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.csproj.GenerateResource.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.csproj.CoreCompileInputs.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC1.82067B27.Up2Date
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.exe
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Calibrationfm\obj\Debug\GKHTRBC16P.Calibrationfm.pdb
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
winexe winexe
C# C#
.cs .cs
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.CommTool\obj\Debug\ E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.CommTool\obj\Debug\
GKHTRBC16P.CommTool GKHTRBC16P.CommTool
none none
false false
DEBUG;TRACE DEBUG;TRACE
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.CommTool\App.xaml E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.CommTool\App.xaml
1219584333 1219584333
61324576772 61324576772
......
 
FE:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.CommTool\MainWindow.xaml;; FE:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.CommTool\MainWindow.xaml;;
...@@ -28,6 +28,8 @@ namespace GKHTRBC16P.Model ...@@ -28,6 +28,8 @@ namespace GKHTRBC16P.Model
public decimal VgsP { get; set; } public decimal VgsP { get; set; }
public decimal VgsN { get; set; } public decimal VgsN { get; set; }
public decimal Vg { get; set; } public decimal Vg { get; set; }
public decimal CycOnGoVol { get; set; }
public decimal CycOnGoTime { get; set; }
public int PowerIf { get; set; } public int PowerIf { get; set; }
public int OvenIf { get; set; } public int OvenIf { get; set; }
public decimal Stage { get; set; } public decimal Stage { get; set; }
......
...@@ -48,7 +48,8 @@ namespace GKHTRBC16P.Model ...@@ -48,7 +48,8 @@ namespace GKHTRBC16P.Model
public string PowerNo { get; set; } public string PowerNo { get; set; }
public string OvenNo { get; set; } public string OvenNo { get; set; }
public decimal CycOnGoVol { get; set; }
public decimal CycOnGoTime { get; set; }
public string DevName { get; set; } public string DevName { get; set; }
/// <summary> /// <summary>
/// 电流上限 /// 电流上限
......
d69445c4b8a573fb6ac3607dea237051a000efe6905a987a4e5a42a1cb194762 514e0cb8c13b78c745909c630e14ca9f8ff8f2ab4356ab8aba7f93ff1c73b538
...@@ -13,3 +13,12 @@ E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRB ...@@ -13,3 +13,12 @@ E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRB
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRBC1.4C7FFEC7.Up2Date E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRBC1.4C7FFEC7.Up2Date
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRBC16P.Model.dll E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRBC16P.Model.dll
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRBC16P.Model.pdb E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRBC16P.Model.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Model\bin\Debug\GKHTRBC16P.Model.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Model\bin\Debug\GKHTRBC16P.Model.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Model\bin\Debug\Newtonsoft.Json.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Model\bin\Debug\Newtonsoft.Json.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRBC16P.Model.csproj.AssemblyReference.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRBC16P.Model.csproj.CoreCompileInputs.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRBC1.4C7FFEC7.Up2Date
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRBC16P.Model.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Model\obj\Debug\GKHTRBC16P.Model.pdb
f5651d80a149cb43c5f5969c7d3457d028f3cec465e26b4fbe16d068f992e0c7 4191a0429db072f63173e679f9de304b787fab00dbaca8496ba13f1b11b1f7a6
...@@ -45,3 +45,27 @@ E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKH ...@@ -45,3 +45,27 @@ E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKH
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKHTRBC1.CA66D6C3.Up2Date E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKHTRBC1.CA66D6C3.Up2Date
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKHTRBC16P.Protocol.dll E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKHTRBC16P.Protocol.dll
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKHTRBC16P.Protocol.pdb E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKHTRBC16P.Protocol.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\DLL\HTICOLClient.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\x64\SQLite.Interop.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\x86\SQLite.Interop.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\DLL\MQTTnet.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\GKHTRBC16P.Protocol.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\GKHTRBC16P.Protocol.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\GKHTRBC16P.Model.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\GKHTRBC16P.Toolbox.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\SunnyUI.Common.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\SunnyUI.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\Newtonsoft.Json.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\log4net.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\System.Data.SQLite.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\HTICOLClient.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\MQTTnet.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\GKHTRBC16P.Model.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\GKHTRBC16P.Toolbox.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\Newtonsoft.Json.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\bin\Debug\log4net.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKHTRBC16P.Protocol.csproj.AssemblyReference.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKHTRBC16P.Protocol.csproj.CoreCompileInputs.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKHTRBC1.CA66D6C3.Up2Date
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKHTRBC16P.Protocol.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Protocol\obj\Debug\GKHTRBC16P.Protocol.pdb
...@@ -58,6 +58,7 @@ namespace GKHTRBC16P.Toolbox ...@@ -58,6 +58,7 @@ namespace GKHTRBC16P.Toolbox
public static Dictionary<int, DateTime> DateTimeBoard { get; set; } public static Dictionary<int, DateTime> DateTimeBoard { get; set; }
public static Dictionary<int, DateTime> PowerTime { get; set; } public static Dictionary<int, DateTime> PowerTime { get; set; }
public static Dictionary<int, DateTime> OvenTime { get; set; } public static Dictionary<int, DateTime> OvenTime { get; set; }
public static Dictionary<int, DateTime> CycPowerTime { get; set; }
public static bool PowerVolGetBool { get; set; } = true;//是否启动电源检测 public static bool PowerVolGetBool { get; set; } = true;//是否启动电源检测
public static bool TemperGetBool { get; set; } = true;//是否启动烘箱检测 public static bool TemperGetBool { get; set; } = true;//是否启动烘箱检测
public static bool TricolorGetBool { get; set; } = true; public static bool TricolorGetBool { get; set; } = true;
......
a74238f8bf73ebd6c4edcc03e3b140a3bba0e342fc514fd5a020ab9633bd1185 9dbf53a6ed635cc1270696b46815ea8c573469e669570ce6c1898035f6c55ecc
...@@ -41,3 +41,25 @@ E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHT ...@@ -41,3 +41,25 @@ E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHT
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHTRBC1.0B3BAC72.Up2Date E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHTRBC1.0B3BAC72.Up2Date
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHTRBC16P.Toolbox.dll E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHTRBC16P.Toolbox.dll
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHTRBC16P.Toolbox.pdb E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHTRBC16P.Toolbox.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\DLL\HTICOLClient.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\x64\SQLite.Interop.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\x86\SQLite.Interop.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\DLL\MQTTnet.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\GKHTRBC16P.Toolbox.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\GKHTRBC16P.Toolbox.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\GKHTRBC16P.Model.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\HTICOLClient.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\log4net.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\System.Data.SQLite.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\Newtonsoft.Json.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\MQTTnet.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\GKHTRBC16P.Model.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\log4net.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\bin\Debug\Newtonsoft.Json.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHTRBC16P.Toolbox.csproj.AssemblyReference.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\Interop.IWshRuntimeLibrary.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHTRBC16P.Toolbox.csproj.ResolveComReference.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHTRBC16P.Toolbox.csproj.CoreCompileInputs.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHTRBC1.0B3BAC72.Up2Date
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHTRBC16P.Toolbox.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P.Toolbox\obj\Debug\GKHTRBC16P.Toolbox.pdb
...@@ -79,6 +79,7 @@ namespace GKHTRBC16P ...@@ -79,6 +79,7 @@ namespace GKHTRBC16P
CalculationAo.Stage_Heats = new Dictionary<int,Stage_Heating>(); CalculationAo.Stage_Heats = new Dictionary<int,Stage_Heating>();
CalculationAo.PowerKey = new Dictionary<int, Power_Oven_Auto>(); CalculationAo.PowerKey = new Dictionary<int, Power_Oven_Auto>();
CalculationAo.DicBoardInfo = new Dictionary<int, Dic_StationSp>(); CalculationAo.DicBoardInfo = new Dictionary<int, Dic_StationSp>();
CalculationAo.CycPowerTime = new Dictionary<int, DateTime>();
var stg = stageHeatingBll.GetList(0); var stg = stageHeatingBll.GetList(0);
CalculationAo.Stage_Heats = stg.Where(x => x.TempIs == 'Y' || x.TempIs == 'E').ToDictionary(x => x.Id, x => x); CalculationAo.Stage_Heats = stg.Where(x => x.TempIs == 'Y' || x.TempIs == 'E').ToDictionary(x => x.Id, x => x);
CalculationAo.Thorous = devThorouBll.GetList().Where(x => x.Tid <= CalculationAo.ThisDevConfig.Passageway).ToDictionary(x => x.Tid, x => x); CalculationAo.Thorous = devThorouBll.GetList().Where(x => x.Tid <= CalculationAo.ThisDevConfig.Passageway).ToDictionary(x => x.Tid, x => x);
......
...@@ -140,6 +140,7 @@ namespace GKHTRBC16P.FunMov ...@@ -140,6 +140,7 @@ namespace GKHTRBC16P.FunMov
model.Press = "0"; model.Press = "0";
model.ParamterTimeList = ptimelist.Where(e => e.ParmId == model.ParmId).ToList(); model.ParamterTimeList = ptimelist.Where(e => e.ParmId == model.ParmId).ToList();
CalculationAo.DateTimeBoard[model.Id] = DateTime.Now; CalculationAo.DateTimeBoard[model.Id] = DateTime.Now;
CalculationAo.CycPowerTime[model.Id] = DateTime.Now;
} }
else else
{ {
...@@ -153,6 +154,7 @@ namespace GKHTRBC16P.FunMov ...@@ -153,6 +154,7 @@ namespace GKHTRBC16P.FunMov
model.Ishtrb = CalculationAo.Thorous[i].Waytype; model.Ishtrb = CalculationAo.Thorous[i].Waytype;
model.Summary.Invalids = ""; model.Summary.Invalids = "";
model.Summary.RecordNum = 0; model.Summary.RecordNum = 0;
CalculationAo.CycPowerTime[i] = DateTime.Now;
} }
var ischeckalarm = stationalarm.FirstOrDefault(x => x.Tid == i); var ischeckalarm = stationalarm.FirstOrDefault(x => x.Tid == i);
if (ischeckalarm != null) if (ischeckalarm != null)
...@@ -229,6 +231,7 @@ namespace GKHTRBC16P.FunMov ...@@ -229,6 +231,7 @@ namespace GKHTRBC16P.FunMov
model.Press = "0"; model.Press = "0";
model.ParamterTimeList = paramterTimeBll.GetList(model.ParmId); model.ParamterTimeList = paramterTimeBll.GetList(model.ParmId);
CalculationAo.DateTimeBoard[model.Id] = DateTime.Now; CalculationAo.DateTimeBoard[model.Id] = DateTime.Now;
CalculationAo.CycPowerTime[model.Id] = DateTime.Now;
} }
else else
{ {
...@@ -242,6 +245,7 @@ namespace GKHTRBC16P.FunMov ...@@ -242,6 +245,7 @@ namespace GKHTRBC16P.FunMov
model.Ishtrb = CalculationAo.Thorous[slot].Waytype; model.Ishtrb = CalculationAo.Thorous[slot].Waytype;
model.Summary.Invalids = ""; model.Summary.Invalids = "";
model.Summary.RecordNum = 0; model.Summary.RecordNum = 0;
CalculationAo.CycPowerTime[slot] = DateTime.Now;
} }
var ischeckalarm = stationAlarmBll.GetInfo(slot); var ischeckalarm = stationAlarmBll.GetInfo(slot);
if (ischeckalarm != null) if (ischeckalarm != null)
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
using GKHTRBC16P.Model; using GKHTRBC16P.Model;
using GKHTRBC16P.Properties; using GKHTRBC16P.Properties;
using GKHTRBC16P.Protocol.Driboard; using GKHTRBC16P.Protocol.Driboard;
using GKHTRBC16P.Protocol.Powers;
using GKHTRBC16P.Toolbox; using GKHTRBC16P.Toolbox;
using Sunny.UI; using Sunny.UI;
using System; using System;
...@@ -168,6 +169,43 @@ namespace GKHTRBC16P.RunLibrary ...@@ -168,6 +169,43 @@ namespace GKHTRBC16P.RunLibrary
Home_Status.home_Status.inGridviewValue(Home_Status.home_Status.uiDataGridView1, WayId, 7, Color.Red); Home_Status.home_Status.inGridviewValue(Home_Status.home_Status.uiDataGridView1, WayId, 7, Color.Red);
LightControl.CompareArr(tes.Summary.TransfiniteSum, tes.IsCkeckAlarm); LightControl.CompareArr(tes.Summary.TransfiniteSum, tes.IsCkeckAlarm);
} }
if (CalculationAo.HTRBCheck[WayId, 2] > 1)
{
int PsIndex = 1;
if (WayId == 0 || WayId == 1)
PsIndex = 1;
else
PsIndex = 2;
Power_Data power_Data = CalculationAo.PowerList[PsIndex];
string Psetvol = tes.CycOnGoVol.ToString();
if (CalculationAo.CycPowerTime[PsIndex].AddMinutes((double)tes.CycOnGoTime) < DateTime.Now)
{
int powernum = Convert.ToInt32(power_Data.PowerId);
double Vx = Psetvol.ToDouble();
double Gvx = power_Data.Voltage;
if (Gvx > 0.5)
{
Vx = 0;
}
if (Gvx < Vx - 0.5 || Gvx > Vx + 0.5)
{
string cmd = "Syst:Rem";
string cmd1 = "Voltage " + Vx;
string cmd2 = "OUTPut 1";
//string PowerVs = SerialModeData.ReadWriteItech(this, powernum - 1, cmd);
//PowerVs = SerialModeData.ReadWriteItech(this, powernum - 1, cmd1);
string PowerVs = Itech.Instance.WriteItechV(FrmMain.mainForm, powernum - 1, cmd, cmd1, cmd2);
Thread.Sleep(600);
if (!string.IsNullOrEmpty(PowerVs))
{
LogisTrac.WriteLog(uIForm.GetType(), "电压设置" + Vx);
}
CalculationAo.PowerList[PsIndex].Voltage = Vx;
CalculationAo.CycPowerTime[PsIndex] = DateTime.Now;
}
}
}
if (CalculationAo.HTRBCheck[WayId, 2] > 1 && tes.TotalTime >= tes.TestTime + 0.02)//在运行的情况下 if (CalculationAo.HTRBCheck[WayId, 2] > 1 && tes.TotalTime >= tes.TestTime + 0.02)//在运行的情况下
{ {
CalculationAo.HTRBOT[WayId, 8] = 2; //表示试验完成的标志,当为0时表示没有试验,为1时试验开始,为2时试验自动动结束 ,为3时表示试验手动结束 CalculationAo.HTRBOT[WayId, 8] = 2; //表示试验完成的标志,当为0时表示没有试验,为1时试验开始,为2时试验自动动结束 ,为3时表示试验手动结束
......
...@@ -423,6 +423,8 @@ namespace GKHTRBC16P.ToolLibrary ...@@ -423,6 +423,8 @@ namespace GKHTRBC16P.ToolLibrary
thiscum.Rqaw = model.Rqaw; thiscum.Rqaw = model.Rqaw;
thiscum.VgsP = model.VgsP; thiscum.VgsP = model.VgsP;
thiscum.VgsN = model.VgsN; thiscum.VgsN = model.VgsN;
thiscum.CycOnGoVol = model.CycOnGoVol;
thiscum.CycOnGoTime = model.CycOnGoTime;
//var devicem = deviceBll.GetInfo(thiscum.DeviceId); //var devicem = deviceBll.GetInfo(thiscum.DeviceId);
int[] Vtype = { 2, 3, 5,8 }; int[] Vtype = { 2, 3, 5,8 };
if (!Vtype.Contains(thiscum.Ishtrb)) if (!Vtype.Contains(thiscum.Ishtrb))
......
...@@ -93,6 +93,10 @@ ...@@ -93,6 +93,10 @@
this.uiLabel4 = new Sunny.UI.UILabel(); this.uiLabel4 = new Sunny.UI.UILabel();
this.Txt_Dev_Name = new Sunny.UI.UITextBox(); this.Txt_Dev_Name = new Sunny.UI.UITextBox();
this.uiLabel2 = new Sunny.UI.UILabel(); this.uiLabel2 = new Sunny.UI.UILabel();
this.Txt_CycOnGoTime = new Sunny.UI.UITextBox();
this.uiLabel36 = new Sunny.UI.UILabel();
this.Txt_CycOnGoVol = new Sunny.UI.UITextBox();
this.uiLabel37 = new Sunny.UI.UILabel();
this.uiPanel1.SuspendLayout(); this.uiPanel1.SuspendLayout();
this.uiGroupBox1.SuspendLayout(); this.uiGroupBox1.SuspendLayout();
this.uiGroupBox3.SuspendLayout(); this.uiGroupBox3.SuspendLayout();
...@@ -113,7 +117,7 @@ ...@@ -113,7 +117,7 @@
this.uiPanel1.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0); this.uiPanel1.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel1.Name = "uiPanel1"; this.uiPanel1.Name = "uiPanel1";
this.uiPanel1.Size = new System.Drawing.Size(967, 81); this.uiPanel1.Size = new System.Drawing.Size(998, 81);
this.uiPanel1.TabIndex = 1; this.uiPanel1.TabIndex = 1;
this.uiPanel1.Text = null; this.uiPanel1.Text = null;
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
...@@ -238,7 +242,7 @@ ...@@ -238,7 +242,7 @@
this.uiNavMenu1.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250))))); this.uiNavMenu1.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
this.uiNavMenu1.SelectedColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250))))); this.uiNavMenu1.SelectedColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
this.uiNavMenu1.ShowLines = false; this.uiNavMenu1.ShowLines = false;
this.uiNavMenu1.Size = new System.Drawing.Size(283, 629); this.uiNavMenu1.Size = new System.Drawing.Size(283, 637);
this.uiNavMenu1.TabIndex = 2; this.uiNavMenu1.TabIndex = 2;
this.uiNavMenu1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiNavMenu1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiNavMenu1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.uiNavMenu1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
...@@ -252,6 +256,10 @@ ...@@ -252,6 +256,10 @@
this.uiGroupBox1.Controls.Add(this.uiLabel1); this.uiGroupBox1.Controls.Add(this.uiLabel1);
this.uiGroupBox1.Controls.Add(this.uiSymbolButton1); this.uiGroupBox1.Controls.Add(this.uiSymbolButton1);
this.uiGroupBox1.Controls.Add(this.uiSymbolButton2); this.uiGroupBox1.Controls.Add(this.uiSymbolButton2);
this.uiGroupBox1.Controls.Add(this.Txt_Vgsp);
this.uiGroupBox1.Controls.Add(this.uiLabel21);
this.uiGroupBox1.Controls.Add(this.Txt_Vgsn);
this.uiGroupBox1.Controls.Add(this.uiLabel22);
this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox1.Location = new System.Drawing.Point(283, 116); this.uiGroupBox1.Location = new System.Drawing.Point(283, 116);
...@@ -259,7 +267,7 @@ ...@@ -259,7 +267,7 @@
this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox1.Name = "uiGroupBox1"; this.uiGroupBox1.Name = "uiGroupBox1";
this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox1.Size = new System.Drawing.Size(684, 122); this.uiGroupBox1.Size = new System.Drawing.Size(715, 122);
this.uiGroupBox1.TabIndex = 3; this.uiGroupBox1.TabIndex = 3;
this.uiGroupBox1.Text = "器件库:"; this.uiGroupBox1.Text = "器件库:";
this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
...@@ -346,16 +354,16 @@ ...@@ -346,16 +354,16 @@
// //
// uiGroupBox3 // uiGroupBox3
// //
this.uiGroupBox3.Controls.Add(this.Txt_CycOnGoTime);
this.uiGroupBox3.Controls.Add(this.uiLabel36);
this.uiGroupBox3.Controls.Add(this.Txt_CycOnGoVol);
this.uiGroupBox3.Controls.Add(this.uiLabel37);
this.uiGroupBox3.Controls.Add(this.txt_SupplyRGPW); this.uiGroupBox3.Controls.Add(this.txt_SupplyRGPW);
this.uiGroupBox3.Controls.Add(this.uiLabel24); this.uiGroupBox3.Controls.Add(this.uiLabel24);
this.uiGroupBox3.Controls.Add(this.Txt_Rqaw); this.uiGroupBox3.Controls.Add(this.Txt_Rqaw);
this.uiGroupBox3.Controls.Add(this.Rqaw); this.uiGroupBox3.Controls.Add(this.Rqaw);
this.uiGroupBox3.Controls.Add(this.Txt_Vg); this.uiGroupBox3.Controls.Add(this.Txt_Vg);
this.uiGroupBox3.Controls.Add(this.uiLabel23); this.uiGroupBox3.Controls.Add(this.uiLabel23);
this.uiGroupBox3.Controls.Add(this.Txt_Vgsn);
this.uiGroupBox3.Controls.Add(this.Txt_Vgsp);
this.uiGroupBox3.Controls.Add(this.uiLabel22);
this.uiGroupBox3.Controls.Add(this.uiLabel21);
this.uiGroupBox3.Controls.Add(this.Check_OvenIf); this.uiGroupBox3.Controls.Add(this.Check_OvenIf);
this.uiGroupBox3.Controls.Add(this.Check_PowerIf); this.uiGroupBox3.Controls.Add(this.Check_PowerIf);
this.uiGroupBox3.Controls.Add(this.uiPanel3); this.uiGroupBox3.Controls.Add(this.uiPanel3);
...@@ -379,7 +387,7 @@ ...@@ -379,7 +387,7 @@
this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox3.Name = "uiGroupBox3"; this.uiGroupBox3.Name = "uiGroupBox3";
this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox3.Size = new System.Drawing.Size(684, 499); this.uiGroupBox3.Size = new System.Drawing.Size(715, 499);
this.uiGroupBox3.TabIndex = 5; this.uiGroupBox3.TabIndex = 5;
this.uiGroupBox3.Text = null; this.uiGroupBox3.Text = null;
this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
...@@ -451,7 +459,7 @@ ...@@ -451,7 +459,7 @@
this.Txt_Vg.DecimalPlaces = 1; this.Txt_Vg.DecimalPlaces = 1;
this.Txt_Vg.DecLength = 1; this.Txt_Vg.DecLength = 1;
this.Txt_Vg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Txt_Vg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Txt_Vg.Location = new System.Drawing.Point(591, 26); this.Txt_Vg.Location = new System.Drawing.Point(634, 26);
this.Txt_Vg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Txt_Vg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Txt_Vg.MinimumSize = new System.Drawing.Size(1, 16); this.Txt_Vg.MinimumSize = new System.Drawing.Size(1, 16);
this.Txt_Vg.Name = "Txt_Vg"; this.Txt_Vg.Name = "Txt_Vg";
...@@ -467,7 +475,7 @@ ...@@ -467,7 +475,7 @@
// uiLabel23 // uiLabel23
// //
this.uiLabel23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel23.Location = new System.Drawing.Point(503, 32); this.uiLabel23.Location = new System.Drawing.Point(546, 32);
this.uiLabel23.Name = "uiLabel23"; this.uiLabel23.Name = "uiLabel23";
this.uiLabel23.Size = new System.Drawing.Size(90, 23); this.uiLabel23.Size = new System.Drawing.Size(90, 23);
this.uiLabel23.TabIndex = 30; this.uiLabel23.TabIndex = 30;
...@@ -483,7 +491,7 @@ ...@@ -483,7 +491,7 @@
this.Txt_Vgsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Txt_Vgsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Txt_Vgsn.HasMaximum = true; this.Txt_Vgsn.HasMaximum = true;
this.Txt_Vgsn.HasMinimum = true; this.Txt_Vgsn.HasMinimum = true;
this.Txt_Vgsn.Location = new System.Drawing.Point(591, 104); this.Txt_Vgsn.Location = new System.Drawing.Point(571, 80);
this.Txt_Vgsn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Txt_Vgsn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Txt_Vgsn.Maximum = 10000D; this.Txt_Vgsn.Maximum = 10000D;
this.Txt_Vgsn.MaximumEnabled = true; this.Txt_Vgsn.MaximumEnabled = true;
...@@ -497,6 +505,7 @@ ...@@ -497,6 +505,7 @@
this.Txt_Vgsn.Text = "0.000"; this.Txt_Vgsn.Text = "0.000";
this.Txt_Vgsn.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.Txt_Vgsn.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.Txt_Vgsn.Type = Sunny.UI.UITextBox.UIEditType.Double; this.Txt_Vgsn.Type = Sunny.UI.UITextBox.UIEditType.Double;
this.Txt_Vgsn.Visible = false;
this.Txt_Vgsn.Watermark = ""; this.Txt_Vgsn.Watermark = "";
this.Txt_Vgsn.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.Txt_Vgsn.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
...@@ -508,7 +517,7 @@ ...@@ -508,7 +517,7 @@
this.Txt_Vgsp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Txt_Vgsp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Txt_Vgsp.HasMaximum = true; this.Txt_Vgsp.HasMaximum = true;
this.Txt_Vgsp.HasMinimum = true; this.Txt_Vgsp.HasMinimum = true;
this.Txt_Vgsp.Location = new System.Drawing.Point(591, 65); this.Txt_Vgsp.Location = new System.Drawing.Point(397, 80);
this.Txt_Vgsp.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Txt_Vgsp.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Txt_Vgsp.Maximum = 10000D; this.Txt_Vgsp.Maximum = 10000D;
this.Txt_Vgsp.MaximumEnabled = true; this.Txt_Vgsp.MaximumEnabled = true;
...@@ -522,29 +531,32 @@ ...@@ -522,29 +531,32 @@
this.Txt_Vgsp.Text = "0.000"; this.Txt_Vgsp.Text = "0.000";
this.Txt_Vgsp.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.Txt_Vgsp.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.Txt_Vgsp.Type = Sunny.UI.UITextBox.UIEditType.Double; this.Txt_Vgsp.Type = Sunny.UI.UITextBox.UIEditType.Double;
this.Txt_Vgsp.Visible = false;
this.Txt_Vgsp.Watermark = ""; this.Txt_Vgsp.Watermark = "";
this.Txt_Vgsp.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.Txt_Vgsp.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiLabel22 // uiLabel22
// //
this.uiLabel22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel22.Location = new System.Drawing.Point(503, 110); this.uiLabel22.Location = new System.Drawing.Point(483, 86);
this.uiLabel22.Name = "uiLabel22"; this.uiLabel22.Name = "uiLabel22";
this.uiLabel22.Size = new System.Drawing.Size(90, 23); this.uiLabel22.Size = new System.Drawing.Size(90, 23);
this.uiLabel22.TabIndex = 27; this.uiLabel22.TabIndex = 27;
this.uiLabel22.Text = "Vgs↓(V):"; this.uiLabel22.Text = "Vgs↓(V):";
this.uiLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel22.Visible = false;
this.uiLabel22.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.uiLabel22.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiLabel21 // uiLabel21
// //
this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel21.Location = new System.Drawing.Point(503, 71); this.uiLabel21.Location = new System.Drawing.Point(309, 86);
this.uiLabel21.Name = "uiLabel21"; this.uiLabel21.Name = "uiLabel21";
this.uiLabel21.Size = new System.Drawing.Size(90, 23); this.uiLabel21.Size = new System.Drawing.Size(90, 23);
this.uiLabel21.TabIndex = 26; this.uiLabel21.TabIndex = 26;
this.uiLabel21.Text = "Vgs↑(V):"; this.uiLabel21.Text = "Vgs↑(V):";
this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel21.Visible = false;
this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// Check_OvenIf // Check_OvenIf
...@@ -1144,11 +1156,75 @@ ...@@ -1144,11 +1156,75 @@
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// Txt_CycOnGoTime
//
this.Txt_CycOnGoTime.Cursor = System.Windows.Forms.Cursors.IBeam;
this.Txt_CycOnGoTime.DecimalPlaces = 1;
this.Txt_CycOnGoTime.DecLength = 1;
this.Txt_CycOnGoTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Txt_CycOnGoTime.Location = new System.Drawing.Point(634, 104);
this.Txt_CycOnGoTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Txt_CycOnGoTime.MinimumSize = new System.Drawing.Size(1, 16);
this.Txt_CycOnGoTime.Name = "Txt_CycOnGoTime";
this.Txt_CycOnGoTime.ShowText = false;
this.Txt_CycOnGoTime.Size = new System.Drawing.Size(79, 29);
this.Txt_CycOnGoTime.TabIndex = 69;
this.Txt_CycOnGoTime.Text = "0.0";
this.Txt_CycOnGoTime.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.Txt_CycOnGoTime.Type = Sunny.UI.UITextBox.UIEditType.Double;
this.Txt_CycOnGoTime.Watermark = "";
this.Txt_CycOnGoTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiLabel36
//
this.uiLabel36.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel36.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.uiLabel36.Location = new System.Drawing.Point(542, 110);
this.uiLabel36.Name = "uiLabel36";
this.uiLabel36.Size = new System.Drawing.Size(94, 23);
this.uiLabel36.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel36.TabIndex = 68;
this.uiLabel36.Text = "时间(M):";
this.uiLabel36.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
this.uiLabel36.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// Txt_CycOnGoVol
//
this.Txt_CycOnGoVol.Cursor = System.Windows.Forms.Cursors.IBeam;
this.Txt_CycOnGoVol.DecimalPlaces = 1;
this.Txt_CycOnGoVol.DecLength = 1;
this.Txt_CycOnGoVol.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Txt_CycOnGoVol.Location = new System.Drawing.Point(634, 65);
this.Txt_CycOnGoVol.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Txt_CycOnGoVol.MinimumSize = new System.Drawing.Size(1, 16);
this.Txt_CycOnGoVol.Name = "Txt_CycOnGoVol";
this.Txt_CycOnGoVol.ShowText = false;
this.Txt_CycOnGoVol.Size = new System.Drawing.Size(79, 29);
this.Txt_CycOnGoVol.TabIndex = 67;
this.Txt_CycOnGoVol.Text = "0.0";
this.Txt_CycOnGoVol.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.Txt_CycOnGoVol.Type = Sunny.UI.UITextBox.UIEditType.Double;
this.Txt_CycOnGoVol.Watermark = "";
this.Txt_CycOnGoVol.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiLabel37
//
this.uiLabel37.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel37.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.uiLabel37.Location = new System.Drawing.Point(542, 71);
this.uiLabel37.Name = "uiLabel37";
this.uiLabel37.Size = new System.Drawing.Size(85, 23);
this.uiLabel37.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel37.TabIndex = 66;
this.uiLabel37.Text = "上电压(V):";
this.uiLabel37.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel37.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// Devicelibrary // Devicelibrary
// //
this.AllowShowTitle = true; this.AllowShowTitle = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(967, 745); this.ClientSize = new System.Drawing.Size(998, 753);
this.Controls.Add(this.uiGroupBox3); this.Controls.Add(this.uiGroupBox3);
this.Controls.Add(this.uiGroupBox1); this.Controls.Add(this.uiGroupBox1);
this.Controls.Add(this.uiNavMenu1); this.Controls.Add(this.uiNavMenu1);
...@@ -1237,5 +1313,9 @@ ...@@ -1237,5 +1313,9 @@
private Sunny.UI.UILabel Rqaw; private Sunny.UI.UILabel Rqaw;
private Sunny.UI.UIComboBox txt_SupplyRGPW; private Sunny.UI.UIComboBox txt_SupplyRGPW;
private Sunny.UI.UILabel uiLabel24; private Sunny.UI.UILabel uiLabel24;
private Sunny.UI.UITextBox Txt_CycOnGoTime;
private Sunny.UI.UILabel uiLabel36;
private Sunny.UI.UITextBox Txt_CycOnGoVol;
private Sunny.UI.UILabel uiLabel37;
} }
} }
\ No newline at end of file
...@@ -231,6 +231,8 @@ namespace GKHTRBC16P.ToolLibrary ...@@ -231,6 +231,8 @@ namespace GKHTRBC16P.ToolLibrary
sdev_device.VgsP = Txt_Vgsp.Text.ToDecimal(); sdev_device.VgsP = Txt_Vgsp.Text.ToDecimal();
sdev_device.VgsN = Txt_Vgsn.Text.ToDecimal(); sdev_device.VgsN = Txt_Vgsn.Text.ToDecimal();
sdev_device.Vg = Txt_Vg.Text.ToDecimal(); sdev_device.Vg = Txt_Vg.Text.ToDecimal();
sdev_device.CycOnGoVol = Txt_CycOnGoVol.Text.ToDecimal();
sdev_device.CycOnGoTime = Txt_CycOnGoTime.Text.ToDecimal();
sdev_device.PowerIf = Check_PowerIf.Checked ? 0 : 1; sdev_device.PowerIf = Check_PowerIf.Checked ? 0 : 1;
...@@ -402,6 +404,8 @@ namespace GKHTRBC16P.ToolLibrary ...@@ -402,6 +404,8 @@ namespace GKHTRBC16P.ToolLibrary
sdev_device.VgsP = Txt_Vgsp.Text.ToDecimal(); sdev_device.VgsP = Txt_Vgsp.Text.ToDecimal();
sdev_device.VgsN = Txt_Vgsn.Text.ToDecimal(); sdev_device.VgsN = Txt_Vgsn.Text.ToDecimal();
sdev_device.Vg = Txt_Vg.Text.ToDecimal(); sdev_device.Vg = Txt_Vg.Text.ToDecimal();
sdev_device.CycOnGoVol = Txt_CycOnGoVol.Text.ToDecimal();
sdev_device.CycOnGoTime = Txt_CycOnGoTime.Text.ToDecimal();
sdev_device.PowerIf = Check_PowerIf.Checked ? 0 : 1; sdev_device.PowerIf = Check_PowerIf.Checked ? 0 : 1;
sdev_device.OvenIf = Check_OvenIf.Checked ? 0 : 1; sdev_device.OvenIf = Check_OvenIf.Checked ? 0 : 1;
...@@ -465,6 +469,8 @@ namespace GKHTRBC16P.ToolLibrary ...@@ -465,6 +469,8 @@ namespace GKHTRBC16P.ToolLibrary
sdev_device.VgsP = Txt_Vgsp.Text.ToDecimal(); sdev_device.VgsP = Txt_Vgsp.Text.ToDecimal();
sdev_device.VgsN = Txt_Vgsn.Text.ToDecimal(); sdev_device.VgsN = Txt_Vgsn.Text.ToDecimal();
sdev_device.Vg = Txt_Vg.Text.ToDecimal(); sdev_device.Vg = Txt_Vg.Text.ToDecimal();
sdev_device.CycOnGoVol = Txt_CycOnGoVol.Text.ToDecimal();
sdev_device.CycOnGoTime = Txt_CycOnGoTime.Text.ToDecimal();
sdev_device.PowerIf = Check_PowerIf.Checked ? 0 : 1; sdev_device.PowerIf = Check_PowerIf.Checked ? 0 : 1;
sdev_device.OvenIf = Check_OvenIf.Checked ? 0 : 1; sdev_device.OvenIf = Check_OvenIf.Checked ? 0 : 1;
...@@ -561,6 +567,8 @@ namespace GKHTRBC16P.ToolLibrary ...@@ -561,6 +567,8 @@ namespace GKHTRBC16P.ToolLibrary
Txt_Vgsp.Text = curenode.VgsP.ToString(); Txt_Vgsp.Text = curenode.VgsP.ToString();
Txt_Vgsn.Text = curenode.VgsN.ToString(); Txt_Vgsn.Text = curenode.VgsN.ToString();
Txt_Vg.Text = curenode.Vg.ToString(); Txt_Vg.Text = curenode.Vg.ToString();
Txt_CycOnGoVol.Text = curenode.CycOnGoVol.ToString();
Txt_CycOnGoTime.Text = curenode.CycOnGoTime.ToString();
Check_PowerIf.Checked = curenode.PowerIf == 0; Check_PowerIf.Checked = curenode.PowerIf == 0;
Check_OvenIf.Checked = curenode.OvenIf == 0; Check_OvenIf.Checked = curenode.OvenIf == 0;
......
c43bf161ddd8a4c2953396fbb147a0394d938af1b7cdefd6df032db4c803993e 40f5aadc45e3e7ad8c0a174dc0be5527a791dfc14738ede6380b74f454ba13f0
...@@ -371,3 +371,148 @@ E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.c ...@@ -371,3 +371,148 @@ E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.c
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.csproj.Up2Date E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.csproj.Up2Date
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.exe E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.exe
E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.pdb E:\CustomerRbGb\GK-HTRB-C16P-gaokun\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\DLL\HTICOLClient.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\x64\SQLite.Interop.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\x86\SQLite.Interop.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Logo\Black.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Logo\Blue.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Logo\Custom.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Logo\DarkBlue.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Logo\Gray.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Logo\Green.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Logo\LayuiGreen.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Logo\LayuiOrange.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Logo\LayuiRed.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Logo\Orange.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Logo\Purple.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Logo\Red.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\open1.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Languages\ResAdj.xls
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\App.config
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\log4net.config
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\DLL\MQTTnet.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\cal1.ico
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Languages\InElement.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\111.gif
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\a9ahn-isudp-001.ico
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\GK.ico
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Languages\ChineseSimplified.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Languages\English.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\can1.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\save1.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\正方体.bmp
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\1.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\2.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\3.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\4.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\485接口.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\5.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\6.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\7.gif
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\7.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\8.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\9.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\dashboard.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\GKLogo.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Icon1.ico
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\Login1.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\WDFBT.bmp
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\GK3222.ico
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\实时曲线.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Resources\实时数据.png
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.exe.config
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.exe
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\DotNetZip.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.Bll.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.Calibrationfm.exe
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.Model.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.Protocol.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.Toolbox.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\HTICOLClient.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\log4net.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Newtonsoft.Json.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\OxyPlot.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\OxyPlot.WindowsForms.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\SunnyUI.Common.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\SunnyUI.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\unvell.ReoGrid.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Dapper.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\System.Data.SQLite.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\MQTTnet.dll
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.Bll.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.Calibrationfm.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.Calibrationfm.exe.config
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.Model.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.Protocol.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\GKHTRBC16P.Toolbox.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\DotNetZip.pdb
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\DotNetZip.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\log4net.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\Newtonsoft.Json.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\OxyPlot.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\OxyPlot.WindowsForms.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\bin\Debug\unvell.ReoGrid.xml
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.csproj.AssemblyReference.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FrmDefault.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FrmLogin.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FrmMain.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FrmMainTbrido.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.CommunicationSetting.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.EditUser.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.FrmLampLed.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.FrmPowerSet.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.FrmPowerTab.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.FrmStationAlarm.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.FunPowerSet.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.FunStatus.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.Home_Status_Tbrido.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.Home_Status.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.Status_Info.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.Status_Time.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.SysManager.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.SysManagerDeviceImage.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.SystemConfig.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.TemperatureSetting.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.ThorouType.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.ThorouTypeVgs.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.FunMov.UserManager.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Helpm.AboutMy.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Helpm.BaseForm.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Helpm.CompanyInfo.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Helpm.DeviceCode.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Helpm.Frm_BridgeData.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Helpm.Frm_UProcessBar.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Helpm.SystemLog.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Helpm.UpdateLog.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Jurisdiction.FColorful.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Jurisdiction.FrmResisCali.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Jurisdiction.FrmStagePress.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Jurisdiction.FrmStageTemp.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Jurisdiction.FrmStepDown.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Jurisdiction.Frm_Correspondence.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Jurisdiction.Frm_PowerRela.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Jurisdiction.Frm_Refult.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Jurisdiction.UserPassEdit.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.Properties.Resources.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.AlarmEdit.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.AlarmProcess.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.AutoTemper.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.BatchChart.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.BatchManagement.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.DataMana.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.Devicelibrary.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.Experimental.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.FrmCalibration.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.FrmCalibSetKb.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.FrmClibVgs.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.PlugBoard.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.RecordCurve_Tbrido.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.RecordCurve.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.RunSetting.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.ToolLibrary.TestDataGrid.resources
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.csproj.GenerateResource.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.csproj.CoreCompileInputs.cache
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.csproj.Up2Date
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.exe
E:\CustomerRbGb\GK-HTRB-C16P-fushun_volcyc\GK-HTRB-GB\GKHTRBC16P\obj\Debug\GKHTRBC16P.pdb
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论