Loading…

Method Name: reset_method

Method ID: 0x405D

Method Label: SVI II RESET

Method Help: This function perform a master reset to the device, causing it to go through its startup routine and re-initializing all of its operating parameters from non volatile memory.


  • {
  • char nbr;
  • char status[3];
  • _set_device_status(0xFF,0);
  • ACKNOWLEDGE(literal_string(589));
  • DELAY(3,literal_string(590));
  • send(42,status);
  • if (status[0])
  • {
  • display_response_status(42,status[0]);
  • ACKNOWLEDGE(literal_string(591));
  • process_abort();
  • }


Please login for more