Java Mine
ContentsIndexHome
PreviousUpNext
AnalogBase Methods

The methods of the AnalogBase class are listed here.

 
Name 
Description 
 
This is CalibrateFrame, a member of class AnalogBase. 
 
This is Create, a member of class AnalogBase. 
 
This is getData, a member of class AnalogBase. 
 
Returns default configurations for the sensor
 
 
This is getProfileType, a member of class AnalogBase. 
 

Allows for the update of the specific type of sensor.
 
 

  • 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) { 
 

Sets the ReportInterval as minutes on the sensor object the next time this sensor checks in it will update
 
Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!