Loading…
Loading…
Method Name: reset_counters_method
Method ID: 0x4C74
Method Label: Reset Counters
Method Help: Resets certain diagnostics counters. Be careful to use this command since you may lose very important data!
- {
- char status[3];
- int temp;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- ACKNOWLEDGE(literal_string(1214));
- temp = SELECT_FROM_LIST(literal_string(1215),literal_string(1216));
- if (temp == 0)
- {
- _iassign(16559,1);
- }
Please login for more