APM.DBS_LEVEL - APMonitor Option
Main.OptionApmDbsLevel History
Hide minor edits - Show changes to markup
SP, SPHI, SPLO, STATUS, TAU, UPPER, VDVL, VLHI, VLLO, WSPHI, WSPLO
SP, SPHI, SPLO, STATUS, TAU, UPPER, VDVL, VLHI, VLLO, WSPHI, WSPLO
DBS_LEVEL is an input option to control what is written to the DBS (database) file. When DBS_LEVEL=0, only a subset of basic parameters are written to the DBS file. This is used for compatibility with some industrial control systems that only support a subset of parameters. The basic global parameters are APPINFO, APPINFOCHG, APPSTATUS, COLDSTART, CYCLECOUNT, DIAGLEVEL, ITERATIONS, OBJFCNVAL, REQCTRLMODE, SOLVESTATUS, SOLVETIME. The local basic parameters are BIAS, COST, CRITICAL, DCOST, DMAX, DMAXHI, DMAXLO, FSTATUS, LOWER, LSTVAL, MEAS, MODEL, NEWVAL, NXTVAL, PSTATUS, REQONCTRL, SP, SPHI, SPLO, STATUS, TAU, UPPER, VDVL, VLHI, VLLO, WSPHI, WSPLO.
DBS_LEVEL is an input option to control what is written to the DBS (database) file. When DBS_LEVEL=0, only a subset of basic parameters are written to the DBS file. This is used for compatibility with some industrial control systems that only support a subset of parameters. The basic global parameters are the following.
APPINFO, APPINFOCHG, APPSTATUS, COLDSTART, CYCLECOUNT, DIAGLEVEL, ITERATIONS, OBJFCNVAL, REQCTRLMODE, SOLVESTATUS, SOLVETIME
Local parameters that are designated as basic types are only used when DBS_LEVEL=0.
BIAS, COST, CRITICAL, DCOST, DMAX, DMAXHI, DMAXLO, FSTATUS, LOWER, LSTVAL, MEAS, MODEL, NEWVAL, NXTVAL, PSTATUS, REQONCTRL, SP, SPHI, SPLO, STATUS, TAU, UPPER, VDVL, VLHI, VLLO, WSPHI, WSPLO
(:title APM.DBS_LEVEL - APMonitor Option:) (:keywords APM.DBS_LEVEL, Optimization, Estimation, Option, Configure, Default, Description:) (:description Database level: 0=BASIC, 1=ALL:)
Type: Integer, Input Default Value: 1 Description: Database level limited to a subset of options 0=Basic, Limited Options 1=All Options
DBS_LEVEL is an input option to control what is written to the DBS (database) file. When DBS_LEVEL=0, only a subset of basic parameters are written to the DBS file. This is used for compatibility with some industrial control systems that only support a subset of parameters. The basic global parameters are APPINFO, APPINFOCHG, APPSTATUS, COLDSTART, CYCLECOUNT, DIAGLEVEL, ITERATIONS, OBJFCNVAL, REQCTRLMODE, SOLVESTATUS, SOLVETIME. The local basic parameters are BIAS, COST, CRITICAL, DCOST, DMAX, DMAXHI, DMAXLO, FSTATUS, LOWER, LSTVAL, MEAS, MODEL, NEWVAL, NXTVAL, PSTATUS, REQONCTRL, SP, SPHI, SPLO, STATUS, TAU, UPPER, VDVL, VLHI, VLLO, WSPHI, WSPLO.
See also CSV_READ, CSV_WRITE, DBS_LEVEL, DBS_READ, DBS_WRITE
(:title APM.DBS_READ - APMonitor Option:) (:keywords APM.DBS_READ, Optimization, Estimation, Option, Configure, Default, Description:) (:description Database read: 0=OFF, 1={Name = Value, Status}, 2={Name = Value, Status, Units}:)

Type: Integer, Input Default Value: 1 Description: Database read 0=OFF 1={Name = Value, Status} 2={Name = Value, Status, Units}
DBS_READ specifies when to read the input DBS files with 0=OFF, 1=Read values with Units, and 2=Read values without Units. There are several text file database (DBS) files that are read at the start of an application for both configuring the problem as well as reading in measurements. The DBS files are skipped when DBS_READ=0 except for header parameters. The DBS files are read in the order of defaults.dbs, {problem name}.dbs, measurements.dbs (source is replay.csv when REPLAY>=1), and overrides.dbs. The overrides.dbs file contains options set by clients using the apm_option function. The measurements.dbs file contains options set by clients using the apm_meas function. The DBS files may be need to be skipped to re-initialize an application without feedback from the process.
(:description Database read: 0=OFF, 1={Name = Value, Status, Units}, 2={Name,Value}:)
(:description Database read: 0=OFF, 1={Name = Value, Status}, 2={Name = Value, Status, Units}:)
Description: Database read: 0=OFF, 1={Name = Value, Status, Units}, 2={Name,Value}
Description: Database read 0=OFF 1={Name = Value, Status} 2={Name = Value, Status, Units}
(:title APM.DBS_READ - APMonitor Option:) (:keywords APM.DBS_READ, Optimization, Estimation, Option, Configure, Default, Description:) (:description Database read: 0=OFF, 1={Name = Value, Status, Units}, 2={Name,Value}:)

Type: Integer, Input Default Value: 1 Description: Database read: 0=OFF, 1={Name = Value, Status, Units}, 2={Name,Value}
DBS_READ specifies when to read the input DBS files with 0=OFF, 1=Read values with Units, and 2=Read values without Units. There are several text file database (DBS) files that are read at the start of an application for both configuring the problem as well as reading in measurements. The DBS files are skipped when DBS_READ=0 except for header parameters. The DBS files are read in the order of defaults.dbs, {problem name}.dbs, measurements.dbs (source is replay.csv when REPLAY>=1), and overrides.dbs. The overrides.dbs file contains options set by clients using the apm_option function. The measurements.dbs file contains options set by clients using the apm_meas function. The DBS files may be need to be skipped to re-initialize an application without feedback from the process.