Loading…

方法名称: KDGM_curve_profile_method

方法ID: 0x407E

方法标签: Set Non-Linear Profile

方法描述: Non-Linear Profile - select a non-linear profile for the appropriate Flow or Contents application. This will automatically set up the required parameters such as P013, P014 and P030 to P039. A selection of SPECIAL allows individual point values to be changed.


  • {
  • char status[3];
  • char disp_string[120];
  • int len;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • len = 60;
  • ACKNOWLEDGE(literal_string(640));
  • _add_abort_method(4118);
  • _get_dev_var_value(literal_string(648),0,16430);
  • SET_NUMBER_OF_RETRIES(2);
  • send(151,status);
  • if (status[0])
  • {
  • display_response_status(151,status[0]);
  • }
  • PUT_MESSAGE(literal_string(649));
  • DELAY_TIME(2);
  • SET_NUMBER_OF_RETRIES(2);
  • send(149,status);
  • if (status[0])
  • {
  • display_response_status(149,status[0]);


请登录以获得完整内容