Loading…
Loading…
方法名称: reset_cal_method
方法ID: 0x4032
方法标签: Reset Cal
方法描述: Reset the process and temperature sensor calibration data to the values set at the factory
- {
- char status[3];
- char disp_string1[60];
- int slen1;
- char xmtr_status[3];
- char xmtr_data[25];
- slen1 = 60;
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- get_more_status(xmtr_status,xmtr_data);
- if (xmtr_data[17] & 0x01)
- {
- DELAY(4,literal_string(162));
- process_abort();
- }
请登录以获得完整内容