Java Mine
ContentsIndexHome
PreviousUpNext
AnalogBase.SetCalibrationValues Method
Syntax
Java
public static long SetCalibrationValues(Sensor sensor, long currentCalibration1, double observed, double actual);

 

  • Firmware must be 2.0.1 or newer

*

  • @param sensorID numeric identifier or the sensor object
  • @param currentCalibration1 is the calibration setting set by user
  • @param observed is the last Data Message the sensor gave
  • @param actual is the actual Data Reading the sensor should be showing
  • @return calibrated data

 

public static long Calibration1Value(long sensorID, long currentCalibration1, double observed, double actual) {

Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!