BIAS - APMonitor Option

Main.OptionBias History

Show minor edits - Show changes to markup

June 08, 2017, at 10:26 PM by 10.5.113.159 -
Changed line 5 from:
to:
June 06, 2017, at 09:52 PM by 10.5.113.159 -
Changed lines 12-13 from:

BIAS is additive factor that incorporates the difference between the current measured value and the initial condition of the controller. OptionFstatus determines how much of the raw measurement is used to update the value of MEAS. A feedback status of 0 indicates that the measurement should not be used and the BIAS value is . A feedback status of 1 uses all of the measurement. A feedback status in between 0 and 1 updates MEAS with a fractional contribution from LSTVAL and the new measurement. The value of BIAS is updated from MEAS and the unbiased model prediction (Model_u).

to:

BIAS is additive factor that incorporates the difference between the current measured value and the initial condition of the controller. FSTATUS determines how much of the raw measurement is used to update the value of MEAS. A feedback status of 0 indicates that the measurement should not be used and the BIAS value is kept at the initial value of 0. A feedback status of 1 uses all of the measurement in updating MEAS. A feedback status in between 0 and 1 updates MEAS with a fractional contribution from LSTVAL and the new measurement. The value of BIAS is updated from MEAS and the unbiased model prediction (Model_u).

Changed line 20 from:

The value of BIAS can also be set to an external value by setting the option apm_option(s,a,'CV.BIAS',value) and setting FSTATUS to 0 (OFF).

to:

The value of BIAS can also be set to an external value by setting the option apm_option(s,a,'cv.BIAS',value) and setting FSTATUS to 0 (OFF).

June 06, 2017, at 09:50 PM by 10.5.113.159 -
Added lines 1-22:

(:title BIAS - APMonitor Option:) (:keywords BIAS, Optimization, Estimation, Option, Configure, Default, Description:) (:description Controller additive bias is a correction factor to align the controller output to an available measurement:)

 Type: Floating Point, Input/Output
 Default Value: 0.0
 Description: Additive correction factor to align measurement
              and model values for Controlled Variables (CVs)

BIAS is additive factor that incorporates the difference between the current measured value and the initial condition of the controller. OptionFstatus determines how much of the raw measurement is used to update the value of MEAS. A feedback status of 0 indicates that the measurement should not be used and the BIAS value is . A feedback status of 1 uses all of the measurement. A feedback status in between 0 and 1 updates MEAS with a fractional contribution from LSTVAL and the new measurement. The value of BIAS is updated from MEAS and the unbiased model prediction (Model_u).

 BIAS = MEAS - Model_u

The BIAS is added to each point in the horizon and the controller objective function drives the biased model (Model_b) to the requested set point range.

 Model_b = Model_u + BIAS

The value of BIAS can also be set to an external value by setting the option apm_option(s,a,'CV.BIAS',value) and setting FSTATUS to 0 (OFF).

See also Estimation Objective Tuning