Loading…
Loading…
Method Name: comp_mode_toggle
Method ID: 0x403A
Method Label: Comp mode on/off
Method Help: Turns on/off digital compensation of input errors.
- {
- char status[3];
- char disp_string1[60];
- long x;
- int slen1;
- int cnum;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- slen1 = 60;
- send(142,status);
- if (status[0] != 0 && status[0] != 1)
- {
- display_response_status(142,status[0]);
- _get_dictionary_string(19726342,disp_string1,slen1);
- DELAY(2,disp_string1);
- process_abort();
- }
- if (status[1] != 0)
- {
Please login for more