Search found 101 matches

by Baron Ken
Fri Nov 13, 2015 7:55 pm
Forum: Roadmap and Feature Request
Topic: Add Temp Gauge As A Widget In HMI Builder
Replies: 14
Views: 31512

Re: Add Temp Gauge As A Widget In HMI Builder

Ok, it took me a couple of days to get up to speed. :) I figured out how to make changes now, so I've added the bezel setpoint indicators (and removed the setpoint needle): http://i411.photobucket.com/albums/pp191/Baron_K/BCS/setpointexample_zps284z6no2.png Note that for the picture, I hardcoded the...
by Baron Ken
Thu Nov 12, 2015 1:44 pm
Forum: Roadmap and Feature Request
Topic: BCS 4.0 UI
Replies: 8
Views: 16564

Re: BCS 4.0 UI

If I save your code in the same manner and point BCS to it, nothing changes on the Main page for me when I reload the page. I still have Processes and States (with no text) showing up. If I put a call to updateUI() outside of the function, like this: updateUI(); externalJS = function(){ } it works ...
by Baron Ken
Thu Nov 12, 2015 9:46 am
Forum: Roadmap and Feature Request
Topic: BCS 4.0 UI
Replies: 8
Views: 16564

Re: BCS 4.0 UI

attachment This external JS doesn't work for me. Using firefox. I verified that using an external JS file does work: // external JS test alert("This is an alert!"); // end test Saving the above (exactly as above) as brewing.js on pastebin and pointing the BCS to that location does indeed ...
by Baron Ken
Thu Nov 12, 2015 9:36 am
Forum: Roadmap and Feature Request
Topic: BCS 4.0.0 firmware released
Replies: 21
Views: 80031

Re: BCS 4.0.0 firmware released

Hey guys. The new version looks pretty good. I'm coming off a 4 year brewing hiatus so I'll have to dig into the new code, of course. ;) I'm going to switch from using my ekeggle and cooler to doing eBIAB with recirculation using just the ekeggle. Way simple for the BCS, but I have fun messing with ...
by Baron Ken
Thu Nov 12, 2015 9:17 am
Forum: Roadmap and Feature Request
Topic: Add Temp Gauge As A Widget In HMI Builder
Replies: 14
Views: 31512

Re: Add Temp Gauge As A Widget In HMI Builder

It's been 4 years since I worked on this stuff (and since I brewed!). Digging out my brewing gear, including BCS. I updated some image links in this thread. They are pre-4.0 stuff. I have to dig back into the code to figure out how to make changes to 4.0. It used to be as simple as adding or overloa...
by Baron Ken
Tue Jun 19, 2012 4:28 pm
Forum: General Discussion
Topic: Wiki Example Config Files
Replies: 6
Views: 4857

Re: Wiki Example Config Files

... I only edit the times and/or temps for strike, mash, sparge out & boil and each hop addition. Um, Jon, that is changing quite a bit. :P I load in different process config files vs. making changes to the process itself. Either way works, go with what you like best. :) I'm thinking of creatin...
by Baron Ken
Tue Jun 19, 2012 3:49 pm
Forum: General Discussion
Topic: Wiki Example Config Files
Replies: 6
Views: 4857

Re: Wiki Example Config Files

Hi Tom,
Config files are very specific not only to a brewing setup, but also per beer (for me anyway!).

Here is a link to my IPA config files for processes 0-2: https://www.dropbox.com/sh/p8msiyzqdw149ch/vZ7Auv08Nk
by Baron Ken
Tue Jun 05, 2012 2:30 pm
Forum: General Discussion
Topic: Water level with the BCS - A how-to
Replies: 13
Views: 14762

Re: Water level with the BCS - A how-to

And yet from this document (http://forum.embeddedcc.com/download/file.php?id=2) about the temp probes, the change from 160F to 161F is only 39 ohms, and from 211F to 212F is only 12 ohms.
by Baron Ken
Mon Jun 04, 2012 9:11 am
Forum: General Discussion
Topic: Water level with the BCS - A how-to
Replies: 13
Views: 14762

Re: Water level with the BCS - A how-to

So now, my next question is, if you take a 1k strain gage in series with a 10k resistor and use that as the temp probe (meaning BCS GND and BCS Temp1 as connections) and set the Thermistor Steinhart-Hart Coefficients to values calculated based on the strain (resistance) at 3 volume levels (min, mid,...
by Baron Ken
Mon Jun 04, 2012 8:23 am
Forum: General Discussion
Topic: Water level with the BCS - A how-to
Replies: 13
Views: 14762

Re: Water level with the BCS - A how-to

Thanks for the write-up. :) The system uses a pressure sensor which outputs between 0.2 and 4.7 volts from 0 to 40 inches of water. The Arduino reads this as a voltage between 0 and 5 volts and converts that to a number between 0 and 1023. This number is then divided by 4 to arrive at a number betwe...