dep_yangw
我叫锄头 11 months ago
parent ba3a2f9b06
commit f1e88e257f

@ -738,6 +738,7 @@ namespace ProductionSystem.Forms
Thread.Sleep(Program.ReadPlcRate);
Step1();
Thread.Sleep(100);
Step2();
// Step3();
// Step4();

@ -114,7 +114,7 @@ namespace ProductionSystem.Untils.Tool
}
ExvTool exv = new ExvTool(pzf1.Com,val);
var exv1 = exv.ToAction();
exv1.TryDispose();
exv.Dispose();
stopwatch.Stop();
step.Id = Guid.NewGuid().ToString("N");
step.ReturnValue = exv.Val;

Loading…
Cancel
Save