| | |
| | | if (IDOK == AfxMessageBox(strMessage, MB_OK | MB_ICONQUESTION)) |
| | | { |
| | | g_pLog->DisplayMessage(_T("Align Camera Connet Fail! Exit Review System")); |
| | | //업데이트시 |
| | | //exit(1); |
| | | return FALSE; |
| | | } |
| | |
| | | if (IDOK == AfxMessageBox(strMessage, MB_OK | MB_ICONQUESTION)) |
| | | { |
| | | g_pLog->DisplayMessage(_T("Review Camera Connet Fail! Exit Review System")); |
| | | //업데이트시 |
| | | //exit(1); |
| | | return FALSE; |
| | | } |
| | |
| | | system("net use Y: \\\\126.100.100.1\\d\\DIT_ResultData pw:dit/user:Server/persistent:yes"); |
| | | |
| | | //LYW Align Reconnect |
| | | //업데이트시 |
| | | //system("netsh interface set interface name = \"Align #1\" admin = disable&& netsh interface set interface name = \"Align #1\" admin = enable&& netsh interface set interface name = \"Align #2\" admin = disable&& netsh interface set interface name = \"Align #2\" admin = enable"); |
| | | //Sleep(2000); |
| | | |
| | |
| | | //3360 LYW_ CF AOI QD Review WSI XY MotorMoving Error 알람 발생 원인 분석 및 조치 START |
| | | g_pLog->DisplayMessage(_T("[GantryAutoGo] No Exist Send Point,TwoGantrySyncMode OFF!"), vectorPosX.size()); |
| | | g_pLog->DisplayMessage(_T("[GantryAutoGo] (%d)Gantry Path Send Fail"), pModuleStatus->GetGantryIndex()); //taek 210128 |
| | | pMotorControl->GantrySetTwoGantrySyncModeSend(1); |
| | | pMotorControl->GantrySetTwoGantrySyncModeSend(0); |
| | | //3360 LYW_ CF AOI QD Review WSI XY MotorMoving Error 알람 발생 원인 분석 및 조치 END |
| | | } |
| | | else |