Loading…

Method Name: methodReset

Method ID: 0x4010

Method Label: Reset SVi1000

Method Help: This function performs 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);
  • _set_xmtr_device_status(0xFF,0);
  • ACKNOWLEDGE(literal_string(784));
  • DELAY(3,literal_string(702));
  • send(42,status);
  • if (status[0])
  • {


Please login for more