patrick
2019-10-19 809abe2aac4617cc838d36fec913f5268a066eb4
src/A032.Process/ProcessControl_Method.cs
@@ -308,7 +308,7 @@
            return new ProcessResponse(true);
        }
        [ProcessMethod("", "Robot_Monitor_EmptyTrayEmpty", "机器人监听事件-满Tray区域放满", true)]
        [ProcessMethod("", "Robot_Monitor_FullTrayFull", "机器人监听事件-满Tray区域放满", true)]
        public ProcessResponse Robot_Monitor_FullTrayFull(IOperationConfig config, IDevice device)
        {
            bool isFullTrayFull = config.InputPara[0] == 1;