Increase/ Decrease Burner Power by % relative to current value #2084
Replies: 2 comments
-
|
To the New Year And now, we want to embrace a long year that lies before us, new, untouched, full of things never yet seen, full of work never yet done, full of tasks, demands, and challenges. …a happy New Year’s morning |
Beta Was this translation helpful? Give feedback.
-
|
Using external scripts: Write a Python script that is called via "Call Program" to read the current value and calculate a new percentage value using the preset absolute value button. If you want dynamic percentage adjustment functionality, use an external script to implement the calculation logic. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As of now, user can increase/ decrease burner power by an absolute value, ranging from 0 to 100 by clicking an burner event button configured by the user. Let say, if current burner power is 40, if user click on the button -10, burner power will decrease to 30.
However, burner power is often decreased by a percentage as thought in a roaster's mind. Let say, during development ratio at 12%, a user will target a decrease of burner value of 50% from current value.
New idea:
Can we decrease and increase the burner value by percentage relative to current value.
Example:
Beta Was this translation helpful? Give feedback.
All reactions