Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Super class: PhidgetMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Phidgets | MBS Phidgets Plugin | 22.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
This includes on-board ambient temperature sensors, connected thermocouples or platinum RTDs, and IR temperature sensors. This class is also used to measure the temperature on some high-power Phidget boards such as motor controllers for safety reasons.
If you're using a simple 0-5V sensor that does not have its own firmware, use the VoltageInput or VoltageRatioInput class instead, as specified for your device.
Subclass of the PhidgetMBS class.
Constant | Value | Description |
---|---|---|
kRTDTypePT1000_3850 | 2 |
Configures the RTD type as a PT1000 with a 3850ppm curve. |
kRTDTypePT1000_3920 | 4 |
Configures the RTD type as a PT100 with a 3920ppm curve. |
kRTDTypePT100_3850 | 1 |
Configures the RTD type as a PT100 with a 3850ppm curve. |
kRTDTypePT100_3920 | 3 |
Configures the RTD type as a PT100 with a 3920ppm curve. |
Constant | Value | Description |
---|---|---|
kRTDWireSetup2Wire | 1 |
Configures the device to make resistance calculations based on a 2-wire RTD setup. |
kRTDWireSetup3Wire | 2 |
Configures the device to make resistance calculations based on a 3-wire RTD setup. |
kRTDWireSetup4Wire | 3 |
Configures the device to make resistance calculations based on a 4-wire RTD setup. |
Constant | Value | Description |
---|---|---|
kThermoCoupleTypeE | 3 |
Configures the thermocouple input as a E-Type thermocouple. |
kThermoCoupleTypeJ | 1 |
Configures the thermocouple input as a J-Type thermocouple. |
kThermoCoupleTypeK | 2 |
Configures the thermocouple input as a K-Type thermocouple. |
kThermoCoupleTypeT | 4 |
Configures the thermocouple input as a T-Type thermocouple. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Phidgets Plugin.
PhidgetStepperMBS - PhidgetUnitInfoMBS