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

Feature request on MHP30 #1201

Closed
ltwin8 opened this issue Jan 27, 2022 · 7 comments · Fixed by #1672
Closed

Feature request on MHP30 #1201

ltwin8 opened this issue Jan 27, 2022 · 7 comments · Fixed by #1672
Assignees
Labels
Enhancement New feature or additional function.

Comments

@ltwin8
Copy link

ltwin8 commented Jan 27, 2022

Feature request is not related to a problem.

Would it be possible (since a Hortplatz doesn’t need all the settings a solderingiron does) to have a menu with for example 5 points consisting of temperature and then times between, example point 1 (say 111degC) to point 2 (say 200 degC) and a time-Frame of 50s

Time = 0s (first points temperature reached, plate will try to reach this temp as fast as possible)

Calculate time (linear) (point_n - point_n-1) / timeframe so (200-111)degC/50s is 1.78degC per second

MCU Do this for the next pints the same, should be okay to have one float per timeframe to store slope

Now maybe you start a timer at the moment Point1 temperature is reached, now only tick every second for example and update new Setpoint temperature according to elapsed time x slope (of course only to the next point and then continue from there…

Sadly I do not have a MHP30 yet.

Hope it is understandable enough.

Keep on with that great work

@ltwin8 ltwin8 added the Enhancement New feature or additional function. label Jan 27, 2022
@CT3
Copy link

CT3 commented Jun 17, 2022

yes having a "relfow profile" opion would be amazing!

@rofi
Copy link

rofi commented Sep 27, 2022

I would really love to have this feature!

@nizce
Copy link

nizce commented Mar 5, 2023

This would be great if it could be added!

@codingcatgirl
Copy link
Contributor

This would be a killer feature! Please don't tempt me to implement it myself i can already feel myself dragged towards the source code <.<

@codingcatgirl
Copy link
Contributor

Oops, too late, i've implemented it. Head to #1672 if you wanna give it a try.

@ltwin8
Copy link
Author

ltwin8 commented Apr 24, 2023

Wow you really don’t waste any time, great job, thank you for the work

@nizce
Copy link

nizce commented Apr 24, 2023

Oops, too late, i've implemented it. Head to #1672 if you wanna give it a try.

Wow that was quick! Cant wait to try out the new feature when availible 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or additional function.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants