SDC C-Project CF Review 프로그램
LYW
2021-09-23 c77236e1522caa3e2082dd7b5b32f6c30b125172
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
   {
@@ -3318,6 +3318,12 @@
{
   if (m_pDoc==NULL) return NULL;
   return m_pDoc->System_GetSystemInfo();
}
const CSignalControlInfo* CReviewInterface::IRP2P_GetReviewSignalinfo()
{
   if (m_pDoc == NULL) return NULL;
   return m_pDoc->System_GetSignalInfo();
}
CGlassResult* CReviewInterface::IRP2P_GetCurrentGlassResult()
@@ -6527,6 +6533,7 @@
      
      m_pDlgDiagnosis->ShowWindow(SW_SHOW);
      return;
      /*
      if (m_pSignalControl)
      {
@@ -6544,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);
@@ -8924,6 +8939,11 @@
   SetCurrentWsiMode(nMode);
}
void CReviewInterface::ISP2P_InitAlignCamera()
{
   InitAlignCamera();
}
int CReviewInterface::IWC2P_GetWsiType()
{
   return GetCurrentWsiMode();