Java Mine
ContentsIndexHome
PreviousUpNext
VibrationMeterBase Methods

The methods of the VibrationMeterBase class are listed here.

 
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
@param version The version of the Sensor @param platform The Firmware Generation of your device. i.e. Commercial, Alta, Wifi @return Default configurations for the sensor 
 
This is getProfileType, a member of class VibrationMeterBase. 
 

Allows for the update of the specific type of sensor. @param sens the Sensor object to be updated @param heartBeat How often the sensor communicates with the gateway if no activity recorded. @param windowFunction No Window = 0 (Best frequency resolution), Hanning Window = 1 (Good frequency resolution and amplitude accuracy), Flattop Window = 2 (Best amplitude accuracy) @param assessmentInterval Determines how often the sensor takes a measurement . for example, if the Heartbeat is 10 minutes and the Assessment interval is 1 minute, the sensor will make a measurement every minute, but only report every 10 minutes. @param measurementMethod... more 
 

sets the ReportInterval as minutes on the sensor object the next time this sensor checks in it will update @param sens the Sensor object to be updated @param heartBeat a double value this is represented in minutes so heartbeat equals 1 that is one minute @param sendSensorUpdate a Boolean flag that lets the sensor know if it should send up the new configuration 
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!