Loading…

Method Name: reset_cal_method

Method ID: 0x4032

Method Label: Reset Cal

Method Help: Reset the process and temperature sensor calibration data to the values set at the factory


  • {
  • char status[3];
  • char disp_string1[60];
  • int slen1;
  • char xmtr_status[3];
  • char xmtr_data[25];
  • slen1 = 60;
  • _set_xmtr_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • get_more_status(xmtr_status,xmtr_data);
  • if (xmtr_data[17] & 0x01)
  • {
  • DELAY(4,literal_string(162));
  • process_abort();
  • }


Please login for more