Search found 8 matches

by forkboy
Tue Sep 22, 2015 2:43 am
Forum: Roadmap and Feature Request
Topic: Feature Request - CORS headers
Replies: 6
Views: 9233

Re: Feature Request - CORS headers

that's awesome!... been waiting a long time for this.
by forkboy
Tue Sep 22, 2015 1:10 am
Forum: Roadmap and Feature Request
Topic: Feature Request - CORS headers
Replies: 6
Views: 9233

Re: Feature Request - CORS headers

Hi just got the notification of release 4.0

I could not see anything from a quick look, but did an option for CORS requests make it into the new API?
by forkboy
Thu Mar 15, 2012 4:27 am
Forum: BCS Programming
Topic: Not quite getting it...
Replies: 1
Views: 4222

Re: Not quite getting it...

The text in that thread is just hand written steps, its not how you program the bcs. You program the bcs from the edit processes and system settings pages using the checkboxes etc in the ui. There is no programming language as such.It's pretty straight forward once you play with it a bit. If you wan...
by forkboy
Tue Mar 13, 2012 7:12 pm
Forum: BCS Programming
Topic: Mash ramp & wait
Replies: 1
Views: 3095

Mash ramp & wait

Hi, I have implemented mash step ramp and wait as separate states. State 1 (ramp) sets output to PID @ 62C, exit condition is when Temp reaches 62C State 2 (wait) sets output to PID @ 62C, exit condition is the timer reaching 0. This works nicely, but it means I need to change a mash temperature in ...
by forkboy
Mon Mar 05, 2012 3:08 pm
Forum: Roadmap and Feature Request
Topic: Feature Request - CORS headers
Replies: 6
Views: 9233

Feature Request - CORS headers

Hi, I am writing a completely custom UI for the BCS using javascript. One of the problems with using javascript is the restrictions around Same Origin Policy which basically means you can't access the BCS directly from javascript, you need to run a server-side proxy. This limits where the device can...
by forkboy
Mon Feb 27, 2012 7:47 pm
Forum: BCS Programming
Topic: Setting priority on PID outputs so only one is on at a time.
Replies: 9
Views: 9949

Re: Setting priority on PID outputs so only one is on at a t

Hi all, I have a similar requirement (mash element on = HLT element off). Would someone mind describing how to do this on the 5V side with a relay with maybe a link to the sort of relay I'd be after? I am not electronicsally gifted at all, I imagine it's pretty simple to hook up, but there's a lot o...
by forkboy
Thu Feb 23, 2012 8:13 pm
Forum: PC / Mac Apps
Topic: New Feature Request - Minimized Task Bar Temp Display
Replies: 6
Views: 24460

Re: New Feature Request - Minimized Task Bar Temp Display

MooCS is a great little library!

Does anyone know how to contact the author, I have a couple of questions but the email address on GitHub looks dead.
by forkboy
Thu Feb 09, 2012 5:02 am
Forum: Roadmap and Feature Request
Topic: Upload to device
Replies: 10
Views: 10956

Upload to device

Hi, I realise customisation of the UI is possible with external files, which is great - but this requires an internet connection or a laptop that can store files locally. I would really love to see the ability to upload files that can be served via http from the device to make custom UIs more stand-...