|
|
@@ -2495,6 +2495,8 @@ namespace TeamAAS_VP.Core
|
|
|
string assypress = ""; string cc = "";
|
|
|
cc = string.Join(",", mes_cc.OrderBy(kv => kv.Key, StringComparer.Ordinal).Select(kv => kv.Value));
|
|
|
assypress = currentPressure[i].ToString("F2");
|
|
|
+ SendTaskMessage($"组装压力:{assypress}", MessageLevel.Debug);
|
|
|
+
|
|
|
var res = FileHelper.ReadJsonFile<PressureModel>(FilePath.PressureParamterConfigPath);
|
|
|
if (res.PressureUpLimit > 0)
|
|
|
{
|
|
|
@@ -2635,7 +2637,7 @@ namespace TeamAAS_VP.Core
|
|
|
}
|
|
|
}
|
|
|
//停止组装
|
|
|
- else if (string.Format(addressConfig.In_WorkStart.Address, i).Contains(tuple.nodeId))
|
|
|
+ else if (string.Format(addressConfig.In_WorkDone.Address, i).Contains(tuple.nodeId))
|
|
|
{
|
|
|
if (tuple.value is Int16 state)
|
|
|
{
|