SourceCode/Bond/Servo/CLoadPort.cpp
@@ -350,10 +350,11 @@
      CEquipment::onTimer(nTimerid);
      // 模拟测试
      /*
      if (m_nIndex == 0) {
         static int ii = 0;
         ii++;
         if (ii == 50) {
         if (ii == 20) {
            char szBuffer[64];
            CStep* pStep = getStepWithName(STEP_EQ_PORT1_INUSE);
            CPortStatusReport portStatusReport;
@@ -363,6 +364,7 @@
            decodePortStatusReport(pStep, szBuffer, 64);
         }
      }
      */
   }
   void CLoadPort::serialize(CArchive& ar)