Loading…
Loading…
Method Name: methodReset
Method ID: 0x400E
Method Label: Reset SVI II AP
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("|en|A reset may cause the valve to move !\nPerform a RESET?");
- DELAY(3,"|en|Please Wait ...");
- send(42, status);
- if( status[0] )
Please login for more