Beispiel #1
0
        [TestMethod] //[V] .20  2020/06/24,   [V] .21  2020/06/24,
        public void TestCommandManualStageInspection()
        {            //~116,ManualStageUp@
           /** Note
            * 先 Ask StatgePosition,待 回覆 StagePosition 事件後,若Stage 不是這個位置, 再下這個命令
            */
           /** .20
            * [~023,PODNotPutProperly@]
            * [~017,StagePosition,3@ | ~017,StagePosition,1@] 1: Stage於光罩檢查位置
            */
           /** .21
            * [~022,ClamperNotLock@]
            * [~017,StagePosition,3@ | ~017,StagePosition,1@] 1: Stage於光罩檢查位置
            **/


            //  LoadPort1.SetOriginalMethod(LoadPort1.CommandManualStageInspection);
            var commandText1 = LoadPort1.CommandManualStageInspection();

            NoteCommand(commandText1);

            var commandText2 = LoadPort2.CommandManualStageInspection();

            NoteCommand(commandText2);
            Repeat();
        }
        public void TestCommandManualStageInspection()
        {  //~116,ManualStageUp@
            var commandText1 = LoadPort1.CommandManualStageInspection();

            NoteCommand(commandText1);

            var commandText2 = LoadPort2.CommandManualStageInspection();

            NoteCommand(commandText2);
            Repeat();
        }
Beispiel #3
0
        public string CommandManualStageInspection()
        {
            var commandText = _ldd.CommandManualStageInspection();

            return(commandText);
        }