称重完成信号改成1次

This commit is contained in:
2024-06-19 10:42:58 +08:00
parent 8957dd9628
commit 3d217c8adf

View File

@@ -118,7 +118,7 @@ namespace Tnb.ProductionMgr
["Value"] = "true",
};
Log.Information($"称重完成参数:{JsonConvert.SerializeObject(dicCommand2)}");
for (int i = 0; i < 5; i++)
for (int i = 0; i < 1; i++)
{
await HttpClientHelper.GetRequestAsync(_eleCtlCfg.WriteTagUrl, dicCommand2);
}