Search found 63 matches

by brewstarke
Fri Apr 25, 2014 5:24 pm
Forum: BCS Programming
Topic: Mash Decoction Programming
Replies: 4
Views: 5034

Re: Mash Decoction Programming

I assume your pulling your decoctions into another vessel for boiling and stirring and the temps in your states are your target temps. Your programming will depend on what you have control over. Do you control the temp in the hlt-herms, a pump (or 2), or both? Time required to add back the decoction...
by brewstarke
Sat Apr 19, 2014 9:29 pm
Forum: General Discussion
Topic: Discrete Input
Replies: 7
Views: 6333

Re: Discrete Input

You can use a din to change states too. Such as using a float switch to control sparge level, I.e. Sparge pump fills mash tun to desired level, float switch opens circuit and triggers din which changes state to turn off pump...rinse and repeat.
by brewstarke
Tue Mar 25, 2014 7:02 pm
Forum: Troubleshooting and Support
Topic: SSR Problems
Replies: 3
Views: 2877

Re: SSR Problems

I had one go bad on me but was deceptive because the indicator led on the SSR would light when signaled to close but wasn't actually closing. There's some good videos on how to test online- crydom has a series that explain how to test.
by brewstarke
Fri Mar 21, 2014 4:49 pm
Forum: Wiring, Electrical, Relays and Sensors
Topic: How to wire a DIN
Replies: 8
Views: 20542

Re: How to wire a DIN

You got it. You can use that switch to start a process or change states, or if a float switch to control your fly sparges.
Endless possibilities.
by brewstarke
Fri Mar 21, 2014 4:21 am
Forum: General Discussion
Topic: bcs usage clarification
Replies: 25
Views: 19282

Re: bcs usage clarification

The 460 actually has 6 outputs- and you can 'associate' any or all (or none) outputs to any temp probe- so you can have multiple outputs controlled by one temp probe. I use the 460 with 1 HLT temp, 1 temp probe in the mash OUT line, 1 after the heat exchanger and the last one in the boil kettle. The...
by brewstarke
Tue Mar 18, 2014 6:58 pm
Forum: Troubleshooting and Support
Topic: Insight Please
Replies: 2
Views: 2826

Re: Insight Please

What about having a float switch that can be adjusted up and down to your target heights (volume) which trips a solenoid valve shutting you water source off? Wouldn't even need to run it through the bcs, just inline between the SSR and solenoid.
by brewstarke
Mon Mar 17, 2014 5:02 am
Forum: BCS Programming
Topic: My first Process
Replies: 3
Views: 5364

Re: My first Process

Sounds similar to my set up- I continuously recirculate the HLT adjusting the flame to try and maintain temps around my mash out ~165-170F. Would like to add control valve to this at some point (or go electric HLT). My wort pump turns on to circulate through the heat exchange coil in the HLT when it...
by brewstarke
Sun Mar 16, 2014 2:48 pm
Forum: BCS Programming
Topic: My first Process
Replies: 3
Views: 5364

Re: My first Process

I'd stick with the hystersis control for your pumps. PID can be used but you'll have to be sure to not cycle the pump on too rapidly or you risk burning it up. I'm sure there's PID coefficients floating in the forum that could work though if you really wanted to go that route. You're off to a good s...
by brewstarke
Sat Feb 22, 2014 2:50 pm
Forum: Roadmap and Feature Request
Topic: Data logging
Replies: 8
Views: 7510

Re: Data logging

Check out 'Cscade's' HomeBrew Log- I've been running it for a year or so and it's excellent. Has the added benefit of being able to load in files of all types to a database that stores the BCS log data. You can load in beersmith files or even pics. The look of the interface is pretty sweet. http://f...
by brewstarke
Thu Jun 27, 2013 6:46 pm
Forum: Troubleshooting and Support
Topic: Adding defrost cycle??
Replies: 3
Views: 4807

Re: Adding defrost cycle??

Yeah ideally a 'pause' controlled by an outside process/state/register would be the easiest. As an immediate fix I've modified my currently running ferment process to control a previously unused output, then linked that output to the output connected to the fridge with a register (0) separating the ...