Loading…

Method Name: self_test_658T

Method ID: 0x408D

Method Label: Xmtr Self Test

Method Help: Commands the 658T to perform a self-test. Note: Analog output is affected during the test.


  • {
  • int number_of_tries;
  • char status[3];
  • char xmtr_status[25];
  • long var_id[1];
  • int x;
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • number_of_tries = 0;
  • ACKNOWLEDGE(literal_string(268));
  • send_command(42);
  • DELAY(10,literal_string(269));
  • do {
  • get_more_status(status,xmtr_status);
  • }
  • while (status[0] == 8 && number_of_tries < 5);
  • if (status[0] == 8)
  • {
  • ACKNOWLEDGE(literal_string(270));


Please login for more