领胜LDS 键盘AOI检测项目
wells.liu
2020-07-11 9e49f7a2615286eaad7e8549bb79bae5c10c900f
src/Bro.M071.Process/M071Process_MotionCard.cs
@@ -554,7 +554,7 @@
        private void MotionCardDefaultRun(string methodCode, ref IOperationConfig opConfig, ref IDevice invokeDevice)
        {
            IMonitorSet monitorSet = null;
            if (opConfig == null)
            if (opConfig == null || !(opConfig is MotionCardOperationConfigBase))
            {
                monitorSet = Config.MonitorSetCollection.FirstOrDefault(u => u.MethodCode == methodCode);
                if (monitorSet == null)