Loading…

Method Name: reset_flag

Method ID: 0x4007

Method Label: Reset config chgd

Method Help: Resets the configuration changed flag


  • {
  • char status[3];
  • char disp_string1[60];
  • long x;
  • int slen1;
  • slen1 = 60;
  • send(38,status);
  • if (status[0] != 0 && status[0] != 1)
  • {
  • display_response_status(38,status[0]);
  • _get_dictionary_string(19726342,disp_string1,slen1);
  • DELAY(2,disp_string1);
  • process_abort();
  • }
  • if (status[1] != 0)
  • {
  • for (x = 2; x <= 0x40; x <<= 1)
  • {
  • if (status[1] & x)
  • {
  • _display_xmtr_status(152,status[1] & x);
  • }


Please login for more