APM.DBS_LEVEL - APMonitor Option

Main.OptionApmDbsLevel History

Show minor edits - Show changes to output

June 08, 2017, at 11:57 PM by 10.5.113.159 -
Changed lines 23-24 from:
 SP, SPHI, SPLO, STATUS, TAU, UPPER, VDVL, VLHI, VLLO, WSPHI, WSPLO
to:
 SP, SPHI, SPLO, STATUS, TAU, UPPER, VDVL, VLHI, VLLO, WSPHI,
 WSPLO
June 08, 2017, at 11:57 PM by 10.5.113.159 -
Changed lines 13-23 from:
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.
to:
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
June 08, 2017, at 11:56 PM by 10.5.113.159 -
Added lines 1-15:
(:title APM.DBS_LEVEL - APMonitor Option:)
(:keywords APM.DBS_LEVEL, Optimization, Estimation, Option, Configure, Default, Description:)
(:description Database level: 0=BASIC, 1=ALL:)

%width=50px%Attach:apm.png [[Main/DbsGlobal|Global Options]] | %width=30px%Attach:fv.png %width=30px%Attach:mv.png %width=30px%Attach:sv.png %width=30px%Attach:cv.png[[Main/DbsVariable|Local Options]]

 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 [[Main/OptionApmCsvRead|CSV_READ]], [[Main/OptionApmCsvWrite|CSV_WRITE]], [[Main/OptionApmDbsLevel|DBS_LEVEL]], [[Main/OptionApmDbsRead|DBS_READ]], [[Main/OptionApmDbsWrite|DBS_WRITE]]
June 01, 2017, at 01:47 PM by 45.56.3.173 -
Deleted lines 0-13:
(: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}:)

%width=50px%Attach:apm.png

 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.
June 01, 2017, at 01:47 PM by 45.56.3.173 -
Changed lines 3-4 from:
(:description Database read: 0=OFF, 1={Name = Value, Status, Units}, 2={Name,Value}:)
to:
(:description Database read: 0=OFF, 1={Name = Value, Status}, 2={Name = Value, Status, Units}:)
Changed lines 9-12 from:
 Description: Database read: 0=OFF, 1={Name = Value, Status, Units}, 2={Name,Value}
to:
 Description: Database read
             0=OFF
              1=
{Name = Value, Status}
              2={Name = Value, Status, Units
}
June 01, 2017, at 01:45 PM by 45.56.3.173 -
Added lines 1-11:
(: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}:)

%width=50px%Attach:apm.png

 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.