Platforms to show: All Mac Windows Linux Cross-Platform

Back to OldPhidgetTemperatureSensorMBS class.

OldPhidgetTemperatureSensorMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The constructor.

On success the handle value is not zero.

OldPhidgetTemperatureSensorMBS.getAmbientTemperature as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the ambient (board) temperature.

The Lasterror property is set.

OldPhidgetTemperatureSensorMBS.getAmbientTemperatureMax as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the maximum temperature that the ambient onboard temperature sensor can measure.

The Lasterror property is set.

OldPhidgetTemperatureSensorMBS.getAmbientTemperatureMin as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the minimum temperature that the ambient onboard temperature sensor can measure.

The Lasterror property is set.

OldPhidgetTemperatureSensorMBS.getPotential(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Returns the potential value for the temperature sender with the given index.

The Lasterror property is set.

OldPhidgetTemperatureSensorMBS.getPotentialMax(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the maximum potential that a thermocouple input can measure.

The Lasterror property is set.

OldPhidgetTemperatureSensorMBS.getPotentialMin(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the minimum potential that a thermocouple input can measure.

The Lasterror property is set.

OldPhidgetTemperatureSensorMBS.getTemperature(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Returns the current temperature in Celsius or Fahrenheit (depending on UseImperial property).

Index = 0 returns the temperature of the cold junction.
Index = 1 returns the temperatrue of the thermocouple.

Note that this value defaults to -500. Applications that do not wish to see this value should use Change Handlers instead of polling the device for data.

The Lasterror property is set.

OldPhidgetTemperatureSensorMBS.getTemperatureChangeTrigger(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the amount of change that should exist between the last reported value and the current value before an TemperatureChange event is fired.

The Lasterror property is set.

OldPhidgetTemperatureSensorMBS.getTemperatureInputCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the number of thermocouple inputs supported by this board.

The Lasterror property is set.

OldPhidgetTemperatureSensorMBS.getTemperatureMax(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the maximum temperature that can be measured by a thermocouple input. This depends on the type of thermocouple attached.

The Lasterror property is set.

OldPhidgetTemperatureSensorMBS.getTemperatureMin(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the minimum temperature that can be measured by a thermocouple input.

This depends on the type of thermocouple attached.
The Lasterror property is set.

OldPhidgetTemperatureSensorMBS.getThermocoupleType(index as Integer) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the type of thermocouple set to be at a thermocouple input. By default this is K-Type.

The Lasterror property is set.
type: The thermocouple type.

OldPhidgetTemperatureSensorMBS.setTemperatureChangeTrigger(index as Integer, value as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Specifies the amount of change that should exist between the last reported value and the current value before an TemperatureChange event is fired.

The Lasterror property is set.

OldPhidgetTemperatureSensorMBS.setThermocoupleType(index as Integer, value as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Sets the type of thermocouple plugged into a thermocouple input. By default this is K-Type.
Example
dim t as OldPhidgetTemperatureSensorMBS

const PHIDGET_TEMPERATURE_SENSOR_K_TYPE = 1 // K-Type thermocouple
const PHIDGET_TEMPERATURE_SENSOR_J_TYPE = 2 // J-Type thermocouple
const PHIDGET_TEMPERATURE_SENSOR_E_TYPE = 3 // E-Type thermocouple
const PHIDGET_TEMPERATURE_SENSOR_T_TYPE = 4 // T-Type thermocouple

t.setThermocoupleType 0, PHIDGET_TEMPERATURE_SENSOR_T_TYPE

The Lasterror property is set.

The items on this page are in the following plugins: MBS Phidgets Plugin.


The biggest plugin in space...