How to adjust values to a new range


Closed Thread
Results 1 to 27 of 27

Hybrid View

  1. #1


    1 out of 1 members found this post helpful. Did you find this post helpful? Yes | No

    Default Re: How to adjust values to a new range

    error posting
    Last edited by amgen; - 19th August 2024 at 19:29.

  2. #2
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172


    Did you find this post helpful? Yes | No

    Default Re: How to adjust values to a new range

    Quote Originally Posted by amgen View Post
    not to beat this up too much........
    A horse is never too dead on the web.


    Quote Originally Posted by amgen View Post
    ... if you only need 135 output values, and you want to scale pot for 0 to 100%..... just use the top 8 bit from a/d and this trend line function that excel gave.
    I can't believe I was playing with excel all that time and never thought of using the chart feature.
    My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.

    Not as dumb as yesterday, but stupider than tomorrow!

  3. #3
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172


    Did you find this post helpful? Yes | No

    Default Re: How to adjust values to a new range

    My ADC is only 10 bits, not 16.

    So I just divide 10bits by 4 to reduce from 1023 down to 255, then slap it through your formula.

    I haven't done any math yet (just thinking, while I work on my encoder logic), but this probably equates to what Ioannis is suggesting.
    My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.

    Not as dumb as yesterday, but stupider than tomorrow!

  4. #4


    Did you find this post helpful? Yes | No

    Default Re: How to adjust values to a new range

    deleted because I realized the formula excel created was not correct...... me bad

  5. #5


    Did you find this post helpful? Yes | No

    Default Re: How to adjust values to a new range

    ok, so the a/d has setting to shift bits so you can take the high byte only as the MSB, same as /4 ...... then the formula is (53 X reading)/100 + 100................ for ....0 to 255=100 to 235
    Last edited by amgen; - 19th August 2024 at 20:44.

Similar Threads

  1. Simple way to adjust interrupt speed in DT_INTS-14 ?
    By CuriousOne in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 8th January 2015, 12:01
  2. Use a pot to adjust COUNT value
    By Sam in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 20th November 2011, 15:56
  3. Select Case range of values
    By kenif in forum PBP Wish List
    Replies: 3
    Last Post: - 25th June 2009, 13:27
  4. Replies: 9
    Last Post: - 31st July 2008, 08:56
  5. If Then Range
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 29th June 2005, 14:33

Members who have read this thread : 5

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