Loading…
Loading…
Method Name: cutoff_mode_method
Method ID: 0x4062
Method Label: Change Cutoff Mode
Method Help: Change Cutoff Mode- Selects the cutoff mode and sets the cutoff point. Valid when Square Root is selected in Transfer Function.
- {
- char status[3];
- char disp_string[60];
- int slen;
- int choice;
- int pv_xfer;
- int cof_mod;
- int drop_out;
- int flow_mode;
- int result;
- long varid[3];
- long ids[2];
- int cutoff_local;
- slen = 60;
- choice = 0;
- result = 10;
- drop_out = 10;
- flow_mode = 10;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _get_dictionary_string(19726337,disp_string,slen);
- ACKNOWLEDGE(disp_string);
- _add_abort_method(4118);
Please login for more