采集值

dep_yangw
我叫锄头 11 months ago
parent 60649f5c20
commit 1654fcc933

@ -1699,18 +1699,21 @@ namespace ProductionSystem.Forms
//内1
if (par == "BZ5")
{
t.Xll = GetPlcValue("D1212");
t.Xllzt = GetPlcValue("D1112");
t.Xll = GetPlcValue("D1214");
t.Xllzt = GetPlcValue("D1114");
if (t.Xll != "0.000" || t.Xllzt != "0.0000")
{
_result2Service.AddTResult2(t);
}
}
//内2
if (par == "BZ6")
{
t.Xll = GetPlcValue("D1214");
t.Xllzt = GetPlcValue("D1114");
t.Xll = GetPlcValue("D1216");
t.Xllzt = GetPlcValue("D1116");
if (t.Xll != "0.000" || t.Xllzt != "0.0000")
{
_result2Service.AddTResult2(t);
@ -1719,8 +1722,8 @@ namespace ProductionSystem.Forms
//外漏
if (par == "BZ7")
{
t.Xll = GetPlcValue("D1216");
t.Xllzt = GetPlcValue("D1116");
t.Xll = GetPlcValue("D1212");
t.Xllzt = GetPlcValue("D1112");
if (t.Xll != "0.000" || t.Xllzt != "0.0000")
{
_result2Service.AddTResult2(t);

Loading…
Cancel
Save