Loading…

Method Name: Reset_User

Method ID: 0x410B

Method Label: Customer Reset

Method Help: All the configuration parameters with supervisor rights get set to their factory default values and your changes will be lost for all such parameters.


  • {
  • char status[3];
  • if (SELECT_FROM_LIST(literal_string(615),literal_string(616)) == 0)
  • return;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _iassign(16565,1);
  • send(136,status);
  • if (status[0])
  • {
  • display_response_status(136,status[0]);
  • process_abort();
  • }
  • else
  • {
  • ACKNOWLEDGE(literal_string(617));
  • }


Please login for more