Loading…

Method Name: SaveConfiguration

Method ID: 0x424D

Method Label: Save Device Parameters

Method Help: After modifying and sending the configuration, it is necessary to save these changes by performing this function.


  • {
  • char status[3];
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • ACKNOWLEDGE(literal_string(119));
  • if (SELECT_FROM_LIST(literal_string(739),literal_string(738)) == 0)
  • return;
  • send(134,status);
  • if (status[0])
  • {
  • display_response_status(134,status[0]);
  • }


Please login for more