Skip to content

NovaStar / Core Data Processes / Raw Values


Introduction

Values transmitted by sensors are often raw values that need to be converted to scaled values using calibration data:

  • The raw values are inserted into the database as is without data checks (only scaled values are checked).
  • If a scaled value is inserted data filing, the raw value is back-calculated from the scaled value using calibration data. If no raw value is used, the default calibration is a multiplier of 1.0 and an adder of 0.0.

See Also

See the following programs, which insert raw values: