Loading…
Loading…
方法名称: calibration_method2
方法ID: 0x4034
方法标签: Two point calibration
方法描述: This menu is used for two point calibration of the detector.
- {
- char status[3];
- int mode_c;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- ACKNOWLEDGE("|en| \n Do you \n want to \n calibrate?" );
- _iassign(16419,(21));
- send(208,status);
- if(status[0])
- {
- display_response_status(208,status[0]);
- DELAY(2,"|en|Aborting method due to last error");
- process_abort();
- }
- DELAY(20,"|en| This will take \n some time.");
请登录以获得完整内容