Loading…
Loading…
Method Name: mth_self_test
Method ID: 0x4177
Method Label: Self Test
Method Help: Selftest - Commands the electronics to perform a selftest. Reports any errors that occurred
- {
- int number_of_tries;
- char status[3];
- char device_status[25];
- char disp_string1[60];
- int choice;
- int slen1;
- int ii;
- number_of_tries = 0;
- slen1 = 60;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _get_dictionary_string(19726346,disp_string1,slen1);
- choice = -1;
- choice = SELECT_FROM_LIST(literal_string(599),disp_string1);
Please login for more