Loading…
Loading…
Method Name: auto_zero
Method ID: 0x1F75
Method Label: Auto zero trim
Method Help: Auto zero trim-Calibration for zero point.
- {
- int number_of_tries;
- char status[3];
- char xmtr_status[25];
- long var_id[1];
- int AUTO_ZERO_TIME;
- int coil_freq;
- int AUTO_ZERO_STATUS_RETRIES;
- int retval;
- send(158,status);
- if (status[0])
- {
- display_response_status(158,status[0]);
- process_abort();
- }
- AUTO_ZERO_STATUS_RETRIES = 50;
- AUTO_ZERO_TIME = 120;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_all_resp_code(0);
- number_of_tries = 0;
Please login for more