Example #1
0
 public static void NGTrayUnload()//NG Tray下料
 {
     Main.frmMain.ListBoxDisplay("NG夹紧气缸松开");
     CAMiClsCylinder.NGlocationClampRetract();
     MessageBox.Show("请抽出NG料盘,并取走NG产品。然后按Tray按钮。");
     while (GClsMontion.ReadCardInputBit(1, 3) == 1)
     {
         Main.frmMain.ListBoxDisplay("NG夹紧气缸夹紧");
         CAMiClsCylinder.NGLocationClampExtend();//NG夹紧气缸夹紧
     }
 }