Loading…

Method Name: meth_Calibrate

Method ID: 0x4254

Method Label: Calibrate

Method Help: Calibrate With this menu item you enable the calibration data determined during the measurements. 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.


  • {
  • 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(literal_string(924));
  • DELAY(0,literal_string(925));
  • send(240,status);
  • if (status[0] != 0)
  • {
  • display_response_status(240,status[0]);
  • process_abort();
  • }
  • ;
  • _iassign(16822,3);
  • DELAY(0,literal_string(926));
  • send(243,status);
  • if (status[0] != 0 && status[0] != 8)
  • {
  • display_response_status(243,status[0]);
  • }
  • DELAY(0,literal_string(927));


Please login for more