Loading…

Method Name: PulseTestMethod

Method ID: 0x4099

Method Label: Pulse Test

Method Help: Generate 1Hz pulse output test signal.


  • {
  • char acStatus[3];
  • char acDispString[120];
  • int wSlen;
  • int wChoice;
  • wSlen = 60;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _get_dictionary_string(19726337,(acDispString),(wSlen));
  • ACKNOWLEDGE(acDispString);
  • _add_abort_method(4118);
  • wChoice = SELECT_FROM_LIST("|en|This will start a pulse output test. Do you want to continue?","|en|No;Yes" );
  • switch( wChoice )
  • {
  • case 0:
  • process_abort();
  • break;
  • case 1:
  • send( 146, acStatus );
  • if ( acStatus[0] != 0 )
  • {
  • display_response_status( 146,


Please login for more