Loading…

Method Name: xmtr_reset

Method ID: 0x4026

Method Label: Reset Transmitter

Method Help: Reset Transmitter - Instructs the transmitter to generate a hardware reset. The result is similar to the effects of briefly interrupting power to the transmitter. The analog output will go to the Initialization Mode (Init Mode) value while the transmitter is in the start-up process. This can be used to recover from an error condition if needed.


  • {
  • char status[3];
  • char disp_string1[60];
  • int slen1;
  • slen1 = 60;
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _get_dictionary_string(19726337,disp_string1,slen1);
  • ACKNOWLEDGE(disp_string1);
  • _add_abort_method(4118);
  • send(42,status);
  • if (status[0])
  • {
  • display_response_status(42,status[0]);
  • _get_dictionary_string(19726342,disp_string1,slen1);
  • DELAY(2,disp_string1);
  • process_abort();


Please login for more