Java Mine
ContentsIndexHome
PreviousUpNext
ThermocoupleBase Methods

The methods of the ThermocoupleBase class are listed here.

 
Name 
Description 
 
This is CalibrateFrame, a member of class ThermocoupleBase. 
 
This is Create, a member of class ThermocoupleBase. 
 
This is getData, a member of class ThermocoupleBase. 
 
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 ThermocoupleBase. 
 
This is getTemp, a member of class ThermocoupleBase. 
 

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 awareStateHeartBeat How often the sensor communicates with the gateway while in Aware State. @param assessmentsPerHeartBeat How many times between heartbeats a sensor will check its measurements against its thresholds to determine whether it will enter the Aware State. Warning if your sensor firmware is less than 2.5.2.0 Setting assessments greater than one will cause this sensor to not self elect follow a gateway to a new channel.... more 
 
This is setTemp, a member of class ThermocoupleBase. 
 

Calibrates the sensor to correct values set by the user @param sens sens the Sensor object to be updated @param actualTemp what the actual temperature of the room the sensor is located in is @param sendSensorUpdate a Boolean flag that lets the sensor know if it should send up the new configuration 
 
sets all data for the GeneralConfig1 configuration available on the sensor
@param sens the Sensor object to be updated @param heartBeat a double value this is represented in minutes, so if heartbeat equals 1 that is one minute @param activeStateInterval a double value this is the aware state heart beat represented in minutes, so if aware state heart beat equals 1 that is one minute @param transmitIntervalLink How often the sensor attempts to relink with a gateway once it goes into link mode. Values below 12 are interpreted as hours. values above 12 are interpreted as minutes. the max value... more 
 
sets all data for the GeneralConfig2 configuration available on the sensor
@param sens the Sensor object to be updated @param recovery Once the recovery count is reached, the sensor will go to link mode and begin scanning channels and trying to find a gateway to join @param sendSensorUpdate a Boolean flag that lets the sensor know if it should send up the new configuration 
 
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 if 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 
 

sets all data for the ProfileConfig1 configuration available on the sensor @param sens the Sensor object to be updated @param measurementsPerTransmission the amount of assessments the sensor where take in between heartbeats if during these assessments the value is above or below respective triggering thresholds it will send an aware state message @param hysteresis A buffer to prevent the sensor from bouncing between standard operation and aware state when the assessments are very close to a Threshold. for example, if a maximum Threshold is set to 90 degrees and a hysteresis of 1 degree, then once the sensor takes an... more 
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!