Browse Source

临时提交

mengshunguo 1 week ago
parent
commit
0ace90822b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SCADA_DAQ/Customer/Machines/SampleMachine.cs

+ 1 - 1
SCADA_DAQ/Customer/Machines/SampleMachine.cs

@@ -99,7 +99,7 @@ namespace SCADA_DAQ.Customer.Machines
             //{
             //    Log.Info($"寄存器变化:{reg.Comment.Variable},value:{reg.Value}");
             //}
-            if (reg.Comment.Variable == "手动来料" && reg.Value == 1 && GetListenReg($"手动0自动1").Value == 1 && GetListenReg($"码垛开始").Value == 1)
+            if (reg.Comment.Variable == "手动来料" && reg.Value == 1 && base.GetListenReg($"手动0自动1").Value == 1 && base.GetListenReg($"码垛开始").Value == 1)
             {
 
                 var BoxLength = (int)CustomerEnv.StackSln.BoxLength_Dec;