enhance doc for newbies
This commit is contained in:
parent
0ee4769a7f
commit
7043012c47
|
@ -3,6 +3,7 @@
|
|||
"Acura",
|
||||
"Altima",
|
||||
"Ampseal",
|
||||
"analoginfo",
|
||||
"Andrey",
|
||||
"Aristo",
|
||||
"autotune",
|
||||
|
@ -57,6 +58,7 @@
|
|||
"Speeduino",
|
||||
"Steinhart",
|
||||
"superseal",
|
||||
"tempinfo",
|
||||
"Terrano",
|
||||
"triggerinfo",
|
||||
"tunerstudio",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Temperature Sensing
|
||||
|
||||
In order to configure coolant temperature sensor or intake air sensor you would need to know it's resistance at three temperatures - lowest, highest and somewhere in between. You would also need to know the value of pull-up 'bias' resistor, which together with your sensor would make a voltage divider.
|
||||
|
||||
While troubleshooting CLT and IAT, the two most useful console commands are `analoginfo` and `tempinfo` - these show you the voltage registered by rusEFI alongside with input pins and resistance processing values.
|
||||
|
||||
See also [Measuring Temperature](http://rusefi.com/articles/measuring_temperature/)
|
||||
|
||||
See also [Frankenstein Analog Inputs](Hardware-Frankenstein#step-3-analog-inputs)
|
||||
|
@ -8,17 +12,13 @@ See also [Frankenso Analog Inputs](Hardware-Frankenso#analog-inputs)
|
|||
|
||||
See also [Troubleshooting](Troubleshooting)
|
||||
|
||||
In order to configure coolant temperature sensor or intake air sensor you would need to know it's resistance at three temperatures - lowest, highest and somewhere in between. You would also need to know the value of pull-up 'bias' resistor, which together with your sensor would make a voltage divider.
|
||||
|
||||
While troubleshooting CLT and IAT, the two most useful commands are `analoginfo` and `tempinfo` - these show you the voltage registered by rusEFI alongside with input pins and resistance processing values.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Some datapoints
|
||||
## Some data points
|
||||
|
||||
[1996 Dodge RAM 1500 V8 Temp spreadsheet from FSM - Forum](http://rusefi.com/forum/viewtopic.php?f=3&t=864&start=60#p15344)
|
||||
|
||||
|
|
Loading…
Reference in New Issue