Loading…

Method Name: clear_fault_code_method

Method ID: 0x4060

Method Label: clear status

Method Help: Clear all the status coming from communication or device errors


  • {
  • char status[3];
  • _set_device_status(0xFF,0);
  • send(138,status);
  • if (status[0])
  • {
  • display_response_status(138,status[0]);
  • DELAY(3,literal_string(434));
  • process_abort();
  • }
  • send(38,status);


Please login for more