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]); }