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
6d8e04ce
Commit
6d8e04ce
authored
Aug 17, 2019
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配料历史数据保存,更换为IsMixSave(M490)作为触发源
parent
0303e1e8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
WeightSystem.cs
Project.FLY.Weight/FLY.Weight/Server/WeightSystem.cs
+3
-2
WS_local_test.xml
Resource/称重/设备连接变量表_341_v2/Generated/WS_local_test.xml
+0
-0
No files found.
Project.FLY.Weight/FLY.Weight/Server/WeightSystem.cs
View file @
6d8e04ce
...
...
@@ -112,6 +112,7 @@ namespace FLY.Weight.Server
List
<
string
>
props
=
new
List
<
string
>
{
"BucketValveIsOpen"
,
"IsMixSave"
,
"MixDisp"
,
"ClearProduction"
,
"CumulativeProduction"
,
...
...
@@ -221,9 +222,9 @@ namespace FLY.Weight.Server
private
void
WeightSystem_MBServer_PropertyChanged
(
object
sender
,
PropertyChangedEventArgs
e
)
{
WeighterC
w
=
sender
as
WeighterC
;
if
(
e
.
PropertyName
==
"BucketValveIsOpen"
)
if
(
e
.
PropertyName
==
"
IsMixSave"
)
//if (e.PropertyName == "
BucketValveIsOpen")
{
if
(
w
.
BucketValveIsOpen
)
if
(
w
.
IsMixSave
)
//
(w.BucketValveIsOpen)
{
FlyData_Mix
f_last
=
null
;
//提取之前的记录
...
...
Resource/称重/设备连接变量表_341_v2/Generated/WS_local_test.xml
0 → 100644
View file @
6d8e04ce
This diff is collapsed.
Click to expand it.
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