set_upr_bnd
Purpose:
- Set the upper bound for a specified engine controller.
Enter:
- set_upr_bnd <ctrler> <bound>
Where:
-
ctrler Specify the name of the controller. bound Specify the value, variable label, or expression for the upper bound.
Example:
-
set_upr_bnd dyn_w_t80
set_upr_bnd dyn_w_t 80[none]
The above sets the upper bound of the dyn_w_t controller to 80%.set_upr_bnd dyn_w_t my_w_ub
The above sets the upper bound of the dyn_w_t controller to the value contained in the real variable, my_w_lb.set_upr_bnd dyn_w_t “my_w_ub – 30[none]”
The above sets the upper bound of the dyn_w_t controller to the value resulting from the evaluation of the expression, i.e., to the value contained in the real variable, my_w_ub, minus 30.
Notes:
-
The controller name that should be used is specified in the control specs file under the keyword @USER_CTRL_LOOP.