Monnit Mine Java
ContentsIndexHome
PreviousUpNext
VibrationMeterBase Methods

The methods of the VibrationMeterBase class are listed here.

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))}); 
 

Allows for the update of the specific type of sensor.
 
 

sets all data for the GeneralConfig1 configuration available on the sensor
 
 

sets all data for the GeneralConfig2 configuration available on the sensor
 
 

sets the ReportInterval as minutes on the sensor object the next time this sensor checks in it will update
 
 

sets all data for the GeneralConfig2 configuration available on the sensor
 
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!