Loading…
Loading…
Method Name: KDGM_curve_profile_method
Method ID: 0x409D
Method Label: Set Curve profile
Method Help: Curve profile - Selecting a non-linear profile will set the 10 point plot values P30 to P39 to that curve. SPECIAL allows individual point values to be changed.
- {
- int n;
- int s_curve;
- char cmd_status[3];
- char disp_string1[60];
- int slen1;
- slen1 = 60;
- SET_NUMBER_OF_RETRIES(2);
- _get_dictionary_string(19726337,disp_string1,slen1);
- ACKNOWLEDGE(disp_string1);
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _get_dev_var_value(literal_string(313),0,16434);
- s_curve = _ivar_value(16434);
- if (s_curve > 2)
- {
- _iassign(16434,2);
- send(151,cmd_status);
- if (cmd_status[0])
- {
- display_response_status(151,cmd_status[0]);
- _get_dictionary_string(19726342,disp_string1,slen1);
- DELAY(2,disp_string1);
- process_abort();
- }
Please login for more