Programming

Describe your system and processes, and post your config file.
Post Reply
ukbrewer
Posts: 14
Joined: Thu Sep 16, 2010 4:07 pm
Bot?: No
Contact:

Programming

Post by ukbrewer »

Hi,

Recently received my BCS controller and I had a question. Is it possible to loop a state to keep it in a holding pattern then utilize a second exit condition to move to the next state? See Image.
Sparge.jpg
Sparge.jpg (146.59 KiB) Viewed 2867 times
User avatar
ECC
Posts: 676
Joined: Fri Sep 12, 2008 12:29 pm
Bot?: No
Contact:

Re: Programming

Post by ECC »

Yes, definitely.. But you don't need a loop to achieve the desired functionality. I think what you want to do is stay in the Hold 168 state until the user input, no need for the feedback. Just get rid of the first exit condition.
Since you are asserting PID control at 168, the BCS will maintain the temp automatically while in tha state.
gbrewer
Posts: 264
Joined: Wed Feb 11, 2009 8:20 pm
Bot?: No
Contact:

Re: Programming

Post by gbrewer »

It's simple to do as ECC stated.. I use something very similar during my mash. I simply hold Mash Temperature until the timer reaches 60 minutes. One exit condition based on the timer reaching 60 minutes.
Post Reply