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
dca44ead
Commit
dca44ead
authored
Feb 22, 2023
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 温区配方 添加 IsTempSetChanged, 但没有加PLC寄存器更新。。。。
parent
3a2f1dd0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
1 deletion
+47
-1
UcTAreaProfile.xaml.cs
Project.FLY.Unions/FLY.Unions.UI/UcTAreaProfile.xaml.cs
+18
-0
UcTAreaProfileVm_DownBlowing.cs
....FLY.Unions/FLY.Unions.UI/UcTAreaProfileVm_DownBlowing.cs
+3
-1
版本描述.md
脚本/版本描述.md
+26
-0
No files found.
Project.FLY.Unions/FLY.Unions.UI/UcTAreaProfile.xaml.cs
View file @
dca44ead
...
...
@@ -43,6 +43,22 @@ namespace FLY.Unions.UI
{
public
event
PropertyChangedEventHandler
PropertyChanged
;
static
string
[]
update_propertynames
=
new
string
[]
{
nameof
(
FLY
.
IBC
.
Common
.
TempArea
.
IsTempSetChanged1
),
nameof
(
FLY
.
IBC
.
Common
.
TempArea
.
IsTempSetChanged2
),
nameof
(
FLY
.
IBC
.
Common
.
TempArea
.
IsTempSetChanged3
),
nameof
(
FLY
.
IBC
.
Common
.
TempArea
.
IsTempSetChanged4
),
nameof
(
FLY
.
IBC
.
Common
.
TempArea
.
IsTempSetChanged5
),
nameof
(
FLY
.
IBC
.
Common
.
TempArea
.
IsTempSetChanged6
),
nameof
(
FLY
.
IBC
.
Common
.
TempArea
.
TempSV1
),
nameof
(
FLY
.
IBC
.
Common
.
TempArea
.
TempSV2
),
nameof
(
FLY
.
IBC
.
Common
.
TempArea
.
TempSV3
),
nameof
(
FLY
.
IBC
.
Common
.
TempArea
.
TempSV4
),
nameof
(
FLY
.
IBC
.
Common
.
TempArea
.
TempSV5
),
nameof
(
FLY
.
IBC
.
Common
.
TempArea
.
TempSV6
),
};
/// <summary>
/// 列表
/// </summary>
...
...
@@ -173,6 +189,8 @@ namespace FLY.Unions.UI
var
tempCell
=
item
.
Temperatures
[
j
];
var
tempCellView
=
itemView
.
Temperatures
[
j
];
tempCell
.
TempSV
=
tempCellView
.
TempSV
;
tempCell
.
IsTempSetChanged
=
false
;
tempCell
.
IsTempSetChanged
=
true
;
}
}
}
...
...
Project.FLY.Unions/FLY.Unions.UI/UcTAreaProfileVm_DownBlowing.cs
View file @
dca44ead
...
...
@@ -147,7 +147,9 @@ namespace FLY.Unions.UI
{
var
tempCell
=
item
.
Temperatures
[
j
];
var
tempCellView
=
itemView
.
Temperatures
[
j
];
tempCell
.
TempSV
=
tempCellView
.
TempSV
;
tempCell
.
TempSVSet
=
tempCellView
.
TempSV
;
tempCell
.
IsTempSetChanged
=
false
;
tempCell
.
IsTempSetChanged
=
true
;
}
}
}
...
...
脚本/版本描述.md
View file @
dca44ead
# 和美安装包_v7.8.0-20230222
## 测厚仪服务器 v7.6.2
## 测厚仪客户端 v7.7.4
## 扫描测厚仪服务器 v7.6.1
## 扫描测厚仪客户端 v7.8.0
1.
添加 收卷 V4, V4.1 界面
2.
## 自动风环 v7.6.1
## 称重 v7.7.0
## 称重单组 v7.6.0
## 收卷 v7.8.0
1.
添加 V4, V4.1
## IBC v7.6.0
## 下吹 v7.6.0
## 吹膜数据库浏览器 v7.0.0
<br/>
<br/>
<br/>
# 和美安装包_v7.7.4-20230214
## 测厚仪服务器 v7.6.2
...
...
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