Loading…

方法名称: comp_mode_toggle

方法ID: 0x403A

方法标签: Comp mode on/off

方法描述: 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)
  • {


请登录以获得完整内容