|
|
@ -732,6 +732,7 @@ namespace Rs.MotionPlat
|
|
|
|
{
|
|
|
|
{
|
|
|
|
SysConfigParam.Update("GrrProductNum", txtGrrProductNum.Text);
|
|
|
|
SysConfigParam.Update("GrrProductNum", txtGrrProductNum.Text);
|
|
|
|
SysConfigParam.Update("GrrTestNum", txtGrrTestNum.Text);
|
|
|
|
SysConfigParam.Update("GrrTestNum", txtGrrTestNum.Text);
|
|
|
|
|
|
|
|
GlobalTray.GrrTray.ChangeStatus(ESlotStatus.NotHave);
|
|
|
|
for (int i = 0; i < GlobalVar.GrrProductNum; i++)
|
|
|
|
for (int i = 0; i < GlobalVar.GrrProductNum; i++)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
GlobalTray.GrrTray.ChangeStatus(i + 1, ESlotStatus.Have);
|
|
|
|
GlobalTray.GrrTray.ChangeStatus(i + 1, ESlotStatus.Have);
|
|
|
|