Loading…
Loading…
Method Name: configuration_flag_reset_test
Method ID: 0x43D2
Method Label: Configuration Flag Reset
Method Help: Commands reset the configuration flag.
- {
- char status[3];
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- ACKNOWLEDGE(literal_string(1845));
- send(38,status);
- if (status[0])
- {
- display_response_status(38,status[0]);
- DELAY(2,literal_string(1846));
- process_abort();
- }
- else
- {
- DELAY(2,literal_string(1847));
- }
Please login for more