chenluhua1980
2025-11-10 83f2a98df3e60f7408f68fae7a1be8278968ee55
SourceCode/Bond/Servo/CPageGraph2.cpp
@@ -284,7 +284,10 @@
         }
         */
         theApp.m_model.m_hsmsPassive.requestAlarmReport(1, 2, "abc");
         static int i = 0;
         i++;
         static char* pszText[] = {"123", "456", "789", "abc", "def"};
         theApp.m_model.m_hsmsPassive.requestAlarmReport(i%3, i, pszText[i%5]);
      }