Loading…
Loading…
Method Name: reset_parameter
Method ID: 0x402E
Method Label: Data reset
Method Help: Data reset - All data, which were not made permanent are reset to their original values. This allows the old data to be restored when a parameter setting is interrupted.
- {
- char status[3];
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- PUT_MESSAGE(literal_string(198));
- _iassign(4011,1);
- send(39,status);
- if (status[0])
- {
- display_response_status(39,status[0]);
- ACKNOWLEDGE(literal_string(199));
- }
- else
- {
- send(14,status);
Please login for more