Loading…
Loading…
Method Name: zero_calibration
Method ID: 0x4025
Method Label: Zero Calibration
Method Help: Used for calibrate the zero point of the sensor
- {
- char status[3];
- char disp_string1[60];
- char disp_string2[60];
- int retry;
- int slen1;
- int slen2;
- slen1 = 60;
- slen2 = 60;
- _set_all_resp_code(0);
- _get_dictionary_string(19726356,(disp_string1),(slen1));
- ACKNOWLEDGE(disp_string1);
- do
- {
- send(225, status);
- if (status[0])
- {
- display_response_status(225, status[0]);
- if (status[0] == 29)
Please login for more