Replies: 1 comment
-
|
Did you press the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just started using a Kaleido roaster with Artisan and want to have one button to set up the beginning of a manual roast. I'm using AUTO Burner to preheat to the charge temperature. I would like to use the MANUAL Burner button to do multiple things instead of me doing them all manually and forgetting one.
For instance, It would be nice to disable pid control, increase the Set Value to something that does not turn off the heat in the middle of the raost and set the starting burner close to what I want to start off the roast at.
PIDoff; pidSV(220) works as expected
PIDoff; pidSV(220), 21 skips over pidSV(220) and executes button 21
PIDoff; pidSV(220); sleep (1), 21 does the same as the first statement and seems to ignore the button 21 execution
Is there a document that explains the syntax? Is their a document listing all the available command types (action) and what can and cannot be used together.
I'm sure I can figure this out eventualy combining internet searches and trial and error, but it would be nice to take a more organized approach.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions