Loading…

方法名称: nd_travel_auto_calib_method

方法ID: 0x4060

方法标签: Auto calib travel

方法描述: 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();
  • }


请登录以获得完整内容