稼动率修改

This commit is contained in:
Administrator
2026-09-09 14:06:14 +08:00
parent b3388967e4
commit 81ed6d576d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1013,7 +1013,7 @@ namespace JinYuan.ControlCenters
CommonMethods.Ppm = CommonMethods.PlcLink.ReadInt32("D13");
//CommonMethods.JiaDL = Convert.ToDouble(CommonMethods.PlcLink.ReadFloat("D11").ToString("F2"))/100;
CommonMethods.JiaDL = Convert.ToDouble(CommonMethods.PlcLink.ReadInt32("D11").ToString("F2")) / 100;
CommonMethods.JiaDL = Convert.ToDouble(CommonMethods.PlcLink.ReadFloat("D11").ToString("F2"));
#region 开机时间/运行时间
CommonMethods.PlcOpenAndRunTime = GetList<int>(6, 0);