Loading…

Method Name: meth_Restore

Method ID: 0x4256

Method Label: Restore Upload

Method Help: Restore Upload Has a similar function as "Calibrate", but considers a validity date, for example, of older calibration data and automatically performs a decay compensation. First, you have to save the original set of parameters in the HOST or the HART� Communicator as off-line parameters. The off-line parameters can then be restored to the detector. Then enable this parameter set with Restore Upload. The validity date (Restore Date) of the calibration, which is contained in the off-line parameters, will automatically be compared with the current date in the detector and the calibration count rate is adjusted accordingly.


  • {
  • char status[3];
  • long l_alVarIds[1];
  • l_alVarIds[0] = 16823;
  • 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 restore ... 0%");
  • _iassign(16822,(2));
  • send(243, status);
  • if((status[0] != 0) && (status[0] != 8))
  • {


Please login for more