Loading…
Loading…
方法名称: methodClearHistoricFaults
方法ID: 0x4034
方法标签: Clear All Faults
方法描述: 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 )
- {
请登录以获得完整内容