Dave, is it with the last version of PBP that you can use 1024 variables in lookup2 table?
With mine I am limited to 256 for 18fxxxx
Since your table is linear, with these two lines of code you can do without the rather large table:
If TXI > 200 Then TXI = 0
TXIU = 2500 - (TXI * 10)
Checking the regression of your data, most of the time you discover that you can do without the lookup table.
Nick, post your thermistor table convertion and I will check if it is feasible.
Cheers
Al.
Last edited by aratti; - 21st November 2010 at 16:40.
All progress began with an idea
Bookmarks