Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Exponential Curve To Designer. #1730

Open
Unconvino opened this issue Oct 27, 2024 · 4 comments
Open

Adding Exponential Curve To Designer. #1730

Unconvino opened this issue Oct 27, 2024 · 4 comments

Comments

@Unconvino
Copy link

The curve designer doesn't appear to support exponential curves.

I use a quick calculation to get to my desired endpoint from wherever I am using an exponential curve (eg Newton's Law of Heating).

I currently do the calcs externally during the roast as a decision aid but would like to be able to make the curve show on Artisan. Since it's an exponential curve its a simple matter to calculate the BT curve from the RoR and vice versa.

I can do the maths for this feature if someone can work out how to port a simple exponential equation into the curve designer. I would prefer it to use only temperature and time since charge: I don't take account of FC or the existing "phases" in my roasting.

@roasterdave
Copy link
Contributor

Have you looked at the Plotter and Math tabs at menu Config>> Curves ?

@Unconvino
Copy link
Author

I have.

None of the available options does what I want. The exponent part only allows a parabolic or cubic fit. A parabolic curve corresponds to a linear RoR curve which is what I'm trying to avoid.

The ln(x) seems to be just a curve fitting function with no way to manipulate it.

@roasterdave
Copy link
Contributor

Indeed, the Math tab is all about curve fitting.

I pointed out the Plotter tab above because it allows you to write any equation you want. Click the Help button to see the available variables and math functions. The Plotter allows generating persistent curves from equations P1 and P2. Hover the mouse over the Background and ET/BT buttons for more information.

If you want to start from a curve fit, copy the equation from the Math tab into the Plotter tab and edit it there.

@Unconvino
Copy link
Author

Unconvino commented Nov 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants