Triggering DROP when DTR matches that in a background profile #1206
-
Is there a way of triggering a DROP when the current DTR in the roast matches the DTR at which the DROP occurred in a background profile? I know that in the Background dialog I can set a DROP to occurs when the BT or the time matches that in the background but I can't see a way of doing this for the Development Ratio? There seems to be something where I might be able to create a Symbolic Formula and then trigger an Alarm off that. This is a bit new to me but, if I use this, it looks like I would have to set the target DTR as a constant whereas I want it to be driven by the background profile. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Yes, this is possible using a Virtual Device with a symbolic equation to compute the difference between the current roast's DTR and the background DTR and an alarm to trigger DROP when the current roast's DTR matches the background DTR. First, create a new Virtual Device (Config>> Device>> Extra Devices tab). Replace the Label1 "Extra 1" with something like "DTRdiff". Then copy and paste this equation into the y1(x) field. If you want to observe this value check LCD1. Uncheck the rest of the options. Be aware, the LCD will show "uu" until FCs is marked in the current roast. Now create a new alarm (Config>> Alarms). Set the alarm Source to the virtual device created above. Set the alarm Condition to "above", set the Value to "0.0" and set the Action to "DROP". For a variety of reasons the DTRs at DROP may not match exactly to the decimal place.
|
Beta Was this translation helpful? Give feedback.
-
Good idea It has been proven to work very well. |
Beta Was this translation helpful? Give feedback.
Yes, this is possible using a Virtual Device with a symbolic equation to compute the difference between the current roast's DTR and the background DTR and an alarm to trigger DROP when the current roast's DTR matches the background DTR.
First, create a new Virtual Device (Config>> Device>> Extra Devices tab). Replace the Label1 "Extra 1" with something like "DTRdiff". Then copy and paste this equation into the y1(x) field.
100*(((t-t{FCs})/(t-t{CHARGE}))-((b{DROP}-b{FCs})/(b{DROP}-b{CHARGE})))
If you want to observe this value check LCD1. Uncheck the rest of the options. Be aware, the LCD will show "uu" until FCs is marked in the current roast.
Now create a new alarm (Config>> Alarms). Se…