Two elements, One Kettle, one Temp

Describe your system and processes, and post your config file.
Post Reply
chettoone
Posts: 2
Joined: Wed Nov 20, 2013 5:50 am
Bot?: No

Two elements, One Kettle, one Temp

Post by chettoone »

Hi all,

Trying to figure out how to program the BCS-462 to control two electric elements in one kettle, with one input.

The main idea is to turn on both elements to heat up the kettle quickly, and then when temperature gets within 5 degrees of desired temperature, turn one element off, and only use one element to fine tune and control the temperature around the set point.

Any advice on how to achieve this?

Thanks!
JonW
Site Admin
Posts: 1726
Joined: Sun Jul 18, 2010 7:51 am
Bot?: No
Location: Huntington Beach, CA
Contact:

Re: Two elements, One Kettle, one Temp

Post by JonW »

There's a few ways to accomplish this, but the first way that comes to mind is to use two states. You'll use two outputs to drive the two elements. One output should have a temp probe association and the second one doesn't need it. In your first state of the process, turn both elements on and then use an exit condition to jump to state 2 when you hit a specified temperature. In state 2, only use the single element that is tied to the temp probe for further heating.
chettoone
Posts: 2
Joined: Wed Nov 20, 2013 5:50 am
Bot?: No

Re: Two elements, One Kettle, one Temp

Post by chettoone »

Ahh awesome idea. Thanks for the help!
Post Reply