Loading…

Method Name: scaled_dac_trim

Method ID: 0x1005

Method Label: Scaled D/A Trim

Method Help: Digital to Analog Scaled Trim- Allows the calibration of the Analog Output with an external reference at the operating endpoints of the Analog Output


  • {
  • int retry;
  • char status[3];
  • float low;
  • float high;
  • float tmp_av;
  • char disp_string1[60];
  • char disp_string2[60];
  • int slen1;
  • int slen2;
  • slen1 = 60;
  • slen2 = 60;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • low = 4.0;
  • high = 20.0;
  • _get_dictionary_string(19726337,disp_string1,slen1);
  • ACKNOWLEDGE(disp_string1);
  • _add_abort_method(4118);
  • do {
  • _get_dictionary_string(19726348,disp_string1,slen1);
  • _get_dictionary_string(19726351,disp_string2,slen2);
  • retry = SELECT_FROM_LIST(disp_string1,disp_string2);
  • if (retry)


Please login for more