Loading…
Loading…
Method Name: nd_custom_flow_linearization_method
Method ID: 0x405C
Method Label: Custom linearization
Method Help: Sets customized travel curve of the control valve to linearize the relationship between valve travel setpoint and flow
- {
- char status[3];
- char disp_string1[60];
- int tmp;
- long ids[1];
- long temp_x;
- SET_NUMBER_OF_RETRIES(10);
- _set_all_resp_code(0);
- _add_abort_method(16472);
- do {
- _iassign(16437,12);
- temp_x = SELECT_FROM_LIST(literal_string(297),literal_string(298));
- temp_x = temp_x + 1;
- _lassign(16440,temp_x);
- DELAY(4,literal_string(283));
- send_trans(240,1,status);
- if (status[0] != 0 && status[0] != 64)
- {
- display_response_status(241,status[0]);
- _get_dictionary_string(19726342,disp_string1,60);
- DELAY(2,disp_string1);
- process_abort();
- }
- ids[0] = 16440;
Please login for more