Loading…
Loading…
Method Name: meth_Recall
Method ID: 0x4257
Method Label: Recall
Method Help: Recall Recall allows you to copy the current data set from Meas Parameter to Cal Parameter. This allows you to revise the valid parameters, without this having an influence on the measurement at first. After you have finished editing, you can activate the changed settings with "Calibrate". Recall is also necessary because the count rates in the calibration parameters (Cal Parameter) in contrast to the count rates of the measuring parameters (Meas Parameter) are not decay compensated. Important: "Recall" overwrites all settings of the "Cal Parameter" menu.
- {
- 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(942));
- DELAY(0,literal_string(943));
- _iassign(16822,1);
- send(243,status);
- if (status[0] != 0)
- {
- display_response_status(243,status[0]);
- process_abort();
Please login for more