Loading…

Method Name: ejx_method_master_test_exp_1

Method ID: 0x4174

Method Label:

Method Help:


  • {
  • char status[3];
  • char xmtr_status[25];
  • int number_of_tries;
  • int slen1;
  • char disp_string1[60];
  • {
  • _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(1139));
  • }
  • else
  • if (xmtr_status[15] || xmtr_status[16])
  • {
  • {
  • {
  • {


Please login for more