Loading…
Loading…
方法名称: meth_CalibrateAndPreset
方法ID: 0x4255
方法标签: Calibrate + Preset
方法描述: 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(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,4);
- 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));
请登录以获得完整内容