Component: Thermocouple TypeK (EBM008) (EBM Modules)
From Flowcode Help
(Redirected from Component: ID d5c30cea 62de 4a55 9783 9bf9d104e3ec)
Jump to navigationJump to searchAuthor | 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 Pack
SENSORS
Detailed description
No detailed description exists yet for this component
Examples
This demo reads the temperature from both the thermistor and thermocouple.
The thermocouple requires calibration from the thermistor to read accurate temperatures.
This is achieved by holding any switch on PORTD to set adjust the thermocouple to ambient.
Downloadable macro reference
![]() |
SetColdPointValue |
Set the cold junction compensation point using a previously read ADC value. | |
![]() |
ADC_value |
Integer ADC value. | |
![]() |
Return |
![]() |
SetColdPoint |
Set the current thermistor temperature as the reference point for cold junction compenation. | |
![]() |
Return |
![]() |
GetTypeKADCValue |
Get the current Integer value for the thermocouple probe's ADC channel. | |
![]() |
Return |
![]() |
GetNTCTemperature |
Get the current temperature in Celcius for the cold junction thermistor. | |
![]() |
Return |
![]() |
GetNTCADCValue |
Get the current Integer value for the Cold Junction thermistor's ADC channel. | |
![]() |
Return |
![]() |
GetTypeKTemperature |
Get the thermocouple probe temperature with compensation for the cold junction temperature. | |
![]() |
Return |
![]() |
Initialise |
Set up the thermocouple sensor ready for use. | |
![]() |
Return |