Loading…
Loading…
Method Name: PHTemperatureCal_method
Method ID: 0x40C7
Method Label: Temperature Calibration
Method Help: The temperature calibration is used to calibrate the temperature input from the sensor against a standard known reading.
- {
- char status[3];
- char string1[60];
- int len1;
- int selection;
- len1 = 60;
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _get_dictionary_string(19726337,string1,len1);
- ACKNOWLEDGE(string1);
- _add_abort_method(4118);
- send(234,status);
- if (status[0])
- {
- display_response_status(234,status[0]);
- DELAY(4,literal_string(833));
- process_abort();
- }
Please login for more