Loading…

Method Name: nd_travel_auto_calib_method

Method ID: 0x4060

Method Label: Auto calib travel

Method Help: Automatic calibration of control valve travel against mechanical travel limits corresponding to 0-100% input signal


  • {
  • char status[3];
  • char xmtr_data[25];
  • char disp_string[60];
  • int number_of_polls;
  • get_more_status(status,xmtr_data);
  • if (status[0] != 0 && status[0] != 64)
  • {
  • display_response_status(48,status[0]);
  • _get_dictionary_string(19726342,disp_string,60);
  • DELAY(2,disp_string);
  • process_abort();
  • }


Please login for more