Search found 6 matches

by odd13ryan
Sun Sep 10, 2017 5:39 pm
Forum: Troubleshooting and Support
Topic: BCS 462 locks up
Replies: 7
Views: 10605

BCS 462 locks up

Frequently (several times per week) one or more of my BCS-462 units lock up and leave the system in whatever state it's in at the time. For example, if it freezes with a glycol valve open, that tank is going to crash if we don't catch it. I saw another post on the forum that mentioned electrical int...
by odd13ryan
Thu Jun 01, 2017 7:39 am
Forum: Troubleshooting and Support
Topic: Issues reconnecting to network after power cycling
Replies: 1
Views: 2053

Issues reconnecting to network after power cycling

Hi, my setup has 3 BCS-462s on a single network. Normally, they connect fine when they are powered on. Periodically we will see one of the three fail to connect when powered on. We generally need to power cycle the device several times to get it to connect again. Sometimes we end up hitting the rese...
by odd13ryan
Mon Nov 28, 2016 9:52 pm
Forum: Roadmap and Feature Request
Topic: BCS Virtual Machine
Replies: 1
Views: 6973

BCS Virtual Machine

As a brewery that uses multiple BCS-462s for temp control on our beers and a custom UI to interact with all of them at once I would like to be able to run a simulated BCS on my laptop So that I don't have to either mess around with the BCS that is controlling the glycol system that is actually ferme...
by odd13ryan
Mon Nov 28, 2016 9:16 pm
Forum: Troubleshooting and Support
Topic: CORS against BCS-462 APIs
Replies: 4
Views: 3456

Re: CORS against BCS-462 APIs

Yeah, so here's what I've learned this evening in case anyone is interested. The browser sets the "Origin" header automatically. I was using jQuery code that looked like this: <script type="text/javascript"> var username = 'theuser'; var password = 'thepass'; $(document).ready(fu...
by odd13ryan
Mon Nov 28, 2016 7:23 pm
Forum: Troubleshooting and Support
Topic: CORS against BCS-462 APIs
Replies: 4
Views: 3456

Re: CORS against BCS-462 APIs

Thanks for the super prompt response. I'll try that tonight.
by odd13ryan
Mon Nov 28, 2016 4:32 pm
Forum: Troubleshooting and Support
Topic: CORS against BCS-462 APIs
Replies: 4
Views: 3456

CORS against BCS-462 APIs

The HTTP endpoints for the BCS 462 running firmware 4.0 don't seem to return CORS headers, so my browser won't allow AJAX requests to them. This post seems to suggest they are supported in 4.0. Any suggestions?

http://forum.embeddedcc.com/viewtopic.php?f=11&t=2730