This commit is contained in:
2024-06-06 16:39:05 +08:00
parent 9e177b69f7
commit 9b4a904b9b
5 changed files with 36 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ namespace Tnb.ProductionMgr
["DevName"] = device,
["token"] = _eleCtlCfg.token,
["TagName"] = eqpDaq3.label_point,
["Value"] = "false",
["Value"] = "true",
};
Log.Information($"称重完成参数:{JsonConvert.SerializeObject(dicCommand2)}");
for (int i = 0; i < 5; i++)