Loading…
Loading…
Method Name: KDGM_curve_profile_method
Method ID: 0x407E
Method Label: Set NLP Profile
Method Help: Curve profile - Selecting a non-linear profile will setup the required parameters such as P013, P014 and P030 to P039. SPECIAL allows individual point values to be changed
- {
- char status[3];
- char disp_string[60];
- int len;
- len = 60;
- _get_dictionary_string(19726337,disp_string,len);
- ACKNOWLEDGE(disp_string);
- _get_dev_var_value(literal_string(378),0,16430);
- SET_NUMBER_OF_RETRIES(2);
- send(151,status);
- if (status[0])
- {
- display_response_status(151,status[0]);
- }
- PUT_MESSAGE(literal_string(411));
- DELAY_TIME(1);
- SET_NUMBER_OF_RETRIES(2);
- send(149,status);
- if (status[0])
- {
- display_response_status(149,status[0]);
- }
Please login for more