Loading…

Method Name: ejx_method_self_test

Method ID: 0x4023

Method Label: Self test

Method Help: Self Test- Commands the EJX electronics to perform a selftest. Reports any errors that occured.


  • {
  • char status[3];
  • char xmtr_status[25];
  • int number_of_tries;
  • { _set_all_resp_code(0); _set_device_status(0xFF,0); _set_xmtr_device_status(0xFF,0); _set_xmtr_all_resp_code(0); };
  • send_command( 41 );
  • DELAY( 2,"|en|Self test in progress please wait" );
  • _iassign(16740,(0));
  • _add_abort_method(16741);
  • number_of_tries = 0;
  • do {


Please login for more