Search found 101 matches

by Baron Ken
Wed Apr 25, 2012 1:02 pm
Forum: BCS Programming
Topic: Adjustable duty cycle and temp setpoints
Replies: 22
Views: 23226

Re: Adjustable duty cycle and temp setpoints

JonW wrote:Ken, I have posted a link to my files in this thread:
http://www.embeddedcc.com/forum/viewtop ... 3685#p3685

Maybe that's enough to get you going with the customized html.
Thanks Jon, heading there now. :)
by Baron Ken
Wed Apr 25, 2012 9:57 am
Forum: BCS Programming
Topic: Adjustable duty cycle and temp setpoints
Replies: 22
Views: 23226

Re: Adjustable duty cycle and temp setpoints

Thanks. I first tried to figure out how to get a button into a widget, but had no luck, so then I went with changing the innerHTML of the Current State Properties. I would have liked to have used a small up/down (spinner) control, but the buttons will work for now. I still need to try to figure out ...
by Baron Ken
Wed Apr 25, 2012 1:22 am
Forum: Roadmap and Feature Request
Topic: Feature request- clickable HMI
Replies: 2
Views: 4404

Re: Feature request- clickable HMI

clearwaterbrewer,
I added some functionality along the lines of what you are wanting I believe.

Check out this thread http://forum.embeddedcc.com/viewtopic.php?f=6&t=777

:D
by Baron Ken
Wed Apr 25, 2012 1:19 am
Forum: BCS Programming
Topic: Adjustable duty cycle and temp setpoints
Replies: 22
Views: 23226

Adjustable duty cycle and temp setpoints

I haven't brewed since last November and haven't messed with my BCS since then as well, so I had to spend a couple days getting back up to speed on changing the HMI, etc. :) I made some more changes to my external.js file so that now I can make changes to the duty cycle and temp setpoints while proc...
by Baron Ken
Thu Nov 03, 2011 2:54 pm
Forum: Troubleshooting and Support
Topic: BCS-462 acting wierd after update to 3.4.5
Replies: 18
Views: 10103

Re: BCS-462 acting wierd after update to 3.4.5

Make sure you didn't log in with observer credentials. Close browser and start over.
by Baron Ken
Tue Oct 25, 2011 8:59 am
Forum: Troubleshooting and Support
Topic: Timers don't change names on state change
Replies: 2
Views: 2230

Re: Timers don't change names on state change

The edit processes page can be a little confusing. There are 4 timers available per process and they can be enabled/disabled independently for a state. The timer names are the same for all states within the process. The same goes for the 4 web input buttons. It should actually be laid out on the scr...
by Baron Ken
Wed Oct 19, 2011 3:43 pm
Forum: BCS Programming
Topic: Automatically downloading temp data into a database?
Replies: 6
Views: 6450

Re: Automatically downloading temp data into a database?

Use the Open Interface API. Write a program that can make simple HTTP get calls. Then you will run your program on a 'always on' computer/server that can read the BCS data, and store it in a database. Doesn't the computer making the http get calls have to be on the same network as the BCS if you us...
by Baron Ken
Wed Oct 19, 2011 11:50 am
Forum: Roadmap and Feature Request
Topic: Add Temp Gauge As A Widget In HMI Builder
Replies: 14
Views: 32910

Re: Add Temp Gauge As A Widget In HMI Builder

Thanks to a tip from ECC, I added setpoint indicator colors! :D Actual temp > ±5 degrees from setpoint the color is red Actual temp <= ±5 and >±2 degrees from setpoint the color is yellow Actual temp <= ±2 degrees from setpoint the color is green These values can be changed in the external.js if des...
by Baron Ken
Tue Oct 18, 2011 4:45 pm
Forum: Wiring, Electrical, Relays and Sensors
Topic: Wiring the SSR to control Solenoid
Replies: 5
Views: 6340

Re: Wiring the SSR to control Solenoid

Just a quick reply but that linked solenoid is 120v not 12v.
by Baron Ken
Tue Oct 18, 2011 1:49 pm
Forum: General Discussion
Topic: Customize your BCS web pages
Replies: 25
Views: 24417

Re: Customize your BCS web pages - coming soon!

Since there are several users here who are jumping into the custom javascript stuff head-first, I can post up the mini-tutorial that I made if you would find it useful. Much appreciated if you would share that. Jon, Any update on this? If it includes how to set up Fiddler, that would be great. Than...