Component: Thermocouple TypeK (EBM008) (EBM Modules)
From Flowcode Help
(Redirected from Component: ID d5c30cea 62de 4a55 9783 9bf9d104e3ec)
Jump to navigationJump to search| Author | Matrix TSL |
| Version | 1.0 |
| Category | EBM Modules |
Contents
Thermocouple TypeK component
A component matchin the Matrix EBM008 thermocouple board. As well as an interface to a standard TypeK thermocouple, this also includes a thermistor that is used for cold junction compensation.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_EBM008v1.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_EBM008v1.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetNTCADCValue
| GetNTCADCValue | |
| Get the current Integer value for the Cold Junction thermistor's ADC channel. | |
| Return | |
GetNTCTemperature
| GetNTCTemperature | |
| Get the current temperature in Celcius for the cold junction thermistor. | |
| Return | |
GetTypeKADCValue
| GetTypeKADCValue | |
| Get the current Integer value for the thermocouple probe's ADC channel. | |
| Return | |
GetTypeKTemperature
| GetTypeKTemperature | |
| Get the thermocouple probe temperature with compensation for the cold junction temperature. | |
| Return | |
Initialise
| Initialise | |
| Set up the thermocouple sensor ready for use. | |
| Return | |
SetColdPoint
| SetColdPoint | |
| Set the current thermistor temperature as the reference point for cold junction compenation. | |
| Return | |
SetColdPointValue
| SetColdPointValue | |
| Set the cold junction compensation point using a previously read ADC value. | |
| ADC_value | |
| Integer ADC value. | |
| Return | |
SetNTCTemperature
SetTypeKTemperature