Loading…

Method Name: meth_SWReset

Method ID: 0x4243

Method Label: Software Reset

Method Help: Software Reset This method performs a software 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);;
  • _iassign(16402,(1));
  • l_iChoice=SELECT_FROM_LIST("|en|Reset device now?","|en|Cancel;Yes");
  • if(l_iChoice == 1)
  • {
  • send_command(148);


Please login for more