Commit 31d65a0b authored by 潘栩锋's avatar 潘栩锋 🚴

1.修改 自动风环的自控把Suggest 删除

2.修复 删除DynAreaIO.MatchParam 里面的,它不应该有内容
3.修改 和美PLC地址.xlsx 变成垂直显示
parent 1f9a3266
...@@ -232,7 +232,7 @@ namespace FLY.FeedbackRenZiJia.Server ...@@ -232,7 +232,7 @@ namespace FLY.FeedbackRenZiJia.Server
{ {
offsets[i] = (int)Math.Round(ThickPercents[i] * Kp); offsets[i] = (int)Math.Round(ThickPercents[i] * Kp);
offsets[i] = mHeatBuf.mBoltData[i].Suggest(ThickPercents[i], heatpercent[i], offsets[i]); //offsets[i] = mHeatBuf.mBoltData[i].Suggest(ThickPercents[i], heatpercent[i], offsets[i]);
} }
} }
......
...@@ -90,7 +90,7 @@ namespace ThickTcpUiInWindow.UIModule ...@@ -90,7 +90,7 @@ namespace ThickTcpUiInWindow.UIModule
/// <param name="IDs"></param> /// <param name="IDs"></param>
public void MatchParam(int[] IDs) public void MatchParam(int[] IDs)
{ {
FixGraphParams.Current.MatchParam(IDs);
} }
} }
......
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