Loading…

方法名称: meth_FactoryReset

方法ID: 0x4244

方法标签: Factory Reset

方法描述: Factory Reset This method performs a factory reset on the active probe.


  • {
  • char status[3];
  • int l_iChoice;
  • int l_iWaitTime;
  • int l_iProcessPercent;
  • SET_NUMBER_OF_RETRIES(7);
  • _set_no_device(2);
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • ;
  • l_iChoice = SELECT_FROM_LIST(literal_string(890),literal_string(888));
  • if (l_iChoice == 1)
  • {
  • _iassign(16402,2);
  • send_command(148);


请登录以获得完整内容