| | |
| | | // process status observer |
| | | AddObserverUpdateProcessStatus(static_cast<IUpdateProcessStatus*>(m_pAlignCameraControl)); |
| | | |
| | | m_pAlignCameraControl->Camera_Control(CameraControlLive); |
| | | /*m_pAlignCameraControl->Camera_Control(CameraControlLive);*/ // 210805 Align Camera Sequence 변경 |
| | | } |
| | | else |
| | | { |
| | |
| | | pGlassResult->m_AlignRecipe.dMatchingRate = pRsRcpAlignInfo->m_dMatchingRate; |
| | | pGlassResult->m_AlignRecipe.strFirstImageFile = pRsRcpAlignInfo->m_strFirstImageFile; |
| | | pGlassResult->m_AlignRecipe.strSecondImageFile = pRsRcpAlignInfo->m_strSecondImageFile; |
| | | /*< LYW 20211012 - #3671 ADD Start >*/ |
| | | pGlassResult->m_AlignRecipe.strFirstAssistantImageFile = pRsRcpAlignInfo->m_strFirstAssistantImageFile; |
| | | pGlassResult->m_AlignRecipe.strSecondAssistantImageFile = pRsRcpAlignInfo->m_strSecondAssistantImageFile; |
| | | /*< LYW 20211012 - #3671 ADD End >*/ |
| | | pGlassResult->m_AlignRecipe.strTotalPitchImageFile = pRsRcpAlignInfo->m_strTotalPitchImageFile; |
| | | |
| | | // edge find param |
| | |
| | | |
| | | |
| | | m_pDlgDiagnosis->ShowWindow(SW_SHOW); |
| | | return; |
| | | /* |
| | | if (m_pSignalControl) |
| | | { |
| | |
| | | { |
| | | g_pLog->DisplayMessage(_T("Machine Mode is not Manual or Review Mode!")); |
| | | return; |
| | | } |
| | | |
| | | else |
| | | { |
| | | //#3584 210923 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD START |
| | | m_pSequenceProcessor->SetSimulationMode(TRUE); |
| | | g_pLog->DisplayMessage(_T("Set User Command = %d"),nCommand); |
| | | //#3584 210923 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD END |
| | | } |
| | | |
| | | m_pSequenceProcessor->RecvSignalToSignalControl(PCControlRecvSignalIndex_Seq, nCommand); |
| | |
| | | SetCurrentWsiMode(nMode); |
| | | } |
| | | |
| | | void CReviewInterface::ISP2P_InitAlignCamera() |
| | | { |
| | | InitAlignCamera(); |
| | | } |
| | | |
| | | int CReviewInterface::IWC2P_GetWsiType() |
| | | { |
| | | return GetCurrentWsiMode(); |