Java Mine
ContentsIndexHome
VibrationMeterBase Methods Public Methods
Public Methods
 
Name 
Description 
 
return Arrays.asList(new Datum[]{new Datum("X-Axis Speed", Double.valueOf(this.xSpeed)) , new Datum("X-Axis Frequency", Double.valueOf(this.xFrequency)) , new Datum("Y-Axis Speed", Double.valueOf(this.ySpeed)) , new Datum("Y-Axis Frequency", Double.valueOf(this.yFrequency)) , new Datum("Z-Axis Speed", Double.valueOf(this.zSpeed)) , new Datum("Z-Axis Frequency", Double.valueOf(this.zFrequency)) , new Datum("Duty Cycle", Double.valueOf(this.DutyCycle))}); 
 
This is getData, a member of class VibrationMeterBase. 
 
Returns default configurations for the sensor
 
 
This is getProfileType, a member of class VibrationMeterBase. 
 

Allows for the update of the specific type of sensor.
 
 

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.