| | |
| | | #pragma once |
| | | #include "afxdialogex.h" |
| | | #include "GridCtrl.h" |
| | | #include "CBaseDlg.h" |
| | | |
| | | |
| | | // CAxisDetailSettingsDlg 对话框 |
| | | |
| | | class CAxisDetailSettingsDlg : public CDialogEx |
| | | class CAxisDetailSettingsDlg : public CBaseDlg |
| | | { |
| | | DECLARE_DYNAMIC(CAxisDetailSettingsDlg) |
| | | |
| | |
| | | void InitAnchorPontManager(); |
| | | void FillAnchorPontManager(); |
| | | void UpdateAxisDetailSettings(); |
| | | |
| | | bool ParsePLCAddress(const CString& address, MC::SOFT_COMPONENT& component, int& addr); |
| | | void writeAxisDataToPLC(int nAxisId); |
| | | |
| | | private: |
| | | CPLC* m_pPLC; |
| | | int m_nInitialWidth; |
| | | int m_nInitialHeight; |
| | | |
| | | // 数据 |
| | | int m_nAxisNO; |