Loading…

Method Name: scaled_dac_trim_method

Method ID: 0x4198

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, high, tmp_av;
  • char disp_string1[60];
  • char disp_string2[60];
  • int slen1;
  • int slen2;
  • slen1 =60;
  • slen2 =60;
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,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
  • {


Please login for more