领胜LDS 键盘AOI检测项目
wells.liu
2020-07-03 e1ac4d0e483426d5a410b6b4ae04e819f59b621e
src/Bro.Device.GTSCard/GTSCardDriver.cs
@@ -23,7 +23,7 @@
        // 异常事件
        public Action<Exception> OnExceptionRaised;
        public GTSCardInitialConfig IConfig
        public GTSCardInitialConfig IIConfig
        {
            get
            {
@@ -77,7 +77,10 @@
        public override ResponseMessage Run(IOperationConfig config)
        {
            throw new NotImplementedException();
            ResponseMessage responseMessage = new ResponseMessage();
            return responseMessage;
        }
        #endregion
@@ -840,7 +843,7 @@
                        //    return tempNew[index].Value;
                        //}).ToList();
                        ExcuteMonitorInvok(DateTime.Now, monitorSet.InvokeDevice, this, monitorSet);
                        ExcuteMonitorInvok(DateTime.Now, monitorSet.InvokeDevice, this, monitorSet, OnMethodInvoked);
                    }
                }
            });