Loading…
Loading…
Method Name: Internal_Test
Method ID: 0x40EB
Method Label: Internal Test
Method Help: Initiates the hardware test. The instrument performs the self/hardware test and displays the results.
- {
- char status[3];
- char xmtr_status[25];
- char disp_string1[60];
- long x;
- int slen1;
- int number_of_tries;
- slen1 = 60;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- ACKNOWLEDGE(literal_string(628));
- PUT_MESSAGE(literal_string(629));
- send(41,status);
- if (status[0])
- {
- display_response_status(41,status[0]);
- _get_dictionary_string(19726342,disp_string1,slen1);
- DELAY(2,disp_string1);
- process_abort();
- }
Please login for more