Loading…

Method Name: met_mal_previous

Method ID: 0x40AB

Method Label: Return to previous Minimum Amplitude Line

Method Help: Return to previous Minimum Amplitude Line in case of mistakes during Minimum Amplitude Line calculations


  • {
  • unsigned char i;
  • unsigned char temp;
  • DD_STRING prompt;
  • unsigned short cmd_result;
  • remove_all_abort();
  • temp = met_mo_set(65022,81);
  • prompt = literal_string(621);
  • for (i = 0; i < 4; i++)
  • {
  • prompt += literal_string(600);
  • DELAY(1,prompt);
  • cmd_result = met_mo_get(65017);
  • if (cmd_result != 0)
  • {


Please login for more