Monnit Mine Java
ContentsIndexHome
PreviousUpNext
VibrationMeterBase.UpdateSensorProfileConfig2 Method
Syntax
Pascal
C++
Java
PHP
function UpdateSensorProfileConfig2(sens: Sensor; measurementMethod: Integer; assessmentInterval: Integer; vibrationIntensity: Integer; sendSensorUpdate: Boolean): Pointer;
Parameters 
Description 
Sensor sens 
the Sensor object to be updated  
int measurementMethod 
Determines the method of measurement of the sensor. Presents axes data in RMS, Absolute Mean, or Peak only Data. (RMS = 0, Peak Only = 1, Absolute Mean = 2)  
int assessmentInterval 
Determines how often the sensor takes a measurement. For example, if the heart beat is 10 minutes and the assessment interval is 1 minute, the sensor will make a measurement every minute, but only report every 10 minutes.  
int vibrationIntensity 
this value determines the g-forces required to wake up the sensor to take a measurement. if the g-forces are not greater than this, the sensor will remain asleep. (Values range: 1 - 127, each unit is .063 g-forces)  
Boolean sendSensorUpdate 
a Boolean flag that lets the sensor know if it should send up the new configuration 

 

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!