liulb@mesnac.com 9 months ago
parent e2b7da4584
commit f78059efa9

@ -246,7 +246,7 @@
"ProductlineCode": "CX_02"
},
"StationInfo": {
"StationCode": "1004"
"StationCode": "1005"
},
"IpRateLimiting": {
"EnableEndpointRateLimiting": false, //False: globally executed, true: executed for each

@ -50,6 +50,7 @@ namespace Aucma.Core.DataCollector
else if (stationCode == "1005")//箱体发泡、发泡线、发泡机、异常数据采集
{
Console.WriteLine("开始执行异常数据采集");
//发泡机
Task.Run(() =>
{

Loading…
Cancel
Save