Search found 101 matches

by Baron Ken
Wed May 30, 2012 1:55 pm
Forum: HMI Builder
Topic: Can you change the HMI Graphic image by process?
Replies: 4
Views: 17524

Re: Can you change the HMI Graphic image by process?

An alternative to doing a custom interface (sorry Jon, some of us just aren't that advanced yet ;)) is to just modify your external.js file (and enable its use on the settings page) by adding widgets that are drawings of the hose configurations, etc. Using registers that are enabled/disabled by proc...
by Baron Ken
Thu May 24, 2012 1:41 pm
Forum: BCS Programming
Topic: Adjustable duty cycle and temp setpoints
Replies: 22
Views: 23226

Re: Adjustable duty cycle and temp setpoints

What would be awesome is if we could get a JS file with just the code for the Buttons and the Color changing setpoint indicators. After that, I'm pretty sure I can hammer through it. ;) NOTE: the changes below are used at your own risk! Some of the functions are overloaded (meaning they are used in...
by Baron Ken
Wed May 23, 2012 11:39 am
Forum: General Discussion
Topic: Test Drive a BCS-460
Replies: 24
Views: 85777

Re: Test Drive a BCS-460

I think I killed the demo.

Sorry. :(
by Baron Ken
Fri May 18, 2012 2:00 pm
Forum: General Discussion
Topic: Customize your BCS web pages
Replies: 25
Views: 24419

Re: Customize your BCS web pages

Jon,
Looks good. Since you modify your control.js (and/or use external.js), you could easily add the temp gauge setpoint indicators (with color!) that I added to my external.js :)
by Baron Ken
Wed May 16, 2012 6:37 pm
Forum: BCS Programming
Topic: Adjustable duty cycle and temp setpoints
Replies: 22
Views: 23226

Re: Adjustable duty cycle and temp setpoints

maybe ECC can let us have a .txt block that we can load this stuff to and it gets added to the internal js file? Is this so you don't have to worry about having an external js file stored somewhere? I'm not having any problems with having my external js stored on Dropbox! It only reloads the extern...
by Baron Ken
Mon May 14, 2012 8:53 am
Forum: BCS Programming
Topic: Adjustable duty cycle and temp setpoints
Replies: 22
Views: 23226

Re: Adjustable duty cycle and temp setpoints

yes... have a device that looks just like a PID, fits in a DIN hole just like a PID, but talks I2C... I have no idea if I2C does input though.. Can't help here, sorry. :( Sooo... looking at BuckBrewing.js, I figured that I just needed to put the last three functions in my .js to get the buttons... ...
by Baron Ken
Thu Apr 26, 2012 10:58 am
Forum: General Discussion
Topic: Customize your BCS web pages
Replies: 25
Views: 24419

Re: Customize your BCS web pages

Jon, Thanks, that was helpful. I'm on a Mac so I had to try to find an alternative to Fiddler. I tried charlesproxy and that did what I wanted, but it is $50 (I just did the trial). Since I run my brewday from my iPad, I would have to set up my Mac to be a proxy for the iPad, etc to get it to serve ...
by Baron Ken
Thu Apr 26, 2012 10:42 am
Forum: BCS Programming
Topic: Adjustable duty cycle and temp setpoints
Replies: 22
Views: 23226

Re: Adjustable duty cycle and temp setpoints

Oh, one thing... when making changes, how long does it seem to take, and is there a period where the output is full-on? I have experienced a boilover when I went into the other room to lower the duty-cycle, the only idea I have is that something got stuck in the 'on' portion of duty-cycle that it w...
by Baron Ken
Thu Apr 26, 2012 9:54 am
Forum: BCS Programming
Topic: Adjustable duty cycle and temp setpoints
Replies: 22
Views: 23226

Re: Adjustable duty cycle and temp setpoints

Now if we can get a display that looks like a PID, and have these adjustments be sent via a switch on the I2C wires... we will rule the universe! I had done a PID display before (http://www.embeddedcc.com/forum/viewtopic.php?f=16&t=507#p2964 scroll down to bottom of post). I don't know if that'...
by Baron Ken
Thu Apr 26, 2012 9:00 am
Forum: BCS Programming
Topic: Adjustable duty cycle and temp setpoints
Replies: 22
Views: 23226

Re: Adjustable duty cycle and temp setpoints

Now if we can get a display that looks like a PID, and have these adjustments be sent via a switch on the I2C wires... we will rule the universe! I had done a PID display before (http://www.embeddedcc.com/forum/viewtopic.php?f=16&t=507#p2964 scroll down to bottom of post). I don't know if that'...