Joined
·
1,817 Posts
The graph below is a fairly accurate representation of the thermal management system in an 06 Ridgeline.
EDIT: Reposting resized chart
This graph was generated after logging data from short trip, bringing under hood temperatures to normal levels in a "bone stock" daily driven 2006 RL. (Bone stock = OEM Denso radiator)
As shown in the graph, we observe the running temperatures of:
- Engine coolant leaving the block, destined for the radiator.
- Coolant returning from the radiator to the block.
- Trans fluid entering and exiting the OTW trans cooler.
- Trans fluid entering and exiting the OTA trans cooler.
- Engine compartment ambient air.
Interesting, huh?
It's a safe guess you are questioning how this data was collected - and by extension, how accurate it might be.
Fair question(s).
Before explaining the test configuration, a quick description of an error in this data: the digital hardware used to probe temperatures have "addresses" stored in resident ROM. When initially configuring a network like the one described below, the first step in set up is: identify the unique address of each probe so the script running data logging can report the location of the probe. In support of that effort, multi-colored heat shrink was applied to the tail of each device. A map was then created to assign the probe color to a physical location, then each probe was connected one-at-a-time to the development board where its address and color were logged in a spreadsheet - as you'll see below.
This first pass chart reveals one of two problems with the data. As you may be able to see in the chart, the measured temp (supposedly) gathered at the hose connecting the OTA and OTW trans coolers is higher than the values measured at the send/return ports of those devices. Obviously, the fluid passing between these components cannot be hotter than the fluid on either side of them because there is no heat source to make that happen.
This means:
a) I flubbed the color coding/ROM address recording, OR
b) one of the probes is WAY out of alignment.
If a) turns out to be true, this means TWO probed locations are out of line. And that means understanding the effect of components of the trans cooling circuit is not yet available.
There's an easy way to detect which problem might be happening here, but I'm about to hop on a plane for a week long business trip, so diagnosing the root of this issue will have to wait for a couple weekends. Currently, the assumption is: I flubbed the color coding/ROM addressing. We'll find out soon enough.
Also note: the graph is the result of approximately 4 minutes of logging when the vehicle was operating at normal temps. After more tweaking on the script used to poll the probes, temperature "rise time" at each probe location will be logged and further data analysis will occur.
Following is a description of the test configuration used to gather this data.
Hardware/SW:
Vktech DS18b20 Waterproof Temperature Transmitters (5 total)
LANMU® UNO R3 Atmega328p/16u2
Arduino SW version: 1.0.5
Custom OneWire script for Maxim/Dallas digital temp sensors
(Note, in Arduino land: "scripts" are refered to as "sketches".
The temperature "transmitters" (hereafter referred to as: "probes") are affixed to fluid hoses according to diagrams below:
Graph trace labeled "Underhood" is captured via a probe mounted in "free air". It's location shown in this image:
Methodology:
Because these probes are surface mounted, thermo-coupling is a significant consideration. Three elements were considered here:
- maximum conduction from mounting surface to probe.
- rejection of external thermal influences on the probe.
- probes attached to "like" surfaces. In other words, all rubber or all metal - not a combo of the two.
To the degree that similar surface compositions predictably conduct heat, and because they are readily accessible, fluid hoses were chosen.
Each probe is wrapped in radiant/reflective closed cell foam core/double sided aluminum heat shield. The idea is to contain heat generated by fluids passing thru the hose - "concentrating" heat into the probe (so-to-speak) while simultaneously isolating the external environment influence on measured values. Each wrap was closed using aluminum tape and further affixed with a wire tie.
Probes shown in their mounted locations:
Continued...

EDIT: Reposting resized chart
This graph was generated after logging data from short trip, bringing under hood temperatures to normal levels in a "bone stock" daily driven 2006 RL. (Bone stock = OEM Denso radiator)
As shown in the graph, we observe the running temperatures of:
- Engine coolant leaving the block, destined for the radiator.
- Coolant returning from the radiator to the block.
- Trans fluid entering and exiting the OTW trans cooler.
- Trans fluid entering and exiting the OTA trans cooler.
- Engine compartment ambient air.
Interesting, huh?
It's a safe guess you are questioning how this data was collected - and by extension, how accurate it might be.
Fair question(s).
Before explaining the test configuration, a quick description of an error in this data: the digital hardware used to probe temperatures have "addresses" stored in resident ROM. When initially configuring a network like the one described below, the first step in set up is: identify the unique address of each probe so the script running data logging can report the location of the probe. In support of that effort, multi-colored heat shrink was applied to the tail of each device. A map was then created to assign the probe color to a physical location, then each probe was connected one-at-a-time to the development board where its address and color were logged in a spreadsheet - as you'll see below.
This first pass chart reveals one of two problems with the data. As you may be able to see in the chart, the measured temp (supposedly) gathered at the hose connecting the OTA and OTW trans coolers is higher than the values measured at the send/return ports of those devices. Obviously, the fluid passing between these components cannot be hotter than the fluid on either side of them because there is no heat source to make that happen.
This means:
a) I flubbed the color coding/ROM address recording, OR
b) one of the probes is WAY out of alignment.
If a) turns out to be true, this means TWO probed locations are out of line. And that means understanding the effect of components of the trans cooling circuit is not yet available.
There's an easy way to detect which problem might be happening here, but I'm about to hop on a plane for a week long business trip, so diagnosing the root of this issue will have to wait for a couple weekends. Currently, the assumption is: I flubbed the color coding/ROM addressing. We'll find out soon enough.
Also note: the graph is the result of approximately 4 minutes of logging when the vehicle was operating at normal temps. After more tweaking on the script used to poll the probes, temperature "rise time" at each probe location will be logged and further data analysis will occur.
Following is a description of the test configuration used to gather this data.
Hardware/SW:
Vktech DS18b20 Waterproof Temperature Transmitters (5 total)
LANMU® UNO R3 Atmega328p/16u2
Arduino SW version: 1.0.5
Custom OneWire script for Maxim/Dallas digital temp sensors
(Note, in Arduino land: "scripts" are refered to as "sketches".
The temperature "transmitters" (hereafter referred to as: "probes") are affixed to fluid hoses according to diagrams below:


Graph trace labeled "Underhood" is captured via a probe mounted in "free air". It's location shown in this image:

Methodology:
Because these probes are surface mounted, thermo-coupling is a significant consideration. Three elements were considered here:
- maximum conduction from mounting surface to probe.
- rejection of external thermal influences on the probe.
- probes attached to "like" surfaces. In other words, all rubber or all metal - not a combo of the two.
To the degree that similar surface compositions predictably conduct heat, and because they are readily accessible, fluid hoses were chosen.
Each probe is wrapped in radiant/reflective closed cell foam core/double sided aluminum heat shield. The idea is to contain heat generated by fluids passing thru the hose - "concentrating" heat into the probe (so-to-speak) while simultaneously isolating the external environment influence on measured values. Each wrap was closed using aluminum tape and further affixed with a wire tie.
Probes shown in their mounted locations:


Continued...