Loading…

方法名称: mthResetErrors

方法ID: 0x4569

方法标签: Reset Errors

方法描述: Reset errors. (A2.1, C6.2)


  • {
  • char achCmdStatus[3];
  • int iResult;
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_no_device(0);
  • _set_comm_status(0xFF,0);
  • SET_NUMBER_OF_RETRIES(5);
  • send_command(185);
  • if (!(eAccessLevel >= 1 || eOptionValidityDebug == 1))
  • {
  • ACKNOWLEDGE(literal_string(2132));
  • return;


请登录以获得完整内容