src/Bro.M071.Process/M071Process.cs
@@ -42,6 +42,16 @@ InitialSetting(); base.Open(); CheckMachineState(); } /// <summary> /// 检查设备状态 /// </summary> private void CheckMachineState() { throw new NotImplementedException(); } private void InitialSetting() @@ -164,12 +174,6 @@ throw new ProcessException("未输入产品条码,请勿开始测量"); } //检查产品放置OK //气缸推动压板移动到产品上方 //压板压紧产品 OnMeasureStart?.BeginInvoke(null, null); var measurements = Config.MeasurementUnitCollection.Where(u => u.IsEnabled).ToList().DeepSerializeClone(); @@ -230,8 +234,6 @@ }); BarCode = ""; return new ProcessResponse(true); }