Commit 566cc53d authored by leon.huang's avatar leon.huang

修改第一个页面的刷新频率

parent 1c5ffdc1
......@@ -45,7 +45,7 @@
this.label1 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.comboBox1 = new System.Windows.Forms.ComboBox();
//this.comboBox1 = new System.Windows.Forms.ComboBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
......@@ -139,12 +139,12 @@
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(6, 20);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(116, 24);
this.comboBox1.TabIndex = 15;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1_SelectedIndexChanged);
//this.comboBox1.FormattingEnabled = true;
//this.comboBox1.Location = new System.Drawing.Point(6, 20);
//this.comboBox1.Name = "comboBox1";
//this.comboBox1.Size = new System.Drawing.Size(116, 24);
//this.comboBox1.TabIndex = 15;
//this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1_SelectedIndexChanged);
//
// textBox6
//
......@@ -211,7 +211,7 @@
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 60000;
this.timer1.Interval = 6000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// comboBox1
......
......@@ -177,7 +177,7 @@ namespace GcDevicePc.CK_UI
}
else
{
label2.Visible = false;;
label2.Visible = false;
textBox1.Visible = false;
}
if (CKVocAnalyzer.GlobalCKV.vocparamlist.FindIndex(lv => lv.Name == "THC") > -1 )
......@@ -931,7 +931,6 @@ namespace GcDevicePc.CK_UI
List<CKVocAnalyzer.CompoundExpression> cpde = CKVocAnalyzer.GlobalCKV.cpdExpressions.Where(s => s.Name == sql.ReturnData[i].name&& s.OUnit == unti).ToList();
double times = (double)new XDate(Convert.ToDateTime(sql.ReturnData[i].Time));
int indexTWO = CKVocAnalyzer.GlobalCKV.adjustTwo.FindIndex(s => s.name == sql.ReturnData[i].name);
double v = 0;
v = sql.ReturnData[i].value;
if (indexTWO > -1)
......
[SYSINFO]
ECOUNT=3
COEF=1
[ENTITY0]
ETXT=0,THC,0,0,0,0,255,0,0,10000,1,0,0
[ENTITY1]
ETXT=0,CH4,1.1,1.12,0,0,255,0,0,10000,1,0,0
[ENTITY2]
ETXT=0,NMHC,0,0,0,0,255,0,0,10000,1,0,0
[ENTITY3]
ETXT=0,THC,0,0,0,0,255,0,0,10000,1,0,0
[ENTITY4]
ETXT=0,CH4,1.1,1.12,0,0,255,0,0,10000,1,0,0
[ENTITY5]
ETXT=0,¶þ¼×±½,2.37,2.66,0,0,255,0,0,100000,1,0,0
......@@ -3,9 +3,9 @@
<PARAMETER>
<DEBUG>True</DEBUG>
<fid>True</fid>
<file1>C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_Config\GC_Set\运行表\VOC</file1>
<file2>C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_Config\GC_Set\运行表\VOC</file2>
<file3>C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_Config\GC_Set\运行表\VOC</file3>
<file1>C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_Config\GC_Set\运行表\色谱001</file1>
<file2>C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_Config\GC_Set\运行表\色谱001</file2>
<file3>C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_Config\GC_Set\运行表\色谱001</file3>
<adjust1>2</adjust1>
<adjust2>1</adjust2>
<adjust3>0</adjust3>
......@@ -29,20 +29,12 @@
<vlue>0</vlue>
</NMHCcfgSave>
<AutoMessage>
<name>苯</name>
<vlue>0</vlue>
</AutoMessage>
<AutoMessage>
<name>甲苯</name>
<name>THC</name>
<vlue>0</vlue>
</AutoMessage>
<AutoMessage>
<name>CH4</name>
<vlue>0</vlue>
</AutoMessage>
<AutoMessage>
<name>二甲苯</name>
<vlue>0</vlue>
</AutoMessage>
</Cfg>
</GCCPC>
\ No newline at end of file
......@@ -2,11 +2,11 @@
ECOUNT=3
COEF=1
[ENTITY0]
ETXT=0,THC,0,0,0,0,255,0,0,10000,1,0,0
ETXT=0,THC,0.1,0.2,0,0,255,0,0,10000,1,0,0
[ENTITY1]
ETXT=0,CH4,1.1,1.12,0,0,255,0,0,10000,1,0,0
[ENTITY2]
ETXT=0,NMHC,0,0,0,0,255,0,0,10000,1,0,0
[ENTITY2]
ETXT=0,CH4,0.22,0.3,0,0,255,0,0,10000,1,0,0
[ENTITY3]
ETXT=0,THC,0,0,0,0,255,0,0,10000,1,0,0
[ENTITY4]
......
2020-01-07 17:21:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
2020-01-08 15:35:41System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:21:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 450
2020-01-08 15:35:41System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:22:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 450
2020-01-08 15:35:47System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:22:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 450
2020-01-08 15:35:47System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:23:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 450
2020-01-08 15:35:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:23:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:24:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:24:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:25:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:25:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:26:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:26:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:27:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:27:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:28:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:28:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:29:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:29:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:30:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:30:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:31:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:31:52System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
【2020-01-07 17:34:28】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
在 System.Net.Sockets.Socket.Bind(EndPoint localEP)
在 System.Net.Sockets.TcpListener.Start(Int32 backlog)
在 System.Net.Sockets.TcpListener.Start()
在 ModbusLib.TcpService.open(String add, Int32 port) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 51
【2020-01-07 17:34:28】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 ModbusLib.TcpService.open(String add, Int32 port) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 64
在 ModbusLib.TcpService.tcpStart(String addr, Int32 intport) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 24
2020-01-07 17:34:29System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 473
2020-01-07 17:34:29System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:35:28System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:35:28System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
【2020-01-07 17:36:27】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
在 System.Net.Sockets.Socket.Bind(EndPoint localEP)
在 System.Net.Sockets.TcpListener.Start(Int32 backlog)
在 System.Net.Sockets.TcpListener.Start()
在 ModbusLib.TcpService.open(String add, Int32 port) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 51
【2020-01-07 17:36:27】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 ModbusLib.TcpService.open(String add, Int32 port) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 64
在 ModbusLib.TcpService.tcpStart(String addr, Int32 intport) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 24
2020-01-07 17:36:27System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 473
2020-01-07 17:36:27System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
【2020-01-07 17:37:53】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
在 System.Net.Sockets.Socket.Bind(EndPoint localEP)
在 System.Net.Sockets.TcpListener.Start(Int32 backlog)
在 System.Net.Sockets.TcpListener.Start()
在 ModbusLib.TcpService.open(String add, Int32 port) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 51
【2020-01-07 17:37:53】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 ModbusLib.TcpService.open(String add, Int32 port) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 64
在 ModbusLib.TcpService.tcpStart(String addr, Int32 intport) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 24
2020-01-07 17:37:54System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 473
2020-01-07 17:37:54System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:38:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:38:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:39:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:39:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:40:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:40:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:41:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:41:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:42:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:42:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:43:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:43:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:44:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:44:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:45:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:45:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:46:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:46:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:47:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:47:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:48:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:48:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:49:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:49:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:50:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:50:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:51:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:51:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:52:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:52:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:53:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:53:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:54:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:54:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:55:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:55:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:56:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:56:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:57:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:57:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:58:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:58:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:59:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:59:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 17:59:53System.IO.DirectoryNotFoundException: 未能找到路径“C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_User\原始数据2019年”的一部分。
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 450
2020-01-08 15:35:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 450
2020-01-08 15:35:59System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 450
2020-01-08 15:35:59System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 450
2020-01-08 15:36:05System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 450
2020-01-08 15:36:05System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 450
【2020-01-08 15:39:15】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:39:50】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:40:03】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:41:06】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:41:31】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:42:07】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:42:42】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:43:17】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:43:53】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:44:28】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:45:03】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:45:37】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:46:11】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:46:47】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:47:22】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:47:58】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:48:33】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:49:09】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:49:45】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:50:20】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:50:56】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:51:30】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:52:05】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:52:41】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:53:15】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:53:49】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:54:24】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:55:00】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:55:35】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:56:10】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:56:46】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:57:21】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:57:56】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:58:31】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:59:06】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 15:59:41】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
2020-01-08 15:59:59System.IO.DirectoryNotFoundException: 未能找到路径“C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_User\原始数据2019年”的一部分。
在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
在 System.IO.FileSystemEnumerableIterator`1.CommonInit()
在 System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
在 System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)
在 System.IO.DirectoryInfo.GetDirectories()
在 SpaceM.process.GetDirectory(String path)
2020-01-07 17:59:53System.IO.DirectoryNotFoundException: 未能找到路径“C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_User\原始数据2020年”的一部分。
【2020-01-08 16:00:17】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:00:51】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
2020-01-08 16:00:59System.IO.DirectoryNotFoundException: 未能找到路径“C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_User\原始数据2019年”的一部分。
在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
在 System.IO.FileSystemEnumerableIterator`1.CommonInit()
在 System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
在 System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)
在 System.IO.DirectoryInfo.GetDirectories()
在 SpaceM.process.GetDirectory(String path)
2020-01-07 18:00:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:00:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:00:53System.IO.DirectoryNotFoundException: 未能找到路径“C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_User\原始数据2019年”的一部分。
【2020-01-08 16:01:26】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:02:02】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:02:36】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:03:13】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:03:47】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:04:21】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:04:56】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:05:32】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:06:06】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:06:41】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:07:16】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:07:50】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:08:24】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:08:59】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
【2020-01-08 16:09:27】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
2020-01-08 17:00:00System.IO.DirectoryNotFoundException: 未能找到路径“C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_User\原始数据2019年”的一部分。
在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
在 System.IO.FileSystemEnumerableIterator`1.CommonInit()
在 System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
在 System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)
在 System.IO.DirectoryInfo.GetDirectories()
在 SpaceM.process.GetDirectory(String path)
2020-01-07 18:01:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:01:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:02:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:02:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:03:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:03:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:04:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:04:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:05:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:05:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:06:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:06:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:07:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:07:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:08:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
2020-01-07 18:08:53System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 477
【2020-01-07 18:09:31】System.InvalidOperationException: 未在侦听。调用此方法前必须先调用 Start() 方法。
在 System.Net.Sockets.TcpListener.Pending()
在 ModbusLib.TcpService.Accept() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 111
2020-01-08 17:01:00System.IO.DirectoryNotFoundException: 未能找到路径“C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_User\原始数据2019年”的一部分。
在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
在 System.IO.FileSystemEnumerableIterator`1.CommonInit()
在 System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
在 System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)
在 System.IO.DirectoryInfo.GetDirectories()
在 SpaceM.process.GetDirectory(String path)
【2020-01-08 17:14:18】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
在 System.Net.Sockets.Socket.Bind(EndPoint localEP)
在 System.Net.Sockets.TcpListener.Start(Int32 backlog)
在 System.Net.Sockets.TcpListener.Start()
在 ModbusLib.TcpService.open(String add, Int32 port) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 51
【2020-01-08 17:14:18】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 ModbusLib.TcpService.open(String add, Int32 port) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 64
在 ModbusLib.TcpService.tcpStart(String addr, Int32 intport) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 24
2020-01-08 17:14:18System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -90,3 +90,245 @@
【2020-01-07 17:37:53.3471】,服务器开始启动:192.168.1.217:12345
【2020-01-07 17:37:59.4249】,用户admin,进入调试模式
【2020-01-07 18:09:31.9274】,服务器重启:
【2020-01-08 13:30:13.9183】,服务器开始启动:192.168.1.217:12345
【2020-01-08 13:30:20.7481】,用户admin,进入调试模式
【2020-01-08 13:30:26.7660】,注销登录,进入用户模式
【2020-01-08 15:07:56.5820】,服务器开始启动:192.168.1.217:12345
【2020-01-08 15:08:02.5171】,用户admin,进入调试模式
【2020-01-08 15:09:17.1835】,用户admin,进入调试模式
【2020-01-08 15:10:37.8599】,服务器重启:
【2020-01-08 15:11:21.2001】,服务器开始启动:192.168.1.217:12345
【2020-01-08 15:11:40.2122】,用户admin,进入调试模式
【2020-01-08 15:12:05.3550】,用户admin,进入调试模式
【2020-01-08 15:18:23.7121】,服务器重启:
【2020-01-08 15:32:00.9685】,服务器开始启动:192.168.1.217:12345
【2020-01-08 15:32:05.6420】,用户admin,进入调试模式
【2020-01-08 15:32:14.7627】,用户admin,进入调试模式
【2020-01-08 15:32:37.3543】,服务器重启:
【2020-01-08 15:33:59.9066】,服务器开始启动:192.168.1.217:12345
【2020-01-08 15:35:15.7229】,用户admin,进入调试模式
【2020-01-08 15:35:35.7514】,167595
【2020-01-08 15:36:06.8373】,A开始保存数据
【2020-01-08 15:36:06.8532】,True
【2020-01-08 15:36:06.8751】,A保存
【2020-01-08 15:36:06.9140】,True
【2020-01-08 15:36:06.9250】,A保存
【2020-01-08 15:38:43.9827】,356224
【2020-01-08 15:38:46.0013】,注销登录,进入用户模式
【2020-01-08 15:39:15.5762】,A开始保存数据
【2020-01-08 15:39:15.5872】,True
【2020-01-08 15:39:15.6042】,A保存
【2020-01-08 15:39:19.1696】,391610
【2020-01-08 15:39:50.0271】,A开始保存数据
【2020-01-08 15:39:50.0381】,True
【2020-01-08 15:39:50.0571】,A保存
【2020-01-08 15:39:53.6904】,425914
【2020-01-08 15:40:03.3745】,开始校准30,3
【2020-01-08 15:40:03.8931】,A开始保存数据
【2020-01-08 15:40:03.9041】,True
【2020-01-08 15:40:03.9200】,A保存
【2020-01-08 15:40:33.3104】,强制校准结束
【2020-01-08 15:40:36.4950】,468716
【2020-01-08 15:40:37.8065】,用户admin,进入调试模式
【2020-01-08 15:41:05.9313】,A开始保存数据
【2020-01-08 15:41:05.9423】,True
【2020-01-08 15:41:05.9622】,A保存
【2020-01-08 15:41:09.0939】,500856
【2020-01-08 15:41:30.9460】,开始校准30,3
【2020-01-08 15:41:31.4896】,A开始保存数据
【2020-01-08 15:41:31.5005】,True
【2020-01-08 15:41:31.5265】,A保存
【2020-01-08 15:41:36.1371】,528371
【2020-01-08 15:42:07.7227】,A开始保存数据
【2020-01-08 15:42:07.7337】,True
【2020-01-08 15:42:07.7666】,A保存
【2020-01-08 15:42:11.3869】,563605
【2020-01-08 15:42:42.9026】,A开始保存数据
【2020-01-08 15:42:42.9136】,True
【2020-01-08 15:42:42.9316】,A保存
【2020-01-08 15:42:47.0426】,598776
【2020-01-08 15:43:17.0224】,A开始保存数据
【2020-01-08 15:43:17.0334】,True
【2020-01-08 15:43:17.0524】,A保存
【2020-01-08 15:43:19.2206】,注销登录,进入用户模式
【2020-01-08 15:43:22.2245】,633649
【2020-01-08 15:43:28.7690】,用户admin,进入调试模式
【2020-01-08 15:43:53.2536】,A开始保存数据
【2020-01-08 15:43:53.2646】,True
【2020-01-08 15:43:53.2815】,A保存
【2020-01-08 15:43:57.4374】,669081
【2020-01-08 15:44:28.3478】,A开始保存数据
【2020-01-08 15:44:28.3587】,True
【2020-01-08 15:44:28.3827】,A保存
【2020-01-08 15:44:32.5994】,704784
【2020-01-08 15:45:03.6644】,A开始保存数据
【2020-01-08 15:45:03.6793】,True
【2020-01-08 15:45:03.6983】,A保存
【2020-01-08 15:45:07.8073】,739585
【2020-01-08 15:45:37.8071】,A开始保存数据
【2020-01-08 15:45:37.8181】,True
【2020-01-08 15:45:37.8350】,A保存
【2020-01-08 15:45:42.0138】,774204
【2020-01-08 15:46:11.8770】,A开始保存数据
【2020-01-08 15:46:11.8880】,True
【2020-01-08 15:46:11.9069】,A保存
【2020-01-08 15:46:16.0588】,808056
【2020-01-08 15:46:47.0460】,A开始保存数据
【2020-01-08 15:46:47.0889】,A保存
【2020-01-08 15:46:51.1949】,843001
【2020-01-08 15:47:22.5072】,A开始保存数据
【2020-01-08 15:47:22.5361】,A保存
【2020-01-08 15:47:26.7449】,878795
【2020-01-08 15:47:58.2506】,A开始保存数据
【2020-01-08 15:47:58.2616】,True
【2020-01-08 15:47:58.2786】,A保存
【2020-01-08 15:48:01.9039】,914248
【2020-01-08 15:48:33.2461】,A开始保存数据
【2020-01-08 15:48:33.2581】,True
【2020-01-08 15:48:33.2750】,A保存
【2020-01-08 15:48:38.0472】,949913
【2020-01-08 15:49:09.4623】,A开始保存数据
【2020-01-08 15:49:09.4732】,True
【2020-01-08 15:49:09.4922】,A保存
【2020-01-08 15:49:13.1524】,985604
【2020-01-08 15:49:45.2436】,A开始保存数据
【2020-01-08 15:49:45.2546】,True
【2020-01-08 15:49:45.2715】,A保存
【2020-01-08 15:49:49.4544】,1021672
【2020-01-08 15:50:20.4864】,A开始保存数据
【2020-01-08 15:50:20.4974】,True
【2020-01-08 15:50:20.5143】,A保存
【2020-01-08 15:50:24.8088】,1056616
【2020-01-08 15:50:56.0773】,A开始保存数据
【2020-01-08 15:50:56.0892】,True
【2020-01-08 15:50:56.1062】,A保存
【2020-01-08 15:50:59.7185】,1092081
【2020-01-08 15:51:30.6778】,A开始保存数据
【2020-01-08 15:51:30.6897】,True
【2020-01-08 15:51:30.7067】,A保存
【2020-01-08 15:51:34.8536】,1127024
【2020-01-08 15:52:05.6822】,A开始保存数据
【2020-01-08 15:52:05.6932】,True
【2020-01-08 15:52:05.7101】,A保存
【2020-01-08 15:52:10.0335】,1162280
【2020-01-08 15:52:41.5777】,A开始保存数据
【2020-01-08 15:52:41.5897】,True
【2020-01-08 15:52:41.6067】,A保存
【2020-01-08 15:52:45.2798】,1197868
【2020-01-08 15:53:15.7733】,A开始保存数据
【2020-01-08 15:53:15.7843】,True
【2020-01-08 15:53:15.8012】,A保存
【2020-01-08 15:53:19.5163】,1231722
【2020-01-08 15:53:49.4962】,A开始保存数据
【2020-01-08 15:53:49.5081】,True
【2020-01-08 15:53:49.5251】,A保存
【2020-01-08 15:53:53.7109】,1266295
【2020-01-08 15:54:24.5016】,A开始保存数据
【2020-01-08 15:54:24.5126】,True
【2020-01-08 15:54:24.5295】,A保存
【2020-01-08 15:54:28.8131】,1300876
【2020-01-08 15:55:00.1323】,A开始保存数据
【2020-01-08 15:55:00.1433】,True
【2020-01-08 15:55:00.1603】,A保存
【2020-01-08 15:55:04.3281】,1336584
【2020-01-08 15:55:35.8269】,A开始保存数据
【2020-01-08 15:55:35.8389】,True
【2020-01-08 15:55:35.8558】,A保存
【2020-01-08 15:55:40.5573】,1372100
【2020-01-08 15:56:10.4593】,A开始保存数据
【2020-01-08 15:56:10.4703】,True
【2020-01-08 15:56:10.4883】,A保存
【2020-01-08 15:56:14.6162】,1406785
【2020-01-08 15:56:46.0502】,A开始保存数据
【2020-01-08 15:56:46.0612】,True
【2020-01-08 15:56:46.0791】,A保存
【2020-01-08 15:56:50.7396】,1442404
【2020-01-08 15:57:21.6849】,A开始保存数据
【2020-01-08 15:57:21.6959】,True
【2020-01-08 15:57:21.7128】,A保存
【2020-01-08 15:57:25.3840】,1477839
【2020-01-08 15:57:56.8489】,A开始保存数据
【2020-01-08 15:57:56.8599】,True
【2020-01-08 15:57:56.8798】,A保存
【2020-01-08 15:58:01.1754】,1513192
【2020-01-08 15:58:31.3956】,A开始保存数据
【2020-01-08 15:58:31.4065】,True
【2020-01-08 15:58:31.4235】,A保存
【2020-01-08 15:58:35.5973】,1547652
【2020-01-08 15:59:06.4957】,A开始保存数据
【2020-01-08 15:59:06.5067】,True
【2020-01-08 15:59:06.5237】,A保存
【2020-01-08 15:59:10.6237】,1582496
【2020-01-08 15:59:41.8881】,A开始保存数据
【2020-01-08 15:59:41.9001】,True
【2020-01-08 15:59:41.9170】,A保存
【2020-01-08 15:59:45.5503】,1618113
【2020-01-08 16:00:17.0780】,A开始保存数据
【2020-01-08 16:00:17.0890】,True
【2020-01-08 16:00:17.1090】,A保存
【2020-01-08 16:00:21.2459】,1653004
【2020-01-08 16:00:51.1220】,A开始保存数据
【2020-01-08 16:00:51.1330】,True
【2020-01-08 16:00:51.1520】,A保存
【2020-01-08 16:00:55.3856】,1687703
【2020-01-08 16:01:26.8715】,A开始保存数据
【2020-01-08 16:01:26.8824】,True
【2020-01-08 16:01:26.8994】,A保存
【2020-01-08 16:01:31.1909】,1723309
【2020-01-08 16:02:02.1691】,A开始保存数据
【2020-01-08 16:02:02.1801】,True
【2020-01-08 16:02:02.1980】,A保存
【2020-01-08 16:02:05.8652】,1758210
【2020-01-08 16:02:36.8275】,A开始保存数据
【2020-01-08 16:02:36.8394】,True
【2020-01-08 16:02:36.8624】,A保存
【2020-01-08 16:02:41.1020】,1793462
【2020-01-08 16:03:13.0337】,A开始保存数据
【2020-01-08 16:03:13.0446】,True
【2020-01-08 16:03:13.0626】,A保存
【2020-01-08 16:03:17.1776】,1828973
【2020-01-08 16:03:47.5683】,A开始保存数据
【2020-01-08 16:03:47.5803】,True
【2020-01-08 16:03:47.5973】,A保存
【2020-01-08 16:03:51.2744】,1863716
【2020-01-08 16:04:21.7589】,A开始保存数据
【2020-01-08 16:04:21.7699】,True
【2020-01-08 16:04:21.7879】,A保存
【2020-01-08 16:04:26.4963】,1898340
【2020-01-08 16:04:56.3983】,A开始保存数据
【2020-01-08 16:04:56.4093】,True
【2020-01-08 16:04:56.4362】,A保存
【2020-01-08 16:05:00.5862】,1932871
【2020-01-08 16:05:32.4929】,A开始保存数据
【2020-01-08 16:05:32.5038】,True
【2020-01-08 16:05:32.5208】,A保存
【2020-01-08 16:05:36.2249】,1968436
【2020-01-08 16:06:06.5997】,A开始保存数据
【2020-01-08 16:06:06.6126】,True
【2020-01-08 16:06:06.6336】,A保存
【2020-01-08 16:06:10.7995】,2003380
【2020-01-08 16:06:41.8195】,A开始保存数据
【2020-01-08 16:06:41.8315】,True
【2020-01-08 16:06:41.8514】,A保存
【2020-01-08 16:06:46.0532】,2037979
【2020-01-08 16:07:16.3851】,A开始保存数据
【2020-01-08 16:07:16.3961】,True
【2020-01-08 16:07:16.4180】,A保存
【2020-01-08 16:07:20.5679】,2072593
【2020-01-08 16:07:50.3763】,A开始保存数据
【2020-01-08 16:07:50.3882】,True
【2020-01-08 16:07:50.4052】,A保存
【2020-01-08 16:07:54.5940】,2106704
【2020-01-08 16:08:24.5429】,A开始保存数据
【2020-01-08 16:08:24.5728】,A保存
【2020-01-08 16:08:28.8315】,2141086
【2020-01-08 16:08:59.1933】,A开始保存数据
【2020-01-08 16:08:59.2043】,True
【2020-01-08 16:08:59.2232】,A保存
【2020-01-08 16:09:02.9383】,2175552
【2020-01-08 16:09:27.2269】,A开始保存数据
【2020-01-08 16:09:27.2747】,A保存
【2020-01-08 16:09:34.1105】,强制校准结束
【2020-01-08 17:14:18.1170】,服务器开始启动:192.168.1.217:12345
【2020-01-08 17:14:27.2107】,用户admin,进入调试模式
【2020-01-08 17:15:18.4159】,注销登录,进入用户模式
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment