Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
GC_Branch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周磊
GC_Branch
Commits
b48f538b
Commit
b48f538b
authored
May 28, 2020
by
leon.huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version1.6.9 第二次release。更改尾吹流量在机械阀模型下不显示。
parent
b331ea60
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
211 additions
and
7 deletions
+211
-7
DataState.cs
GcDevicePc/DataState.cs
+9
-7
SingleAnal.ini
VocsSetup/GC_Config/GC_Set/仪器方法/cs/SingleAnal.ini
+0
-0
测试.ini
VocsSetup/GC_Config/GC_Set/仪器方法/cs/测试.ini
+0
-0
DevStatus.ini
VocsSetup/GC_Config/GC_Set/仪器状态/cs/子状态/DevStatus.ini
+0
-0
SharedSpace.dll
VocsSetup/GC_Control/SharedSpace.dll
+0
-0
ErrLog.txt
VocsSetup/GC_User/操作日志/ErrLog/ErrLog.txt
+201
-0
OperLog.txt
VocsSetup/GC_User/操作日志/OperLog/OperLog.txt
+1
-0
No files found.
GcDevicePc/DataState.cs
View file @
b48f538b
...
@@ -1877,12 +1877,14 @@ namespace GcDevicePc
...
@@ -1877,12 +1877,14 @@ namespace GcDevicePc
GetSetValue
(
globaldata
.
m_dpbuffer
.
ShowList
.
showepc
.
EPC1_3_Set
));
GetSetValue
(
globaldata
.
m_dpbuffer
.
ShowList
.
showepc
.
EPC1_3_Set
));
this
.
datalist
.
Items
.
Add
(
tempshow
);
this
.
datalist
.
Items
.
Add
(
tempshow
);
}
}
if
(
CProfileDevice
.
m_DevParam
.
syspara
.
u16StartType
!=
2
)
{
tempshow
=
new
ListViewItem
();
tempshow
=
new
ListViewItem
();
tempshow
.
Text
=
GettempName
(
"尾吹流量(mL/min)"
);
tempshow
.
Text
=
GettempName
(
"尾吹流量(mL/min)"
);
tempshow
.
SubItems
.
Add
(
GetValue
(
globaldata
.
m_dpbuffer
.
ShowList
.
showepc
.
EPC1_1_Cur
)
+
"/"
+
tempshow
.
SubItems
.
Add
(
GetValue
(
globaldata
.
m_dpbuffer
.
ShowList
.
showepc
.
EPC1_1_Cur
)
+
"/"
+
GetSetValue
(
globaldata
.
m_dpbuffer
.
ShowList
.
showepc
.
EPC1_1_Set
));
GetSetValue
(
globaldata
.
m_dpbuffer
.
ShowList
.
showepc
.
EPC1_1_Set
));
this
.
datalist
.
Items
.
Add
(
tempshow
);
this
.
datalist
.
Items
.
Add
(
tempshow
);
}
tempshow
=
new
ListViewItem
();
tempshow
=
new
ListViewItem
();
tempshow
.
Text
=
"点火状态"
;
tempshow
.
Text
=
"点火状态"
;
...
...
VocsSetup/GC_Config/GC_Set/仪器方法/cs/SingleAnal.ini
View file @
b48f538b
B
[方法名称]
B
[方法名称]
...
...
VocsSetup/GC_Config/GC_Set/仪器方法/cs/测试.ini
View file @
b48f538b
B
[方法名称]
B
[方法名称]
...
...
VocsSetup/GC_Config/GC_Set/仪器状态/cs/子状态/DevStatus.ini
0 → 100644
View file @
b48f538b
B
[仪器编号]
B
[仪器编号]
VocsSetup/GC_Control/SharedSpace.dll
View file @
b48f538b
No preview for this file type
VocsSetup/GC_User/操作日志/ErrLog/ErrLog.txt
View file @
b48f538b
...
@@ -88,3 +88,204 @@
...
@@ -88,3 +88,204 @@
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 10:43:06System.NullReferenceException: 未将对象引用设置到对象的实例。
2020-05-28 10:43:06System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
【2020-05-28 15:22:46】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-05-28 15:22:46】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-05-28 15:22:52System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:22:58System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:23:04System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:23:10System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:23:16System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:23:22System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:23:28System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:23:34System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:23:40System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:23:46System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:23:52System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:23:58System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:24:04System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:24:10System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:24:16System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:24:22System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:24:28System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:24:34System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:24:40System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:24:46System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:24:52System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:24:58System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:25:04System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:25:10System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:25:16System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:25:22System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:25:28System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:25:34System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:25:40System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:25:46System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:25:52System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:25:58System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:26:04System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:26:10System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:26:16System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:26:22System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:26:28System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:26:34System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:26:40System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:26:46System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:26:52System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:26:58System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:27:04System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:27:10System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:27:16System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:27:22System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:27:28System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:27:34System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:27:40System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:27:46System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:27:52System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:27:58System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:28:04System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:28:10System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:28:16System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:28:22System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:28:28System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:28:34System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:28:40System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:28:46System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:28:52System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:28:58System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:29:04System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:29:10System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:29:16System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:29:22System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:29:28System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:29:34System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:29:40System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:29:46System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:29:52System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:29:58System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:30:04System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:30:10System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:30:16System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:30:22System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:30:28System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:30:34System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:30:40System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:30:46System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:30:52System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:30:58System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:31:04System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:31:10System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:31:16System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:31:22System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:31:28System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:31:34System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:31:40System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:31:46System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:31:52System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:31:58System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:32:04System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:32:10System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:32:16System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
2020-05-28 15:32:22System.NullReferenceException: 未将对象引用设置到对象的实例。
在 GcDevicePc.CK_UI.UserCtl.datadisp() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:行号 577
VocsSetup/GC_User/操作日志/OperLog/OperLog.txt
View file @
b48f538b
...
@@ -543,3 +543,4 @@
...
@@ -543,3 +543,4 @@
【2020-05-28 10:06:04.8277】,C保存
【2020-05-28 10:06:04.8277】,C保存
【2020-05-28 10:15:49.7266】,服务器重启:
【2020-05-28 10:15:49.7266】,服务器重启:
【2020-05-28 10:20:00.4756】,服务器开始启动:192.168.1.111:12345
【2020-05-28 10:20:00.4756】,服务器开始启动:192.168.1.111:12345
【2020-05-28 15:22:46.5078】,服务器开始启动:192.168.1.111:12345
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment