![]() |
Classes | |
struct | CPhidgetTemperatureSensorInfo |
Defines | |
#define | GAIN 85.0 |
#define | OFFSET_200 -6.5 |
#define | OFFSET_300 ((200.0/237.0)*5.0) |
#define | PHIDID_TEMPERATURESENSOR_4_GAIN ((80 / 2.2) + 5) |
#define | PHIDID_TEMPERATURESENSOR_4_OFFSET (4.096 / 6.36) |
#define | TEMPSENSOR_MAXSENSORS 8 |
Enumerations | |
enum | CPhidgetTemperatureSensor_ThermocoupleType { PHIDGET_TEMPERATURE_SENSOR_K_TYPE = 1, PHIDGET_TEMPERATURE_SENSOR_J_TYPE, PHIDGET_TEMPERATURE_SENSOR_E_TYPE, PHIDGET_TEMPERATURE_SENSOR_T_TYPE, PHIDGET_TEMPERATURE_SENSOR_K_TYPE = 1, PHIDGET_TEMPERATURE_SENSOR_J_TYPE, PHIDGET_TEMPERATURE_SENSOR_E_TYPE, PHIDGET_TEMPERATURE_SENSOR_T_TYPE } |
These calls are specific to the Phidget Temperature Sensor object. See your device's User Guide for more specific API details, technical information, and revision details. The User Guide, along with other resources, can be found on the product page for your device.
All temperatures are in degrees celcius.
#define GAIN 85.0 |
Definition at line 138 of file cphidgettemperaturesensor.h.
#define OFFSET_200 -6.5 |
Definition at line 139 of file cphidgettemperaturesensor.h.
#define OFFSET_300 ((200.0/237.0)*5.0) |
Definition at line 140 of file cphidgettemperaturesensor.h.
#define PHIDID_TEMPERATURESENSOR_4_GAIN ((80 / 2.2) + 5) |
Definition at line 142 of file cphidgettemperaturesensor.h.
#define PHIDID_TEMPERATURESENSOR_4_OFFSET (4.096 / 6.36) |
Definition at line 144 of file cphidgettemperaturesensor.h.
#define TEMPSENSOR_MAXSENSORS 8 |
Gets the number of thermocouple inputs supported by this board.
phid | An attached phidget themperature sensor handle. |
count | The thermocouple input count. Gets the temperature measured by a thermocouple input. |
phid | An attached phidget themperature sensor handle. |
index | The thermocouple index. |
temperature | The temperature. Gets the maximum temperature that can be measured by a thermocouple input. This depends on the type of thermocouple attached, as well as the ambient temperature. |
phid | An attached phidget themperature sensor handle. |
index | The thermocouple index. |
max | The maximum temperature. Gets the minimum temperature that can be measured by a thermocouple input. This depends on the type of thermocouple attached, as well as the ambient temperature. |
phid | An attached phidget themperature sensor handle. |
index | The thermocouple index. |
min | The minimum temperature. Set a temperature change handler. This is called when the temperature changes by more then the change trigger. |
phid | An attached phidget temperature sensor handle. |
fptr | Callback function pointer. |
userPtr | A pointer for use by the user - this value is passed back into the callback function. Gets the change trigger for a thermocouple input. |
phid | An attached phidget themperature sensor handle. |
index | The thermocouple index. |
trigger | The change trigger. Sets the change trigger for a thermocouple input. |
phid | An attached phidget themperature sensor handle. |
index | The thermocouple index. |
trigger | The change trigger. Gets the currently sensed potential for a thermocouple input. |
phid | An attached phidget themperature sensor handle. |
index | The thermocouple index. |
potential | The potential. Gets the maximum potential that a thermocouple input can measure. |
phid | An attached phidget themperature sensor handle. |
index | The thermocouple index. |
max | The maximum potential. Gets the minimum potential that a thermocouple input can measure. |
phid | An attached phidget themperature sensor handle. |
index | The thermocouple index. |
min | The minimum potential. Gets the ambient (board) temperature. |
phid | An attached phidget themperature sensor handle. |
ambient | The ambient (board) temperature. Gets the maximum temperature that the ambient onboard temperature sensor can measure. |
phid | An attached phidget themperature sensor handle. |
max | The maximum temperature. Gets the minimum temperature that the ambient onboard temperature sensor can measure. |
phid | An attached phidget themperature sensor handle. |
min | The minimum temperature. Gets the type of thermocouple set to be at a thermocouple input. By default this is K-Type. |
phid | An attached phidget themperature sensor handle. |
index | The thermocouple index. |
type | The thermocouple type. Sets the type of thermocouple plugged into a thermocouple input. By default this is K-Type. |
phid | An attached phidget themperature sensor handle. |
index | The thermocouple index. |
type | The thermocouple type. |
Definition at line 136 of file cphidgettemperaturesensor.h.
The Phidget Temperature Sensor supports these types of thermocouples.
Definition at line 19 of file cphidgettemperaturesensor.h.