@@ -343,6 +343,7 @@ namespace CamTool
log.Info("稳定: " + currentWeight);
}
last = currentWeight;
+ Thread.Sleep(100);
} while (ts1 - ts0 < 10 * 60 * 1000);
log.Info("读取重量超时");
return 0;