Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
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
潘栩锋
hemei
Commits
a0f3bc81
Commit
a0f3bc81
authored
Sep 25, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修复 扫描测厚, SolveCnt 无法保存大于20, Smooth无法保存
2.修复 扫描测厚,计算膜距离,最大值 可以到 70m
parent
a077b3db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
BlowingScanAnaylze.cs
.../FLY.Thick.BlowingScan.UI/PgBlowing/BlowingScanAnaylze.cs
+1
-1
GM_BlowingScan.cs
...lowingScan/FLY.Thick.BlowingScan/Server/GM_BlowingScan.cs
+9
-6
No files found.
Project.FLY.Thick.BlowingScan/FLY.Thick.BlowingScan.UI/PgBlowing/BlowingScanAnaylze.cs
View file @
a0f3bc81
...
@@ -16,7 +16,7 @@ namespace FLY.Thick.BlowingScan.UI.Client
...
@@ -16,7 +16,7 @@ namespace FLY.Thick.BlowingScan.UI.Client
public
class
BlowingScanAnaylze
:
INotifyPropertyChanged
public
class
BlowingScanAnaylze
:
INotifyPropertyChanged
{
{
const
double
FilmLengthMin
=
5
;
const
double
FilmLengthMin
=
5
;
const
double
FilmLengthMax
=
5
0
;
const
double
FilmLengthMax
=
7
0
;
const
double
RAngleMin
=
200
;
const
double
RAngleMin
=
200
;
const
double
RAngleMax
=
360
;
const
double
RAngleMax
=
360
;
#
region
缓存区
#
region
缓存区
...
...
Project.FLY.Thick.BlowingScan/FLY.Thick.BlowingScan/Server/GM_BlowingScan.cs
View file @
a0f3bc81
...
@@ -814,7 +814,7 @@ namespace FLY.Thick.BlowingScan.Server
...
@@ -814,7 +814,7 @@ namespace FLY.Thick.BlowingScan.Server
}
}
}
}
private
int
solvecnt
=
4
;
private
int
solvecnt
=
5
;
/// <summary>
/// <summary>
/// 多少次扫描解一次方程
/// 多少次扫描解一次方程
/// </summary>
/// </summary>
...
@@ -851,7 +851,7 @@ namespace FLY.Thick.BlowingScan.Server
...
@@ -851,7 +851,7 @@ namespace FLY.Thick.BlowingScan.Server
OrgBoltNo
=
1
;
OrgBoltNo
=
1
;
}
}
if
(
SolveCnt
>
2
0
)
if
(
SolveCnt
>
5
0
)
{
{
SolveCnt
=
5
;
SolveCnt
=
5
;
}
}
...
@@ -896,9 +896,6 @@ namespace FLY.Thick.BlowingScan.Server
...
@@ -896,9 +896,6 @@ namespace FLY.Thick.BlowingScan.Server
mPDetect
.
CheckParamErr
();
mPDetect
.
CheckParamErr
();
checkParamErr
();
checkParamErr
();
if
(
SolveCnt
<
3
)
SolveCnt
=
3
;
PropertyChanged
+=
new
PropertyChangedEventHandler
(
RenZiJiaScan_PropertyChanged
);
PropertyChanged
+=
new
PropertyChangedEventHandler
(
RenZiJiaScan_PropertyChanged
);
mPDetect
.
PropertyChanged
+=
(
s
,
e
)
=>
mPDetect
.
PropertyChanged
+=
(
s
,
e
)
=>
...
@@ -2290,7 +2287,13 @@ namespace FLY.Thick.BlowingScan.Server
...
@@ -2290,7 +2287,13 @@ namespace FLY.Thick.BlowingScan.Server
/// <summary>
/// <summary>
/// 多少次扫描解一次方程
/// 多少次扫描解一次方程
/// </summary>
/// </summary>
public
int
SolveCnt
{
get
;
set
;
}
=
4
;
public
int
SolveCnt
{
get
;
set
;
}
=
5
;
/// <summary>
/// 平滑
/// </summary>
public
int
Smooth
{
get
;
set
;
}
=
1
;
/// <summary>
/// <summary>
/// 分区表,必须保证不能为null
/// 分区表,必须保证不能为null
/// </summary>
/// </summary>
...
...
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