LAPTOP-SNT8I5JK\Boounion
2024-12-02 aedb3b85fed48cb2cf0abb5fafa8e7591644c9f4
SourceCode/Bond/BondEq/BondEqDlg.cpp
@@ -15,8 +15,10 @@
#include "ChangePasswordDlg.h"
#include "UserManagerDlg.h"
#include "SystemLogManagerDlg.h"
#include "AxisSettingsDlg.h"
// test
#include "AxisSettingsDlg.h"
#include "IOMonitoringDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
@@ -482,8 +484,17 @@
{
   CAxisSettingsDlg axisDlg;
   axisDlg.SetPLC(theApp.m_model.getBonder().getPLC("PLC(1)"));
   axisDlg.SetRecipeName(_T("Default"));
   axisDlg.DoModal();
   // Cavity VacuumBake AfterBake AOI
   CIOMonitoringDlg dlg;
   dlg.SetIOManager("Cavity");
   dlg.SetPLC(theApp.m_model.getBonder().getPLC("PLC(1)"));
   dlg.DoModal();
   //CAxisSettingsDlg dlg;
   //dlg.SetPLC(theApp.m_model.getBonder().getPLC("PLC(1)"));
   //dlg.SetRecipeName(_T("Default"));
   //dlg.DoModal();
   /*
   CSettingsDlg dlg;