Loading…

Method Name: self_test_method

Method ID: 0x4046

Method Label: Self test

Method Help: Perform a self test and display the current status


  • {
  • char status[3];
  • char xmtr_status[6];
  • char disp_str[60];
  • int slen;
  • int any_errors;
  • ACKNOWLEDGE(literal_string(255));
  • slen = 60;
  • _get_dictionary_string(19791876,disp_str,slen);
  • send_command(41);
  • DELAY(10,disp_str);
  • any_errors = 0;
  • get_more_status(status,xmtr_status);
  • if (status[0])
  • {
  • display_response_status(48,status[0]);
  • _get_dictionary_string(19726342,disp_str,slen);
  • ACKNOWLEDGE(disp_str);
  • }


Please login for more