Loading…
Loading…
Method Name: NewRejectionCurve_method
Method ID: 0x46F5
Method Label: New Rejection Curve
Method Help: Echo Rejection cancels unwanted echoes by creating a new Echo Rejection curve. Multiple echoes may be offered. Choose the echo that represents the actual media location, closer echoes will be cancelled. Enter the correct echo number when prompted. For an empty vessel, enter '0'. If the correct location is not offered for a partially filled vessel, ensure that the tank dimensional information is correct. If the correct location is not listed, enter '0'. Enter the correct media location when prompted. For an empty vessel, accept the default value presented.
- {
- char status[3];
- unsigned char good_echo_number;
- int this_echo_number;
- int maturity;
- long select;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _add_abort_method(19703);
- ACKNOWLEDGE(literal_string(1577));
- _get_dev_var_value(literal_string(1709),0,16511);
- send_trans(150,2,status);
- EchoRejectState = 0;
- send_trans(172,0,status);
- if (status[0] == 16)
- {
- ACKNOWLEDGE(literal_string(1710));
- process_abort();
- }
- wait_during_BCSM_restart();
Please login for more