Lookup Tables


Results 1 to 8 of 8

Thread: Lookup Tables

Threaded View

  1. #3
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    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

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts