Loading…

Method Name: meth_CalibrateAndPreset

Method ID: 0x4255

Method Label: Calibrate + Preset

Method Help: Calibrate + Preset With this menu item you enable the calibration data determined during the measurements. In this case, the calibration data are transferred to "Meas Parameter". Thus, the detector will get a new calibration which in the future will be used to determine the measured values. After the calibration, a status message is displayed, indicating if the activation of the calibration data has been carried out successfully. If not, the measurement parameters are unchanged. The following settings are made automatically at Calibrate + Auto Set: Evaluation Mode = AUTO SET OP Gas Density = 0 Setup Gas Density = 0 Bulk Cone = 0


  • {
  • char status[3];
  • SET_NUMBER_OF_RETRIES(7); _set_no_device(2); _set_all_resp_code(0); _set_device_status(0xFF,0); _set_xmtr_all_resp_code(0); _set_xmtr_device_status(0xFF,0);;
  • ACKNOWLEDGE("|en|Attention: This will overwrite your measurement settings!");
  • DELAY(0,"|en|Performing calibration ... 0%");
  • send(240, status); if(status[0] != 0) { display_response_status(240, status[0]); process_abort(); };
  • _iassign(16822,(4));
  • DELAY(0,"|en|Performing calibration ... 15%");
  • send(243, status);
  • if((status[0] != 0) && (status[0] != 8))
  • {


Please login for more