Loading…
Loading…
Method Name: factory_configuration_method
Method ID: 0x403F
Method Label: Factory defaults
Method Help: To reset the SVI II with Factory defaults values.
- {
- char nbr;
- char status[3];
- _add_abort_method(16440);
- send(249,status);
- if (status[0])
- {
- display_response_status(249,status[0]);
- DELAY(3,literal_string(434));
- process_abort();
- }
- if (_ivar_value(16391) == 3 || _ivar_value(16391) == 8)
- {
- ACKNOWLEDGE(literal_string(435));
- PUT_MESSAGE(literal_string(436));
- nbr = 0;
- do {
- nbr += 1;
- if (nbr == 10)
- {
- DELAY(3,literal_string(434));
- process_abort();
- }
- send(135,status);
- send(249,status);
Please login for more