稼动率修改
This commit is contained in:
@@ -363,3 +363,4 @@ FodyWeavers.xsd
|
|||||||
*.rar
|
*.rar
|
||||||
/LargeSquareOne/App.config
|
/LargeSquareOne/App.config
|
||||||
/JinYuan.Helper/JinYuan.Helper.csproj.user
|
/JinYuan.Helper/JinYuan.Helper.csproj.user
|
||||||
|
/.gitee
|
||||||
|
|||||||
@@ -1013,7 +1013,7 @@ namespace JinYuan.ControlCenters
|
|||||||
|
|
||||||
CommonMethods.Ppm = CommonMethods.PlcLink.ReadInt32("D13");
|
CommonMethods.Ppm = CommonMethods.PlcLink.ReadInt32("D13");
|
||||||
//CommonMethods.JiaDL = Convert.ToDouble(CommonMethods.PlcLink.ReadFloat("D11").ToString("F2"))/100;
|
//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 开机时间/运行时间
|
#region 开机时间/运行时间
|
||||||
CommonMethods.PlcOpenAndRunTime = GetList<int>(6, 0);
|
CommonMethods.PlcOpenAndRunTime = GetList<int>(6, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user