Loading…

Method Name: ejx_method_self_test

Method ID: 0x4016

Method Label: Selbsttest

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,literal_string(1287));
  • _iassign(16805,0);
  • _add_abort_method(16806);
  • 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(1288));
  • }
  • else
  • if (xmtr_status[0] || xmtr_status[1] || xmtr_status[2] || xmtr_status[3] || xmtr_status[4] || xmtr_status[5] || xmtr_status[14] || xmtr_status[15])
  • {
  • {
  • {
  • {
  • {
  • if (0 < 6)
  • {
  • if (xmtr_status[0] & 0x80)
  • _display_xmtr_status(4139,0x80);
  • }
  • }
  • ;
  • {
  • if (0 < 6)
  • {
  • if (xmtr_status[0] & 0x20)
  • _display_xmtr_status(4139,0x20);
  • }
  • }
  • ;
  • {
  • if (0 < 6)
  • {
  • if (xmtr_status[0] & 0x10)
  • _display_xmtr_status(4139,0x10);
  • }
  • }
  • ;
  • {
  • if (0 < 6)
  • {
  • if (xmtr_status[0] & 0x04)
  • _display_xmtr_status(4139,0x04);
  • }
  • }
  • ;
  • {
  • if (0 < 6)
  • {
  • if (xmtr_status[0] & 0x02)
  • _display_xmtr_status(4139,0x02);
  • }
  • }
  • ;
  • }
  • ;
  • {
  • {
  • if (1 < 6)
  • {
  • if (xmtr_status[1] & 0x80)
  • _display_xmtr_status(4140,0x80);
  • }
  • }
  • ;
  • {
  • if (1 < 6)
  • {
  • if (xmtr_status[1] & 0x04)
  • _display_xmtr_status(4140,0x04);
  • }
  • }
  • ;
  • }
  • ;
  • }
  • ;
  • {
  • {
  • {
  • if (2 < 6)
  • {
  • if (xmtr_status[2] & 0x80)
  • _display_xmtr_status(4141,0x80);
  • }
  • }


Please login for more