SDC C-Project CF Review 프로그램
LYW
2021-09-14 ffe71aadfdcb4a9ea2ac4d8d320983d42ef3cad5
ReviewSystem/ReviewSystem/ReviewInterface.cpp
@@ -1272,7 +1272,7 @@
      // process status observer
      AddObserverUpdateProcessStatus(static_cast<IUpdateProcessStatus*>(m_pAlignCameraControl));
      m_pAlignCameraControl->Camera_Control(CameraControlLive);
      /*m_pAlignCameraControl->Camera_Control(CameraControlLive);*/     // 210805 Align Camera Sequence 변경
   }
   else
   {
@@ -6533,6 +6533,7 @@
      
      m_pDlgDiagnosis->ShowWindow(SW_SHOW);
      return;
      /*
      if (m_pSignalControl)
      {
@@ -6550,6 +6551,14 @@
   {
      g_pLog->DisplayMessage(_T("Machine Mode is not Manual or Review Mode!"));
      return;
   }
   else
   {
      //#3584 210817 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD START
      m_pSequenceProcessor->SetSimulationMode(TRUE);
      g_pLog->DisplayMessage(_T("SetUserCommand = %d"), nCommand);
      //#3584 210817 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD END
   }
   m_pSequenceProcessor->RecvSignalToSignalControl(PCControlRecvSignalIndex_Seq, nCommand);
@@ -8930,6 +8939,11 @@
   SetCurrentWsiMode(nMode);
}
void CReviewInterface::ISP2P_InitAlignCamera()
{
   InitAlignCamera();
}
int CReviewInterface::IWC2P_GetWsiType()
{
   return GetCurrentWsiMode();