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
0bfdcc3d
Commit
0bfdcc3d
authored
Jun 05, 2018
by
wangwanxh@sina.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
屏蔽sleep
parent
85349329
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
MDIBase.cs
GcDevicePc/MDIBase.cs
+5
-5
No files found.
GcDevicePc/MDIBase.cs
View file @
0bfdcc3d
...
...
@@ -1813,7 +1813,7 @@ namespace GcDevicePc
{
// RunTableOpt(SharedSpace.MControl.path, SharedSpace.MControl.Name);
RunTableOptWithCount
(
SharedSpace
.
MControl
.
path
,
SharedSpace
.
MControl
.
Name
,
100
);
Thread
.
Sleep
(
60
*
1000
);
//
Thread.Sleep(60 * 1000);
SharedSpace
.
MControl
.
SetRun
=
true
;
//仪器进入校准环境
AutoAdjust
=
DateTime
.
Now
.
AddSeconds
(
SharedSpace
.
MControl
.
dateend
);
...
...
@@ -1829,8 +1829,8 @@ namespace GcDevicePc
SharedSpace
.
MControl
.
IsEnd
=
true
;
// RunTableOpt(SharedSpace.MControl.defaultPath, SharedSpace.MControl.defaultName);
RunTableOptWithCount
(
SharedSpace
.
MControl
.
defaultPath
,
SharedSpace
.
MControl
.
defaultName
,
100
);
Thread
.
Sleep
(
30
*
1000
);
RunTableOptWithCount
(
SharedSpace
.
MControl
.
defaultPath
,
SharedSpace
.
MControl
.
defaultName
,
100
0
);
//
Thread.Sleep(30 * 1000);
// RunTableOptWithCount(65534);
SharedSpace
.
MControl
.
SetOut
=
false
;
SharedSpace
.
MControl
.
SetRun
=
false
;
...
...
@@ -1841,8 +1841,8 @@ namespace GcDevicePc
SharedSpace
.
MControl
.
IsEnd
=
false
;
//RunTableOpt(SharedSpace.MControl.defaultPath, SharedSpace.MControl.defaultName);
RunTableOptWithCount
(
SharedSpace
.
MControl
.
defaultName
,
SharedSpace
.
MControl
.
defaultName
,
100
);
Thread
.
Sleep
(
30
*
1000
);
RunTableOptWithCount
(
SharedSpace
.
MControl
.
defaultName
,
SharedSpace
.
MControl
.
defaultName
,
100
0
);
//
Thread.Sleep(30 * 1000);
SharedSpace
.
MControl
.
SetOut
=
false
;
SharedSpace
.
MControl
.
SetRun
=
false
;
Trace
.
WriteLine
(
"强制校准结束"
,
"sys"
);
...
...
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