Loading…

Method Name: methodClearFaults

Method ID: 0x4028

Method Label: Clear Current Faults

Method Help: Clear the current device status/faults


  • {
  • char status[3];
  • int result;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • result = SELECT_FROM_LIST(literal_string(730),literal_string(731));
  • if (result == 1)
  • {
  • _iassign(16580,0);
  • send(138,status);
  • if (status[2] & 0x80)
  • {
  • ACKNOWLEDGE(literal_string(732));
  • }
  • send(136,status);
  • ACKNOWLEDGE(literal_string(733));
  • }


Please login for more