From a3943d169515d841e70c57703cbd9fcbf5409a5a Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期一, 04 八月 2025 17:59:52 +0800 Subject: [PATCH] 1. SGMeasurement模块添加CC-Link通信 2. SGMeasurement模块添加PLC交互 --- SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h index 5bd3972..adc1a71 100644 --- a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h +++ b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h @@ -49,4 +49,11 @@ afx_msg void OnBnClickedButtonAreYouThere(); afx_msg void OnBnClickedButtonDatetimeSync(); afx_msg void OnBnClickedButtonTerminalDisplay(); + afx_msg void OnBnClickedButtonEdEventReport(); + afx_msg void OnBnClickedButtonEdAlarmReport(); + afx_msg void OnBnClickedButtonDefineReport(); + afx_msg void OnBnClickedButtonLineReport(); + afx_msg void OnBnClickedButtonConfigureSpooling(); + afx_msg void OnBnClickedButtonTransmitSpooledData(); + afx_msg void OnBnClickedButtonPurgeSpooledData(); }; -- Gitblit v1.9.3