Loading…
Loading…
Method Name: master_reset
Method ID: 0x41CA
Method Label: Master Reset
Method Help: Device Reset- Commands the electronics to perform a reset. This is equivalent to cycling the power off and then back on to the field device.
- {
- char status[3];
- char xmtr_status[25];
- char disp_string1[60];
- long x;
- int number_of_tries;
- int slen1;
- int lock_dev;
- slen1 = 60;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _get_dictionary_string(19726337,(disp_string1),(slen1));
- ACKNOWLEDGE(disp_string1);
Please login for more