Commit 2eaa091c authored by 潘栩锋's avatar 潘栩锋 🚴

称重 忽略 CurrentVelocitySet 的写入 log 记录

parent bf3565ab
......@@ -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;
......@@ -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" });
}
......
Subproject commit 6113b027de630ca9957581d0325c47cd6b818d31
Subproject commit 698dda0bf008a7ccfa927972ad298f68dc96b1a6
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment