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
2eaa091c
Commit
2eaa091c
authored
Jan 07, 2020
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
称重 忽略 CurrentVelocitySet 的写入 log 记录
parent
bf3565ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
WeightSystem.cs
Project.FLY.Weight/FLY.Weight/Server/WeightSystem.cs
+4
-3
thick_public
thick_public
+1
-1
No files found.
Project.FLY.Weight/FLY.Weight/Server/WeightSystem.cs
View file @
2eaa091c
...
...
@@ -21,7 +21,7 @@ using Misc;
namespace
FLY.Weight.Server
{
public
class
WeightSystem
:
IWeightSystemService
,
Misc
.
ISaveToXml
,
IPropertyOpt
public
class
WeightSystem
:
IWeightSystemService
,
Misc
.
ISaveToXml
,
IPropertyOpt
{
#
region
延时推送
MARKNO
const
int
MARKNO_SAVE
=
1
;
...
...
@@ -38,7 +38,7 @@ namespace FLY.Weight.Server
/// 当卸料时,提起3秒前的数据保存
/// </summary>
List
<
Dictionary
<
WeighterC
,
Lc_Mix
>>
mix10
=
new
List
<
Dictionary
<
WeighterC
,
Lc_Mix
>>();
public
WeighterAccessory
Accessory
{
get
;
}
=
new
WeighterAccessory
();
private
PLCProxySystem
plcos
=
new
PLCProxySystem
();
...
...
@@ -703,7 +703,8 @@ namespace FLY.Weight.Server
foreach
(
var
plc
in
plcos
.
PLCs
)
plc
.
Build
();
//这个是从测厚仪获取的,每几秒就写一次,不调试!!!!!
plcos
.
IgnoreLogProperties
.
Add
(
new
SenderProperty
()
{
sender
=
Accessory
,
propertyName
=
"CurrentVelocitySet"
});
}
...
...
thick_public
@
698dda0b
Subproject commit 6
113b027de630ca9957581d0325c47cd6b818d31
Subproject commit 6
98dda0bf008a7ccfa927972ad298f68dc96b1a6
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