称重完成信号改成1次
This commit is contained in:
@@ -118,7 +118,7 @@ namespace Tnb.ProductionMgr
|
|||||||
["Value"] = "true",
|
["Value"] = "true",
|
||||||
};
|
};
|
||||||
Log.Information($"称重完成参数:{JsonConvert.SerializeObject(dicCommand2)}");
|
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);
|
await HttpClientHelper.GetRequestAsync(_eleCtlCfg.WriteTagUrl, dicCommand2);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user