Loading…

Method Name: MthResetConfigChangedFlag

Method ID: 0x41EA

Method Label: Reset Configuration Changed Flag

Method Help: Reset of the HART 'Configuration Changed' flag.


  • {
  • char cmd_status[3];
  • int iResult;
  • iResult = SELECT_FROM_LIST(literal_string(2165),literal_string(2166));
  • if (iResult != 1)
  • return;
  • send(38,cmd_status);
  • if (cmd_status[0] != 0)
  • {
  • display_response_status(38,cmd_status[0]);
  • }


Please login for more