Loading…
Loading…
方法名称: clearReferenceTemp
方法ID: 0x41A3
方法标签: Clear Ref Temp
方法描述: Clear the reference temperature. It will be set again after the next thickness update is triggered.
- {
- char status[3];
- char disp_string1[50];
- int slen1;
- slen1 = 50;
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_all_resp_code(2);
- SET_NUMBER_OF_RETRIES(2);
- _get_dev_var_value(literal_string(871),0,16768);
- send(143,status);
- if (status[0])
- {
- display_response_status(143,status[0]);
- }
请登录以获得完整内容