Loading…
Loading…
Method Name: method_ds_cf_reset
Method ID: 0x4119
Method Label: CF reset
Method Help: CF reset- Reset the latest Calibration Factor value to 1.00000. It reset Calibration failure of Diag status. And it set the latest calibration status Calib status to Success
- {
- char status[3];
- char disp_string[60];
- int slen;
- slen = 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_string,slen);
- ACKNOWLEDGE(disp_string);
- ACKNOWLEDGE(literal_string(691));
- send(187,status);
- if (status[0] != 0)
Please login for more