Loading…

Method Name: methodLDH_PdpFullTrim

Method ID: 0x4146

Method Label: Full trim

Method Help: Full trim method - The full trimming allows the performance of high or low trim


  • {
  • char status[3];
  • int choice;
  • char disp_string1[60];
  • int slen1;
  • slen1 = 60;
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _get_dictionary_string(19726337,disp_string1,slen1);
  • ACKNOWLEDGE(disp_string1);
  • _add_abort_method(4118);
  • _get_dictionary_string(19726356,disp_string1,slen1);
  • ACKNOWLEDGE(disp_string1);
  • device_variable_trim_code = 0;
  • send_trans(80,0,status);
  • if (status[0])
  • {
  • display_response_status(80,status[0]);


Please login for more