Loading…

Method Name: meth_ResetErrorLog

Method ID: 0x4245

Method Label: Reset Error Log

Method Help:


  • {
  • char status[3];
  • int l_iChoice;
  • 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("|en|Reset device now?","|en|Cancel;Yes");
  • if(l_iChoice == 1)
  • {
  • _iassign(16402,(5));
  • send(148, status); if(status[0] != 0) { display_response_status(148, status[0]); process_abort(); };
  • DELAY(3,"|en|Resetting...");
  • ACKNOWLEDGE("|en|Error Log is reset!");


Please login for more