Loading…
Loading…
方法名称: method_reset_cal
方法ID: 0x406C
方法标签: Reset PV,temp 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;
- int exit;
- int result;
- slen1 = 60;
- exit = 1;
- _get_dictionary_string(19726337,disp_string1,slen1);
- ACKNOWLEDGE(disp_string1);
- _add_abort_method(4118);
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_resp_code(32,2);
- _set_xmtr_resp_code(32,2);
- while (exit)
- {
- result = SELECT_FROM_LIST(literal_string(436),literal_string(437));
- switch (result)
请登录以获得完整内容