Loading…
Loading…
Method Name: self_test
Method ID: 0x40DF
Method Label: Self test
Method Help: Commands the AXFA11 electronics to perform a selftest. Reports any errors that occured.
- {
- int number_of_tries;
- char status[3];
- char xmtr_status[25];
- int x;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- number_of_tries = 0;
- _add_abort_method(4118);
- send(41,status);
- if (status[0])
- {
- display_response_status(41,status[0]);
- DELAY(2,literal_string(720));
- process_abort();
- }
Please login for more