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
cf8e02e8
Commit
cf8e02e8
authored
Jun 04, 2018
by
wangwanxh@sina.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调试输出
parent
ca93ef8b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
MDIBase.cs
GcDevicePc/MDIBase.cs
+2
-2
CKvocUpdata.cs
GcDevicePc/ProThread/CKvocUpdata.cs
+3
-3
DataOutput.cs
GcDevicePc/ProThread/DataOutput.cs
+1
-1
No files found.
GcDevicePc/MDIBase.cs
View file @
cf8e02e8
...
...
@@ -1823,7 +1823,7 @@ namespace GcDevicePc
SharedSpace
.
MControl
.
IsEnd
=
true
;
// RunTableOpt(SharedSpace.MControl.defaultPath, SharedSpace.MControl.defaultName);
RunTableOptWithCount
(
SharedSpace
.
MControl
.
defaultPath
,
SharedSpace
.
MControl
.
defaultName
,
100
00
);
RunTableOptWithCount
(
SharedSpace
.
MControl
.
defaultPath
,
SharedSpace
.
MControl
.
defaultName
,
100
);
Thread
.
Sleep
(
30
*
1000
);
// RunTableOptWithCount(65534);
SharedSpace
.
MControl
.
SetOut
=
false
;
...
...
@@ -1835,7 +1835,7 @@ namespace GcDevicePc
SharedSpace
.
MControl
.
IsEnd
=
false
;
//RunTableOpt(SharedSpace.MControl.defaultPath, SharedSpace.MControl.defaultName);
RunTableOptWithCount
(
SharedSpace
.
MControl
.
defaultName
,
SharedSpace
.
MControl
.
defaultName
,
100
00
);
RunTableOptWithCount
(
SharedSpace
.
MControl
.
defaultName
,
SharedSpace
.
MControl
.
defaultName
,
100
);
Thread
.
Sleep
(
30
*
1000
);
SharedSpace
.
MControl
.
SetOut
=
false
;
SharedSpace
.
MControl
.
SetRun
=
false
;
...
...
GcDevicePc/ProThread/CKvocUpdata.cs
View file @
cf8e02e8
...
...
@@ -114,7 +114,7 @@ namespace GcDevicePc.ProThread
NowTimeOld
=
globaldata
.
m_hmibuffer
.
gcinfo
.
NowStartTime
;
CurveDisPlay
.
curdisp
.
cleardata
();
Trace
.
WriteLine
(
"周期开始"
+
globaldata
.
m_hmibuffer
.
gcinfo
.
NowStartTime
.
ToString
(),
"sys"
);
//
Trace.WriteLine("周期开始"+globaldata.m_hmibuffer.gcinfo.NowStartTime.ToString(), "sys");
}
CKVocAnalyzer
.
GlobalCKV
.
dataFtime
.
FTime
=
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
);
...
...
@@ -143,7 +143,7 @@ namespace GcDevicePc.ProThread
{
if
(
globaldata
.
m_signalbuffer
.
TCP_Port
.
Count
>
0
)
{
Trace
.
WriteLine
(
"TCP数据回传"
,
"sys"
);
//
Trace.WriteLine("TCP数据回传","sys");
List
<
double
[
]>
tcpraw
=
new
List
<
double
[
]>
();
for
(
int
tcpi
=
0
;
tcpi
<
globaldata
.
m_signalbuffer
.
TCP_Port
.
Count
;
tcpi
++
)
{
...
...
@@ -209,7 +209,7 @@ namespace GcDevicePc.ProThread
drbool
=
true
;
isstart
=
0
;
Trace
.
WriteLine
(
"周期结束"
+
globaldata
.
m_hmibuffer
.
gcinfo
.
NowEndTime
.
ToString
(),
"sys"
);
//
Trace.WriteLine("周期结束" + globaldata.m_hmibuffer.gcinfo.NowEndTime.ToString(), "sys");
break
;
}
...
...
GcDevicePc/ProThread/DataOutput.cs
View file @
cf8e02e8
...
...
@@ -139,7 +139,7 @@ namespace GcDevicePc.ProThread
break
;
}
Trace
.
WriteLine
(
"周期结束"
+
count
.
ToString
()
+
":"
+
data
[
count
].
ToString
(),
"sys"
);
//
Trace.WriteLine("周期结束" + count.ToString() + ":" + data[count].ToString(), "sys");
}
if
(
wtd624x
.
GetWorkFlag
())
...
...
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