Loading…

Method Name: ejx_method_self_test_exp_1

Method ID: 0x415F

Method Label:

Method Help:


  • {
  • 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);
  • }
  • ;
  • number_of_tries = 0;
  • do {
  • get_more_status(status,xmtr_status);
  • }
  • while (status[0] == 32 && number_of_tries++ < 3);
  • if (status[0] == 32)
  • {
  • ACKNOWLEDGE(literal_string(1164));
  • }
  • else
  • if (xmtr_status[15] || xmtr_status[16] || xmtr_status[17])
  • {
  • {
  • {
  • {
  • if (xmtr_status[15] & 0x40)


Please login for more