Loading…

Method Name: leave_fixed_mode

Method ID: 0x4071

Method Label: Leaving Fixed Mode

Method Help:


  • {
  • char status[3];
  • char xmtr_status[6];
  • int attempts;
  • attempts = 0;
  • DELAY(4,literal_string(360));
  • _add_abort_method(16498);
  • do {
  • send(134,status);
  • }
  • while (status[0] && attempts++ < 5);
  • if (attempts >= 5)
  • {
  • ACKNOWLEDGE(literal_string(361));
  • return;
  • }


Please login for more