Loading…
Loading…
Method Name: methodClearHistoricFaults
Method ID: 0x4034
Method Label: Clear All Faults
Method Help: Clear the historic and current device faults/status.
- {
- char status[3];
- int result;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- result=SELECT_FROM_LIST("|en|Do you want to clear all faults ?",
- "|en|No;Yes");
- if( result == 1 )
- {
Please login for more